[Python-modules-commits] r3271 - in /packages/pymilter: ./ branches/ tags/ trunk/ trunk/debian/ trunk/debian/patches/

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Tue Sep 18 06:20:53 UTC 2007


Author: kitterma-guest
Date: Tue Sep 18 06:20:53 2007
New Revision: 3271

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3271
Log:
Initial pymilter package

Added:
    packages/pymilter/
    packages/pymilter/branches/
    packages/pymilter/tags/
    packages/pymilter/trunk/
    packages/pymilter/trunk/debian/
    packages/pymilter/trunk/debian/changelog
    packages/pymilter/trunk/debian/compat
    packages/pymilter/trunk/debian/control
    packages/pymilter/trunk/debian/copyright
    packages/pymilter/trunk/debian/docs
    packages/pymilter/trunk/debian/examples
    packages/pymilter/trunk/debian/patches/
    packages/pymilter/trunk/debian/patches/debian-setup-changes.patch
    packages/pymilter/trunk/debian/pycompat
    packages/pymilter/trunk/debian/pyversions
    packages/pymilter/trunk/debian/rules   (with props)

Added: packages/pymilter/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/changelog?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/changelog (added)
+++ packages/pymilter/trunk/debian/changelog Tue Sep 18 06:20:53 2007
@@ -1,0 +1,8 @@
+pymilter (0.8.8-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

Added: packages/pymilter/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/compat?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/compat (added)
+++ packages/pymilter/trunk/debian/compat Tue Sep 18 06:20:53 2007
@@ -1,0 +1,1 @@
+5

Added: packages/pymilter/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/control?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/control (added)
+++ packages/pymilter/trunk/debian/control Tue Sep 18 06:20:53 2007
@@ -1,0 +1,21 @@
+Source: pymilter
+Section: mail
+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
+Standards-Version: 3.7.2
+
+Package: python-milter
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}
+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 
+ 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/

Added: packages/pymilter/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/copyright?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/copyright (added)
+++ packages/pymilter/trunk/debian/copyright Tue Sep 18 06:20:53 2007
@@ -1,0 +1,39 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Friday August 24, 2007 19:04:29 -0400.
+
+It was downloaded from http://sourceforge.net/projects/pymilter/
+
+Copyright Holder: 
+ * Copyright 2001 - 2007 Business Management Systems, Inc.
+
+miltermodule.c:
+ * Copyright (C) 2001  James Niemira (niemira at colltech.com, urmane at urmane.org)
+ * Portions Copyright (C) 2001,2002,2003,2004  Stuart Gathman (stuart at bmsi.com)
+
+
+License:
+
+This is free software; you can redistribute it and/or modify it under the terms
+of the GNU General Public License (version 2), or (at your option) any later 
+version.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GPL v2 can be found here:
+  /usr/share/common-licenses/GPL-2
+
+The Debian packaging is (C) 2007, Scott Kitterman <scott at kitterman.com> and is 
+licensed under the GPL version 2 or later.  See above.
+

Added: packages/pymilter/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/docs?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/docs (added)
+++ packages/pymilter/trunk/debian/docs Tue Sep 18 06:20:53 2007
@@ -1,0 +1,2 @@
+HOWTO
+doc/*

Added: packages/pymilter/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/examples?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/examples (added)
+++ packages/pymilter/trunk/debian/examples Tue Sep 18 06:20:53 2007
@@ -1,0 +1,22 @@
+bms.py
+fail.txt
+milter.cfg
+milter.rc
+milter.rc7
+neutral.txt
+permerror.txt
+quarantine.txt
+rejects.py
+report.py
+rhsbl.m4
+sample.py
+softfail.txt
+spfmilter.*
+start.sh
+strike3.txt
+testbms.py
+testmime.py
+test.py
+testsample.py
+testutils.py
+test/*

Added: packages/pymilter/trunk/debian/patches/debian-setup-changes.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/patches/debian-setup-changes.patch?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/patches/debian-setup-changes.patch (added)
+++ packages/pymilter/trunk/debian/patches/debian-setup-changes.patch Tue Sep 18 06:20:53 2007
@@ -1,0 +1,21 @@
+diff -Nur pymilter-0.8.8/setup.py pymilter-0.8.8.new/setup.py
+--- pymilter-0.8.8/setup.py	2007-08-25 00:39:25.000000000 -0400
++++ pymilter-0.8.8.new/setup.py	2007-08-27 08:08:30.000000000 -0400
+@@ -5,7 +5,8 @@
+ # FIXME: on some versions of sendmail, smutil is renamed to sm
+ # on slackware and debian, leave it out entirely.  It depends
+ # on how libmilter was built by the sendmail package.
+-libs = ["milter", "smutil"]
++libs = ["milter"]
++lib_dirs = ["/usr/lib/libmilter"]
+ 
+ # patch distutils if it can't cope with the "classifiers" or
+ # "download_url" keywords
+@@ -34,6 +35,7 @@
+ 	ext_modules=[
+ 	  Extension("milter", ["miltermodule.c"],
+ 	    libraries=libs,
++	    library_dirs=lib_dirs,
+ 	    # set MAX_ML_REPLY to 1 for sendmail < 8.13
+ 	    define_macros = [ ('MAX_ML_REPLY',32) ]
+ 	  ),

Added: packages/pymilter/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/pycompat?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/pycompat (added)
+++ packages/pymilter/trunk/debian/pycompat Tue Sep 18 06:20:53 2007
@@ -1,0 +1,1 @@
+2

Added: packages/pymilter/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/pyversions?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/pyversions (added)
+++ packages/pymilter/trunk/debian/pyversions Tue Sep 18 06:20:53 2007
@@ -1,0 +1,1 @@
+2.3-

Added: packages/pymilter/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/rules?rev=3271&op=file
==============================================================================
--- packages/pymilter/trunk/debian/rules (added)
+++ packages/pymilter/trunk/debian/rules Tue Sep 18 06:20:53 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_SYSTEM=pysupport
+
+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

Propchange: packages/pymilter/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list