[Python-modules-commits] r6040 - in packages/pymilter/trunk/debian (7 files)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Wed Jul 23 20:42:20 UTC 2008


    Date: Wednesday, July 23, 2008 @ 20:42:18
  Author: kitterma-guest
Revision: 6040

Switch to python-central, update depends and standards.

Added:
  packages/pymilter/trunk/debian/README.source
Modified:
  packages/pymilter/trunk/debian/changelog
  packages/pymilter/trunk/debian/control
  packages/pymilter/trunk/debian/patches/spfmilter-debian-config.patch
  packages/pymilter/trunk/debian/rules
  packages/pymilter/trunk/debian/spf-milter-python.dirs
  packages/pymilter/trunk/debian/spfmilter

Added: packages/pymilter/trunk/debian/README.source
===================================================================
--- packages/pymilter/trunk/debian/README.source	                        (rev 0)
+++ packages/pymilter/trunk/debian/README.source	2008-07-23 20:42:18 UTC (rev 6040)
@@ -0,0 +1,5 @@
+This package uses CDBS simple patchsys.  dpkg-source -x does produce source
+ready for building with dpkg-buildpackage.  It does not procude source ready
+for editing.  To edit or update a patch, use cdbs-edit-patch.  See man
+cdbs-edit-patch for details.
+

Modified: packages/pymilter/trunk/debian/changelog
===================================================================
--- packages/pymilter/trunk/debian/changelog	2008-07-23 20:20:51 UTC (rev 6039)
+++ packages/pymilter/trunk/debian/changelog	2008-07-23 20:42:18 UTC (rev 6040)
@@ -1,3 +1,18 @@
+pymilter (0.8.9-3) unstable; urgency=low
+
+  * Bump standards version to 3.8.0.1
+    - Add README.source
+  * Swtich to python-central
+    - Drop debian/pyversions and add XS/XB-Python-Version in debian/
+      control
+    - Update debian/rules and build-dep in debian/control
+  * Move postfix/sendmail to suggests for python-milter and spf-milter-python
+    - MTA need not run on the same system as the milter
+  * Change priority to extra due to dependencies
+  * Simplify init process to make it more robust
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 23 Jul 2008 16:28:21 -0400
+
 pymilter (0.8.9-2) unstable; urgency=low
 
   [ Piotr Ożarowski ]

Modified: packages/pymilter/trunk/debian/control
===================================================================
--- packages/pymilter/trunk/debian/control	2008-07-23 20:20:51 UTC (rev 6039)
+++ packages/pymilter/trunk/debian/control	2008-07-23 20:42:18 UTC (rev 6040)
@@ -1,11 +1,12 @@
 Source: pymilter
 Section: mail
-Priority: optional
+Priority: extra
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), libmilter-dev
-Standards-Version: 3.7.3
-Homepage: http://sourceforge.net/projects/pymilter/	
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-11), python-central (>= 0.6), libmilter-dev
+Standards-Version: 3.8.0.1
+XS-Python-Version: all
+Homepage: http://sourceforge.net/projects/pymilter/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymilter/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/?op=log
 XS-DM-Upload-Allowed: yes
@@ -13,8 +14,9 @@
 Package: python-milter
 Architecture: any
 Section: python
+XB-Python-Version: all
 Depends: ${python:Depends}, ${shlibs:Depends}, python-dns
-Recommends: postfix (>= 2.3) | sendmail (>= 8.13)
+Suggests: postfix (>= 2.3) | sendmail (>= 8.13)
 Provides: ${python:Provides}
 Description: Python extensions for Sendmail Milter Protocol
  Python milter provides Python extensions for the Milter protocol
@@ -25,8 +27,9 @@
 
 Package: spf-milter-python
 Architecture: all
+XB-Python-Version: current
 Depends: ${python:Depends}, python-milter, python-spf (>= 2.0), lsb-base, adduser 
-Recommends: postfix (>= 2.3) | sendmail (>= 8.13)
+Suggests: postfix (>= 2.3) | sendmail (>= 8.13)
 Description: RFC 4408 compliant Python SPF Milter for Sendmail and Postfix
  A Python mail filter to add Received-SPF headers and reject forged mail.
  Rejection policy is configured via sendmail access file. Updated for RFC 4408

Modified: packages/pymilter/trunk/debian/patches/spfmilter-debian-config.patch
===================================================================
--- packages/pymilter/trunk/debian/patches/spfmilter-debian-config.patch	2008-07-23 20:20:51 UTC (rev 6039)
+++ packages/pymilter/trunk/debian/patches/spfmilter-debian-config.patch	2008-07-23 20:42:18 UTC (rev 6040)
@@ -1,6 +1,6 @@
 diff -Nur -x '*.orig' -x '*~' pymilter-0.8.9/spfmilter.cfg pymilter-0.8.9.new/spfmilter.cfg
 --- pymilter-0.8.9/spfmilter.cfg	2007-07-25 14:53:17.000000000 -0400
-+++ pymilter-0.8.9.new/spfmilter.cfg	2008-05-02 00:20:10.000000000 -0400
++++ pymilter-0.8.9.new/spfmilter.cfg	2008-07-14 12:48:24.000000000 -0400
 @@ -1,6 +1,6 @@
  [milter]
  # The socket used to communicate with sendmail
@@ -11,7 +11,7 @@
  # Trusted relays such as secondary MXes that should not have SPF checked.
 diff -Nur -x '*.orig' -x '*~' pymilter-0.8.9/spfmilter.py pymilter-0.8.9.new/spfmilter.py
 --- pymilter-0.8.9/spfmilter.py	2007-07-25 13:14:25.000000000 -0400
-+++ pymilter-0.8.9.new/spfmilter.py	2008-05-02 00:20:32.000000000 -0400
++++ pymilter-0.8.9.new/spfmilter.py	2008-07-14 12:48:24.000000000 -0400
 @@ -1,3 +1,4 @@
 +#!/usr/bin/python
  # A simple SPF milter.

Modified: packages/pymilter/trunk/debian/rules
===================================================================
--- packages/pymilter/trunk/debian/rules	2008-07-23 20:20:51 UTC (rev 6039)
+++ packages/pymilter/trunk/debian/rules	2008-07-23 20:42:18 UTC (rev 6040)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_SYSTEM=pycentral
 DEB_COMPRESS_EXCLUDE := .py
 
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -23,9 +23,9 @@
 
 install/spf-milter-python::
 	python ./debian/spf-setup.py install --root $(CURDIR)/debian/spf-milter-python
-	rm -rf $(CURDIR)/debian/spf-milter-python/usr/lib
-	mv $(CURDIR)/debian/spf-milter-python/usr/bin/spfmilter.py \
-	  $(CURDIR)/debian/spf-milter-python/usr/share/python-support/spf-milter-python/spfmilter.py
+	#rm -rf $(CURDIR)/debian/spf-milter-python/usr/lib
+	#mv $(CURDIR)/debian/spf-milter-python/usr/bin/spfmilter.py \
+	#  $(CURDIR)/debian/spf-milter-python/usr/share/python-support/spf-milter-python/spfmilter.py
 	mv $(CURDIR)/debian/spf-milter-python/usr/etc/spf-milter-python/spfmilter.cfg \
 	  $(CURDIR)/debian/spf-milter-python/etc/spf-milter-python/
 	rm -rf $(CURDIR)/debian/spf-milter-python/usr/etc

Modified: packages/pymilter/trunk/debian/spf-milter-python.dirs
===================================================================
--- packages/pymilter/trunk/debian/spf-milter-python.dirs	2008-07-23 20:20:51 UTC (rev 6039)
+++ packages/pymilter/trunk/debian/spf-milter-python.dirs	2008-07-23 20:42:18 UTC (rev 6040)
@@ -1,4 +1,3 @@
 /var/log/spf-milter-python/save
 /etc/spf-milter-python
-/usr/share/python-support/spf-milter-python
 

Modified: packages/pymilter/trunk/debian/spfmilter
===================================================================
--- packages/pymilter/trunk/debian/spfmilter	2008-07-23 20:20:51 UTC (rev 6039)
+++ packages/pymilter/trunk/debian/spfmilter	2008-07-23 20:42:18 UTC (rev 6040)
@@ -1,4 +1,4 @@
 #! /bin/sh
-exec python /usr/share/python-support/spf-milter-python/spfmilter.py &
+exec /usr/bin/spfmilter.py &
 echo $! >/var/run/spf-milter-python/spfmilter.pid
 




More information about the Python-modules-commits mailing list