[Python-modules-commits] [sqlobject] 19/20: Clarify reason for dh_clean override
Neil Muller
drnlmza-guest at moszumanska.debian.org
Thu Sep 1 20:31:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a commit to branch master
in repository sqlobject.
commit decd5020ba8df93118da348e3c3663aef46f0cf7
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date: Thu Sep 1 12:36:33 2016 +0200
Clarify reason for dh_clean override
---
debian/rules | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4727f0c..325d700 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,10 @@ override_dh_clean:
# Forcibly remove all traces of the upstream module docs build, since
# we rebuild what we can, and the rest relies on pudge, which
# is an obselete, abandoned project.
- # SQLObject upstream is switching to sphinx, so revisit this once
- # that's happened.
+ # We override dh_clean to do this, since we're removing several
+ # directories in this step.
+ # SQLObject upstream is switching to sphinx in 3.2.0, so revisit
+ # this once that's happened.
rm -rf docs/html/
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlobject.git
More information about the Python-modules-commits
mailing list