[Python-modules-commits] [python-django-registration] 03/05: Add additional *-doc package for documentation (Updating Stds-Vers to 3.9.8).
Stephan Suerken
absurd at moszumanska.debian.org
Wed Aug 24 12:33:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
absurd pushed a commit to branch master
in repository python-django-registration.
commit 32a1cd3008bda7e14c16a4476da22aa24a323b8e
Author: Stephan Sürken <absurd at olurdix.de>
Date: Wed Aug 24 10:53:04 2016 +0000
Add additional *-doc package for documentation (Updating Stds-Vers to 3.9.8).
---
debian/control | 26 +++++++++++++++++++---
...ase => python-django-registration-doc.doc-base} | 4 ++--
...on.docs => python-django-registration-doc.docs} | 0
debian/python-django-registration-doc.links | 1 +
4 files changed, 26 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 854edcb..efaa9c8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Stephan Peijnik <debian at sp.or.at>, Stephan Sürken <absurd at debian.org>
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Build-Depends:
debhelper (>= 9),
dh-python,
@@ -27,7 +27,7 @@ Depends:
${misc:Depends},
${sphinxdoc:Depends},
python-django (>= 1.7)
-Description: User-registration application for Django
+Description: User-registration application for Django (Python 2)
This is a fairly simple user-registration application for Django,
designed to make allowing user signups as painless as possible.
.
@@ -49,7 +49,7 @@ Depends:
${misc:Depends},
${sphinxdoc:Depends},
python3-django (>= 1.7)
-Description: User-registration application for Django
+Description: User-registration application for Django (Python 3)
This is a fairly simple user-registration application for Django,
designed to make allowing user signups as painless as possible.
.
@@ -63,3 +63,23 @@ Description: User-registration application for Django
4. User becomes a happy and productive contributor to your site.
.
This package contains the Python 3 version of the library.
+
+Package: python-django-registration-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+ ${sphinxdoc:Depends}
+Description: User-registration application for Django (Documentation)
+ This is a fairly simple user-registration application for Django,
+ designed to make allowing user signups as painless as possible.
+ .
+ Its main feature over Django's standard user-registration application is
+ the support of email confirmation.
+ .
+ This application enables a fairly common workflow for user signups:
+ 1. User signs up for an account.
+ 2. User gets emailed an activation link.
+ 3. User clicks the activation link before it expires.
+ 4. User becomes a happy and productive contributor to your site.
+ .
+ This package contains the HTML documentation.
diff --git a/debian/python-django-registration.doc-base b/debian/python-django-registration-doc.doc-base
similarity index 69%
rename from debian/python-django-registration.doc-base
rename to debian/python-django-registration-doc.doc-base
index a73afa4..3d73762 100644
--- a/debian/python-django-registration.doc-base
+++ b/debian/python-django-registration-doc.doc-base
@@ -6,5 +6,5 @@ Abstract: This is the documentation of Django Registration, a fairly simple
Section: Programming/Python
Format: HTML
-Index: /usr/share/doc/python-django-registration/html/index.html
-Files: /usr/share/doc/python-django-registration/html/*.html
+Index: /usr/share/doc/python-django-registration-doc/html/index.html
+Files: /usr/share/doc/python-django-registration-doc/html/*.html
diff --git a/debian/python-django-registration.docs b/debian/python-django-registration-doc.docs
similarity index 100%
rename from debian/python-django-registration.docs
rename to debian/python-django-registration-doc.docs
diff --git a/debian/python-django-registration-doc.links b/debian/python-django-registration-doc.links
new file mode 100644
index 0000000..b6ad781
--- /dev/null
+++ b/debian/python-django-registration-doc.links
@@ -0,0 +1 @@
+usr/share/doc/python-django-registration-doc/html/_sources usr/share/doc/python-django-registration-doc/rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-registration.git
More information about the Python-modules-commits
mailing list