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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sun Mar 16 03:57:52 UTC 2014


    Date: Sunday, March 16, 2014 @ 03:57:51
  Author: varun
Revision: 28210

* New upstream release
* Bump Standards-Version to 3.9.5

Modified:
  packages/python-chaco/trunk/debian/changelog
  packages/python-chaco/trunk/debian/control
  packages/python-chaco/trunk/debian/rules

Modified: packages/python-chaco/trunk/debian/changelog
===================================================================
--- packages/python-chaco/trunk/debian/changelog	2014-03-16 03:57:28 UTC (rev 28209)
+++ packages/python-chaco/trunk/debian/changelog	2014-03-16 03:57:51 UTC (rev 28210)
@@ -1,13 +1,14 @@
-python-chaco (4.1.0-2) UNRELEASED; urgency=low
+python-chaco (4.4.1-1) unstable; urgency=low
 
   [ Varun Hiremath ]
-  * NOT RELEASED YET
+  * New upstream release
   * d/control: Fix upstream Homepage URL (Closes: #649473)
+  * Bump Standards-Version to 3.9.5
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:11 +0200
+ -- Varun Hiremath <varun at debian.org>  Sat, 15 Mar 2014 22:52:33 -0400
 
 python-chaco (4.1.0-1) unstable; urgency=low
 

Modified: packages/python-chaco/trunk/debian/control
===================================================================
--- packages/python-chaco/trunk/debian/control	2014-03-16 03:57:28 UTC (rev 28209)
+++ packages/python-chaco/trunk/debian/control	2014-03-16 03:57:51 UTC (rev 28210)
@@ -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.3
+Standards-Version: 3.9.5
 X-Python-Version: >=2.5
 Homepage: http://pypi.python.org/pypi/chaco/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-chaco/trunk/

Modified: packages/python-chaco/trunk/debian/rules
===================================================================
--- packages/python-chaco/trunk/debian/rules	2014-03-16 03:57:28 UTC (rev 28209)
+++ packages/python-chaco/trunk/debian/rules	2014-03-16 03:57:51 UTC (rev 28210)
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_INSTALL_CHANGELOGS_ALL       = docs/CHANGES.txt
 DEB_COMPRESS_EXCLUDE		:= .py .pdf
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_DESTDIR			 = $(CURDIR)/debian/python-chaco
@@ -15,7 +14,6 @@
 	dh_numpy
 
 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




More information about the Python-modules-commits mailing list