[Python-modules-commits] r5660 - in packages/simpleparse/trunk/debian (changelog rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Mon Jun 16 17:28:41 UTC 2008
Date: Monday, June 16, 2008 @ 17:28:40
Author: bernat
Revision: 5660
Fix a bashism in debian/rules, thanks to patch from Chris Lamb
(Closes: #484437).
Modified:
packages/simpleparse/trunk/debian/changelog
packages/simpleparse/trunk/debian/rules
Modified: packages/simpleparse/trunk/debian/changelog
===================================================================
--- packages/simpleparse/trunk/debian/changelog 2008-06-16 15:02:58 UTC (rev 5659)
+++ packages/simpleparse/trunk/debian/changelog 2008-06-16 17:28:40 UTC (rev 5660)
@@ -3,8 +3,10 @@
* Do not forbid to build against furture Python 2.6 and add a patch to
remove the use of "with" as variable since it will become a reserved
keyword.
+ * Fix a bashism in debian/rules, thanks to patch from Chris Lamb
+ (Closes: #484437).
- -- Vincent Bernat <bernat at luffy.cx> Sat, 26 Jan 2008 16:58:17 +0100
+ -- Vincent Bernat <bernat at debian.org> Mon, 16 Jun 2008 19:27:39 +0200
simpleparse (2.1.0a1-1) unstable; urgency=low
Modified: packages/simpleparse/trunk/debian/rules
===================================================================
--- packages/simpleparse/trunk/debian/rules 2008-06-16 15:02:58 UTC (rev 5659)
+++ packages/simpleparse/trunk/debian/rules 2008-06-16 17:28:40 UTC (rev 5660)
@@ -18,8 +18,12 @@
rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/examples
rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/doc
rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/Doc
- rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/TextTools/{LICENSE,README,COPYRIGHT}
- rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/{LICENSE,COPYRIGHT,mxLicense.html}
+ rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/TextTools/LICENSE
+ rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/TextTools/README
+ rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/TextTools/COPYRIGHT
+ rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/LICENSE
+ rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/COPYRIGHT
+ rm -rf $(SHARE)/python-support/python-simpleparse/simpleparse/stt/mxLicense.html
binary-predeb/python-simpleparse-doc::
chmod 0644 $(CURDIR)/debian/python-simpleparse-doc/usr/share/doc/python-simpleparse-doc/examples/*
More information about the Python-modules-commits
mailing list