diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 19:30:28 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 19:53:00 +0100 |
commit | 5ac471b1fbf47c133c07496830e84b21f51080d6 (patch) | |
tree | f548c709d4a19aeabb209e0acdbeabf511247ffe /debian/rules | |
parent | e6ce564de4acb24f21f8637bb1f6938f193ba453 (diff) | |
download | debian-ansible-core-5ac471b1fbf47c133c07496830e84b21f51080d6.zip |
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.
Diffstat (limited to 'debian/rules')
-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 |