Package: pcp
Version: 3.8.12
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: 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-6-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
=== modified file 'debian/control'
--- debian/control 2013-11-03 07:25:23 +0000
+++ debian/control 2014-02-01 20:31:34 +0000
@@ -2,9 +2,9 @@
Section: utils
Priority: extra
Homepage: http://oss.sgi.com/projects/pcp
Maintainer: PCP Development Team <[email protected]>
Uploaders: Nathan Scott <[email protected]>, Anibal Monsalve Salazar <[email protected]>
-Build-Depends: bison, flex, gawk, procps, pkg-config, debhelper (>= 5), perl (>= 5.6), libreadline-dev | libreadline5-dev | libreadline-gplv2-dev, chrpath, libbsd-dev [kfreebsd-any], libkvm-dev [kfreebsd-any], python-all, python-all-dev, libnspr4-dev, libnss3-dev, libsasl2-dev, libmicrohttpd-dev, libavahi-common-dev
+Build-Depends: bison, flex, gawk, procps, pkg-config, debhelper (>= 5), perl (>= 5.6), libreadline-dev | libreadline5-dev | libreadline-gplv2-dev, chrpath, libbsd-dev [kfreebsd-any], libkvm-dev [kfreebsd-any], python-all, python-all-dev, libnspr4-dev, libnss3-dev, libsasl2-dev, libmicrohttpd-dev, libavahi-common-dev, autotools-dev
#Architecture-dependent -- Build-Depends: libibumad-dev, libibmad-dev
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
=== modified file 'debian/rules'
--- debian/rules 2013-09-09 18:20:08 +0000
+++ debian/rules 2014-01-29 20:32:01 +0000
@@ -109,6 +109,7 @@
.census:
@echo "== dpkg-buildpackage: configure" 1>&2
$(checkdir)
+ dh_autotools-dev_updateconfig
$(configure_tools) ./configure $(configure_paths)
touch .census
@@ -119,6 +120,8 @@
$(MAKE) realclean
-rm -rf $(alldir)
-rm -f debian/*substvars debian/files* debian/*.debhelper
+ dh_autotools-dev_restoreconfig
+ dh_clean
binary-indep: