[Python-modules-commits] r16381 - in packages/python-chaco/trunk/debian (4 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Wed Apr 6 05:24:46 UTC 2011
Date: Wednesday, April 6, 2011 @ 05:24:36
Author: varun
Revision: 16381
* New upstream release
* Convert to dh_python2 (Closes: #616996)
Modified:
packages/python-chaco/trunk/debian/changelog
packages/python-chaco/trunk/debian/control
packages/python-chaco/trunk/debian/patches/setup.diff
packages/python-chaco/trunk/debian/rules
Modified: packages/python-chaco/trunk/debian/changelog
===================================================================
--- packages/python-chaco/trunk/debian/changelog 2011-04-06 05:22:49 UTC (rev 16380)
+++ packages/python-chaco/trunk/debian/changelog 2011-04-06 05:24:36 UTC (rev 16381)
@@ -1,3 +1,10 @@
+python-chaco (3.4.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Convert to dh_python2 (Closes: #616996)
+
+ -- Varun Hiremath <varun at debian.org> Tue, 05 Apr 2011 21:44:30 -0400
+
python-chaco (3.3.2-1) experimental; urgency=low
* New upstream release
Modified: packages/python-chaco/trunk/debian/control
===================================================================
--- packages/python-chaco/trunk/debian/control 2011-04-06 05:22:49 UTC (rev 16380)
+++ packages/python-chaco/trunk/debian/control 2011-04-06 05:24:36 UTC (rev 16381)
@@ -3,10 +3,10 @@
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-central (>= 0.6),
+Build-Depends: cdbs (>= 0.4.90~), debhelper(>= 6), python-all-dev (>= 2.6.6-3~),
python-setuptools, python-setupdocs, python-numpy
Standards-Version: 3.9.1
-XS-Python-Version: >=2.4
+X-Python-Version: >=2.4
Homepage: http://pypi.python.org/pypi/Chaco/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-chaco/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-chaco/trunk/
@@ -16,9 +16,6 @@
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-numpy, python-traitsgui, python-enable, python-wxgtk2.8,
python-pkg-resources
-Conflicts: python-enthought-chaco2 (<< 3.0.0)
-Replaces: python-enthought-chaco2 (<< 3.0.0)
-XB-Python-Version: ${python:Versions}
Description: interactive plotting application toolkit
Chaco is a Python plotting application toolkit and a part of
Enthought Tool Suite. It is meant to facilitate writing plotting
Modified: packages/python-chaco/trunk/debian/patches/setup.diff
===================================================================
--- packages/python-chaco/trunk/debian/patches/setup.diff 2011-04-06 05:22:49 UTC (rev 16380)
+++ packages/python-chaco/trunk/debian/patches/setup.diff 2011-04-06 05:24:36 UTC (rev 16381)
@@ -1,13 +1,13 @@
Author: Varun Hiremath <vh63 at cornell.edu>
Description: Remove files installed in non-standard /usr/enthought directory
-Index: python-chaco-3.3.0/setup.py
+Index: python-chaco-3.4.0/setup.py
===================================================================
---- python-chaco-3.3.0.orig/setup.py 2010-02-25 13:15:04.000000000 -0500
-+++ python-chaco-3.3.0/setup.py 2010-02-28 14:09:40.000000000 -0500
-@@ -125,10 +125,6 @@
- 'develop': MyDevelop,
- 'build': MyBuild
- },
+--- python-chaco-3.4.0.orig/setup.py 2011-01-26 15:57:45.000000000 -0500
++++ python-chaco-3.4.0/setup.py 2011-04-05 21:49:40.000000000 -0400
+@@ -94,10 +94,6 @@
+ Topic :: Software Development
+ Topic :: Software Development :: Libraries
+ """.splitlines() if len(c.strip()) > 0],
- data_files=[('enthought/chaco/layers/data',
- ['enthought/chaco/layers/data/Dialog-error.svg',
- 'enthought/chaco/layers/data/Dialog-warning.svg',
Modified: packages/python-chaco/trunk/debian/rules
===================================================================
--- packages/python-chaco/trunk/debian/rules 2011-04-06 05:22:49 UTC (rev 16380)
+++ packages/python-chaco/trunk/debian/rules 2011-04-06 05:24:36 UTC (rev 16381)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list