[Python-modules-commits] r3819 - in packages/enthought-enable2/trunk/debian (control rules)

varun-guest at users.alioth.debian.org varun-guest at users.alioth.debian.org
Mon Dec 3 13:52:01 UTC 2007


    Date: Monday, December 3, 2007 @ 13:51:59
  Author: varun-guest
Revision: 3819

* Switch to pysupport

Modified:
  packages/enthought-enable2/trunk/debian/control
  packages/enthought-enable2/trunk/debian/rules

Modified: packages/enthought-enable2/trunk/debian/control
===================================================================
--- packages/enthought-enable2/trunk/debian/control	2007-12-03 13:45:17 UTC (rev 3818)
+++ packages/enthought-enable2/trunk/debian/control	2007-12-03 13:51:59 UTC (rev 3819)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varunhiremath at gmail.com>
-Build-Depends: cdbs, debhelper(>= 5), python-all-dev, python-central, python-setuptools
+Build-Depends: cdbs, debhelper(>= 5), python-all-dev, python-support, python-setuptools
 Standards-Version: 3.7.2
 Homepage: http://code.enthought.com/
 XS-Python-Version: >=2.4

Modified: packages/enthought-enable2/trunk/debian/rules
===================================================================
--- packages/enthought-enable2/trunk/debian/rules	2007-12-03 13:45:17 UTC (rev 3818)
+++ packages/enthought-enable2/trunk/debian/rules	2007-12-03 13:51:59 UTC (rev 3819)
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-SITE_PACKAGES=$(DEB_DESTDIR)usr/share/pycentral/python-enthought-enable2/site-packages
+DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
+
 EXAMPLES=$(DEB_DESTDIR)/usr/share/doc/python-enthought-enable2/examples
 
 binary-predeb/python-enthought-enable2::




More information about the Python-modules-commits mailing list