tags 643040 + pending
thanks

Dear maintainer,

I've prepared an NMU for abcm2ps (versioned as 5.9.22-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Joan Baez: Diamonds and rust
diff -Nru abcm2ps-5.9.22/debian/changelog abcm2ps-5.9.22/debian/changelog
--- abcm2ps-5.9.22/debian/changelog	2011-02-17 11:00:13.000000000 +0100
+++ abcm2ps-5.9.22/debian/changelog	2011-11-14 17:33:42.000000000 +0100
@@ -1,3 +1,14 @@
+abcm2ps (5.9.22-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: dpkg-buildpackage: error: dpkg-source -b abcm2ps-5.9.22
+    gave error exit status 2": backup/restore Makefile in debian/rules;
+    inspired by peter green's patch (closes: #643040).
+    (Alternatively we could simply remove Makefile in the clean target but
+    this solution seems more in line with the current style.)
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 14 Nov 2011 17:31:43 +0100
+
 abcm2ps (5.9.22-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru abcm2ps-5.9.22/debian/rules abcm2ps-5.9.22/debian/rules
--- abcm2ps-5.9.22/debian/rules	2010-04-23 10:10:54.000000000 +0200
+++ abcm2ps-5.9.22/debian/rules	2011-11-14 17:25:55.000000000 +0100
@@ -33,6 +33,7 @@
 	[ -e config.guess ] && mv config.guess config.guess.save
 	cp -f /usr/share/misc/config.guess config.guess
 endif
+	[ ! -f Makefile ] || mv Makefile Makefile.save
 	./configure --host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
 		--mandir=\$${prefix}/share/man \
@@ -56,6 +57,7 @@
 
 	if [ -e config.sub.save ]; then mv config.sub.save config.sub; fi
 	if [ -e config.guess.save ]; then mv config.guess.save config.guess; fi
+	if [ -e Makefile.save ]; then mv Makefile.save Makefile; fi
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f abcm2ps abcm2ps.1
 

Attachment: signature.asc
Description: Digital signature

Reply via email to