aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-10-16 23:40:12 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-10-16 23:40:12 +0000
commit8cc5caf78ede04748306cc1a587752080331e77c (patch)
treee8d592c8b3aa9fb8293a58a054ed2f0d5edcdcd5 /debian/rules
parentafae77d7f10f3ee60dbb8105a2aae77706691c96 (diff)
downloadpython-urllib3-8cc5caf78ede04748306cc1a587752080331e77c.tar
python-urllib3-8cc5caf78ede04748306cc1a587752080331e77c.tar.gz
Switched to debian/clean for cleaning instead of using debian/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 33e5b40..73c204c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,12 +11,6 @@ export PYBUILD_DESTDIR_python3=debian/python3-urllib3/
override_dh_auto_configure:
rm -f urllib3/packages/six.py
-override_dh_auto_clean:
- rm -rf build
- rm -f .coverage
- rm -rf *.egg-info
- dh_auto_clean
-
override_dh_auto_install:
dh_auto_install
# Remove dummyserver/ tests to not pollute namespace.