summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-12 10:34:43 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-12 10:34:43 +0200
commit117ba8afa3094a8289386b3865bed0f955e14eac (patch)
tree2c5c91794da4817061631f10337ce2d4b41a3961 /debian/rules
parent4e2b3a3ef6e513866e1b04e0ed10cfb909afc524 (diff)
Clean eggs in debian/clean
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 25274d8..ae44baf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,5 @@ export PYBUILD_NAME=docker
# The pypi bundle includes the tests (https://github.com/docker/docker-py/issues/308), but they're really invasive and fail for reasons I haven't yet diagnosed.
export PYBUILD_DISABLE=test
-override_dh_auto_clean:
- dh_auto_clean
- rm -f docker_py.egg-info/SOURCES.txt
-
%:
dh $@ --buildsystem pybuild