--- pymilter-0.9.1.orig/debian/control +++ pymilter-0.9.1/debian/control @@ -0,0 +1,25 @@ +Source: pymilter +Section: mail +Priority: extra +Maintainer: Scott Kitterman +Uploaders: Debian Python Modules Team +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/viewsvn/python-modules/packages/pymilter/trunk/ +XS-DM-Upload-Allowed: yes + +Package: python-milter +Architecture: any +Section: python +XB-Python-Version: all +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dns +Recommends: python-milter-docs +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 + traditionally used by Sendmail and now also used by Postfix. + --- pymilter-0.9.1.orig/debian/watch +++ pymilter-0.9.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://sf.net/pymilter/pymilter-(.*).tar.gz debian uupdate + --- pymilter-0.9.1.orig/debian/rules +++ pymilter-0.9.1/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral +DEB_COMPRESS_EXCLUDE := .py + +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 + +build/python-milter:: + set -e; \ + for i in $(cdbs_python_build_versions); do \ + python$$i ./setup.py build; \ + done + +install/python-milter:: + for i in $(cdbs_python_build_versions); do \ + python$$i ./setup.py install --root $(CURDIR)/debian/python-milter; \ + done + +clean:: + rm -rf build + --- pymilter-0.9.1.orig/debian/changelog +++ pymilter-0.9.1/debian/changelog @@ -0,0 +1,74 @@ +pymilter (0.9.1-1) unstable; urgency=low + + * New upstream release + + -- Scott Kitterman Sun, 15 Feb 2009 16:53:06 -0500 + +pymilter (0.9.0-1) unstable; urgency=low + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Scott Kitterman ] + * New upstream release + - Follow upstream split and drop provided milters (now in a separate + milter tarball in the pymilter project, moved to pymilter-milters) + - Add python-milter-docs to suggests (files formerly part of + python-milter) + * Add ${misc:Depends} to python-milter + + -- Scott Kitterman Sat, 27 Dec 2008 17:40:06 -0500 + +pymilter (0.8.10-1) unstable; urgency=low + + * New upstream release + - Add new file temperror.txt to python-milter.examples + + -- Scott Kitterman Fri, 07 Nov 2008 23:38:35 -0500 + +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 Wed, 23 Jul 2008 16:28:21 -0400 + +pymilter (0.8.9-2) unstable; urgency=low + + [ Piotr Ożarowski ] + * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + * Added "XS-DM-Upload-Allowed: yes" + + [ Sandro Tosi ] + * debian/control + - uniforming Vcs-Browser field + + [ Scott Kitterman ] + * Add binary package for the included spf-milter-python milter + - Add debian/spf-milter-python* files + - Add spf-milter-python binary to debian/control + - Add debian/spfsetup.py to set up spf-milter-python + - Adjust debian rules to build multiple binaries + - Add debian/patches/spfmilter-debian-config so spf-milter-python + works with package init script and has shebang + - Add spfmilter.1 and debian/spf-milter-python.manpages + * Bump standards version to 3.7.3 without further change + * Remove unneeded debian/docs file + * Change section of python-milter to python + + -- Scott Kitterman Thu, 01 May 2008 23:31:12 -0400 + +pymilter (0.8.9-1) unstable; urgency=low + + * Initial Debian package + + -- Scott Kitterman Tue, 25 Sep 2007 13:29:34 -0400 --- pymilter-0.9.1.orig/debian/README.source +++ pymilter-0.9.1/debian/README.source @@ -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. + --- pymilter-0.9.1.orig/debian/compat +++ pymilter-0.9.1/debian/compat @@ -0,0 +1 @@ +5 --- pymilter-0.9.1.orig/debian/pycompat +++ pymilter-0.9.1/debian/pycompat @@ -0,0 +1 @@ +2 --- pymilter-0.9.1.orig/debian/pyversions +++ pymilter-0.9.1/debian/pyversions @@ -0,0 +1 @@ +2.3- --- pymilter-0.9.1.orig/debian/copyright +++ pymilter-0.9.1/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Scott Kitterman 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@colltech.com, urmane@urmane.org) + * Portions Copyright (C) 2001,2002,2003,2004 Stuart Gathman (stuart@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 and is +licensed under the GPL version 2 or later. See above. +