tags 724080 + patch
tags 724080 + pending
thanks

Dear maintainer,

I've prepared an NMU for libgraph-perl (versioned as 1:0.96-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 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Van Morrison
diff -u libgraph-perl-0.96/debian/changelog libgraph-perl-0.96/debian/changelog
--- libgraph-perl-0.96/debian/changelog
+++ libgraph-perl-0.96/debian/changelog
@@ -1,3 +1,13 @@
+libgraph-perl (1:0.96-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: make: *** [clean] Error 1":
+    invert logic of test for Makefile existence, so that it returns true in
+    debian/rules' clean target.
+    (Closes: #724080)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 09 Nov 2013 15:32:45 +0100
+
 libgraph-perl (1:0.96-1) unstable; urgency=low
 
   * New upstream release (Closes: #634997).
diff -u libgraph-perl-0.96/debian/rules libgraph-perl-0.96/debian/rules
--- libgraph-perl-0.96/debian/rules
+++ libgraph-perl-0.96/debian/rules
@@ -22,7 +22,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	[ -f Makefile ] && $(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 	dh_clean
 
 install: 

Attachment: signature.asc
Description: Digital signature

Reply via email to