aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: