From c201b4bae7ed1a10515e609e0e35cba90cebf7bc Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 5 Sep 2020 16:10:42 -0400 Subject: make clean optional --- puddletag/debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'puddletag/debian') diff --git a/puddletag/debian/rules b/puddletag/debian/rules index cb8781d..c2e7304 100755 --- a/puddletag/debian/rules +++ b/puddletag/debian/rules @@ -14,6 +14,9 @@ export PYBUILD_SYSTEM=distutils %: dh $@ --with python3 --buildsystem=pybuild +override_dh_clean: + dh_clean || : + override_dh_auto_install: cd $(CURDIR)/source ; \ python3 setup.py install --root=$(CURDIR)/debian/puddletag --install-layout=deb -- cgit