From f647e0cb20053ddac28cc18ca3733a14514a353f Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 6 Sep 2018 15:02:54 -0400 Subject: [PATCH] d/rules: no longer clean artwork/ --- debian/changelog | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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