[Python-modules-commits] r16669 - in packages/pydkim/tags (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Wed Apr 20 04:22:16 UTC 2011
Date: Wednesday, April 20, 2011 @ 04:22:08
Author: kitterman
Revision: 16669
[svn-buildpackage] Tagging pydkim 0.3-6
Added:
packages/pydkim/tags/0.3-6/
packages/pydkim/tags/0.3-6/debian/changelog
(from rev 16668, packages/pydkim/trunk/debian/changelog)
packages/pydkim/tags/0.3-6/debian/control
(from rev 16668, packages/pydkim/trunk/debian/control)
Deleted:
packages/pydkim/tags/0.3-6/debian/changelog
packages/pydkim/tags/0.3-6/debian/control
Deleted: packages/pydkim/tags/0.3-6/debian/changelog
===================================================================
--- packages/pydkim/trunk/debian/changelog 2011-04-20 02:59:55 UTC (rev 16667)
+++ packages/pydkim/tags/0.3-6/debian/changelog 2011-04-20 04:22:08 UTC (rev 16669)
@@ -1,60 +0,0 @@
-pydkim (0.3-5) unstable; urgency=low
-
- * Add debian/patches/relaxed-canonicalization.patch to fix body hash
- verification failures due to out of sequence operations. Thanks to
- Martin Pool for the patch
- * Add debian/patches/fix-key-record-validation.patch to fix incorrect key
- record validation failures due to invalid assumptions about public key
- record requirements
- * Bump standards version to 3.9.1 without further change
- * Change XS-Python-Version to X-Python-Version
- * Add Breaks: ${python:Breaks}
- * Drop XB-Python-Version
-
- -- Scott Kitterman <scott at kitterman.com> Mon, 07 Mar 2011 00:09:56 -0500
-
-pydkim (0.3-4) unstable; urgency=low
-
- * Convert from CDBS to Debhelper 7:
- - Drop cdbs from build-depends and bump required debhelper verion
- - Change compat to 7
- - Change debian/rules to DH 7 tiny --with quilt
- - Add quilt to build-depends
- - Update README.source for quilt
- - Remove autogenerated pycompat
- * Convert from python-central to dh_python2
- - Drop python-central from build-depends
- - Build --with python2
- - Bump python version requirement to 2.6.5-2~
- * Bump standards version to 3.8.4 without further change
- * Remove DM-Upload-Allowed (no longer needed)
- * Update debian/dkimsign.1 and debian/dkimverify.1 to specify their license
- * Use correct © symbol in debian/copyright
- * Remove pointless debian/examples file
- * Fix typo in previous debian/changelog entry to make lintian happy
-
- -- Scott Kitterman <scott at kitterman.com> Mon, 21 Jun 2010 23:20:36 -0400
-
-pydkim (0.3-3) unstable; urgency=low
-
- * Adjust dkimproxy conflict to << 1.0.1-8.1 due to filename collision
- (Closes: #511037)
- * Add ${misc:Depends}
-
- -- Scott Kitterman <scott at kitterman.com> Mon, 12 Jan 2009 23:17:26 -0500
-
-pydkim (0.3-2) unstable; urgency=low
-
- * Conflict dkimproxy << 1.0.1-8 due to filename collision
- (Closes: #509045)
-
- -- Scott Kitterman <scott at kitterman.com> Fri, 19 Dec 2008 14:34:10 -0500
-
-pydkim (0.3-1) unstable; urgency=low
-
- * Initial Debian package (Closes: #502264)
- * Add adjust-setup.py.patch to correct shebang in setup.py and to
- not install dkimsend.sh in /usr/bin (at best it's an example and not
- suitable for actual use - will install with docs)
-
- -- Scott Kitterman <scott at kitterman.com> Thu, 06 Nov 2008 23:53:21 -0500
Copied: packages/pydkim/tags/0.3-6/debian/changelog (from rev 16668, packages/pydkim/trunk/debian/changelog)
===================================================================
--- packages/pydkim/tags/0.3-6/debian/changelog (rev 0)
+++ packages/pydkim/tags/0.3-6/debian/changelog 2011-04-20 04:22:08 UTC (rev 16669)
@@ -0,0 +1,68 @@
+pydkim (0.3-6) unstable; urgency=low
+
+ * Rebuild for python transition
+ * Bump Standards-Version to 3.9.2 without futher change
+ * Drop Breaks: ${python:Breaks} since it is no longer used
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 20 Apr 2011 00:12:53 -0400
+
+pydkim (0.3-5) unstable; urgency=low
+
+ * Add debian/patches/relaxed-canonicalization.patch to fix body hash
+ verification failures due to out of sequence operations. Thanks to
+ Martin Pool for the patch
+ * Add debian/patches/fix-key-record-validation.patch to fix incorrect key
+ record validation failures due to invalid assumptions about public key
+ record requirements
+ * Bump standards version to 3.9.1 without further change
+ * Change XS-Python-Version to X-Python-Version
+ * Add Breaks: ${python:Breaks}
+ * Drop XB-Python-Version
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 07 Mar 2011 00:09:56 -0500
+
+pydkim (0.3-4) unstable; urgency=low
+
+ * Convert from CDBS to Debhelper 7:
+ - Drop cdbs from build-depends and bump required debhelper verion
+ - Change compat to 7
+ - Change debian/rules to DH 7 tiny --with quilt
+ - Add quilt to build-depends
+ - Update README.source for quilt
+ - Remove autogenerated pycompat
+ * Convert from python-central to dh_python2
+ - Drop python-central from build-depends
+ - Build --with python2
+ - Bump python version requirement to 2.6.5-2~
+ * Bump standards version to 3.8.4 without further change
+ * Remove DM-Upload-Allowed (no longer needed)
+ * Update debian/dkimsign.1 and debian/dkimverify.1 to specify their license
+ * Use correct © symbol in debian/copyright
+ * Remove pointless debian/examples file
+ * Fix typo in previous debian/changelog entry to make lintian happy
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 21 Jun 2010 23:20:36 -0400
+
+pydkim (0.3-3) unstable; urgency=low
+
+ * Adjust dkimproxy conflict to << 1.0.1-8.1 due to filename collision
+ (Closes: #511037)
+ * Add ${misc:Depends}
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 12 Jan 2009 23:17:26 -0500
+
+pydkim (0.3-2) unstable; urgency=low
+
+ * Conflict dkimproxy << 1.0.1-8 due to filename collision
+ (Closes: #509045)
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 19 Dec 2008 14:34:10 -0500
+
+pydkim (0.3-1) unstable; urgency=low
+
+ * Initial Debian package (Closes: #502264)
+ * Add adjust-setup.py.patch to correct shebang in setup.py and to
+ not install dkimsend.sh in /usr/bin (at best it's an example and not
+ suitable for actual use - will install with docs)
+
+ -- Scott Kitterman <scott at kitterman.com> Thu, 06 Nov 2008 23:53:21 -0500
Deleted: packages/pydkim/tags/0.3-6/debian/control
===================================================================
--- packages/pydkim/trunk/debian/control 2011-04-20 02:59:55 UTC (rev 16667)
+++ packages/pydkim/tags/0.3-6/debian/control 2011-04-20 04:22:08 UTC (rev 16669)
@@ -1,21 +0,0 @@
-Source: pydkim
-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 (>= 2.6.5-2~), quilt (>= 0.46-7)
-X-Python-Version: >= 2.5
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydkim/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pydkim/trunk/
-Standards-Version: 3.9.1
-Homepage: http://hewgill.com/pydkim
-
-Package: python-dkim
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-dnspython
-Breaks: ${python:Breaks}
-Conflicts: dkimproxy (<< 1.0.1-8.1~)
-Description: Python module for DKIM signing and verification
- Python module that implements DKIM (DomainKeys Identified Mail) email signing
- and verification. It also provides helper scripts for command line signing
- and verification.
Copied: packages/pydkim/tags/0.3-6/debian/control (from rev 16668, packages/pydkim/trunk/debian/control)
===================================================================
--- packages/pydkim/tags/0.3-6/debian/control (rev 0)
+++ packages/pydkim/tags/0.3-6/debian/control 2011-04-20 04:22:08 UTC (rev 16669)
@@ -0,0 +1,20 @@
+Source: pydkim
+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 (>= 2.6.5-2~), quilt (>= 0.46-7)
+X-Python-Version: >= 2.5
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydkim/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pydkim/trunk/
+Standards-Version: 3.9.2
+Homepage: http://hewgill.com/pydkim
+
+Package: python-dkim
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dnspython
+Conflicts: dkimproxy (<< 1.0.1-8.1~)
+Description: Python module for DKIM signing and verification
+ Python module that implements DKIM (DomainKeys Identified Mail) email signing
+ and verification. It also provides helper scripts for command line signing
+ and verification.
More information about the Python-modules-commits
mailing list