[Python-modules-commits] [python-pskc] 07/09: Add a python-pskc-doc package

Arthur de Jong adejong at moszumanska.debian.org
Mon Mar 28 20:06:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

adejong pushed a commit to branch master
in repository python-pskc.

commit a7a6cee2b9142cf7528ca61898d02515e18824f4
Author: Arthur de Jong <adejong at debian.org>
Date:   Mon Mar 28 21:58:33 2016 +0200

    Add a python-pskc-doc package
---
 debian/changelog                                     |  3 ++-
 debian/control                                       | 20 +++++++++++++++++++-
 ...python-pskc.doc-base => python-pskc-doc.doc-base} |  4 ++--
 debian/{python-pskc.docs => python-pskc-doc.docs}    |  0
 debian/python-pskc.docs                              |  1 -
 debian/python3-pskc.doc-base                         |  9 ---------
 debian/python3-pskc.docs                             |  1 -
 7 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9fead2e..279bb13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,8 +16,9 @@ python-pskc (0.4-1) UNRELEASED; urgency=medium
       Laurin)
   * Use https in Vcs-Git field (thanks lintian)
   * Update package description
+  * Add a python-pskc-doc package
 
- -- Arthur de Jong <adejong at debian.org>  Mon, 28 Mar 2016 21:47:30 +0200
+ -- Arthur de Jong <adejong at debian.org>  Mon, 28 Mar 2016 21:49:49 +0200
 
 python-pskc (0.3-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index b1c9e38..4817698 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Arthur de Jong <adejong at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Standards-Version: 3.9.6
 Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-10~),
-               debhelper (>= 9), dh-python, python-sphinx,
+               debhelper (>= 9), dh-python, python-sphinx (>= 1.0.7+dfsg),
                python-setuptools, python3-setuptools,
                python-nose (>= 1.2.0), python3-nose (>= 1.2.0),
                python-crypto, python3-crypto,
@@ -19,6 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pskc
 Package: python-pskc
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: python-pskc-doc
 Description: Python module for handling PSKC files (Python 2)
  This Python library handles Portable Symmetric Key Container (PSKC) files as
  defined in RFC6030. PSKC files are used to transport and provision symmetric
@@ -33,6 +34,7 @@ Description: Python module for handling PSKC files (Python 2)
 Package: python3-pskc
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: python-pskc-doc
 Description: Python module for handling PSKC files (Python 3)
  This Python library handles Portable Symmetric Key Container (PSKC) files as
  defined in RFC6030. PSKC files are used to transport and provision symmetric
@@ -43,3 +45,19 @@ Description: Python module for handling PSKC files (Python 3)
  authentication system. The module can also be used for authoring PSKC files.
  .
  This package installs the library for Python 3.
+
+Package: python-pskc-doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: www-browser
+Section: doc
+Description: Python module for handling PSKC files (Documentation)
+ This Python library handles Portable Symmetric Key Container (PSKC) files as
+ defined in RFC6030. PSKC files are used to transport and provision symmetric
+ keys and key meta data (seed files) to different types of crypto modules,
+ commonly one-time password tokens or other authentication devices.
+ .
+ This module can be used to extract keys from PSKC files for use in an OTP
+ authentication system. The module can also be used for authoring PSKC files.
+ .
+ This package contains the module's documentation.
diff --git a/debian/python-pskc.doc-base b/debian/python-pskc-doc.doc-base
similarity index 64%
rename from debian/python-pskc.doc-base
rename to debian/python-pskc-doc.doc-base
index f1c9185..bcdb86e 100644
--- a/debian/python-pskc.doc-base
+++ b/debian/python-pskc-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: This manual describes how the python-pskc API can be used.
 Section: Programming/Python
 
 Format: HTML
-Index: /usr/share/doc/python-pskc/html/index.html
-Files: /usr/share/doc/python-pskc/html/*.html
+Index: /usr/share/doc/python-pskc-doc/html/index.html
+Files: /usr/share/doc/python-pskc-doc/html/*.html
diff --git a/debian/python-pskc.docs b/debian/python-pskc-doc.docs
similarity index 100%
copy from debian/python-pskc.docs
copy to debian/python-pskc-doc.docs
diff --git a/debian/python-pskc.docs b/debian/python-pskc.docs
index 24ff907..9eafbe1 100644
--- a/debian/python-pskc.docs
+++ b/debian/python-pskc.docs
@@ -1,3 +1,2 @@
 README
 NEWS
-build/sphinx/html
diff --git a/debian/python3-pskc.doc-base b/debian/python3-pskc.doc-base
deleted file mode 100644
index 172d741..0000000
--- a/debian/python3-pskc.doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: python3-pskc
-Title: python-pskc documentation
-Author: Arthur de Jong
-Abstract: This manual describes how the python-pskc API can be used.
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python3-pskc/html/index.html
-Files: /usr/share/doc/python3-pskc/html/*.html
diff --git a/debian/python3-pskc.docs b/debian/python3-pskc.docs
index 24ff907..9eafbe1 100644
--- a/debian/python3-pskc.docs
+++ b/debian/python3-pskc.docs
@@ -1,3 +1,2 @@
 README
 NEWS
-build/sphinx/html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pskc.git



More information about the Python-modules-commits mailing list