[Python-modules-commits] r9109 - in packages/python-chaco/trunk/debian (changelog rules)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Tue Jul 21 05:42:08 UTC 2009


    Date: Tuesday, July 21, 2009 @ 05:41:59
  Author: varun
Revision: 9109

Fix removal of LICENSE files, which broke installation.

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

Modified: packages/python-chaco/trunk/debian/changelog
===================================================================
--- packages/python-chaco/trunk/debian/changelog	2009-07-21 02:59:05 UTC (rev 9108)
+++ packages/python-chaco/trunk/debian/changelog	2009-07-21 05:41:59 UTC (rev 9109)
@@ -1,3 +1,9 @@
+python-chaco (3.2.0-2) unstable; urgency=low
+
+  * Fix removal of LICENSE files, which broke installation.
+
+ -- Varun Hiremath <varun at debian.org>  Tue, 21 Jul 2009 01:13:02 -0400
+
 python-chaco (3.2.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-chaco/trunk/debian/rules
===================================================================
--- packages/python-chaco/trunk/debian/rules	2009-07-21 02:59:05 UTC (rev 9108)
+++ packages/python-chaco/trunk/debian/rules	2009-07-21 05:41:59 UTC (rev 9109)
@@ -13,8 +13,10 @@
 PYSHARED			 = $(DEB_DESTDIR)`pycentral pycentraldir python-chaco`
 EXAMPLES			 = $(DEB_DESTDIR)/usr/share/doc/python-chaco
 
+install/python-chaco::
+	find $(DEB_DESTDIR) -name "*LICENSE*" -delete
+
 binary-predeb/python-chaco::
-	find $(DEB_DESTDIR) -name "*LICENSE*" -delete
 	$(RM) $(DEB_DESTDIR)/usr/share/doc/python-chaco/CHANGES.txt.gz
 	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