[Python-modules-commits] r25269 - in packages/pyspf/trunk/debian (changelog control)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Jul 25 19:54:47 UTC 2013


    Date: Thursday, July 25, 2013 @ 19:54:45
  Author: kitterman
Revision: 25269

Add Breaks: for pre-1.2 versions of postfix-policyd-spf-python that used
spf.addr2bin that was removed in 2.0.8

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

Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2013-07-25 15:36:00 UTC (rev 25268)
+++ packages/pyspf/trunk/debian/changelog	2013-07-25 19:54:45 UTC (rev 25269)
@@ -1,3 +1,10 @@
+pyspf (2.0.8-2) unstable; urgency=low
+
+  * Add Breaks: for pre-1.2 versions of postfix-policyd-spf-python that used
+    spf.addr2bin that was removed in 2.0.8
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 25 Jul 2013 15:45:07 -0400
+
 pyspf (2.0.8-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pyspf/trunk/debian/control
===================================================================
--- packages/pyspf/trunk/debian/control	2013-07-25 15:36:00 UTC (rev 25268)
+++ packages/pyspf/trunk/debian/control	2013-07-25 19:54:45 UTC (rev 25269)
@@ -16,6 +16,7 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-dns, python-ipaddr (>= 2.1.10)
 Recommends: python-authres
 Suggests: python-yaml
+Breaks: postfix-policyd-spf-python (<< 1.1~)
 Description: sender policy framework (SPF) module for Python
  This module provides SPF (Sender Policy Framework) for Python.  It is RFC 4408
  compliant.
@@ -28,6 +29,7 @@
  python3.3 | python3-ipaddr (>= 2.1.10)
 Recommends: python3-authres
 Suggests: python3-yaml
+Breaks: postfix-policyd-spf-python (<< 1.2~)
 Description: sender policy framework (SPF) module for Python 3
  This module provides SPF (Sender Policy Framework) for Python 3.  It is RFC
  4408 compliant.




More information about the Python-modules-commits mailing list