tags 726495 + pending
thanks

Dear maintainer,

This bug has been pending for several months, 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 sendfile (versioned as 2.1b.20080616-5.3)
and uploaded it to DELAYED/7. Please feel free to tell me if I should
delay it longer.

As this package does not use debhelper and requests minimal NMU
changes the fix just copies in updated config.{sub,guess} rather than
the more generic re-autoconfing. (Discussion on thread starting at
https://lists.debian.org/debian-devel/2014/04/msg00342.html )

diff -u sendfile-2.1b.20080616/debian/rules sendfile-2.1b.20080616/debian/rules
--- sendfile-2.1b.20080616/debian/rules
+++ sendfile-2.1b.20080616/debian/rules
@@ -32,6 +32,8 @@
 endif
 
 build:
+	cp -f /usr/share/misc/config.sub  develop/
+	cp -f /usr/share/misc/config.guess develop/
 	test -f develop/config.cache || ./makeconfig CONFIG=/etc BINDIR=/usr/bin MANDIR=/usr/share/man SERVERDIR=/usr/bin
 	perl -i -pe 's/undef\s+ENABLE_MULTIPROTOCOL/define ENABLE_MULTIPROTOCOL/' src/globals.h
 	$(MAKE) all
diff -u sendfile-2.1b.20080616/debian/changelog sendfile-2.1b.20080616/debian/changelog
--- sendfile-2.1b.20080616/debian/changelog
+++ sendfile-2.1b.20080616/debian/changelog
@@ -1,3 +1,10 @@
+sendfile (2.1b.20080616-5.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf in build to support new architectures (Closes: #726495)
+
+ -- Chen Baozi <baoz...@gmail.com>  Thu, 05 Jun 2014 16:46:19 +0800
+
 sendfile (2.1b.20080616-5.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u sendfile-2.1b.20080616/debian/control sendfile-2.1b.20080616/debian/control
--- sendfile-2.1b.20080616/debian/control
+++ sendfile-2.1b.20080616/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Martin Schulze <j...@debian.org>
-Build-Depends: libreadline-dev
+Build-Depends: libreadline-dev, autotools-dev
 Standards-Version: 3.5.2.0
 
 Package: sendfile

Reply via email to