Package: linbox Version: 1.1.6~rc0-2 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch
Hi, Your package currently uses "DEB_AUTO_UPDATE_LIBTOOL = 1" in debian/rules to run libtoolize at build time. However cdbs only runs libtoolize if the value is "pre" or "post". Attached is the simple patch to make this work. Please consider applying it. Thanks, James
diff -u linbox-1.1.6~rc0/debian/rules linbox-1.1.6~rc0/debian/rules --- linbox-1.1.6~rc0/debian/rules +++ linbox-1.1.6~rc0/debian/rules @@ -3,7 +3,7 @@ DEB_AUTO_UPDATE_AUTOCONF = 2.50 DEB_AUTO_UPDATE_AUTOMAKE = 1.10 DEB_AUTO_UPDATE_ACLOCAL = 1.10 -DEB_AUTO_UPDATE_LIBTOOL = 1 +DEB_AUTO_UPDATE_LIBTOOL = pre include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk diff -u linbox-1.1.6~rc0/debian/changelog linbox-1.1.6~rc0/debian/changelog