Package: exfat-utils
Version: 1.2.5-1

Hi Sven,

I ran into trouble with missing aclocal-1.15 when backporting this
release.  Switching to use autoreconf seems to do the trick.  Diff was
made against debian/1.2.5-1.  I've attached a patch for this switch,
and a patch for the backport, with the hope being that it will also be
easy to adapt to the [ Other Contributor ] d/changelog format.  Please
apply this change to master so that no-change bpos will continue to be
possible :-)

Cheers,
Nicholas
From 577128be8acce848d489a7771eeac5961288e402 Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves <nstee...@gmail.com>
Date: Thu, 19 Jan 2017 16:33:51 -0700
Subject: [PATCH 1/2] Switch to autoreconf to allow no-change backport.

Signed-off-by: Nicholas D Steeves <nstee...@gmail.com>
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b5a627a..e1e0404 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: exfat-utils
 Section: otherosfs
 Priority: optional
 Maintainer: Sven Hoexter <hoex...@debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, pkg-config
+Build-Depends: debhelper (>= 9), pkg-config, dh-autoreconf
 Standards-Version: 3.9.8
 Homepage: https://github.com/relan/exfat
 Vcs-Git: git://git.sven.stormbind.net/git/sven/exfat-utils.git
diff --git a/debian/rules b/debian/rules
index ec620f7..dfe3dc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-- 
2.1.4

From a2e648dd934c89c845495f442d8b10b219640450 Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves <nstee...@gmail.com>
Date: Thu, 19 Jan 2017 16:34:22 -0700
Subject: [PATCH 2/2] Update changelog.

Signed-off-by: Nicholas D Steeves <nstee...@gmail.com>
---
 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 168d46b..b2a92be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+exfat-utils (1.2.5-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Switch to using autoreconf, because building with autotools_dev fails
+    due to missing aclocal-1.15 when backporting to Jessie.
+
+ -- Nicholas D Steeves <nstee...@gmail.com>  Thu, 19 Jan 2017 15:42:54 -0700
+
 exfat-utils (1.2.5-1) unstable; urgency=medium
 
   * New upstream release.
-- 
2.1.4

Reply via email to