[Piuparts-commits] rev 43 - in trunk: . debian
John Wright
jsw-guest at alioth.debian.org
Wed Jul 4 17:10:37 UTC 2007
Author: jsw-guest
Date: 2007-07-04 17:10:37 +0000 (Wed, 04 Jul 2007)
New Revision: 43
Modified:
trunk/Makefile
trunk/debian/changelog
Log:
* Makefile:
- Fix a bug generating piuparts.py from piuparts.py.in, where m4 was
interpreting certain Python functions like len(). (Closes: 431248)
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-07-04 00:39:15 UTC (rev 42)
+++ trunk/Makefile 2007-07-04 17:10:37 UTC (rev 43)
@@ -17,7 +17,7 @@
docbook2x-man --encoding=utf-8 piuparts.docbook
piuparts.py: piuparts.py.in
- m4 -D __PIUPARTS_VERSION__=$$(dpkg-parsechangelog | grep ^Version: \
+ m4 -P -D __PIUPARTS_VERSION__=$$(dpkg-parsechangelog | grep ^Version: \
| cut -d' ' -f2) < $< > $@
install: all
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-07-04 00:39:15 UTC (rev 42)
+++ trunk/debian/changelog 2007-07-04 17:10:37 UTC (rev 43)
@@ -2,8 +2,11 @@
* debian/control:
- Add XS-Vcs-Svn and XS-Vcs-Browser fields
+ * Makefile:
+ - Fix a bug generating piuparts.py from piuparts.py.in, where m4 was
+ interpreting certain Python functions like len(). (Closes: 431248)
- -- John Wright <john.wright at hp.com> Thu, 21 Jun 2007 13:09:20 +0100
+ -- John Wright <john at movingsucks.org> Wed, 4 Jul 2007 11:08:07 -0600
piuparts (0.21) unstable; urgency=low
More information about the Piuparts-commits
mailing list