Package: libcap-ng Version: 0.7.3 Severity: normal Dear Maintainer,
Please consider applying this patch to enable libcap-ng to be build on ppc64el. Thanks Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -uNpr libcap-ng-0.7.3.orig/debian/changelog libcap-ng-0.7.3/debian/changelog --- libcap-ng-0.7.3.orig/debian/changelog 2012-11-10 15:29:37.000000000 +0000 +++ libcap-ng-0.7.3/debian/changelog 2014-04-22 20:17:50.000000000 +0000 @@ -1,3 +1,10 @@ +libcap-ng (0.7.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with dh-autoreconf to enable ppc64el + + -- Breno Leitao <bren...@br.ibm.com> Tue, 22 Apr 2014 20:16:42 +0000 + libcap-ng (0.7.3-1) unstable; urgency=low * Imported Upstream version 0.7.3 diff -uNpr libcap-ng-0.7.3.orig/debian/rules libcap-ng-0.7.3/debian/rules --- libcap-ng-0.7.3.orig/debian/rules 2012-11-10 15:23:42.000000000 +0000 +++ libcap-ng-0.7.3/debian/rules 2014-04-22 20:18:06.000000000 +0000 @@ -37,5 +37,5 @@ override_dh_auto_clean: -rm -rf debian/tmp-python-cap-ng %: - dh $@ --with=python2 + dh $@ --with=python2,autoreconf