Package: libstatgrab
Version: 0.90-1.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* Switch to dh_autoreconf to pick up new libtool macros for new ports.
Because this is an automake-using package, autoreconf turns out to be
a superset of autotools-dev. That is, switching from autotools-dev
to autoreconf still updates config.{sub.guess}, but also relibtoolizes
allowing a few more ports (like ppc64el) to build without modification.
This patch does that switch, as well as adding a build-dep on
pkg-config, since libstatgrab's autoconf magic needs pkg-config's
AC_* macros.
... Adam
-- System Information:
Debian Release: jessie/sid
APT prefers trusty-updates
APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0-17-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libstatgrab-0.90/debian/changelog libstatgrab-0.90/debian/changelog
diff -Nru libstatgrab-0.90/debian/control libstatgrab-0.90/debian/control
--- libstatgrab-0.90/debian/control 2013-12-25 11:27:33.000000000 -0700
+++ libstatgrab-0.90/debian/control 2014-03-18 19:09:03.000000000 -0600
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Bartosz Fenski <[email protected]>
-Build-Depends: debhelper (>> 9.0.0), libncurses5-dev, autotools-dev
+Build-Depends: debhelper (>> 9.0.0), libncurses5-dev, dh-autoreconf, pkg-config
Homepage: http://www.i-scream.org/libstatgrab/
Standards-Version: 3.9.5
diff -Nru libstatgrab-0.90/debian/rules libstatgrab-0.90/debian/rules
--- libstatgrab-0.90/debian/rules 2014-03-08 10:24:32.000000000 -0700
+++ libstatgrab-0.90/debian/rules 2014-03-18 19:01:20.000000000 -0600
@@ -4,4 +4,4 @@
#export DH_VERBOSE=1
%:
- dh $@ --with autotools-dev
+ dh $@ --with autoreconf