[Python-modules-commits] r16526 - in packages/authres/tags (5 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Apr 15 23:44:56 UTC 2011


    Date: Friday, April 15, 2011 @ 23:44:54
  Author: kitterman
Revision: 16526

[svn-buildpackage] Tagging authres 0.1-2

Added:
  packages/authres/tags/0.1-2/
  packages/authres/tags/0.1-2/debian/changelog
    (from rev 16525, packages/authres/trunk/debian/changelog)
  packages/authres/tags/0.1-2/debian/control
    (from rev 16525, packages/authres/trunk/debian/control)
Deleted:
  packages/authres/tags/0.1-2/debian/changelog
  packages/authres/tags/0.1-2/debian/control

Deleted: packages/authres/tags/0.1-2/debian/changelog
===================================================================
--- packages/authres/trunk/debian/changelog	2011-04-15 20:26:50 UTC (rev 16524)
+++ packages/authres/tags/0.1-2/debian/changelog	2011-04-15 23:44:54 UTC (rev 16526)
@@ -1,11 +0,0 @@
-authres (0.1-2) UNRELEASED; urgency=low
-
-  * Protect for loops in debian/rules with set -e
-
- -- Scott Kitterman <scott at kitterman.com>  Mon, 14 Mar 2011 12:19:42 -0400
-
-authres (0.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #618302)
-
- -- Scott Kitterman <scott at kitterman.com>  Mon, 14 Mar 2011 12:19:42 -0400

Copied: packages/authres/tags/0.1-2/debian/changelog (from rev 16525, packages/authres/trunk/debian/changelog)
===================================================================
--- packages/authres/tags/0.1-2/debian/changelog	                        (rev 0)
+++ packages/authres/tags/0.1-2/debian/changelog	2011-04-15 23:44:54 UTC (rev 16526)
@@ -0,0 +1,14 @@
+authres (0.1-2) unstable; urgency=low
+
+  * Protect for loops in debian/rules with set -e
+  * Drop ${python:Breaks}, no longer used by dh_python2
+  * Bump standards version to 3.9.2 without further change
+  * Rebuild for Python transition
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 15 Apr 2011 19:32:34 -0400
+
+authres (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #618302)
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 14 Mar 2011 12:19:42 -0400

Deleted: packages/authres/tags/0.1-2/debian/control
===================================================================
--- packages/authres/trunk/debian/control	2011-04-15 20:26:50 UTC (rev 16524)
+++ packages/authres/tags/0.1-2/debian/control	2011-04-15 23:44:54 UTC (rev 16526)
@@ -1,24 +0,0 @@
-Source: authres
-Section: python
-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~)
-Standards-Version: 3.9.1
-Homepage: https://launchpad.net/authentication-results-python
-X-Python-Version: >= 2.6
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/authres/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/authres/trunk/
-
-Package: python-authres
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Breaks: ${python:Breaks}
-Description: RFC 5451 Authentication Results Header manipulation Python module
- Python module to create and decode 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. 
- .
- http://tools.ietf.org/rfc/rfc5451.txt

Copied: packages/authres/tags/0.1-2/debian/control (from rev 16525, packages/authres/trunk/debian/control)
===================================================================
--- packages/authres/tags/0.1-2/debian/control	                        (rev 0)
+++ packages/authres/tags/0.1-2/debian/control	2011-04-15 23:44:54 UTC (rev 16526)
@@ -0,0 +1,23 @@
+Source: authres
+Section: python
+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~)
+Standards-Version: 3.9.2
+Homepage: https://launchpad.net/authentication-results-python
+X-Python-Version: >= 2.6
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/authres/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/authres/trunk/
+
+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.
+ .
+ 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. 
+ .
+ http://tools.ietf.org/rfc/rfc5451.txt




More information about the Python-modules-commits mailing list