[Python-modules-commits] r7259 - in packages/python-authkit/trunk/debian (changelog docs rules)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Fri Jan 2 12:06:33 UTC 2009


    Date: Friday, January 2, 2009 @ 12:06:32
  Author: jandd-guest
Revision: 7259

add docs (Closes: #501054)
prepare for upload to unstable

Added:
  packages/python-authkit/trunk/debian/docs
Modified:
  packages/python-authkit/trunk/debian/changelog
  packages/python-authkit/trunk/debian/rules

Modified: packages/python-authkit/trunk/debian/changelog
===================================================================
--- packages/python-authkit/trunk/debian/changelog	2008-12-31 17:51:52 UTC (rev 7258)
+++ packages/python-authkit/trunk/debian/changelog	2009-01-02 12:06:32 UTC (rev 7259)
@@ -1,4 +1,4 @@
-python-authkit (0.4.3-1) UNRELEASED; urgency=low
+python-authkit (0.4.3-1) unstable; urgency=low
 
   [ Piotr Ożarowski ]
   * Vcs-Svn, Vcs-Browser and Homepage fields added
@@ -26,8 +26,12 @@
   * Updated Standards-Version to 3.8.0
   * Changed python-setuptools Build-Depends version to make lintian happy
   * add debian/README.source with dpatch instructions
+  * add README.txt, docs and examples in debian/docs (Closes: #501054)
+  * remove README.txt from dh_installdocs invocation and add excludes for
+    pudge_template and syntax highlighting JavaScript
+  * remove execute flag of example scripts
 
- -- Jan Dittberner <jan at dittberner.info>  Wed, 04 Jun 2008 23:43:05 +0200
+ -- Jan Dittberner <jan at dittberner.info>  Fri, 02 Jan 2009 13:05:17 +0100
 
 python-authkit (0.4.0~r139-0.1) unstable; urgency=low
 

Added: packages/python-authkit/trunk/debian/docs
===================================================================
--- packages/python-authkit/trunk/debian/docs	                        (rev 0)
+++ packages/python-authkit/trunk/debian/docs	2009-01-02 12:06:32 UTC (rev 7259)
@@ -0,0 +1,3 @@
+README.txt
+docs
+examples

Modified: packages/python-authkit/trunk/debian/rules
===================================================================
--- packages/python-authkit/trunk/debian/rules	2008-12-31 17:51:52 UTC (rev 7258)
+++ packages/python-authkit/trunk/debian/rules	2009-01-02 12:06:32 UTC (rev 7259)
@@ -27,6 +27,8 @@
 
 	# remove the stupid executable flag from README.txt files
 	find . -name README.txt | xargs chmod -x
+	# remove the executable flag from example scripts
+	chmod -x examples/docs/form2.py examples/docs/form_no_user_in_cookie.py
 
 # Build architecture-dependent files here.
 binary-arch:
@@ -37,7 +39,7 @@
 	dh_testroot
 	dh_install debian/lintian-overrides/python-authkit /usr/share/lintian/overrides/
 	dh_installchangelogs
-	dh_installdocs README.txt
+	dh_installdocs --exclude=pudge_template --exclude=scripts
 	dh_pycentral
 	dh_compress -X.py
 	dh_fixperms




More information about the Python-modules-commits mailing list