tags 748836 + pending
thanks

Dear maintainer,

I've prepared an NMU for joe (versioned as 3.7-2.4) 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, however this package does not use debhelper so making that
changes is a little too intrustive for an NMU so I've just done a
simple config.sub,guess update in this case. (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

Cheers
diff -u joe-3.7/debian/changelog joe-3.7/debian/changelog
--- joe-3.7/debian/changelog
+++ joe-3.7/debian/changelog
@@ -1,3 +1,10 @@
+joe (3.7-2.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use autotools-dev in build to support new architectures (Closes: #748836)
+
+ -- Chen Baozi <baoz...@gmail.com>  Thu, 05 Jun 2014 16:10:42 +0800
+
 joe (3.7-2.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u joe-3.7/debian/control joe-3.7/debian/control
--- joe-3.7/debian/control
+++ joe-3.7/debian/control
@@ -2,7 +2,7 @@
 Section: editors
 Priority: optional
 Maintainer: Josip Rodin <joy-packa...@debian.org>
-Build-Depends: libncurses-dev
+Build-Depends: libncurses-dev, dh-autoreconf
 Standards-Version: 3.9.1
 Homepage: http://joe-editor.sourceforge.net/
 
diff -u joe-3.7/debian/rules joe-3.7/debian/rules
--- joe-3.7/debian/rules
+++ joe-3.7/debian/rules
@@ -11,6 +11,8 @@
 build: config.status joe
 
 config.status: configure
+	cp -f /usr/share/misc/config.sub .
+	cp -f /usr/share/misc/config.guess .
 	CFLAGS="$(CFLAGS)" ./configure --sysconfdir=/etc --prefix=/usr \
           --mandir='$${datadir}/man'
 
@@ -19,7 +21,7 @@
 
 clean: checkroot
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -rf $(tmp) debian/*~ debian/substvars* debian/files*
+	rm -rf $(tmp) debian/*~ debian/substvars* debian/files* debian/debhelper.log
 
 install: build checkroot
 	rm -rf $(tmp)

Reply via email to