[Python-modules-commits] [flask-login] 08/09: Correctly install documentation in new doc pkg
Carl Suster
arcresu-guest at moszumanska.debian.org
Fri Dec 1 04:50:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
arcresu-guest pushed a commit to branch master
in repository flask-login.
commit 1c6e5b12af70345ea8fb546d00adff1e4e535d1f
Author: Carl Suster <carl at contraflo.ws>
Date: Fri Dec 1 14:14:52 2017 +1100
Correctly install documentation in new doc pkg
---
...on3-flask-login-doc.doc-base => python-flask-login-doc.doc-base} | 6 +++---
debian/python-flask-login-doc.links | 3 +++
debian/python3-flask-login-doc.links | 3 ---
debian/rules | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/python3-flask-login-doc.doc-base b/debian/python-flask-login-doc.doc-base
similarity index 54%
rename from debian/python3-flask-login-doc.doc-base
rename to debian/python-flask-login-doc.doc-base
index 9495598..1f0118e 100644
--- a/debian/python3-flask-login-doc.doc-base
+++ b/debian/python-flask-login-doc.doc-base
@@ -5,8 +5,8 @@ Abstract: This manual describes flask-login - a Flask user session manager
Section: Programming/Python
Format: text
-Files: /usr/share/doc/python3-flask-login-doc/rst/*.txt
+Files: /usr/share/doc/python-flask-login-doc/rst/*.txt
Format: HTML
-Index: /usr/share/doc/python3-flask-login-doc/html/index.html
-Files: /usr/share/doc/python3-flask-login-doc/html/*.html
+Index: /usr/share/doc/python-flask-login-doc/html/index.html
+Files: /usr/share/doc/python-flask-login-doc/html/*.html
diff --git a/debian/python-flask-login-doc.links b/debian/python-flask-login-doc.links
new file mode 100644
index 0000000..865fbc1
--- /dev/null
+++ b/debian/python-flask-login-doc.links
@@ -0,0 +1,3 @@
+/usr/share/doc/python-flask-login-doc/html/_sources/ /usr/share/doc/python-flask-login-doc/rst
+/usr/share/doc/python-flask-login-doc/html/_sources/ /usr/share/doc/python3-flask-login/rst
+/usr/share/doc/python-flask-login-doc/html /usr/share/doc/python3-flask-login/html
diff --git a/debian/python3-flask-login-doc.links b/debian/python3-flask-login-doc.links
deleted file mode 100644
index 2f760db..0000000
--- a/debian/python3-flask-login-doc.links
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/share/doc/python3-flask-login-doc/html/_sources/ /usr/share/doc/python3-flask-login-doc/rst
-/usr/share/doc/python3-flask-login-doc/html/_sources/ /usr/share/doc/python3-flask-login/rst
-/usr/share/doc/python3-flask-login-doc/html /usr/share/doc/python3-flask-login/html
diff --git a/debian/rules b/debian/rules
index 6ce2732..1d83fb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_sphinxdoc: http_proxy=127.0.0.1:9
override_dh_sphinxdoc: https_proxy=127.0.0.1:9
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
- PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python3-flask-login-doc/usr/share/doc/python3-flask-login-doc/html/
+ PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-flask-login-doc/usr/share/doc/python-flask-login-doc/html/
dh_sphinxdoc
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-login.git
More information about the Python-modules-commits
mailing list