[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#727949: proxsmtp: diff for NMU version 1.10-2.1



tags 727949 + patch
tags 727949 + pending
thanks

Dear maintainer,

This bug has been pending for some time, and needs fixing for new
ports, including arm64 which is building now:
(http://buildd.debian-ports.org/status/architecture.php?a=arm64&suite=sid).

So I've prepared an NMU for proxsmtp (versioned as 1.10-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Discussion on debian-devel revealed consensus that the right way to
ensure successful builds on all new architectures was to autoreconf
packages, so that method has been used to fix this bug. This works for
all arches, even those that need libtool changes, and will continue to
work into the future without an update as each new arch comes along.
(Discussion at
https://lists.debian.org/debian-devel/2014/04/msg00383.html, thread
starting at https://lists.debian.org/debian-devel/2014/04/msg00342.html

As you can see this works fine on this package, and is a very simple
patch. 

Regards.
diff -u proxsmtp-1.10/debian/changelog proxsmtp-1.10/debian/changelog
--- proxsmtp-1.10/debian/changelog
+++ proxsmtp-1.10/debian/changelog
@@ -1,3 +1,10 @@
+proxsmtp (1.10-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf in build to support new architectures (Closes: #727949)
+
+ -- Chen Baozi <baozich@gmail.com>  Fri, 06 Jun 2014 20:37:55 +0800
+
 proxsmtp (1.10-2) unstable; urgency=low
 
   * QA upload.
diff -u proxsmtp-1.10/debian/control proxsmtp-1.10/debian/control
--- proxsmtp-1.10/debian/control
+++ proxsmtp-1.10/debian/control
@@ -2,7 +2,7 @@
 Section: mail
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 9), libcap-dev
+Build-Depends: debhelper (>= 9), libcap-dev, dh-autoreconf
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/proxsmtp.git;a=summary
 Vcs-Git: git://git.debian.org/git/collab-maint/proxsmtp.git
diff -u proxsmtp-1.10/debian/rules proxsmtp-1.10/debian/rules
--- proxsmtp-1.10/debian/rules
+++ proxsmtp-1.10/debian/rules
@@ -3 +3 @@
-	dh $@
+	dh $@ --with autoreconf

Reply to: