[Pkg-gnupg-commit] r139 - in /gnupg/trunk/debian: changelog rules

thijs at users.alioth.debian.org thijs at users.alioth.debian.org
Mon Sep 7 08:10:25 UTC 2009


Author: thijs
Date: Mon Sep  7 08:10:13 2009
New Revision: 139

URL: http://svn.debian.org/wsvn/pkg-gnupg/?sc=1&rev=139
Log:
Correct build issue when backporting to lenny, thanks Andreas Metzler
(closes: #545268).

Modified:
    gnupg/trunk/debian/changelog
    gnupg/trunk/debian/rules

Modified: gnupg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/changelog?rev=139&op=diff
==============================================================================
--- gnupg/trunk/debian/changelog (original)
+++ gnupg/trunk/debian/changelog Mon Sep  7 08:10:13 2009
@@ -1,3 +1,10 @@
+gnupg (1.4.10-2) UNRELEASED; urgency=low
+
+  * Correct build issue when backporting to lenny, thanks Andreas Metzler
+    (closes: #545268).
+
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon, 07 Sep 2009 10:01:52 +0200
+
 gnupg (1.4.10-1) unstable; urgency=low
 
   [ Daniel Leidert (dale) ]

Modified: gnupg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/rules?rev=139&op=diff
==============================================================================
--- gnupg/trunk/debian/rules (original)
+++ gnupg/trunk/debian/rules Mon Sep  7 08:10:13 2009
@@ -103,7 +103,7 @@
 	dh_installinfo doc/gnupg1.info
 	dh_installman
 	dh_installudev
-	which dh_bugfiles && dh_bugfiles
+	if which dh_bugfiles ; then dh_bugfiles ; fi
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-gnupg-commit mailing list