[med-svn] r11576 - trunk/packages/fis-gtm/trunk/debian

Luis Ibanez luisibanez-guest at alioth.debian.org
Thu Jul 5 20:55:33 UTC 2012


Author: luisibanez-guest
Date: 2012-07-05 20:55:33 +0000 (Thu, 05 Jul 2012)
New Revision: 11576

Modified:
   trunk/packages/fis-gtm/trunk/debian/changelog
   trunk/packages/fis-gtm/trunk/debian/rules
Log:
ENH: Added the --parallel flag to take advantage of make -j N.


Modified: trunk/packages/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-05 15:28:50 UTC (rev 11575)
+++ trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-05 20:55:33 UTC (rev 11576)
@@ -24,6 +24,7 @@
     Now doing dh_fixperms first, and only retouching the setuid, and
     the scripts that are non-executable.
     Added lintian overrides for gtmsecshr and libgtmutil.so.
+    Added the --parallel flag to take advantage of make -j x.
   * debian/control:
     Added cmake as a build dependency.
   * debian/source:

Modified: trunk/packages/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/rules	2012-07-05 15:28:50 UTC (rev 11575)
+++ trunk/packages/fis-gtm/trunk/debian/rules	2012-07-05 20:55:33 UTC (rev 11576)
@@ -25,7 +25,7 @@
 DUMMY := $(shell [ -e debian/tmp/locale/en_US.utf8 ] || { mkdir -p debian/tmp/locale/ && localedef -f UTF-8 -i en_US debian/tmp/locale/en_US.utf8; })
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX:PATH=/usr -DGTM_INSTALL_DIR=$(GTM_INSTALL_DIR)




More information about the debian-med-commit mailing list