aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-04-17 19:37:33 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-04-17 19:37:33 +0000
commit410a87b912f2a0f1c18f7021fd7b9c4be2daee81 (patch)
treeeb98fb553583ca4962a31e9c9c9c309fe5d23918
parent37f9440d34eca70cba09a144f9612c6631c4d74c (diff)
downloadpython-urllib3-410a87b912f2a0f1c18f7021fd7b9c4be2daee81.tar
python-urllib3-410a87b912f2a0f1c18f7021fd7b9c4be2daee81.tar.gz
Cleaned .egg-info to build packages twice in a row
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 21c7141..07e5649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ python-urllib3 (1.3-2) UNRELEASED; urgency=low
- Refreshed
* debian/rules
- Actually remove the embedded python-six from binary packages
+ - Cleaned .egg-info to build packages twice in a row
- -- Daniele Tricoli <eriol@mornie.org> Tue, 17 Apr 2012 21:05:55 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Tue, 17 Apr 2012 21:34:49 +0200
python-urllib3 (1.3-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ffd760c..6207fb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ override_dh_auto_build:
override_dh_auto_clean:
rm -rf build
rm -f .coverage
+ rm -rf *.egg-info
dh_auto_clean
override_dh_auto_install: