From 41eac741a6ac4e3206c26393502d9c8cbdde87bc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 8 Nov 2016 15:14:21 +0100 Subject: [PATCH] TT#5446 Build-Depend on libmodule-build-perl to build against stretch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Module::Build was debundled from the perl dist recently: | % corelist Module::Build      | | Data for 2015-02-14 | Module::Build was first released with perl v5.9.4, deprecated (will be CPAN-only) in v5.19.0 and removed from v5.21.0 | | Data for 2015-02-14 |      was not in CORE (or so I think) Fixes: | Can't locate Module/Build.pm in @INC (you may need to install the Module::Build module) (@INC contains: . /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at Build.PL line 1. NOTE: sorting changes take place because of wrap-and-sort (or to be more precise its lack by previous committers) Change-Id: I9e854c3bf9c38125d7c5b7bbf6951210975f6358 --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 6a39f5fc..87f6ae94 100644 --- a/debian/control +++ b/debian/control @@ -13,10 +13,12 @@ Build-Depends: debhelper (>= 8), libdbix-class-schema-loader-perl, libfile-path-expand-perl, libfile-path-tiny-perl, + libfile-sharedir-perl, libgetopt-long-descriptive-perl, libgtk2-gladexml-simple-perl, libhash-storediterator-perl, liblog-log4perl-perl, + libmodule-build-perl, libmoosex-classattribute-perl, libmoosex-method-signatures-perl, libmoosex-nonmoose-perl, @@ -31,7 +33,6 @@ Build-Depends: debhelper (>= 8), libregexp-common-perl, libregexp-common-time-perl, libregexp-ipv6-perl, - libfile-sharedir-perl, libsipwise-base-perl (>= 1.004), libstrictures-perl, libtemplate-plugin-xml-perl, @@ -59,6 +60,7 @@ Depends: libaliased-perl, libdbix-class-schema-loader-perl, libfile-path-expand-perl, libfile-path-tiny-perl, + libfile-sharedir-perl, libgetopt-long-descriptive-perl, libgtk2-gladexml-simple-perl, libhash-storediterator-perl, @@ -77,7 +79,6 @@ Depends: libaliased-perl, libregexp-common-perl, libregexp-common-time-perl, libregexp-ipv6-perl, - libfile-sharedir-perl, libsipwise-base-perl (>= 1.004), libstrictures-perl, libtemplate-plugin-xml-perl,