[med-svn] r7695 - trunk/packages/gdcm/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Sep 7 09:21:06 UTC 2011


Author: malat-guest
Date: 2011-09-07 09:21:06 +0000 (Wed, 07 Sep 2011)
New Revision: 7695

Modified:
   trunk/packages/gdcm/trunk/debian/rules
Log:
Add cli

Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules	2011-09-07 04:46:01 UTC (rev 7694)
+++ trunk/packages/gdcm/trunk/debian/rules	2011-09-07 09:21:06 UTC (rev 7695)
@@ -7,7 +7,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with python2
+	dh $@ --parallel --with=cli --with=python2
 
 # Mono is not available for all Debian architectures.
 DEB_WRAP_CSHARP = 1
@@ -20,7 +20,6 @@
 
 CMAKE_EXTRA_FLAGS += -DCMAKE_SKIP_RPATH=ON \
 		-DGDCM_NO_EXECUTABLE_PROPERTIES=ON \
-		-DCMAKE_VERBOSE_MAKEFILE=$(DH_VERBOSE) \
 		-DGDCM_BUILD_APPLICATIONS=ON \
 		-DGDCM_DOCUMENTATION:BOOL=ON \
 		-DGDCM_PDF_DOCUMENTATION:BOOL=OFF \




More information about the debian-med-commit mailing list