[Python-modules-commits] r3305 - in /packages/pymilter/trunk/debian: changelog control patches/debian-setup-changes.patch rules watch
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Tue Sep 25 18:22:14 UTC 2007
Author: kitterma-guest
Date: Tue Sep 25 18:22:14 2007
New Revision: 3305
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3305
Log:
Update proposed package for new upstream release.
Added:
packages/pymilter/trunk/debian/watch
Removed:
packages/pymilter/trunk/debian/patches/debian-setup-changes.patch
Modified:
packages/pymilter/trunk/debian/changelog
packages/pymilter/trunk/debian/control
packages/pymilter/trunk/debian/rules
Modified: packages/pymilter/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/changelog?rev=3305&op=diff
==============================================================================
--- packages/pymilter/trunk/debian/changelog (original)
+++ packages/pymilter/trunk/debian/changelog Tue Sep 25 18:22:14 2007
@@ -1,8 +1,5 @@
-pymilter (0.8.8-1) UNRELEASED; urgency=low
+pymilter (0.8.9-1) unstable; urgency=low
* Initial Debian package
- * Added debian-setup-changes.patch to remove unused setup.py references and
- add library_dirs definition. Thanks to Cesare Tirabassi for helping me
- figure it out.
- -- Scott Kitterman <scott at kitterman.com> Tue, 18 Sep 2007 02:01:46 -0400
+ -- Scott Kitterman <scott at kitterman.com> Tue, 25 Sep 2007 13:29:34 -0400
Modified: packages/pymilter/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/control?rev=3305&op=diff
==============================================================================
--- packages/pymilter/trunk/debian/control (original)
+++ packages/pymilter/trunk/debian/control Tue Sep 25 18:22:14 2007
@@ -3,19 +3,19 @@
Priority: optional
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.5.3), libmilter-dev
+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.2
-Homepage: http://sourceforge.net/projects/pymilter/
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymilter/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pymilter/?op=log
Package: python-milter
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, python-dns
Recommends: 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 traditionally
- used by Sendmail and now also used by Postfix. Two sample milters are also
- included: a simple milter for Sender Policy Framework (SPF) and a more complex
- milter that includes multiple types of checks to catch spam.
+ Python milter provides Python extensions for the Milter protocol
+ traditionallly used by Sendmail and now also used by Postfix. Two sample
+ milters are also included: a simple milter for Sender Policy Framework (SPF)
+ and a more complex milter that includes multiple types of checks to catch
+ spam.
+ .
+ Homepage: http://sourceforge.net/projects/pymilter/
Modified: packages/pymilter/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/rules?rev=3305&op=diff
==============================================================================
--- packages/pymilter/trunk/debian/rules (original)
+++ packages/pymilter/trunk/debian/rules Tue Sep 25 18:22:14 2007
@@ -5,4 +5,3 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
Added: packages/pymilter/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/watch?rev=3305&op=file
==============================================================================
--- packages/pymilter/trunk/debian/watch (added)
+++ packages/pymilter/trunk/debian/watch Tue Sep 25 18:22:14 2007
@@ -1,0 +1,3 @@
+version=3
+http://sf.net/pymilter/pymilter-(.*).tar.gz debian uupdate
+
More information about the Python-modules-commits
mailing list