[Python-modules-commits] r20851 - in packages/pymilter/trunk/debian (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Mar 19 00:17:58 UTC 2012
Date: Monday, March 19, 2012 @ 00:17:56
Author: kitterman
Revision: 20851
* Update debian/copyright
* Rename python-milter-docs to the more usual python-milter-doc and retain
python-milter-docs as a transitional package until after wheezy
* Update X-Python-Version to require python2.6 or later
* Bump standards version to 3.9.3 without further change
Added:
packages/pymilter/trunk/debian/python-milter-doc.install
Modified:
packages/pymilter/trunk/debian/changelog
packages/pymilter/trunk/debian/control
packages/pymilter/trunk/debian/copyright
Deleted:
packages/pymilter/trunk/debian/python-milter-docs.install
Modified: packages/pymilter/trunk/debian/changelog
===================================================================
--- packages/pymilter/trunk/debian/changelog 2012-03-19 00:08:42 UTC (rev 20850)
+++ packages/pymilter/trunk/debian/changelog 2012-03-19 00:17:56 UTC (rev 20851)
@@ -1,3 +1,13 @@
+pymilter (0.9.5-2) unstable; urgency=low
+
+ * Update debian/copyright
+ * Rename python-milter-docs to the more usual python-milter-doc and retain
+ python-milter-docs as a transitional package until after wheezy
+ * Update X-Python-Version to require python2.6 or later
+ * Bump standards version to 3.9.3 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 18 Mar 2012 18:55:38 -0400
+
pymilter (0.9.5-1) unstable; urgency=low
* New upstream release
Modified: packages/pymilter/trunk/debian/control
===================================================================
--- packages/pymilter/trunk/debian/control 2012-03-19 00:08:42 UTC (rev 20850)
+++ packages/pymilter/trunk/debian/control 2012-03-19 00:17:56 UTC (rev 20851)
@@ -4,8 +4,8 @@
Maintainer: Scott Kitterman <scott at kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.3.16), python-all-dev (>= 2.6.5-2~), libmilter-dev, doxygen
-Standards-Version: 3.9.2
-X-Python-Version: >= 2.3
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.6
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/
@@ -13,18 +13,20 @@
Package: python-milter
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dns
-Suggests: postfix (>= 2.3) | sendmail (>= 8.13), python-milter-docs
+Suggests: postfix (>= 2.3) | sendmail (>= 8.13), python-milter-doc
Provides: ${python:Provides}
Description: Python extension for Sendmail Milter Protocol
Python milter provides Python extensions for the Milter protocol traditionally
used by Sendmail and now also used by Postfix. It provides a thin layer of
Python over the Milter protocol.
-Package: python-milter-docs
+Package: python-milter-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: www-browser
+Breaks: python-milter-docs (<< 0.9.5-2~)
+Replaces: python-milter-docs (<< 0.9.5-2~)
Description: Documentation for the Python Milter extension
Python milter provides Python extensions for the Milter protocol traditionally
used by Sendmail and now also used by Postfix. It provides a thin layer of
@@ -32,3 +34,15 @@
.
This package provides HTML and LaTex documentation for python-milter.
+Package: python-milter-docs
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: python-milter-doc, ${misc:Depends}
+Description: Documentation for the Python Milter extension (transitional package)
+ Python milter provides Python extensions for the Milter protocol traditionally
+ used by Sendmail and now also used by Postfix. It provides a thin layer of
+ Python over the Milter protocol.
+ .
+ This package is a transitional package and may safely be removed after
+ upgrading.
Modified: packages/pymilter/trunk/debian/copyright
===================================================================
--- packages/pymilter/trunk/debian/copyright 2012-03-19 00:08:42 UTC (rev 20850)
+++ packages/pymilter/trunk/debian/copyright 2012-03-19 00:17:56 UTC (rev 20851)
@@ -4,14 +4,12 @@
It was downloaded from http://sourceforge.net/projects/pymilter/
Copyright Holder:
- * Copyright 2001 - 2007 Business Management Systems, Inc.
+ * Copyright © 2001 - 2009 Business Management Systems, Inc.
miltermodule.c:
* Copyright © 2001 James Niemira (niemira at colltech.com, urmane at urmane.org)
- * Portions Copyright © 2001,2002,2003,2004,2005,2006,2007 Stuart Gathman
- (stuart at bmsi.com)
+ * Portions Copyright © 2001 - 2007 Stuart Gathman (stuart at bmsi.com)
-
License:
This is free software; you can redistribute it and/or modify it under the terms
@@ -35,6 +33,14 @@
On Debian systems, the complete text of the GPL v2 can be found here:
/usr/share/common-licenses/GPL-2
+Milter/pyip6.py:
+
+Copyright © 2006 Stuart Gathman <stuart at bmsi.com>
+
+This module is free software, and you may redistribute it and/or modify
+it under the same terms as Python itself, so long as this copyright message
+and disclaimer are retained in their original form.
+
The Debian packaging is © 2007,2008,2009,2010 Scott Kitterman
<scott at kitterman.com> and is licensed under the GPL version 2 or later. See
above.
Added: packages/pymilter/trunk/debian/python-milter-doc.install
===================================================================
--- packages/pymilter/trunk/debian/python-milter-doc.install (rev 0)
+++ packages/pymilter/trunk/debian/python-milter-doc.install 2012-03-19 00:17:56 UTC (rev 20851)
@@ -0,0 +1 @@
+doc/* usr/share/doc/python-milter-doc
Deleted: packages/pymilter/trunk/debian/python-milter-docs.install
===================================================================
--- packages/pymilter/trunk/debian/python-milter-docs.install 2012-03-19 00:08:42 UTC (rev 20850)
+++ packages/pymilter/trunk/debian/python-milter-docs.install 2012-03-19 00:17:56 UTC (rev 20851)
@@ -1 +0,0 @@
-doc/* usr/share/doc/python-milter-docs
More information about the Python-modules-commits
mailing list