[Python-modules-commits] r7307 - in packages/python-chaco/trunk/debian (changelog rules)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Fri Jan 9 16:21:10 UTC 2009
Date: Friday, January 9, 2009 @ 16:21:09
Author: varun
Revision: 7307
debian/rules: Fix removal of LICENSE* files (Closes: #511042)
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-01-09 11:19:36 UTC (rev 7306)
+++ packages/python-chaco/trunk/debian/changelog 2009-01-09 16:21:09 UTC (rev 7307)
@@ -1,3 +1,9 @@
+python-chaco (3.0.1-2) unstable; urgency=low
+
+ * debian/rules: Fix removal of LICENSE* files (Closes: #511042)
+
+ -- Varun Hiremath <varun at debian.org> Fri, 09 Jan 2009 11:11:39 -0500
+
python-chaco (3.0.1-1) unstable; urgency=low
[ Sandro Tosi ]
Modified: packages/python-chaco/trunk/debian/rules
===================================================================
--- packages/python-chaco/trunk/debian/rules 2009-01-09 11:19:36 UTC (rev 7306)
+++ packages/python-chaco/trunk/debian/rules 2009-01-09 16:21:09 UTC (rev 7307)
@@ -11,8 +11,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
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