Package: src:procps
Version: 1:3.3.9-5
Tags: patch

Hi Craig,

This patch adds dh-autoreconf support on procps, and build-dep on
libnuma-dev for ppc64el too.

It differs from the previously submitted patch (message 5) in 2 points:
- uses /dh --with autoreconf/ syntax (recommended, rather than manually
  calling dh_autoreconf{,_clean})
- adds a build-dep on pkg-config (fixes an autoconf error on autoreconf)

With it, the package build finishes successfully, with shared libraries.
An e-mail with details/documentation will follow shortly.

It applies and builds cleanly on top of 1:3.3.9-5.

May you please consider it for an upload?

Thank you,

--
Mauricio Faria de Oliveira
IBM Linux Technology Center
diff -Nru procps-3.3.9/debian/changelog procps-3.3.9/debian/changelog
--- procps-3.3.9/debian/changelog       2014-05-27 08:00:28.000000000 -0300
+++ procps-3.3.9/debian/changelog       2014-06-27 15:37:46.000000000 -0300
@@ -1,3 +1,11 @@
+procps (1:3.3.9-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Run dh-autoreconf (build-dep on pkg-config fixes autoconf error). (Closes: 
#749547)
+  * Add libnuma-dev as build-dep for ppc64el.
+
+ -- Mauricio Faria de Oliveira <[email protected]>  Fri, 27 Jun 2014 
15:28:06 -0300
+
 procps (1:3.3.9-5) unstable; urgency=medium
 
   * Bypass vmstat -p test Closes: #743758
diff -Nru procps-3.3.9/debian/control procps-3.3.9/debian/control
--- procps-3.3.9/debian/control 2014-05-27 08:00:28.000000000 -0300
+++ procps-3.3.9/debian/control 2014-06-27 15:37:46.000000000 -0300
@@ -5,7 +5,8 @@
 Build-Depends: debhelper (>= 9.20120115),
     libncurses5-dev, libncursesw5-dev,
     dejagnu,
-    libnuma-dev [amd64 i386 ia64 mips mipsel powerpc]
+    libnuma-dev [amd64 i386 ia64 mips mipsel powerpc ppc64el],
+    dh-autoreconf, pkg-config
 Standards-Version: 3.9.5
 Vcs-Git: git://git.debian.org/collab-maint/procps.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/procps.git;a=summary
diff -Nru procps-3.3.9/debian/rules procps-3.3.9/debian/rules
--- procps-3.3.9/debian/rules   2014-05-27 08:00:28.000000000 -0300
+++ procps-3.3.9/debian/rules   2014-06-27 15:37:46.000000000 -0300
@@ -17,7 +17,7 @@
 endif
 
 %:
-       dh $@
+       dh $@ --with autoreconf
 
 autogen-files := debian/libprocps3.install debian/libprocps3-dev.install \
   debian/libprocps3-dev.links

Reply via email to