Package: cdbs
Version: 0.4.56
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch karmic

Hello,

Mathias recently fixed autotools-files.mk.in in Ubuntu's cdbs to call
libtoolize with -i to install missing files. I believe this is a good
idea to do in Debian as well.

@Mathias: CC'ing you for possible questions from Debian maintainers.
Please forward such patches to Debian yourself next time, to avoid a
diverging toolchain.

Thanks,

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
# Add -i option when calling libtoolize to install missing files.
diff -Nur debian/1/class/ant.mk.in ubuntu/1/class/ant.mk.in
--- debian/1/class/autotools-files.mk.in	2008-04-29 09:22:50.000000000 +0200
+++ ubuntu/1/class/autotools-files.mk.in	2009-02-19 09:14:44.000000000 +0100
@@ -46,7 +46,7 @@
 
 common-configure-arch common-configure-indep:: debian/stamp-autotools-files
 debian/stamp-autotools-files:
-	$(if $(filter pre,$(DEB_AUTO_UPDATE_LIBTOOL)),cd $(DEB_SRCDIR) && libtoolize -c -f)
+	$(if $(filter pre,$(DEB_AUTO_UPDATE_LIBTOOL)),cd $(DEB_SRCDIR) && libtoolize -c -f -i)
 	$(if $(DEB_AUTO_UPDATE_ACLOCAL),if [ -d $(DEB_SRCDIR)/m4 ]; then m4="-I m4"; fi; if [ -e $(DEB_SRCDIR)/aclocal.m4 ]; then cd $(DEB_SRCDIR) && aclocal-$(DEB_AUTO_UPDATE_ACLOCAL) $$m4; fi,$(if $(DEB_AUTO_UPDATE_AUTOMAKE), if [ -d $(DEB_SRCDIR)/m4 ]; then m4="-I m4"; fi; if [ -e $(DEB_SRCDIR)/aclocal.m4 ]; then cd $(DEB_SRCDIR) && aclocal-$(DEB_AUTO_UPDATE_AUTOMAKE) $$m4; fi))
 	$(if $(DEB_AUTO_UPDATE_AUTOCONF),if [ -e $(DEB_SRCDIR)/configure.ac ] || [ -e $(DEB_SRCDIR)/configure.in ]; then cd $(DEB_SRCDIR) && `which autoconf$(DEB_AUTO_UPDATE_AUTOCONF) || which autoconf`; fi)
 	$(if $(DEB_AUTO_UPDATE_AUTOHEADER),if [ -e $(DEB_SRCDIR)/configure.ac ] || [ -e $(DEB_SRCDIR)/configure.in ]; then cd $(DEB_SRCDIR) && `which autoheader$(DEB_AUTO_UPDATE_AUTOHEADER) || which autoheader` ; fi)

Reply via email to