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

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Sep 6 15:50:42 UTC 2011


Author: malat-guest
Date: 2011-09-06 15:50:42 +0000 (Tue, 06 Sep 2011)
New Revision: 7691

Modified:
   trunk/packages/gdcm/trunk/debian/changelog
   trunk/packages/gdcm/trunk/debian/rules
Log:
trying to get it to compile

Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog	2011-09-06 15:32:22 UTC (rev 7690)
+++ trunk/packages/gdcm/trunk/debian/changelog	2011-09-06 15:50:42 UTC (rev 7691)
@@ -1,3 +1,9 @@
+gdcm (2.0.18-3) unstable; urgency=low
+
+  * Redo d/rules files to use dh(8)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Tue, 06 Sep 2011 17:12:24 +0200
+
 gdcm (2.0.18-2) unstable; urgency=low
 
   * Remove call to dh_makeclilibs since GDCM does not install in the GAC

Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules	2011-09-06 15:32:22 UTC (rev 7690)
+++ trunk/packages/gdcm/trunk/debian/rules	2011-09-06 15:50:42 UTC (rev 7691)
@@ -7,7 +7,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with=python2
+	dh $@ --parallel --with python2
 
 # Mono is not available for all Debian architectures.
 DEB_WRAP_CSHARP = 1




More information about the debian-med-commit mailing list