[Pkg-gnutls-commits] r1874 - in /packages/libgcrypt11/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Tue Aug 20 17:45:04 UTC 2013


Author: ametzler
Date: Tue Aug 20 17:45:03 2013
New Revision: 1874

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1874
Log:
Enable parallel building.

Modified:
    packages/libgcrypt11/trunk/debian/changelog
    packages/libgcrypt11/trunk/debian/rules

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=1874&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog	(original)
+++ packages/libgcrypt11/trunk/debian/changelog	Tue Aug 20 17:45:03 2013
@@ -1,10 +1,9 @@
-libgcrypt11 (1.5.3-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+libgcrypt11 (1.5.3-2) unstable; urgency=low
+
   * Convert to dh and move building of ps and html docs to
-    override_dh_auto_build-indep.
-
- -- Andreas Metzler <ametzler at debian.org>  Thu, 25 Jul 2013 14:35:49 +0200
+    override_dh_auto_build-indep. Enable parallel building.
+
+ -- Andreas Metzler <ametzler at debian.org>  Tue, 20 Aug 2013 19:21:29 +0200
 
 libgcrypt11 (1.5.3-1) unstable; urgency=high
 

Modified: packages/libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/rules?rev=1874&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/rules	(original)
+++ packages/libgcrypt11/trunk/debian/rules	Tue Aug 20 17:45:03 2013
@@ -28,4 +28,4 @@
 	dh_strip --dbg-package=libgcrypt11-dbg
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --parallel --with autotools_dev




More information about the Pkg-gnutls-commits mailing list