Bug#738414: testrepository: FTBFS: Can't locate Debian/Debhelper/Buildsystem/pybuild.pm in @INC
Control: tags -1 +patch +pending Hi, Just adding dependency would fix this FTBFS, please check and consider to apply attached patch. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane diff -Nru testrepository-0.0.18/debian/changelog testrepository-0.0.18/debian/changelog --- testrepository-0.0.18/debian/changelog 2014-01-16 05:16:48.0 +0900 +++ testrepository-0.0.18/debian/changelog 2014-02-14 22:47:01.0 +0900 @@ -1,3 +1,11 @@ +testrepository (0.0.18-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control +- add "Build-Depends: dh-python" to eliminate FTBFS (Closes: #738414) + + -- Hideki Yamane Fri, 14 Feb 2014 22:47:00 +0900 + testrepository (0.0.18-1) unstable; urgency=medium * New upstream release. diff -Nru testrepository-0.0.18/debian/control testrepository-0.0.18/debian/control --- testrepository-0.0.18/debian/control 2014-01-16 05:14:08.0 +0900 +++ testrepository-0.0.18/debian/control 2014-02-14 22:46:23.0 +0900 @@ -6,6 +6,7 @@ Section: python Priority: optional Build-Depends: debhelper (>= 9), + dh-python, python-all (>= 2.6.6-3~), python-fixtures, python-setuptools,
Bug#738414: testrepository: FTBFS: Can't locate Debian/Debhelper/Buildsystem/pybuild.pm in @INC
Source: testrepository Version: 0.0.18-1 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20140208 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > fakeroot debian/rules clean > dh clean --with python2 --buildsystem=pybuild >dh_testdir -O--buildsystem=pybuild >dh_auto_clean -O--buildsystem=pybuild > dh_auto_clean: unable to load build system class 'pybuild': Can't locate > Debian/Debhelper/Buildsystem/pybuild.pm in @INC (you may need to install the > Debian::Debhelper::Buildsystem::pybuild module) (@INC contains: /etc/perl > /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 > /usr/local/lib/site_perl .) at (eval 4) line 2. > BEGIN failed--compilation aborted at (eval 4) line 2. > > make: *** [clean] Error 2 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2014/02/08/testrepository_0.0.18-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org