Your message dated Fri, 20 Jan 2017 10:32:55 +0100
with message-id <[email protected]>
and subject line Re: Bug#851921: [PATCH] please switch exfat-fuse to use
autoreconf to allow jessie bpo
has caused the Debian Bug report #851921,
regarding [PATCH] please switch exfat-fuse to use autoreconf to allow jessie bpo
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
851921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851921
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: exfat-fuse
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 <[email protected]>
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 <[email protected]>
---
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 <[email protected]>
-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 <[email protected]>
Date: Thu, 19 Jan 2017 16:34:06 -0700
Subject: [PATCH 2/2] Update changelog.
Signed-off-by: Nicholas D Steeves <[email protected]>
---
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 <[email protected]> Thu, 19 Jan 2017 15:43:01 -0700
+
fuse-exfat (1.2.5-1) unstable; urgency=medium
* New upstream release.
--
2.1.4
--- End Message ---
--- Begin Message ---
Hey Nicholas,
closing this one since you already opened on for the source package.
It's not helpful to have two bugs for the same issue. So I'm closing this
one which you filled for the binary package (it's not an issue with the
binary package anyway.)
Cheers,
Sven
--- End Message ---