diff options
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 4fb9027c..6f85bf20 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,3 @@ override_dh_auto_test: override_dh_python3: dh_python3 --shebang=/usr/bin/python3 - -execute_after_dh_auto_install: - find debian/tmp/usr/lib/ -name '.git*' -delete - find debian/tmp/usr/lib/ -name '.travis.yml' -delete |