Package: libm4ri
Version: 0.0.20080521-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

You're package uses DEB_AUTO_UPDATE_LIBTOOL to run libtoolize at build
time. However, it uses a value of "1" which doesn't run libtoolize. The
values that will are "pre" and "post" and your package should use "pre".
Attached is a patch to do this, please consider attaching it.

Thanks,

James
diff -u libm4ri-0.0.20080521/debian/rules libm4ri-0.0.20080521/debian/rules
--- libm4ri-0.0.20080521/debian/rules
+++ libm4ri-0.0.20080521/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

Reply via email to