[med-svn] r12903 - trunk/packages/invesalius/trunk/debian

Andreas Tille tille at alioth.debian.org
Sun Feb 3 14:57:21 UTC 2013


Author: tille
Date: 2013-02-03 14:57:20 +0000 (Sun, 03 Feb 2013)
New Revision: 12903

Modified:
   trunk/packages/invesalius/trunk/debian/control
   trunk/packages/invesalius/trunk/debian/rules
Log:
Get rid of python code but no python dependency lintian issue by using "--with python2" option for dh


Modified: trunk/packages/invesalius/trunk/debian/control
===================================================================
--- trunk/packages/invesalius/trunk/debian/control	2013-02-03 14:01:04 UTC (rev 12902)
+++ trunk/packages/invesalius/trunk/debian/control	2013-02-03 14:57:20 UTC (rev 12903)
@@ -13,7 +13,7 @@
 Package: invesalius
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-wxgtk2.8,
- python-imaging, libvtk5.8, libgdcm2.0 | libgdcm2.2, python2.6 | python2.7,
+ python-imaging, libvtk5.8, libgdcm2.0 | libgdcm2.2,
  python-casmoothing, python-nibabel, python-serial
 Description: 3D medical imaging reconstruction software
  InVesalius generates 3D medical imaging reconstructions based on a sequence of

Modified: trunk/packages/invesalius/trunk/debian/rules
===================================================================
--- trunk/packages/invesalius/trunk/debian/rules	2013-02-03 14:01:04 UTC (rev 12902)
+++ trunk/packages/invesalius/trunk/debian/rules	2013-02-03 14:57:20 UTC (rev 12903)
@@ -12,7 +12,7 @@
 major=2
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_clean:
 	dh_auto_clean




More information about the debian-med-commit mailing list