diff -Nru duff-0.5.2/debian/changelog duff-0.5.2/debian/changelog --- duff-0.5.2/debian/changelog 2014-05-21 04:12:00.000000000 +0000 +++ duff-0.5.2/debian/changelog 2014-06-23 14:00:38.000000000 +0000 @@ -1,8 +1,9 @@ -duff (0.5.2-1ubuntu1) utopic; urgency=medium +duff (0.5.2-1.1) unstable; urgency=low - * Use autotools-dev to update config.{sub,guess} for new arches. + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (Closes: #727362) - -- Logan Rosen Wed, 21 May 2014 00:11:46 -0400 + -- Chen Baozi Fri, 06 Jun 2014 15:07:05 +0800 duff (0.5.2-1) unstable; urgency=low diff -Nru duff-0.5.2/debian/control duff-0.5.2/debian/control --- duff-0.5.2/debian/control 2014-05-21 04:12:02.000000000 +0000 +++ duff-0.5.2/debian/control 2014-06-06 07:06:58.000000000 +0000 @@ -1,9 +1,8 @@ Source: duff Section: utils Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Kamal Mostafa -Build-Depends: debhelper (>= 7.0.50~), autotools-dev +Maintainer: Kamal Mostafa +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dh-autoreconf Standards-Version: 3.9.2 Homepage: http://duff.sourceforge.net/ diff -Nru duff-0.5.2/debian/rules duff-0.5.2/debian/rules --- duff-0.5.2/debian/rules 2014-05-21 04:11:42.000000000 +0000 +++ duff-0.5.2/debian/rules 2014-06-06 07:03:08.000000000 +0000 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools_dev + dh $@ --with autoreconf override_dh_fixperms: dh_fixperms