[Python-modules-commits] [flask-login] 02/09: Remove python version from doc package name
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 e6ebd7bb6c52753118feab282af56f5a7a43b694
Author: Carl Suster <carl at contraflo.ws>
Date: Fri Dec 1 13:46:20 2017 +1100
Remove python version from doc package name
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4e0139b..84667c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
flask-login (0.4.0-2) UNRELEASED; urgency=medium
* Add Forwarded headers to patches.
+ * Rename python{3,}-flask-login-doc (Closes: #854871)
-- Carl Suster <carl at contraflo.ws> Thu, 12 Jan 2017 12:36:53 +1100
diff --git a/debian/control b/debian/control
index 49d3948..384f308 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-login.
Package: python3-flask-login
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python3-flask-login-doc
+Suggests: python-flask-login-doc
Description: user session management for Flask -- Python 3 module
Flask-Login provides user session management for Flask. It handles the
common tasks of logging in, logging out, and remembering your users'
@@ -36,7 +36,7 @@ Description: user session management for Flask -- Python 3 module
.
This package provides the Python 3 module.
-Package: python3-flask-login-doc
+Package: python-flask-login-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
--
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