[Python-modules-commits] r18130 - in packages/authres/trunk/debian (7 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Aug 11 16:53:35 UTC 2011


    Date: Thursday, August 11, 2011 @ 16:53:34
  Author: kitterman
Revision: 18130

authres (0.2-1) unstable; urgency=low

  * New upstream release
    - Completely reworked API
    - Update debian/copyright
    - Supports python3
    - Add CHANGES to debian/python-authres.docs
  * Simplify clean rule
  * Add python3-authres package
    - Add to debian/control
    - Add python3-all-dev to build-depends
    - Adjust debian/rules
    - Add debian/python3-authres.docs

 -- Scott Kitterman <scott at kitterman.com>  Thu, 11 Aug 2011 11:04:00 -0400

Added:
  packages/authres/trunk/debian/python3-authres.docs
Modified:
  packages/authres/trunk/debian/README.source
  packages/authres/trunk/debian/changelog
  packages/authres/trunk/debian/control
  packages/authres/trunk/debian/copyright
  packages/authres/trunk/debian/python-authres.docs
  packages/authres/trunk/debian/rules

Modified: packages/authres/trunk/debian/README.source
===================================================================
--- packages/authres/trunk/debian/README.source	2011-08-11 16:34:02 UTC (rev 18129)
+++ packages/authres/trunk/debian/README.source	2011-08-11 16:53:34 UTC (rev 18130)
@@ -1,5 +1,5 @@
-This package uses quilt for patches.  dpkg-source -x does produce source
-ready for building with dpkg-buildpackage.  It does not procude source ready
-for editing.  See /usr/share/doc/quilt/README.source for information on using
-quilt.
+This package will use quilt for patches if needed.  dpkg-source -x does
+produce source ready for building with dpkg-buildpackage.  It does not produce
+source ready for editing.  See /usr/share/doc/quilt/README.source for
+information on using quilt.
 

Modified: packages/authres/trunk/debian/changelog
===================================================================
--- packages/authres/trunk/debian/changelog	2011-08-11 16:34:02 UTC (rev 18129)
+++ packages/authres/trunk/debian/changelog	2011-08-11 16:53:34 UTC (rev 18130)
@@ -1,3 +1,19 @@
+authres (0.2-1) unstable; urgency=low
+
+  * New upstream release
+    - Completely reworked API
+    - Update debian/copyright
+    - Supports python3
+    - Add CHANGES to debian/python-authres.docs
+  * Simplify clean rule
+  * Add python3-authres package
+    - Add to debian/control
+    - Add python3-all-dev to build-depends
+    - Adjust debian/rules
+    - Add debian/python3-authres.docs
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 11 Aug 2011 11:04:00 -0400
+
 authres (0.1-2) unstable; urgency=low
 
   * Protect for loops in debian/rules with set -e

Modified: packages/authres/trunk/debian/control
===================================================================
--- packages/authres/trunk/debian/control	2011-08-11 16:34:02 UTC (rev 18129)
+++ packages/authres/trunk/debian/control	2011-08-11 16:53:34 UTC (rev 18130)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~)
+Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~), python3-all (>= 3.1.2-10~)
 Standards-Version: 3.9.2
 Homepage: https://launchpad.net/authentication-results-python
 X-Python-Version: >= 2.6
@@ -13,11 +13,21 @@
 Package: python-authres
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: RFC 5451 Authentication Results Header manipulation Python module
- Python module to create and decode RFC 5451 Authentication Results headers.
+Description: RFC 5451 Authentication Results Header manipulation for Python
+ Python module to create and parse RFC 5451 Authentication Results headers.
  .
- The module currently provides a class for creating RFC compliant headers for
- use in Python applications. Future releases will also provide a class for
- decoding Authentication Results headers. 
+ The module provides a class for creating and parsing RFC compliant headers
+ for use in Python applications.
  .
  http://tools.ietf.org/rfc/rfc5451.txt
+
+Package: python3-authres
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: RFC 5451 Authentication Results Header manipulation for Python3
+ Python3 module to create and parse RFC 5451 Authentication Results headers.
+ .
+ The module provides a class for creating and parsing RFC compliant headers
+ for use in Python3 applications.
+ .
+ http://tools.ietf.org/rfc/rfc5451.txt

Modified: packages/authres/trunk/debian/copyright
===================================================================
--- packages/authres/trunk/debian/copyright	2011-08-11 16:34:02 UTC (rev 18129)
+++ packages/authres/trunk/debian/copyright	2011-08-11 16:53:34 UTC (rev 18130)
@@ -3,13 +3,15 @@
 
 It was downloaded from <https://launchpad.net/authentication-results-python>
 
-Upstream Author:
+Upstream Authors:
 
+    Julian Mehnle <julian at mehnle.net>
     Scott Kitterman <scott at kitterman.com.com>
 
 Copyright:
 
-    Copyright © 2011 Scott Kitterman
+    Copyright © 2011 Julian Mehnle <julian at mehnle.net>
+    Copyright © 2011 Scott Kitterman <scott at kitterman.com
 
 License:
 

Modified: packages/authres/trunk/debian/python-authres.docs
===================================================================
--- packages/authres/trunk/debian/python-authres.docs	2011-08-11 16:34:02 UTC (rev 18129)
+++ packages/authres/trunk/debian/python-authres.docs	2011-08-11 16:53:34 UTC (rev 18130)
@@ -1,2 +1 @@
 README
-

Added: packages/authres/trunk/debian/python3-authres.docs
===================================================================
--- packages/authres/trunk/debian/python3-authres.docs	                        (rev 0)
+++ packages/authres/trunk/debian/python3-authres.docs	2011-08-11 16:53:34 UTC (rev 18130)
@@ -0,0 +1 @@
+README

Modified: packages/authres/trunk/debian/rules
===================================================================
--- packages/authres/trunk/debian/rules	2011-08-11 16:34:02 UTC (rev 18129)
+++ packages/authres/trunk/debian/rules	2011-08-11 16:53:34 UTC (rev 18130)
@@ -2,18 +2,24 @@
 # -*- makefile -*-
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2, --with python3
 
 override_dh_auto_install:
 	set -e && for pyvers in $(shell pyversions -vr); do \
-		python$$pyvers setup.py install --no-compile -O0 --install-layout=deb \
+		python$$pyvers setup.py install --install-layout=deb \
 			--root $(CURDIR)/debian/python-authres; \
 	done
+	set -e && for pyvers in $(shell py3versions -vr); do \
+		python$$pyvers setup.py install --install-layout=deb \
+			--root $(CURDIR)/debian/python3-authres; \
+	done
 	dh_install
 
 override_dh_auto_clean:
 	set -e && for pyvers in $(shell pyversions -vr); do \
 		python$$pyvers setup.py clean -a; \
 	done
-	find . -name \*.pyc -exec rm {} \;
+	set -e && for pyvers in $(shell py3versions -vr); do \
+		python$$pyvers setup.py clean -a; \
+	done
 	dh_clean




More information about the Python-modules-commits mailing list