diff -Nru libcap-ng-0.7.3/debian/changelog libcap-ng-0.7.3/debian/changelog --- libcap-ng-0.7.3/debian/changelog 2013-05-07 13:45:04.000000000 +0000 +++ libcap-ng-0.7.3/debian/changelog 2013-12-13 22:24:31.000000000 +0000 @@ -1,3 +1,9 @@ +libcap-ng (0.7.3-1ubuntu2) trusty; urgency=low + + * debian/{control,rules}: Build with dh-autoreconf for new ports. + + -- Adam Conrad Fri, 13 Dec 2013 15:23:43 -0700 + libcap-ng (0.7.3-1ubuntu1) saucy; urgency=low * Resynchronize on Debian, remaining changes: diff -Nru libcap-ng-0.7.3/debian/control libcap-ng-0.7.3/debian/control --- libcap-ng-0.7.3/debian/control 2013-05-07 13:37:31.000000000 +0000 +++ libcap-ng-0.7.3/debian/control 2013-12-13 22:23:42.000000000 +0000 @@ -3,6 +3,7 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Pierre Chifflier Build-Depends: debhelper (>= 9), + dh-autoreconf, autotools-dev, libattr1-dev, chrpath, diff -Nru libcap-ng-0.7.3/debian/rules libcap-ng-0.7.3/debian/rules --- libcap-ng-0.7.3/debian/rules 2012-11-10 15:23:42.000000000 +0000 +++ libcap-ng-0.7.3/debian/rules 2013-12-13 22:23:28.000000000 +0000 @@ -37,5 +37,5 @@ -rm -rf debian/tmp-python-cap-ng %: - dh $@ --with=python2 + dh $@ --with=python2,autoreconf