[Python-modules-commits] r34520 - in packages/python-pskc/trunk/debian (5 files)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Thu Oct 8 10:33:55 UTC 2015
Date: Thursday, October 8, 2015 @ 10:33:55
Author: adejong
Revision: 34520
Also build a python3-pskc package for Python 3
Added:
packages/python-pskc/trunk/debian/python3-pskc.doc-base
(from rev 34518, packages/python-pskc/trunk/debian/python-pskc.doc-base)
packages/python-pskc/trunk/debian/python3-pskc.docs
(from rev 34518, packages/python-pskc/trunk/debian/python-pskc.docs)
Modified:
packages/python-pskc/trunk/debian/changelog
packages/python-pskc/trunk/debian/control
packages/python-pskc/trunk/debian/rules
Modified: packages/python-pskc/trunk/debian/changelog
===================================================================
--- packages/python-pskc/trunk/debian/changelog 2015-10-08 10:16:03 UTC (rev 34519)
+++ packages/python-pskc/trunk/debian/changelog 2015-10-08 10:33:55 UTC (rev 34520)
@@ -11,8 +11,9 @@
* Update debhelper compatibility level to 9
* Bump Standards-Version to 3.9.6, no changes needed
* Switch to pybuild buildsystem
+ * Also build a python3-pskc package for Python 3
- -- Arthur de Jong <adejong at debian.org> Thu, 08 Oct 2015 12:03:04 +0200
+ -- Arthur de Jong <adejong at debian.org> Thu, 08 Oct 2015 12:29:54 +0200
python-pskc (0.2-1) unstable; urgency=medium
Modified: packages/python-pskc/trunk/debian/control
===================================================================
--- packages/python-pskc/trunk/debian/control 2015-10-08 10:16:03 UTC (rev 34519)
+++ packages/python-pskc/trunk/debian/control 2015-10-08 10:33:55 UTC (rev 34520)
@@ -4,10 +4,14 @@
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~), debhelper (>= 9), dh-python,
- python-setuptools, python-nose (>= 1.2.0), python-crypto,
- python-dateutil, python-sphinx
+Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-10~),
+ debhelper (>= 9), dh-python, python-sphinx,
+ python-setuptools, python3-setuptools,
+ python-nose (>= 1.2.0), python3-nose (>= 1.2.0),
+ python-crypto, python3-crypto,
+ python-dateutil, python3-dateutil
X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
Homepage: http://arthurdejong.org/python-pskc/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pskc/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pskc/trunk/
@@ -15,7 +19,7 @@
Package: python-pskc
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Python module for handling PSKC files
+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
keys (seed files) to different types of crypto modules, commonly one-time
@@ -23,3 +27,19 @@
.
The main goal of this module is to be able to extract keys from PSKC files
for use in an OTP authentication system.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-pskc
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
+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
+ keys (seed files) to different types of crypto modules, commonly one-time
+ password tokens or other authentication devices.
+ .
+ The main goal of this module is to be able to extract keys from PSKC files
+ for use in an OTP authentication system.
+ .
+ This package installs the library for Python 3.
Copied: packages/python-pskc/trunk/debian/python3-pskc.doc-base (from rev 34518, packages/python-pskc/trunk/debian/python-pskc.doc-base)
===================================================================
--- packages/python-pskc/trunk/debian/python3-pskc.doc-base (rev 0)
+++ packages/python-pskc/trunk/debian/python3-pskc.doc-base 2015-10-08 10:33:55 UTC (rev 34520)
@@ -0,0 +1,9 @@
+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
Copied: packages/python-pskc/trunk/debian/python3-pskc.docs (from rev 34518, packages/python-pskc/trunk/debian/python-pskc.docs)
===================================================================
--- packages/python-pskc/trunk/debian/python3-pskc.docs (rev 0)
+++ packages/python-pskc/trunk/debian/python3-pskc.docs 2015-10-08 10:33:55 UTC (rev 34520)
@@ -0,0 +1,3 @@
+README
+NEWS
+build/sphinx/html
Modified: packages/python-pskc/trunk/debian/rules
===================================================================
--- packages/python-pskc/trunk/debian/rules 2015-10-08 10:16:03 UTC (rev 34519)
+++ packages/python-pskc/trunk/debian/rules 2015-10-08 10:33:55 UTC (rev 34520)
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
+export PYBUILD_NAME = pskc
+
%:
- dh $@ --with python2,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
More information about the Python-modules-commits
mailing list