[Python-modules-commits] r22153 - in packages/dkimpy/trunk/debian (5 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Wed Jun 13 06:07:18 UTC 2012


    Date: Wednesday, June 13, 2012 @ 06:07:15
  Author: kitterman
Revision: 22153

* New upstream release
  - Change canonicalization defaults to work around issues with different
    verification implementations <https://launchpad.net/bugs/939128>
  - Fully fold DKIM-Signature on sign, and ignore FWS in b= value on verify
  - Fix hashing problem while signing using sha1
* Add alternate depends on python3-dnspython for python3-dkim since it will
  enter the archive shortly
* Install tests directory, including test data
* Drop obsolete breaks on Lenny dkimproxy
* Fix debian watch to work with package rename and  Launchpad changes
* Bump standards version to 3.9.3 without further change

Added:
  packages/dkimpy/trunk/debian/python-dkim.install
  packages/dkimpy/trunk/debian/python3-dkim.install
Modified:
  packages/dkimpy/trunk/debian/changelog
  packages/dkimpy/trunk/debian/control
  packages/dkimpy/trunk/debian/watch

Modified: packages/dkimpy/trunk/debian/changelog
===================================================================
--- packages/dkimpy/trunk/debian/changelog	2012-06-13 05:40:50 UTC (rev 22152)
+++ packages/dkimpy/trunk/debian/changelog	2012-06-13 06:07:15 UTC (rev 22153)
@@ -1,8 +1,18 @@
-dkimpy (0.5.1-2) UNRELEASED; urgency=low
+dkimpy (0.5.2-1) unstable; urgency=low
 
-  * Fix debian watch to work with Launchpad again
+  * New upstream release
+    - Change canonicalization defaults to work around issues with different
+      verification implementations <https://launchpad.net/bugs/939128>
+    - Fully fold DKIM-Signature on sign, and ignore FWS in b= value on verify
+    - Fix hashing problem while signing using sha1
+  * Add alternate depends on python3-dnspython for python3-dkim since it will
+    enter the archive shortly
+  * Install tests directory, including test data
+  * Drop obsolete breaks on Lenny dkimproxy
+  * Fix debian watch to work with package rename and  Launchpad changes
+  * Bump standards version to 3.9.3 without further change
 
- -- Scott Kitterman <scott at kitterman.com>  Mon, 19 Mar 2012 17:12:26 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 13 Jun 2012 01:10:28 -0400
 
 dkimpy (0.5.1-1) unstable; urgency=low
 

Modified: packages/dkimpy/trunk/debian/control
===================================================================
--- packages/dkimpy/trunk/debian/control	2012-06-13 05:40:50 UTC (rev 22152)
+++ packages/dkimpy/trunk/debian/control	2012-06-13 06:07:15 UTC (rev 22153)
@@ -8,13 +8,12 @@
 X-Python3-Version: >= 3.1
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/dkimpy/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/dkimpy/trunk/
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://launchpad.net/dkimpy
 
 Package: python-dkim
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-dns|python-dnspython
-Breaks: 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
@@ -22,7 +21,7 @@
 
 Package: python3-dkim
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-dns
+Depends: ${python3:Depends}, ${misc:Depends}, python3-dns|python3-dnspython
 Description: Python 3 module for DKIM signing and verification
  Python 3 module that implements DKIM (DomainKeys Identified Mail) email signing
  and verification.

Added: packages/dkimpy/trunk/debian/python-dkim.install
===================================================================
--- packages/dkimpy/trunk/debian/python-dkim.install	                        (rev 0)
+++ packages/dkimpy/trunk/debian/python-dkim.install	2012-06-13 06:07:15 UTC (rev 22153)
@@ -0,0 +1 @@
+dkim/tests usr/share/pyshared/dkim/

Added: packages/dkimpy/trunk/debian/python3-dkim.install
===================================================================
--- packages/dkimpy/trunk/debian/python3-dkim.install	                        (rev 0)
+++ packages/dkimpy/trunk/debian/python3-dkim.install	2012-06-13 06:07:15 UTC (rev 22153)
@@ -0,0 +1 @@
+dkim/tests usr/lib/python3/dist-packages/dkim/

Modified: packages/dkimpy/trunk/debian/watch
===================================================================
--- packages/dkimpy/trunk/debian/watch	2012-06-13 05:40:50 UTC (rev 22152)
+++ packages/dkimpy/trunk/debian/watch	2012-06-13 06:07:15 UTC (rev 22153)
@@ -1,3 +1,3 @@
 version=3
-http://launchpad.net/pydkim/+download https://launchpad.net/pydkim/.*/.*/pydkim-(.*)\.tar\.gz debian uupdate
+http://launchpad.net/dkimpy/+download https://launchpad.net/dkimpy/.*/.*/dkimpy-(.*)\.tar\.gz debian uupdate
 




More information about the Python-modules-commits mailing list