diff -Nru fondu-0.0.20060102/debian/changelog fondu-0.0.20060102/debian/changelog --- fondu-0.0.20060102/debian/changelog 2014-02-13 04:47:41.000000000 +0000 +++ fondu-0.0.20060102/debian/changelog 2014-08-17 23:41:19.000000000 +0000 @@ -1,9 +1,9 @@ -fondu (0.0.20060102-4ubuntu1) trusty; urgency=low +fondu (0.0.20060102-4.1) unstable; urgency=low - * Use autotools-dev for arm64. - * Fix substitution for DESTDIR in patch. + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (Closes: #727857) - -- Daniel T Chen Wed, 12 Feb 2014 23:47:02 -0500 + -- Chen Baozi Fri, 06 Jun 2014 15:51:35 +0800 fondu (0.0.20060102-4) unstable; urgency=low diff -Nru fondu-0.0.20060102/debian/control fondu-0.0.20060102/debian/control --- fondu-0.0.20060102/debian/control 2014-02-13 04:47:00.000000000 +0000 +++ fondu-0.0.20060102/debian/control 2014-08-17 23:41:19.000000000 +0000 @@ -1,9 +1,8 @@ Source: fondu Section: utils Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Jari Aalto -Build-Depends: debhelper (>= 9), autotools-dev +Maintainer: Jari Aalto +Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf Standards-Version: 3.9.3.1 Vcs-Browser: http://git.debian.org/?p=collab-maint/fondu.git Vcs-Git: git://git.debian.org/git/collab-maint/fondu.git diff -Nru fondu-0.0.20060102/debian/patches/40-use-destdir.patch fondu-0.0.20060102/debian/patches/40-use-destdir.patch --- fondu-0.0.20060102/debian/patches/40-use-destdir.patch 2014-02-13 04:46:04.000000000 +0000 +++ fondu-0.0.20060102/debian/patches/40-use-destdir.patch 2012-02-11 06:43:26.000000000 +0000 @@ -12,11 +12,11 @@ configure | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -Index: fondu-0.0.20060102/Makefile.in -=================================================================== ---- fondu-0.0.20060102.orig/Makefile.in 2006-01-02 18:19:58.000000000 -0500 -+++ fondu-0.0.20060102/Makefile.in 2014-02-12 23:42:42.000000000 -0500 -@@ -57,8 +57,8 @@ +diff --git a/Makefile.in b/Makefile.in +index 6f1f45a..f9c3da2 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -57,8 +57,8 @@ distclean: clean -rm Makefile install: all @@ -27,16 +27,19 @@ VERSION:=$(shell date +"%y%d%m") -Index: fondu-0.0.20060102/configure -=================================================================== ---- fondu-0.0.20060102.orig/configure 2006-01-02 18:20:12.000000000 -0500 -+++ fondu-0.0.20060102/configure 2014-02-12 23:45:59.975066649 -0500 -@@ -251,7 +251,7 @@ +diff --git a/configure b/configure +index 1bdfe38..890a77b 100755 +--- a/configure ++++ b/configure +@@ -251,7 +251,7 @@ exec 6>&1 # # Initializations. # -ac_default_prefix=/usr/local -+ac_default_prefix='${DESTDIR}' ++ac_default_prefix=$(DESTDIR) ac_config_libobj_dir=. cross_compiling=no subdirs= +-- +1.7.1 + diff -Nru fondu-0.0.20060102/debian/rules fondu-0.0.20060102/debian/rules --- fondu-0.0.20060102/debian/rules 2014-02-13 04:46:36.000000000 +0000 +++ fondu-0.0.20060102/debian/rules 2014-08-17 23:41:19.000000000 +0000 @@ -22,6 +22,6 @@ $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" %: - dh $@ --with autotools-dev + dh $@ --with autoreconf,autotools-dev # End of file