[Python-modules-commits] r21398 - in packages/python-chaco/trunk/debian (4 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Tue Apr 24 03:06:08 UTC 2012


    Date: Tuesday, April 24, 2012 @ 03:06:04
  Author: varun
Revision: 21398

* New upstream release
* Bump Standards-Version to 3.9.3

Modified:
  packages/python-chaco/trunk/debian/changelog
  packages/python-chaco/trunk/debian/control
  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	2012-04-24 03:03:07 UTC (rev 21397)
+++ packages/python-chaco/trunk/debian/changelog	2012-04-24 03:06:04 UTC (rev 21398)
@@ -1,3 +1,10 @@
+python-chaco (4.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.9.3
+
+ -- Varun Hiremath <varun at debian.org>  Mon, 23 Apr 2012 16:08:57 -0400
+
 python-chaco (4.0.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-chaco/trunk/debian/control
===================================================================
--- packages/python-chaco/trunk/debian/control	2012-04-24 03:03:07 UTC (rev 21397)
+++ packages/python-chaco/trunk/debian/control	2012-04-24 03:06:04 UTC (rev 21398)
@@ -5,7 +5,7 @@
 Uploaders: Varun Hiremath <varun at debian.org>
 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.2
+Standards-Version: 3.9.3
 X-Python-Version: >=2.5
 Homepage: http://pypi.python.org/pypi/Chaco/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-chaco/trunk
@@ -16,7 +16,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-numpy, python-traitsui, python-enable, python-wxgtk2.8,
  python-pkg-resources
-Description: interactive plotting application toolkit 
+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
  applications of all levels of complexity, from simple scripts with

Modified: packages/python-chaco/trunk/debian/rules
===================================================================
--- packages/python-chaco/trunk/debian/rules	2012-04-24 03:03:07 UTC (rev 21397)
+++ packages/python-chaco/trunk/debian/rules	2012-04-24 03:06:04 UTC (rev 21398)
@@ -12,6 +12,7 @@
 
 install/python-chaco::
 	find $(DEB_DESTDIR) -name "*LICENSE*" -delete
+	dh_numpy
 
 binary-predeb/python-chaco::
 	$(RM) $(DEB_DESTDIR)/usr/share/doc/python-chaco/CHANGES.txt.gz
@@ -21,4 +22,4 @@
 	find $(EXAMPLES) -name "*LICENSE*" -delete
 
 get-orig-source:
-	-uscan --upstream-version 0 --rename	
+	-uscan --force-download --rename

Modified: packages/python-chaco/trunk/debian/watch
===================================================================
--- packages/python-chaco/trunk/debian/watch	2012-04-24 03:03:07 UTC (rev 21397)
+++ packages/python-chaco/trunk/debian/watch	2012-04-24 03:06:04 UTC (rev 21398)
@@ -1,5 +1,5 @@
 version=3
 opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
-http://www.enthought.com/repo/ets/chaco-(.*).tar.gz \
+http://pypi.python.org/pypi/chaco .*chaco-(.*).tar.gz \
 debian debian/orig-tar.sh
 




More information about the Python-modules-commits mailing list