[Python-modules-commits] r4771 - in packages/enthought-chaco2/trunk/debian (4 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Mon Mar 10 07:02:10 UTC 2008
Date: Monday, March 10, 2008 @ 07:02:08
Author: varun
Revision: 4771
* New upstream release
* Switch to pycentral
* debian/control: Depend on python-pkg-resources instead of
python-setuptools (Closes: #468725)
Modified:
packages/enthought-chaco2/trunk/debian/changelog
packages/enthought-chaco2/trunk/debian/control
packages/enthought-chaco2/trunk/debian/orig-tar.sh
packages/enthought-chaco2/trunk/debian/rules
Modified: packages/enthought-chaco2/trunk/debian/changelog
===================================================================
--- packages/enthought-chaco2/trunk/debian/changelog 2008-03-09 22:41:09 UTC (rev 4770)
+++ packages/enthought-chaco2/trunk/debian/changelog 2008-03-10 07:02:08 UTC (rev 4771)
@@ -1,3 +1,12 @@
+enthought-chaco2 (2.0.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Switch to pycentral
+ * debian/control: Depend on python-pkg-resources instead of
+ python-setuptools (Closes: #468725)
+
+ -- Varun Hiremath <varun at debian.org> Mon, 10 Mar 2008 12:10:48 +0530
+
enthought-chaco2 (2.0.1b1-1) unstable; urgency=low
[ Varun Hiremath ]
Modified: packages/enthought-chaco2/trunk/debian/control
===================================================================
--- packages/enthought-chaco2/trunk/debian/control 2008-03-09 22:41:09 UTC (rev 4770)
+++ packages/enthought-chaco2/trunk/debian/control 2008-03-10 07:02:08 UTC (rev 4771)
@@ -3,10 +3,11 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>
-Build-Depends: cdbs, debhelper(>= 6), python-all-dev, python-support,
+Build-Depends: cdbs, debhelper(>= 6), python-all-dev, python-central,
python-setuptools, python-numpy, swig, libfreetype6-dev, libx11-dev,
quilt
Standards-Version: 3.7.3
+XS-Python-Version: >=2.4
Homepage: http://code.enthought.com/chaco/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/enthought-chaco2/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/enthought-chaco2/trunk/?op=log
@@ -15,7 +16,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-numpy, python-enthought-traits-ui, python-wxgtk2.6,
- python-setuptools
+ python-pkg-resources
XB-Python-Version: ${python:Versions}
Description: interactive plotting application toolkit
Chaco is a Python plotting application toolkit and a part of
@@ -30,5 +31,5 @@
This package also includes Kiva and Enable packages from the
Enthought Tool Suite which are multi-platform DisplayPDF drawing
engines that support multiple output backends, including Windows,
- GTK, and Macintosh native windowing systems, a variety of raster
+ GTK+, and Macintosh native windowing systems, a variety of raster
image formats, PDF, and Postscript.
Modified: packages/enthought-chaco2/trunk/debian/orig-tar.sh
===================================================================
--- packages/enthought-chaco2/trunk/debian/orig-tar.sh 2008-03-09 22:41:09 UTC (rev 4770)
+++ packages/enthought-chaco2/trunk/debian/orig-tar.sh 2008-03-10 07:02:08 UTC (rev 4771)
@@ -6,9 +6,9 @@
# package list
PACKAGE_LIST="
-enthought.chaco2-2.0.1b1.tar.gz
-enthought.enable2-2.0.1b1.tar.gz
-enthought.kiva-2.0.0b2.tar.gz
+enthought.chaco2-2.0.4.tar.gz
+enthought.enable2-2.0.4.tar.gz
+enthought.kiva-2.0.3.tar.gz
"
# download the tarballs
Modified: packages/enthought-chaco2/trunk/debian/rules
===================================================================
--- packages/enthought-chaco2/trunk/debian/rules 2008-03-09 22:41:09 UTC (rev 4770)
+++ packages/enthought-chaco2/trunk/debian/rules 2008-03-10 07:02:08 UTC (rev 4771)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_SYSTEM=pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
@@ -8,7 +8,8 @@
DEB_COMPRESS_EXCLUDE := .py
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-SITE_PACKAGES=$(DEB_DESTDIR)usr/share/python-support/python-enthought-chaco2
+
+SITE_PACKAGES=$(DEB_DESTDIR)/usr/share/pycentral/python-enthought-chaco2/site-packages
EXAMPLES=$(DEB_DESTDIR)/usr/share/doc/python-enthought-chaco2/examples
clean::
@@ -31,6 +32,7 @@
binary-predeb/python-enthought-chaco2::
$(RM) $(SITE_PACKAGES)/enthought/chaco2/LICENSE
$(RM) $(SITE_PACKAGES)/enthought/kiva/fonttools/fontTools/LICENSE.txt
+ find $(SITE_PACKAGES) -type f | grep nspkg.pth$ | xargs $(RM)
find $(SITE_PACKAGES) -type f | xargs sed -i '/^#!/d'
find $(SITE_PACKAGES) -type f | xargs chmod 644
find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
More information about the Python-modules-commits
mailing list