[Python-modules-commits] [python-fedora] 01/01: d/rules: remove doc/_build directory on clean
Mattia Rizzolo
mattia at debian.org
Thu Jul 21 19:52:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository python-fedora.
commit 1916951ba600dbd960da1cf82885075b3582066e
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Jul 21 19:51:14 2016 +0000
d/rules: remove doc/_build directory on clean
---
debian/changelog | 3 +++
debian/rules | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cf03461..5134c7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,9 @@ python-fedora (0.8.0-1) unstable; urgency=medium
* Remove README.Debian since now we install the whole upstream
package.
+ [ Mattia Rizzolo ]
+ * Remove doc/_build directory on clean.
+
-- Sergio Durigan Junior <sergiodj at sergiodj.net> Mon, 18 Jul 2016 22:28:21 -0400
python-fedora (0.3.36-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 680ab18..d9337c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@ export PYBUILD_NAME = fedora
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+override_dh_clean:
+ dh_clean
+ rm -rf doc/_build
+
override_dh_auto_build:
dh_auto_build
PYTHONPATH=$(CURDIR)/ http_proxy='127.0.0.1:9' \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fedora.git
More information about the Python-modules-commits
mailing list