[Python-modules-commits] r22173 - in packages/pyspf/trunk/debian (3 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Jun 14 20:27:23 UTC 2012


    Date: Thursday, June 14, 2012 @ 20:27:21
  Author: kitterman
Revision: 22173

* Add debian/patches/catch_unicode_spf to correctly raise errors when SPF
  records contain unicode
* Add python-authres as Recommends to python-spf and python3-spf since
  doctests require it

Modified:
  packages/pyspf/trunk/debian/changelog
  packages/pyspf/trunk/debian/control
  packages/pyspf/trunk/debian/patches/series

Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2012-06-14 20:24:51 UTC (rev 22172)
+++ packages/pyspf/trunk/debian/changelog	2012-06-14 20:27:21 UTC (rev 22173)
@@ -1,3 +1,12 @@
+pyspf (2.0.7-2) unstable; urgency=low
+
+  * Add debian/patches/catch_unicode_spf to correctly raise errors when SPF
+    records contain unicode
+  * Add python-authres as Recommends to python-spf and python3-spf since
+    doctests require it
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 14 Jun 2012 16:13:23 -0400
+
 pyspf (2.0.7-1) unstable; urgency=low
 
   * New upstream release
@@ -7,8 +16,6 @@
       change
   * Build --with quilt, add quilt to build-depends, replace long obsolete
     README.source with a new one for quilt
-  * Add python-authres as Recommends to python-spf and python3-spf since
-    doctests require it
   * Override dh_fixperms to exclude spf.py
     - It needs to be executable by anyone so the the symlink from
       /usr/bin/pyspf in spf-tools-python works

Modified: packages/pyspf/trunk/debian/control
===================================================================
--- packages/pyspf/trunk/debian/control	2012-06-14 20:24:51 UTC (rev 22172)
+++ packages/pyspf/trunk/debian/control	2012-06-14 20:27:21 UTC (rev 22173)
@@ -25,7 +25,7 @@
 Package: python3-spf
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, python3-dns
-Recommends: python-authres
+Recommends: python3-authres
 Suggests: python3-yaml
 Description: sender policy framework (SPF) module for Python 3
  This module provides SPF (Sender Policy Framework) for Python 3.  It is RFC

Modified: packages/pyspf/trunk/debian/patches/series
===================================================================
--- packages/pyspf/trunk/debian/patches/series	2012-06-14 20:24:51 UTC (rev 22172)
+++ packages/pyspf/trunk/debian/patches/series	2012-06-14 20:27:21 UTC (rev 22173)
@@ -1 +1,2 @@
+catch_unicode_spf
 missed_py3




More information about the Python-modules-commits mailing list