diffstat of debian/ for xcftools_1.0.7-4 xcftools_1.0.7-4ubuntu1 changelog | 6 ++++++ control | 3 ++- rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff -Nru xcftools-1.0.7/debian/changelog xcftools-1.0.7/debian/changelog --- xcftools-1.0.7/debian/changelog 2012-02-23 13:06:34.000000000 +0000 +++ xcftools-1.0.7/debian/changelog 2014-03-12 18:16:33.000000000 +0000 @@ -1,3 +1,9 @@ +xcftools (1.0.7-4ubuntu1) trusty; urgency=low + + * Use autotools-dev helper for newer arches. + + -- Daniel T Chen Wed, 12 Mar 2014 14:16:03 -0400 + xcftools (1.0.7-4) unstable; urgency=low * [c4ec39b3] Fix FTBFS when linking --as-needed. diff -Nru xcftools-1.0.7/debian/control xcftools-1.0.7/debian/control --- xcftools-1.0.7/debian/control 2012-02-23 13:06:10.000000000 +0000 +++ xcftools-1.0.7/debian/control 2014-03-12 18:15:48.000000000 +0000 @@ -1,7 +1,8 @@ Source: xcftools Section: graphics Priority: optional -Maintainer: Jan Hauke Rahm +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jan Hauke Rahm Build-Depends: debhelper (>= 9), autotools-dev, libpng12-dev, netpbm, dh-autoreconf Standards-Version: 3.9.3 diff -Nru xcftools-1.0.7/debian/rules xcftools-1.0.7/debian/rules --- xcftools-1.0.7/debian/rules 2012-02-23 12:43:05.000000000 +0000 +++ xcftools-1.0.7/debian/rules 2014-03-12 18:16:01.000000000 +0000 @@ -7,4 +7,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autoreconf --parallel + dh $@ --with autotools_dev,autoreconf --parallel