[Python-modules-commits] r21399 - in packages/python-enable/trunk/debian (6 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Tue Apr 24 03:07:28 UTC 2012
Date: Tuesday, April 24, 2012 @ 03:07:25
Author: varun
Revision: 21399
* New upstream release
* Bump Standards-Version to 3.9.3
* Add d/pydist-overrides: "pil python-imaging"
Added:
packages/python-enable/trunk/debian/pydist-overrides
Modified:
packages/python-enable/trunk/debian/changelog
packages/python-enable/trunk/debian/control
packages/python-enable/trunk/debian/orig-tar.sh
packages/python-enable/trunk/debian/rules
packages/python-enable/trunk/debian/watch
Modified: packages/python-enable/trunk/debian/changelog
===================================================================
--- packages/python-enable/trunk/debian/changelog 2012-04-24 03:06:04 UTC (rev 21398)
+++ packages/python-enable/trunk/debian/changelog 2012-04-24 03:07:25 UTC (rev 21399)
@@ -1,3 +1,11 @@
+python-enable (4.1.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Bump Standards-Version to 3.9.3
+ * Add d/pydist-overrides: "pil python-imaging"
+
+ -- Varun Hiremath <varun at debian.org> Mon, 23 Apr 2012 15:46:30 -0400
+
python-enable (4.0.0-2) unstable; urgency=low
* Update patches/freetype2.diff to fix linking issues with libX11
Modified: packages/python-enable/trunk/debian/control
===================================================================
--- packages/python-enable/trunk/debian/control 2012-04-24 03:06:04 UTC (rev 21398)
+++ packages/python-enable/trunk/debian/control 2012-04-24 03:07:25 UTC (rev 21399)
@@ -6,8 +6,8 @@
Build-Depends: cdbs (>= 0.4.90~), debhelper(>= 7), python-all-dev (>= 2.6.6-3~),
python-setuptools, python-setupdocs, python-numpy, python-pyrex, swig,
libfreetype6-dev, libx11-dev, libglu1-mesa-dev, cython
-Standards-Version: 3.9.2
-X-Python-Version: >=2.5
+Standards-Version: 3.9.3
+X-Python-Version: >=2.6
Homepage: http://pypi.python.org/pypi/enable
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-enable/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-enable/trunk/
Modified: packages/python-enable/trunk/debian/orig-tar.sh
===================================================================
--- packages/python-enable/trunk/debian/orig-tar.sh 2012-04-24 03:06:04 UTC (rev 21398)
+++ packages/python-enable/trunk/debian/orig-tar.sh 2012-04-24 03:07:25 UTC (rev 21399)
@@ -8,10 +8,10 @@
mv enable-$2 $DIR
# remove freetype2 source from enthought.kiva
-(cd $DIR; rm -rf enthought/kiva/agg/freetype2)
+(cd $DIR; rm -rf kiva/agg/freetype2)
# remove non-free gpc sources
-(cd $DIR; rm -rf enthought/kiva/agg/agg-24/gpc)
+(cd $DIR; rm -rf kiva/agg/agg-24/gpc)
# create the tarball
GZIP=--best tar -c -z -f $3 $DIR
Added: packages/python-enable/trunk/debian/pydist-overrides
===================================================================
--- packages/python-enable/trunk/debian/pydist-overrides (rev 0)
+++ packages/python-enable/trunk/debian/pydist-overrides 2012-04-24 03:07:25 UTC (rev 21399)
@@ -0,0 +1 @@
+pil python-imaging
Modified: packages/python-enable/trunk/debian/rules
===================================================================
--- packages/python-enable/trunk/debian/rules 2012-04-24 03:06:04 UTC (rev 21398)
+++ packages/python-enable/trunk/debian/rules 2012-04-24 03:07:25 UTC (rev 21399)
@@ -11,14 +11,17 @@
install/python-enable::
find $(DEB_DESTDIR) -name 'LICENSE.txt' -delete
+ find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
find $(DEB_DESTDIR) -name 'setup.py' -delete
+ dh_numpy
binary-predeb/python-enable::
find $(PYSHARED) -type f | xargs sed -i '/^#!/d'
find $(PYSHARED) -type f | xargs chmod 644
find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
find $(EXAMPLES) -type f | xargs chmod 644
- find $(EXAMPLES) -name 'CHANGES.txt' -delete
+ find $(EXAMPLES) -name '.gitignore' -delete
+ find $(EXAMPLES) -name 'CHANGES.txt.gz' -delete
get-orig-source:
-uscan --force-download --rename
Modified: packages/python-enable/trunk/debian/watch
===================================================================
--- packages/python-enable/trunk/debian/watch 2012-04-24 03:06:04 UTC (rev 21398)
+++ packages/python-enable/trunk/debian/watch 2012-04-24 03:07:25 UTC (rev 21399)
@@ -1,4 +1,4 @@
version=3
opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
-http://www.enthought.com/repo/ets/enable-(.*).tar.gz \
+http://pypi.python.org/pypi/enable .*enable-(.*).tar.gz \
debian debian/orig-tar.sh
More information about the Python-modules-commits
mailing list