[Python-modules-commits] r12041 - in packages/python-chaco/trunk/debian (7 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Sun Feb 28 19:41:37 UTC 2010
Date: Sunday, February 28, 2010 @ 19:41:33
Author: varun
Revision: 12041
* New upstream release
* Switch to source format 3.0 (quilt)
* Bump Standards-Version to 3.8.4
* Remove transition package: python-enthought-chaco2
Added:
packages/python-chaco/trunk/debian/source/
packages/python-chaco/trunk/debian/source/format
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
packages/python-chaco/trunk/debian/watch
Modified: packages/python-chaco/trunk/debian/changelog
===================================================================
--- packages/python-chaco/trunk/debian/changelog 2010-02-28 19:40:33 UTC (rev 12040)
+++ packages/python-chaco/trunk/debian/changelog 2010-02-28 19:41:33 UTC (rev 12041)
@@ -1,3 +1,12 @@
+python-chaco (3.3.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Switch to source format 3.0 (quilt)
+ * Bump Standards-Version to 3.8.4
+ * Remove transition package: python-enthought-chaco2
+
+ -- Varun Hiremath <varun at debian.org> Sun, 28 Feb 2010 14:05:25 -0500
+
python-chaco (3.2.0-2) unstable; urgency=low
* Fix removal of LICENSE files, which broke installation.
@@ -32,8 +41,8 @@
[ Varun Hiremath ]
* New upstream release
- * debian/control: add python-setupdocs to Build-Depends
-
+ * debian/control: add python-setupdocs to Build-Depends
+
-- Varun Hiremath <varun at debian.org> Mon, 29 Dec 2008 02:34:05 -0500
python-chaco (3.0.0-1) experimental; urgency=low
Modified: packages/python-chaco/trunk/debian/control
===================================================================
--- packages/python-chaco/trunk/debian/control 2010-02-28 19:40:33 UTC (rev 12040)
+++ packages/python-chaco/trunk/debian/control 2010-02-28 19:41:33 UTC (rev 12041)
@@ -4,8 +4,8 @@
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),
- python-setuptools, python-setupdocs, python-numpy, quilt
-Standards-Version: 3.8.2
+ python-setuptools, python-setupdocs, python-numpy
+Standards-Version: 3.8.4
XS-Python-Version: >=2.4
Homepage: http://pypi.python.org/pypi/Chaco/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-chaco/trunk
@@ -28,10 +28,3 @@
generates nice static plots for publication and presentation
purposes, its components are all designed to be work well for
interactive data visualization.
-
-Package: python-enthought-chaco2
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-chaco
-Description: interactive plotting application toolkit (Transition package)
- This is a dummy package to ease the transition to the new
- python-chaco package. This package can be safely removed.
Modified: packages/python-chaco/trunk/debian/patches/setup.diff
===================================================================
--- packages/python-chaco/trunk/debian/patches/setup.diff 2010-02-28 19:40:33 UTC (rev 12040)
+++ packages/python-chaco/trunk/debian/patches/setup.diff 2010-02-28 19:41:33 UTC (rev 12041)
@@ -1,19 +1,17 @@
Author: Varun Hiremath <vh63 at cornell.edu>
Description: Remove files installed in non-standard /usr/enthought directory
-Index: python-chaco-3.2.0/setup.py
+Index: python-chaco-3.3.0/setup.py
===================================================================
---- python-chaco-3.2.0.orig/setup.py 2009-07-17 19:32:42.000000000 -0400
-+++ python-chaco-3.2.0/setup.py 2009-07-17 19:32:51.000000000 -0400
-@@ -123,11 +123,7 @@
- cmdclass = {
+--- 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
-- },
-- data_files=[('enthought/chaco/layers/data',
-- ['enthought/chaco/layers/data/Dialog-error.svg',
-- 'enthought/chaco/layers/data/Dialog-warning.svg',
-- 'enthought/chaco/layers/data/range_selection.svg'])],
-+ },
+ },
+- data_files=[('enthought/chaco/layers/data',
+- ['enthought/chaco/layers/data/Dialog-error.svg',
+- 'enthought/chaco/layers/data/Dialog-warning.svg',
+- 'enthought/chaco/layers/data/range_selection.svg'])],
+ package_data={'enthought': ['chaco/tools/toolbars/images/*.png']},
description = DOCLINES[1],
download_url = ('http://www.enthought.com/repo/ETS/Chaco-%s.tar.gz' %
- INFO['version']),
Modified: packages/python-chaco/trunk/debian/rules
===================================================================
--- packages/python-chaco/trunk/debian/rules 2010-02-28 19:40:33 UTC (rev 12040)
+++ packages/python-chaco/trunk/debian/rules 2010-02-28 19:41:33 UTC (rev 12041)
@@ -4,7 +4,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_INSTALL_CHANGELOGS_ALL = docs/CHANGES.txt
DEB_COMPRESS_EXCLUDE := .py
@@ -18,8 +17,10 @@
binary-predeb/python-chaco::
$(RM) $(DEB_DESTDIR)/usr/share/doc/python-chaco/CHANGES.txt.gz
+ find $(EXAMPLES) -type f -print0 | xargs -0 sed -i '/^#!/d'
find $(PYSHARED) -type f -print0 | xargs -0 chmod 644
find $(EXAMPLES) -type f -print0 | xargs -0 chmod 644
+ find $(EXAMPLES) -name "*LICENSE*" -delete
get-orig-source:
-uscan --upstream-version 0 --rename
Added: packages/python-chaco/trunk/debian/source/format
===================================================================
--- packages/python-chaco/trunk/debian/source/format (rev 0)
+++ packages/python-chaco/trunk/debian/source/format 2010-02-28 19:41:33 UTC (rev 12041)
@@ -0,0 +1 @@
+3.0 (quilt)
Modified: packages/python-chaco/trunk/debian/watch
===================================================================
--- packages/python-chaco/trunk/debian/watch 2010-02-28 19:40:33 UTC (rev 12040)
+++ packages/python-chaco/trunk/debian/watch 2010-02-28 19:41:33 UTC (rev 12041)
@@ -1,7 +1,5 @@
version=3
-#http://pypi.python.org/packages/source/C/Chaco/Chaco-(.*).tar.gz
-
opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
-http://www.enthought.com/repo/ETS/Chaco-(.*).tar.gz \
+http://www.enthought.com/repo/ets/Chaco-(.*).tar.gz \
debian debian/orig-tar.sh
More information about the Python-modules-commits
mailing list