[med-svn] r22459 - trunk/packages/sofa-framework/trunk/debian

Gert Wollny gert-guest at moszumanska.debian.org
Fri Jul 8 20:14:06 UTC 2016


Author: gert-guest
Date: 2016-07-08 20:14:05 +0000 (Fri, 08 Jul 2016)
New Revision: 22459

Modified:
   trunk/packages/sofa-framework/trunk/debian/changelog
   trunk/packages/sofa-framework/trunk/debian/rules
Log:
Enable parallel builds

Modified: trunk/packages/sofa-framework/trunk/debian/changelog
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/changelog	2016-07-08 19:50:04 UTC (rev 22458)
+++ trunk/packages/sofa-framework/trunk/debian/changelog	2016-07-08 20:14:05 UTC (rev 22459)
@@ -5,7 +5,8 @@
   * cme fix dpkg-control 
   * d/copyright: DEP5 - remove duplicate entries 
   * d/rules: hardening += all 
-  * d/p/hardening: Add hardening flags
+  * d/p/hardening: Add hardening flags and debug information 
+  * d/rules: enable parallel builds 
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Fri, 08 Jul 2016 15:55:28 +0000
 

Modified: trunk/packages/sofa-framework/trunk/debian/rules
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/rules	2016-07-08 19:50:04 UTC (rev 22458)
+++ trunk/packages/sofa-framework/trunk/debian/rules	2016-07-08 20:14:05 UTC (rev 22459)
@@ -12,7 +12,7 @@
 docpkg := sofa-doc
 
 %:
-	dh $@
+	dh $@ --parallel
 
 get-orig-source:
 	. debian/get-orig-source




More information about the debian-med-commit mailing list