Package: gramadoir Version: 0.7-1 Severity: serious Tags: patch Justification: fails to build from source
gramadoir lacks a build-dependency on dh-autoreconf. Trivial patch (dh-autoreconf pulls in all the auto* packages it needs): diff -Nru gramadoir-0.7/debian/control gramadoir-0.7/debian/control --- gramadoir-0.7/debian/control 2013-10-15 11:07:41.000000000 +0200 +++ gramadoir-0.7/debian/control 2013-11-03 13:05:41.000000000 +0100 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Alastair McKinstry <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev +Build-Depends: debhelper (>= 9), dh-autoreconf Build-Depends-Indep: libstring-approx-perl, liblocale-po-perl Homepage: http://borel.slu.edu/gramadoir/index.html Standards-Version: 3.9.4 Build log: dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean --with autoreconf dh: unable to load addon autoreconf: Can't locate Debian/Debhelper/Sequence/autoreconf.pm in @INC (you may need to install the Debian::Debhelper::Sequence::autoreconf module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.1 /usr/local/share/perl/5.18.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at (eval 10) line 2. BEGIN failed--compilation aborted at (eval 10) line 2. make: *** [clean] Error 2 dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 Regards, Felix -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

