Package: paps Version: 0.6.8-7 Followup-For: Bug #727488 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic 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 utopic-updates APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic'), (100, 'utopic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.15.0-5-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 -Nru paps-0.6.8/debian/control paps-0.6.8/debian/control --- paps-0.6.8/debian/control 2011-04-24 10:29:32.000000000 -0400 +++ paps-0.6.8/debian/control 2014-06-15 18:32:09.000000000 -0400 @@ -1,7 +1,7 @@ Source: paps Priority: optional Maintainer: Lior Kaplan <kap...@debian.org> -Build-Depends: debhelper (>= 5.0.0), libpango1.0-dev, doxygen (>= 1.4.6), autoconf, libtool, automake +Build-Depends: debhelper (>= 5.0.0), libpango1.0-dev, doxygen (>= 1.4.6), autoconf, libtool, automake, autotools-dev Standards-Version: 3.9.2 Section: libs Homepage: http://paps.sourceforge.net/ diff -Nru paps-0.6.8/debian/rules paps-0.6.8/debian/rules --- paps-0.6.8/debian/rules 2011-07-29 11:30:20.000000000 -0400 +++ paps-0.6.8/debian/rules 2014-05-23 23:34:03.000000000 -0400 @@ -28,6 +28,7 @@ # Add here commands to configure the package. libtoolize -f -c autoreconf + dh_autotools-dev_updateconfig ./configure \ --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --mandir=\$${prefix}/share/man \ @@ -56,6 +57,7 @@ [ ! -f Makefile ] || $(MAKE) distclean rm -f config.log doc/libpaps.tag + dh_autotools-dev_restoreconfig dh_clean install: build