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

malat-guest at alioth.debian.org malat-guest at alioth.debian.org
Mon Dec 1 15:46:37 UTC 2008


Author: malat-guest
Date: 2008-12-01 15:46:37 +0000 (Mon, 01 Dec 2008)
New Revision: 2748

Modified:
   trunk/packages/gdcm/trunk/debian/changelog
   trunk/packages/gdcm/trunk/debian/rules
Log:
cleanup gdcm/rules file.

Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog	2008-12-01 13:09:33 UTC (rev 2747)
+++ trunk/packages/gdcm/trunk/debian/changelog	2008-12-01 15:46:37 UTC (rev 2748)
@@ -1,3 +1,11 @@
+gdcm (2.0.9-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Do not force C compiler. Preserve CFLAGS as set in rules files
+    turn verbose Makefile only if requested
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 01 Dec 2008 16:44:13 +0100
+
 gdcm (2.0.9-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules	2008-12-01 13:09:33 UTC (rev 2747)
+++ trunk/packages/gdcm/trunk/debian/rules	2008-12-01 15:46:37 UTC (rev 2748)
@@ -47,11 +47,9 @@
 	dh_testdir
 	[ -d $(BUILD)-python$* ] || mkdir $(BUILD)-python$*
 	cd $(BUILD)-python$* && cmake $(CURDIR) -DCMAKE_INSTALL_PREFIX="/usr" \
-		-DCMAKE_C_COMPILER="/usr/bin/cc" \
-		-DCMAKE_C_FLAGS="-g -Wall -O2" \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DGDCM_NO_EXECUTABLE_PROPERTIES=ON \
-		-DCMAKE_VERBOSE_MAKEFILE=ON \
+		-DCMAKE_VERBOSE_MAKEFILE=$(DH_VERBOSE) \
 		-DGDCM_BUILD_APPLICATIONS=ON \
 		-DGDCM_BUILD_SHARED_LIBS=ON \
 		-DGDCM_WRAP_PYTHON=ON \




More information about the debian-med-commit mailing list