Package: libnss-pgsql
Version: 1.4.0debian-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer,
Please use autotools-dev to update config.{sub,guess} for new architectures.
For example, we needed these updates in Ubuntu for the new arm64 and ppc64el
architectures.
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: wheezy/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.12.0-7-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 libnss-pgsql-1.4.0debian/debian/control libnss-pgsql-1.4.0debian/debian/control
--- libnss-pgsql-1.4.0debian/debian/control 2011-02-06 08:59:03.000000000 -0500
+++ libnss-pgsql-1.4.0debian/debian/control 2014-01-03 02:34:06.000000000 -0500
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Nss/Pgsql Developers <[email protected]>
Uploaders: Christian Bayle <[email protected]>, Stephen Gran <[email protected]>, Martin Krafft <[email protected]>, Jan Dittberner <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), libpq-dev, debiandoc-sgml, xmlto
+Build-Depends: debhelper (>= 7.0.50~), libpq-dev, debiandoc-sgml, xmlto, autotools-dev
Standards-Version: 3.9.1
Homepage: https://alioth.debian.org/projects/nsspampgsql/
Vcs-Git: git://git.debian.org/nsspampgsl/nsspampgsql.git
diff -Nru libnss-pgsql-1.4.0debian/debian/rules libnss-pgsql-1.4.0debian/debian/rules
--- libnss-pgsql-1.4.0debian/debian/rules 2011-02-06 08:59:03.000000000 -0500
+++ libnss-pgsql-1.4.0debian/debian/rules 2014-01-02 20:50:59.000000000 -0500
@@ -21,4 +21,4 @@
rm -f $(CURDIR)/debian/libnss-pgsql2/lib/libnss_pgsql.so
%:
- dh $@
+ dh $@ --with autotools_dev