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

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Feb 29 17:30:36 UTC 2012


Author: malat-guest
Date: 2012-02-29 17:30:35 +0000 (Wed, 29 Feb 2012)
New Revision: 9817

Modified:
   trunk/packages/gdcm/trunk/debian/control.in
   trunk/packages/gdcm/trunk/debian/rules
Log:
Control PYVER

Modified: trunk/packages/gdcm/trunk/debian/control.in
===================================================================
--- trunk/packages/gdcm/trunk/debian/control.in	2012-02-29 17:25:59 UTC (rev 9816)
+++ trunk/packages/gdcm/trunk/debian/control.in	2012-02-29 17:30:35 UTC (rev 9817)
@@ -16,7 +16,7 @@
  cli-common-dev (>= 0.8~) [@DEB_MONO_ARCHS@],
  mono-devel (>= 2.10.5) [@DEB_MONO_ARCHS@]
 Standards-Version: 3.9.3
-X-Python-Version: 2.7
+X-Python-Version: @PYVER@
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gdcm/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gdcm/trunk/
 Homepage: http://gdcm.sourceforge.net/

Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules	2012-02-29 17:25:59 UTC (rev 9816)
+++ trunk/packages/gdcm/trunk/debian/rules	2012-02-29 17:30:35 UTC (rev 9817)
@@ -83,7 +83,7 @@
 #	$(MAKE)
 
 debian/control: debian/control.in
-	sed -e "s/@DEB_MONO_ARCHS@/$(DEB_MONO_ARCHS)/g" $< > $@
+	sed -e"s/@PYVER@/$(PYVER)/g" -e "s/@DEB_MONO_ARCHS@/$(DEB_MONO_ARCHS)/g" $< > $@
 
 get-orig-source:
 	uscan --verbose --force-download




More information about the debian-med-commit mailing list