[Python-modules-commits] r9026 - in packages/argparse/trunk/debian (changelog rules)
rrs-guest at users.alioth.debian.org
rrs-guest at users.alioth.debian.org
Sun Jul 12 12:52:16 UTC 2009
Date: Sunday, July 12, 2009 @ 12:52:15
Author: rrs-guest
Revision: 9026
Update changelog. Proper clean condition
Modified:
packages/argparse/trunk/debian/changelog
packages/argparse/trunk/debian/rules
Modified: packages/argparse/trunk/debian/changelog
===================================================================
--- packages/argparse/trunk/debian/changelog 2009-07-12 08:04:18 UTC (rev 9025)
+++ packages/argparse/trunk/debian/changelog 2009-07-12 12:52:15 UTC (rev 9026)
@@ -2,4 +2,4 @@
* Initial release (Closes: #532564)
- -- Ritesh Raj Sarraf <rrs at researchut.com> Thu, 11 Jun 2009 14:56:38 +0530
+ -- Ritesh Raj Sarraf <rrs at researchut.com> Sun, 12 Jul 2009 18:20:39 +0545
Modified: packages/argparse/trunk/debian/rules
===================================================================
--- packages/argparse/trunk/debian/rules 2009-07-12 08:04:18 UTC (rev 9025)
+++ packages/argparse/trunk/debian/rules 2009-07-12 12:52:15 UTC (rev 9026)
@@ -22,7 +22,7 @@
[ ! -e doc.orig ] || mv doc.orig doc
python setup.py clean --all
- [ -f argparse.pyc ] && rm -f argparse.pyc
+ [ ! -f argparse.pyc ] || rm -f argparse.pyc
dh_clean
More information about the Python-modules-commits
mailing list