Author: smr Date: 2009-04-22 04:52:51 +0000 (Wed, 22 Apr 2009) New Revision: 3312
Modified: trunk/packages/gdcm/trunk/debian/control trunk/packages/gdcm/trunk/debian/rules Log: Remove hardcoding of Python 2.5, use "current". Remove unneeded dh_python; dh_pysupport does everything needed. Modified: trunk/packages/gdcm/trunk/debian/control =================================================================== --- trunk/packages/gdcm/trunk/debian/control 2009-04-22 04:25:12 UTC (rev 3311) +++ trunk/packages/gdcm/trunk/debian/control 2009-04-22 04:52:51 UTC (rev 3312) @@ -6,8 +6,8 @@ Uploaders: Mathieu Malaterre <[email protected]>, Andreas Tille <[email protected]>, Steve M. Robbins <[email protected]> -XS-Python-Version: 2.5 -Build-Depends: debhelper (>= 5.0.37.2), python-2.5-dev, quilt, +XS-Python-Version: current +Build-Depends: debhelper (>= 5.0.37.2), python-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:25:12 UTC (rev 3311) +++ trunk/packages/gdcm/trunk/debian/rules 2009-04-22 04:52:51 UTC (rev 3312) @@ -126,7 +126,6 @@ dh_fixperms # dh_perl dh_pysupport - dh_python dh_makeshlibs -Xformats -V dh_installdeb dh_shlibdeps _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
