Package: src:psensor
Version: 0.8.0.4-1
Tags: patch
Usertags: origin-ubuntu ubuntu-patch utopic

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/control, debian/rules:
    - Switch to dh-autoreconf to update libtool macros for ppc64el.

Because this is an automake-using package, dh-autoreconf can be viewed
as a superset of dh-autotools-dev, in that it still updates config.*
but also updates libtool and configure.  Please apply this patch, to
make life easier for new ports.

We thought you might be interested in doing the same.
diff -pruN -x '*~' psensor-0.8.0.4.orig/debian/control psensor-0.8.0.4/debian/control
--- psensor-0.8.0.4.orig/debian/control	2014-02-10 09:46:49.000000000 +0100
+++ psensor-0.8.0.4/debian/control	2014-05-24 10:49:06.631322554 +0200
@@ -6,7 +6,7 @@ Build-Depends: asciidoc,
                autoconf,
                automake,
                autopoint,
-	           autotools-dev,
+               dh-autoreconf,
                cppcheck,
                debhelper (>= 9),
                gettext,
diff -pruN -x '*~' psensor-0.8.0.4.orig/debian/rules psensor-0.8.0.4/debian/rules
--- psensor-0.8.0.4.orig/debian/rules	2014-02-10 09:46:49.000000000 +0100
+++ psensor-0.8.0.4/debian/rules	2014-05-24 10:49:49.371534485 +0200
@@ -11,4 +11,4 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 %:
-	dh $@ --with=autotools_dev
+	dh $@ --with autoreconf

Reply via email to