Package: src:libnih Version: 1.0.3-4.2 User: [email protected] Usertags: ppc64el User: [email protected] Usertags: autoreconf
Hi, This trivial patch adds dh-autoreconf to libnih. May you please consider it for an upload? It would greatly help the Debian ppc64el port and new ports. Thank you, -- Mauricio Faria de Oliveira IBM Linux Technology Center
Index: libnih-1.0.3/debian/rules =================================================================== --- libnih-1.0.3.orig/debian/rules 2012-12-31 14:54:25.000000000 -0200 +++ libnih-1.0.3/debian/rules 2014-06-18 09:52:34.000000000 -0300 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf CFLAGS = -Wall -g -fstack-protector -fPIE Index: libnih-1.0.3/debian/control =================================================================== --- libnih-1.0.3.orig/debian/control 2012-12-31 14:54:25.000000000 -0200 +++ libnih-1.0.3/debian/control 2014-06-18 09:53:02.000000000 -0300 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Scott James Remnant <[email protected]> Standards-Version: 3.9.1 -Build-Depends: debhelper (>= 8), pkg-config (>= 0.22), libdbus-1-dev (>= 1.4), libexpat1-dev (>= 2.0.0), dbus (>= 1.4) +Build-Depends: debhelper (>= 8), pkg-config (>= 0.22), libdbus-1-dev (>= 1.4), libexpat1-dev (>= 2.0.0), dbus (>= 1.4), dh-autoreconf Vcs-Git: git://git.debian.org/git/collab-maint/libnih.git Vcs-Browser: http://git.debian.org/?p=collab-maint/libnih.git;a=summary Homepage: https://launchpad.net/libnih

