[Python-apps-commits] r498 - in packages/pypolicyd-spf/trunk/debian (4 files)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Sun Jan 13 02:52:04 UTC 2008


    Date: Sunday, January 13, 2008 @ 02:52:03
  Author: kitterma-guest
Revision: 498

Fix debian/docs even more.

Modified:
  packages/pypolicyd-spf/trunk/debian/changelog
  packages/pypolicyd-spf/trunk/debian/control
  packages/pypolicyd-spf/trunk/debian/docs
  packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch

Modified: packages/pypolicyd-spf/trunk/debian/changelog
===================================================================
--- packages/pypolicyd-spf/trunk/debian/changelog	2008-01-12 22:19:54 UTC (rev 497)
+++ packages/pypolicyd-spf/trunk/debian/changelog	2008-01-13 02:52:03 UTC (rev 498)
@@ -1,8 +1,13 @@
-pypolicyd-spf (0.5.2-3) UNRELEASED; urgency=low
+pypolicyd-spf (0.5.2-3) unstable; urgency=low
 
-  * Remove unneeded reference to debian/README.Debian in debian/docs
+  * Remove unneeded reference to debian/README.Debian and README in 
+    debian/docs
+  * Change postfix from recommends to depends
+  * Rename binary postfix-policyd-spf-python for clarity - add provides,
+    conflicts, replaces python-policyd-spf
+  * Bump standards version to 3.7.3 without further change
 
- -- Scott Kitterman <scott at kitterman.com>  Sat, 08 Dec 2007 16:10:34 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 08 Jan 2008 16:59:39 -0500
 
 pypolicyd-spf (0.5.2-2) unstable; urgency=low
 

Modified: packages/pypolicyd-spf/trunk/debian/control
===================================================================
--- packages/pypolicyd-spf/trunk/debian/control	2008-01-12 22:19:54 UTC (rev 497)
+++ packages/pypolicyd-spf/trunk/debian/control	2008-01-13 02:52:03 UTC (rev 498)
@@ -4,15 +4,17 @@
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev, python-support (>= 0.5.3)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://www.openspf.org/Software
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pypolicyd-spf/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/pypolicyd-spf/?op=log
 
-Package: python-policyd-spf
+Package: postfix-policyd-spf-python
 Architecture: all
-Depends: ${python:Depends}, python-spf (>= 2.0)
-Recommends: postfix (>= 2.1)
+Depends: ${python:Depends}, python-spf (>= 2.0), postfix (>= 2.1)
+Provides: python-policyd-spf
+Replaces: python-policyd-spf
+Conflicts: python-policyd-spf
 Description: pure-Python Postfix policy daemon for SPF checking
  python-policyd-spf is a Postfix SMTPd policy engine for SPF checking.
  It is implemented in pure Python and uses the python-spf module.  The SPF

Modified: packages/pypolicyd-spf/trunk/debian/docs
===================================================================
--- packages/pypolicyd-spf/trunk/debian/docs	2008-01-12 22:19:54 UTC (rev 497)
+++ packages/pypolicyd-spf/trunk/debian/docs	2008-01-13 02:52:03 UTC (rev 498)
@@ -1,3 +1 @@
-README
 README.per_user_whitelisting
-

Modified: packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch
===================================================================
--- packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch	2008-01-12 22:19:54 UTC (rev 497)
+++ packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch	2008-01-13 02:52:03 UTC (rev 498)
@@ -49,7 +49,6 @@
  
  Additionally, whitelisting certain IP addresses from SPF checks is supported.
  The this man page and the sample configuration file show the format to use.
-Binary files pypolicyd-spf-0.5.2/policydspfsupp.pyc and pypolicyd-spf-0.5.2.new/policydspfsupp.pyc differ
 diff -Nur pypolicyd-spf-0.5.2/setup.py pypolicyd-spf-0.5.2.new/setup.py
 --- pypolicyd-spf-0.5.2/setup.py	2007-10-25 17:17:21.000000000 -0400
 +++ pypolicyd-spf-0.5.2.new/setup.py	2007-10-30 18:17:23.000000000 -0400




More information about the Python-apps-commits mailing list