Package: fuse-exfat
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 fbe6e0390c925557a64a8be8461930c853d8b930 Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves <nstee...@gmail.com>
Date: Thu, 19 Jan 2017 16:33:25 -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 2d69494..3bf0a36 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fuse-exfat
 Section: otherosfs
 Priority: optional
 Maintainer: Sven Hoexter <hoex...@debian.org>
-Build-Depends: debhelper (>= 9), libfuse-dev, autotools-dev, pkg-config
+Build-Depends: debhelper (>= 9), libfuse-dev, pkg-config, dh-autoreconf
 Standards-Version: 3.9.8
 Homepage: https://github.com/relan/exfat
 Vcs-Git: git://git.sven.stormbind.net/git/sven/fuse-exfat.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 b3c37a4853695635b80c8b95f834ea53771244af Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves <nstee...@gmail.com>
Date: Thu, 19 Jan 2017 16:34:06 -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 6ae2717..7914d1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fuse-exfat (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:43:01 -0700
+
 fuse-exfat (1.2.5-1) unstable; urgency=medium
 
   * New upstream release.
-- 
2.1.4

Reply via email to