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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Mon Aug 17 04:33:42 UTC 2015


    Date: Monday, August 17, 2015 @ 04:33:41
  Author: varun
Revision: 33813

* New upstream release
* Acknowledge previous NMUs, thanks!
* Bump Standards-Version to 3.9.6
* Non-maintainer upload.
* Update for wxPython 3.0. (Closes: #758953)
* Non-maintainer upload.
* Set permissions in /usr/lib/python*, not /usr/share/pyshared
  Closes: #750280

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	2015-08-17 04:23:05 UTC (rev 33812)
+++ packages/python-chaco/trunk/debian/changelog	2015-08-17 04:33:41 UTC (rev 33813)
@@ -1,3 +1,26 @@
+python-chaco (4.5.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * Acknowledge previous NMUs, thanks!
+  * Bump Standards-Version to 3.9.6
+
+ -- Varun Hiremath <varun at debian.org>  Mon, 17 Aug 2015 00:27:59 -0400
+
+python-chaco (4.4.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update for wxPython 3.0. (Closes: #758953)
+
+ -- Olly Betts <olly at survex.com>  Thu, 04 Sep 2014 02:20:49 +0000
+
+python-chaco (4.4.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set permissions in /usr/lib/python*, not /usr/share/pyshared
+    Closes: #750280
+
+ -- Jonathan Wiltshire <jmw at debian.org>  Sun, 06 Jul 2014 21:27:13 +0100
+
 python-chaco (4.4.1-1) unstable; urgency=low
 
   [ Varun Hiremath ]

Modified: packages/python-chaco/trunk/debian/control
===================================================================
--- packages/python-chaco/trunk/debian/control	2015-08-17 04:23:05 UTC (rev 33812)
+++ packages/python-chaco/trunk/debian/control	2015-08-17 04:33:41 UTC (rev 33813)
@@ -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.5
+Standards-Version: 3.9.6
 X-Python-Version: >=2.5
 Homepage: http://pypi.python.org/pypi/chaco/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-chaco/trunk/
@@ -14,7 +14,7 @@
 Package: python-chaco
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python-numpy, python-traitsui, python-enable, python-wxgtk2.8,
+ python-numpy, python-traitsui, python-enable, python-wxgtk3.0,
  python-pkg-resources
 Description: interactive plotting application toolkit
  Chaco is a Python plotting application toolkit and a part of

Modified: packages/python-chaco/trunk/debian/rules
===================================================================
--- packages/python-chaco/trunk/debian/rules	2015-08-17 04:23:05 UTC (rev 33812)
+++ packages/python-chaco/trunk/debian/rules	2015-08-17 04:33:41 UTC (rev 33813)
@@ -7,6 +7,7 @@
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_DESTDIR			 = $(CURDIR)/debian/python-chaco
 PYSHARED			 = $(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS			     = $(DEB_DESTDIR)/usr/lib/python*
 EXAMPLES			 = $(DEB_DESTDIR)/usr/share/doc/python-chaco
 
 install/python-chaco::
@@ -15,7 +16,7 @@
 
 binary-predeb/python-chaco::
 	find $(EXAMPLES) -type f -print0 | xargs -0 sed -i '/^#!/d'
-	find $(PYSHARED) -type f -print0 | xargs -0 chmod 644
+	find $(PYLIBS) -type f -print0 | xargs -0 chmod 644
 	find $(EXAMPLES) -type f -print0 | xargs -0 chmod 644
 	find $(EXAMPLES) -name "*LICENSE*" -delete
 




More information about the Python-modules-commits mailing list