Package: bio2jack
Version: 0.9-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu intrepid ubuntu-patch
Hi,
The attached patch makes debian/rules call autoreconf instead of the
individual auto* commands, to ensure that everything is updated that
needs to be, in the right order.
The failure that hit me was a build failure caused by version skew
between the in-tree libtool macros and the /usr/bin/libtool script,
as Ubuntu (like experimental) has the new libtool.
Thanks,
James
diff -u bio2jack-0.9/debian/rules bio2jack-0.9/debian/rules
--- bio2jack-0.9/debian/rules
+++ bio2jack-0.9/debian/rules
@@ -16,9 +16,7 @@
version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1)
config.status: configure
- aclocal
- automake -ac
- autoconf -v
+ autoreconf -v -i -f
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr