[Python-modules-commits] [tox] 09/09: d/rules: Update override_dh_installdocs locations... again.
Barry Warsaw
barry at moszumanska.debian.org
Fri Dec 11 15:05:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository tox.
commit b1ff845698804a321858d09e9f19da1a33d3bc23
Author: Barry Warsaw <barry at ubuntu.com>
Date: Fri Dec 11 10:05:36 2015 -0500
d/rules: Update override_dh_installdocs locations... again.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 44c0071..4ce8e2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ tox (2.3.0-1) UNRELEASED; urgency=medium
* New upstream release.
* d/patches/fix-sphinx-build.patch: Removed; applied upstream.
+ * d/rules: Update override_dh_installdocs locations... again.
-- Barry Warsaw <barry at debian.org> Fri, 11 Dec 2015 09:45:17 -0500
diff --git a/debian/rules b/debian/rules
index d9c074d..0597666 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_test:
override_dh_installdocs:
python3 setup.py build_sphinx
- dh_installdocs build/html
+ dh_installdocs doc/build/html
override_dh_installman:
(cd debian/manpage; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tox.git
More information about the Python-modules-commits
mailing list