[Python-modules-commits] [python-django-casclient] 01/01: debian/control: do not assume reader knows about "CAS". Thanks Neil Williams for suggestion.
Joost van Baal
joostvb at moszumanska.debian.org
Tue Mar 15 10:20:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository python-django-casclient.
commit e93b546ed41e524fa11b29a45977a9e81fdbe4f6
Author: Joost van Baal-Ilić <joostvb at janacopoulos.mdcc.cx>
Date: Tue Mar 15 11:20:21 2016 +0100
debian/control: do not assume reader knows about "CAS". Thanks Neil Williams for suggestion.
---
debian/changelog | 3 ++-
debian/control | 12 ++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f3182a7..bdcb606 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ python-django-casclient (1.2.0-2) unstable; urgency=medium
<python-modules-team at lists.alioth.debian.org>, per
https://python-modules.alioth.debian.org/policy.html .
* debian/control: add Vcs-tags.
-
+ * debian/control: do not assume reader knows about "CAS". Thanks Neil
+ Williams for suggestion.
* FIXME: tests fail; see debian/rules:
ImproperlyConfigured: Requested setting CAS_EXTRA_LOGIN_PARAMS, but
settings are not configured. You must either define the environment
diff --git a/debian/control b/debian/control
index 7006f17..fdde578 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Package: python-django-casclient
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-django-cas-doc
-Description: CAS client library for Django, K-State's version (Python 2)
- Django-cas is a CAS client library for Django. It is K-State's
+Description: CAS single sign-on client library for Django, K-State's version (Python 2)
+ Django-cas is a Central Authentication Service (CAS) client library for Django, offering single sign-on web authentication. It is K-State's
fork of the original and includes Edmund Crewe's proxy ticket
patch and several additional features as well as features merged
from KTHse's django-cas2.
@@ -29,8 +29,8 @@ Package: python3-django-casclient
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-django-cas-doc
-Description: CAS client library for Django, K-State's version (Python 3)
- Django-cas is a CAS client library for Django. It is K-State's
+Description: CAS single sign-on client library for Django, K-State's version (Python 3)
+ Django-cas is a Central Authentication Service (CAS) client library for Django, offering single sign-on web authentication. It is K-State's
fork of the original and includes Edmund Crewe's proxy ticket
patch and several additional features as well as features merged
from KTHse's django-cas2.
@@ -41,8 +41,8 @@ Package: python-django-casclient-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: CAS client library for Django, K-State's version (common documentation)
- Django-cas is a CAS client library for Django. It is K-State's
+Description: CAS single sign-on client library for Django, K-State's version (common documentation)
+ Django-cas is a Central Authentication Service (CAS) client library for Django, offering single sign-on web authentication. It is K-State's
fork of the original and includes Edmund Crewe's proxy ticket
patch and several additional features as well as features merged
from KTHse's django-cas2.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-casclient.git
More information about the Python-modules-commits
mailing list