diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-05 19:34:54 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-05 19:34:54 -0400 |
commit | 1e277f1025453d8d411477f4fa1e5ca390a5c68d (patch) | |
tree | 14382c773750304d465121ad6cadc11d4bd44561 /puddletag | |
parent | make clean optional (diff) | |
download | stackrpms-1e277f1025453d8d411477f4fa1e5ca390a5c68d.tar.gz stackrpms-1e277f1025453d8d411477f4fa1e5ca390a5c68d.tar.bz2 stackrpms-1e277f1025453d8d411477f4fa1e5ca390a5c68d.zip |
dh auto clean
Diffstat (limited to 'puddletag')
-rwxr-xr-x | puddletag/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puddletag/debian/rules b/puddletag/debian/rules index c2e7304..97b84e7 100755 --- a/puddletag/debian/rules +++ b/puddletag/debian/rules @@ -17,6 +17,9 @@ export PYBUILD_SYSTEM=distutils override_dh_clean: dh_clean || : +override_dh_auto_clean: + dh_auto_clean || : + override_dh_auto_install: cd $(CURDIR)/source ; \ python3 setup.py install --root=$(CURDIR)/debian/puddletag --install-layout=deb |