Package: uclmmbase Version: 1.2.16.0-1 Followup-For: Bug #531964 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Use autotools-dev to update config.{sub,guess} for new arches. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-4-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u uclmmbase-1.2.16.0/debian/control uclmmbase-1.2.16.0/debian/control --- uclmmbase-1.2.16.0/debian/control +++ uclmmbase-1.2.16.0/debian/control @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: David MartÃnez Moreno <en...@debian.org> -Build-Depends: debhelper (>= 4.0.16), gtk-doc-tools +Build-Depends: debhelper (>= 4.0.16), gtk-doc-tools, autotools-dev Standards-Version: 3.6.2.2 Package: libuclmmbase1 diff -u uclmmbase-1.2.16.0/debian/rules uclmmbase-1.2.16.0/debian/rules --- uclmmbase-1.2.16.0/debian/rules +++ uclmmbase-1.2.16.0/debian/rules @@ -13,6 +13,7 @@ build: build-stamp build-stamp: dh_testdir + dh_autotools-dev_updateconfig ./configure --enable-ipv6 --prefix=/usr $(MAKE) touch build-stamp @@ -23,6 +24,7 @@ rm -f build-stamp install-stamp # Add here commands to clean up after the build process. -$(MAKE) distclean + dh_autotools-dev_restoreconfig dh_clean install: install-stamp