d/rules: no longer clean artwork/

This commit is contained in:
aviau 2018-09-06 15:02:54 -04:00
parent bb69a96340
commit f647e0cb20
No known key found for this signature in database
GPG key ID: 8F2B113C6535C5A7
2 changed files with 1 additions and 4 deletions

1
debian/changelog vendored
View file

@ -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 <aviau@debian.org> Thu, 06 Sep 2018 14:55:26 -0400

4
debian/rules vendored
View file

@ -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