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

Steven Michael Robbins smr at alioth.debian.org
Wed Apr 22 04:25:13 UTC 2009


Author: smr
Date: 2009-04-22 04:25:12 +0000 (Wed, 22 Apr 2009)
New Revision: 3311

Modified:
   trunk/packages/gdcm/trunk/debian/control
   trunk/packages/gdcm/trunk/debian/rules
Log:
Build with only one version of Python.

Modified: trunk/packages/gdcm/trunk/debian/control
===================================================================
--- trunk/packages/gdcm/trunk/debian/control	2009-04-22 04:14:50 UTC (rev 3310)
+++ trunk/packages/gdcm/trunk/debian/control	2009-04-22 04:25:12 UTC (rev 3311)
@@ -6,7 +6,8 @@
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>,
  Andreas Tille <tille at debian.org>,
  Steve M. Robbins <smr at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), quilt,
+XS-Python-Version: 2.5
+Build-Depends: debhelper (>= 5.0.37.2), python-2.5-dev, quilt,
  python-support (>= 0.3.9), uuid-dev, zlib1g-dev, libexpat1-dev,
  swig, cmake, libvtk5-dev, python-vtk, libpng12-dev | libpng-dev,
  libjpeg62-dev, libtiff4-dev, libfreetype6-dev, libopenjpeg-dev,

Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules	2009-04-22 04:14:50 UTC (rev 3310)
+++ trunk/packages/gdcm/trunk/debian/rules	2009-04-22 04:25:12 UTC (rev 3311)
@@ -38,7 +38,7 @@
 BUILD	:= $(CURDIR)/debian/build
 TARGET	:= $(CURDIR)/debian/tmp
 
-PYVERS  := $(shell pyversions -vs)
+PYVERS  := $(shell pyversions -vr)
 
 debian/configure-stamp: $(PYVERS:%=debian/configure-python%-stamp) 
 	touch $@




More information about the debian-med-commit mailing list