[Python-modules-commits] r29423 - in packages/python-pskc/trunk/debian (5 files)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Fri Jun 20 12:19:19 UTC 2014


    Date: Friday, June 20, 2014 @ 12:19:18
  Author: adejong
Revision: 29423

Build and install Sphinx documentation.

Added:
  packages/python-pskc/trunk/debian/python-pskc.doc-base
Modified:
  packages/python-pskc/trunk/debian/changelog
  packages/python-pskc/trunk/debian/control
  packages/python-pskc/trunk/debian/python-pskc.docs
  packages/python-pskc/trunk/debian/rules

Modified: packages/python-pskc/trunk/debian/changelog
===================================================================
--- packages/python-pskc/trunk/debian/changelog	2014-06-20 12:01:31 UTC (rev 29422)
+++ packages/python-pskc/trunk/debian/changelog	2014-06-20 12:19:18 UTC (rev 29423)
@@ -10,8 +10,9 @@
       functions for (HMAC-MD5, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256,
       HMAC-SHA384 and HMAC-SHA512)
     - support PRF attribute of PBKDF2 algorithm
+  * Build and install Sphinx documentation.
 
- -- Arthur de Jong <adejong at debian.org>  Fri, 20 Jun 2014 00:00:00 +0200
+ -- Arthur de Jong <adejong at debian.org>  Fri, 20 Jun 2014 14:18:13 +0200
 
 python-pskc (0.1-1) unstable; urgency=medium
 

Modified: packages/python-pskc/trunk/debian/control
===================================================================
--- packages/python-pskc/trunk/debian/control	2014-06-20 12:01:31 UTC (rev 29422)
+++ packages/python-pskc/trunk/debian/control	2014-06-20 12:19:18 UTC (rev 29423)
@@ -6,7 +6,7 @@
 Standards-Version: 3.9.5
 Build-Depends: python-all (>= 2.6.6-3~), debhelper (>= 7.0.50~),
                python-setuptools, python-nose (>= 1.2.0), python-crypto,
-               python-dateutil
+               python-dateutil, python-sphinx
 X-Python-Version: >= 2.7
 Homepage: http://arthurdejong.org/python-pskc/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pskc/trunk/
@@ -14,7 +14,7 @@
 
 Package: python-pskc
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Python module for handling PSKC files
  This Python library handles Portable Symmetric Key Container (PSKC) files as
  defined in RFC6030. PSKC files are used to transport and provision symmetric

Added: packages/python-pskc/trunk/debian/python-pskc.doc-base
===================================================================
--- packages/python-pskc/trunk/debian/python-pskc.doc-base	                        (rev 0)
+++ packages/python-pskc/trunk/debian/python-pskc.doc-base	2014-06-20 12:19:18 UTC (rev 29423)
@@ -0,0 +1,9 @@
+Document: python-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/python-pskc/html/index.html
+Files: /usr/share/doc/python-pskc/html/*.html

Modified: packages/python-pskc/trunk/debian/python-pskc.docs
===================================================================
--- packages/python-pskc/trunk/debian/python-pskc.docs	2014-06-20 12:01:31 UTC (rev 29422)
+++ packages/python-pskc/trunk/debian/python-pskc.docs	2014-06-20 12:19:18 UTC (rev 29423)
@@ -1,2 +1,3 @@
 README
 NEWS
+build/sphinx/html

Modified: packages/python-pskc/trunk/debian/rules
===================================================================
--- packages/python-pskc/trunk/debian/rules	2014-06-20 12:01:31 UTC (rev 29422)
+++ packages/python-pskc/trunk/debian/rules	2014-06-20 12:19:18 UTC (rev 29423)
@@ -1,8 +1,12 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,sphinxdoc
 
+override_dh_auto_build:
+	dh_auto_build
+	http_proxy='127.0.0.1:9' python $(CURDIR)/setup.py build_sphinx
+
 override_dh_auto_test:
 	dh_auto_test
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)




More information about the Python-modules-commits mailing list