[Python-modules-commits] r7569 - in packages/pyspf/trunk/debian (5 files)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Mon Feb 16 00:12:34 UTC 2009
Date: Monday, February 16, 2009 @ 00:12:33
Author: kitterma-guest
Revision: 7569
Merge trunk and experimental changes and push to unstable.
Modified:
packages/pyspf/trunk/debian/changelog
packages/pyspf/trunk/debian/control
packages/pyspf/trunk/debian/copyright
packages/pyspf/trunk/debian/rules
Deleted:
packages/pyspf/trunk/debian/patches/
Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog 2009-02-16 00:05:00 UTC (rev 7568)
+++ packages/pyspf/trunk/debian/changelog 2009-02-16 00:12:33 UTC (rev 7569)
@@ -1,10 +1,28 @@
-pyspf (2.0.4-5) UNRELEASED; urgency=low
+pyspf (2.0.5-2) unstable; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:14:45 +0100
+ [ Scott Kitterman ]
+ * Upload to unstable
+ * Add ${misc:Depends} for both binaries
+ -- Scott Kitterman <scott at kitterman.com> Sun, 15 Feb 2009 18:36:48 -0500
+
+pyspf (2.0.5-1) experimental; urgency=low
+
+ * New upstream release
+ - Fall back to TCP if UDP reply is truncated
+ - Minor updates for RFC 4408 errata and test suite improvements
+ * Drop all patches
+ - Incorporated upstream
+ - Remove simple-patchsys.mk for debian/control
+ - Remove patches dir
+ * Update debian/copyright
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 29 Jul 2008 00:55:44 -0400
+
pyspf (2.0.4-4) unstable; urgency=low
* Split tools out to spf-tools-python to minimize risk of conflicts between
Modified: packages/pyspf/trunk/debian/control
===================================================================
--- packages/pyspf/trunk/debian/control 2009-02-16 00:05:00 UTC (rev 7568)
+++ packages/pyspf/trunk/debian/control 2009-02-16 00:12:33 UTC (rev 7569)
@@ -13,7 +13,7 @@
Package: python-spf
Architecture: all
-Depends: ${python:Depends}, python-dns
+Depends: ${python:Depends}, python-dns, ${misc:Depends}
Suggests: python-yaml
XB-Python-Version: all
Description: sender policy framework (SPF) module for Python
@@ -23,7 +23,7 @@
Package: spf-tools-python
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-spf
XB-Python-Version: all
Conflicts: spfquery (<= 1.2.5-4), libmail-spf-query-perl (<< 1:1.999.1-3), python-spf (<< 2.0.4-4~)
Modified: packages/pyspf/trunk/debian/copyright
===================================================================
--- packages/pyspf/trunk/debian/copyright 2009-02-16 00:05:00 UTC (rev 7568)
+++ packages/pyspf/trunk/debian/copyright 2009-02-16 00:12:33 UTC (rev 7569)
@@ -6,8 +6,10 @@
This version was downloaded from http://downloads.sourceforge.net/pymilter/
Copyright Holder: (c) 2003 Terence Way <terry-spf at wayforward.net>
-Portions Copyright (c) 2004,2005,2006,2007 Stuart Gathman <stuart at bmsi.com>
-Portions Copyright (c) 2005,2006,2007 Scott Kitterman <scott at kitterman.com>
+Portions Copyright (c) 2004,2005,2006,2007,2008 Stuart Gathman
+ <stuart at bmsi.com>
+Portions Copyright (c) 2005,2006,2007,2009 Scott Kitterman
+ <scott at kitterman.com>
This software is licensed under the Python Software Foundation License.
Modified: packages/pyspf/trunk/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules 2009-02-16 00:05:00 UTC (rev 7568)
+++ packages/pyspf/trunk/debian/rules 2009-02-16 00:12:33 UTC (rev 7569)
@@ -5,7 +5,6 @@
DEB_COMPRESS_EXCLUDE += \.py$ \.yml$
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/python-distutils.mk
install/python-spf::
More information about the Python-modules-commits
mailing list