[Python-modules-commits] r11417 - in packages/python-html2text/trunk/debian (rules)
stefanor-guest at users.alioth.debian.org
stefanor-guest at users.alioth.debian.org
Fri Jan 29 18:22:06 UTC 2010
Date: Friday, January 29, 2010 @ 18:22:04
Author: stefanor-guest
Revision: 11417
Rename source package in debian/rules
Modified:
packages/python-html2text/trunk/debian/rules
Modified: packages/python-html2text/trunk/debian/rules
===================================================================
--- packages/python-html2text/trunk/debian/rules 2010-01-29 18:20:25 UTC (rev 11416)
+++ packages/python-html2text/trunk/debian/rules 2010-01-29 18:22:04 UTC (rev 11417)
@@ -8,5 +8,5 @@
uscan --noconf --force-download --rename --download-version=$$VER --destdir=.; \
mkdir html2text-$$VER; \
mv html2text-$$VER.py html2text-$$VER/html2text.py; \
- tar -czf html2text_$$VER.orig.tar.gz html2text-$$VER; \
+ tar -czf python-html2text_$$VER.orig.tar.gz html2text-$$VER; \
rm -rf html2text-$$VER
More information about the Python-modules-commits
mailing list