diff --git a/debian/changelog b/debian/changelog index 1089351..1a80059 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-click (6.7+git20180829-1) UNRELEASED; urgency=medium * New upstream snapshot. * Remove unneeded patches. * Depend on python3-pallets-sphinx-themes. + * d/rules: no longer clean artwork/. -- Alexandre Viau Thu, 06 Sep 2018 14:55:26 -0400 diff --git a/debian/rules b/debian/rules index 2898464..6285513 100755 --- a/debian/rules +++ b/debian/rules @@ -12,10 +12,6 @@ export SOURCE = $(CURDIR)/debian/ %: dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild -override_dh_auto_configure: - dh_auto_configure - rm -rf artwork/.DS_STORE - override_dh_auto_clean: dh_auto_clean $(MAKE) -C docs clean