From 5ac471b1fbf47c133c07496830e84b21f51080d6 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Sat, 6 Nov 2021 19:30:28 +0100 Subject: d/rules: Don't remove dotfiles Removing those break the ansible-galaxy unit tests. This will also cause some dotfiles to not get generated when creating roles with ansible-galaxy. Since upstream considers them important enough to write unit tests, ship them, too. --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) (limited to 'debian/rules') 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 -- cgit v1.2.3