[Python-modules-commits] r16643 - in packages/pyspf/tags (3 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Tue Apr 19 05:21:40 UTC 2011
Date: Tuesday, April 19, 2011 @ 05:21:35
Author: kitterman
Revision: 16643
[svn-buildpackage] Tagging pyspf 2.0.5-5
Added:
packages/pyspf/tags/2.0.5-5/
packages/pyspf/tags/2.0.5-5/debian/changelog
(from rev 16642, packages/pyspf/trunk/debian/changelog)
Deleted:
packages/pyspf/tags/2.0.5-5/debian/changelog
Deleted: packages/pyspf/tags/2.0.5-5/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog 2011-04-18 23:48:21 UTC (rev 16641)
+++ packages/pyspf/tags/2.0.5-5/debian/changelog 2011-04-19 05:21:35 UTC (rev 16643)
@@ -1,262 +0,0 @@
-pyspf (2.0.5-4) unstable; urgency=low
-
- * Upload to unstable
- * Drop old conflicts from spf-tools-python
-
- -- Scott Kitterman <scott at kitterman.com> Tue, 22 Mar 2011 09:37:56 -0400
-
-pyspf (2.0.5-3) experimental; urgency=low
-
- * Convert from cdbs to debhelper 7 rules
- - Update debian/rules
- - Drop build-depends on cdbs
- - Update required debhelper version and debian/compat
- - Remove autogenerated debian/pycompat
- * Convert from dh_pycentral to dh_python2
- - Add --with python2 in debian/rules
- - Drop build-depends on python-central
- - Update required minimum python-all version
- * Build depend on python-all instead of python-all-dev
- * Update to recent Python Policy recommendations
- - Use X-Python-Version instead of XS-Python-Version
- - Drop XB-Python-Version from all binaries
- * Provide /usr/bin/pyspf so spf.py can be also be used as a command line
- tool
- - Provide as symlink to /usr/share/pyshared/spf.py in
- debian/spf-tools-python.links
- - Change spf-tools-python to depend on python-spf and not just recommends
- - Move pyspf.1 from python-spf to spf-tools-python
- - spf-tools-python replaces python-spf << 2.0.5.-3~
- * Improve package descriptions
- * Clean up redundant README files
- - Drop README.Debian and README.Debian.python-spf
- - Update content of README.Debian.spf.tools.python
- * Set -e in debian/spf-tools-python.postinst/prerm instead of /bin/sh -e
- * Remove unused patches and debian/patches
- * Change priority to optional to match overrides
- * Remove obsolete XS-DM-Upload-Allowed field
- * Fix misspelling in debian/pyspf.1
- * Bump standards version to 3.9.1 without further change
-
- -- Scott Kitterman <scott at kitterman.com> Sat, 04 Dec 2010 10:44:42 -0500
-
-pyspf (2.0.5-2) unstable; urgency=low
-
- [ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
-
- [ Scott Kitterman ]
- * Upload to unstable
- * Add ${misc:Depends} for both binaries
-
- -- Scott Kitterman <scott at kitterman.com> Sun, 15 Feb 2009 18:36:48 -0500
-
-pyspf (2.0.5-1) experimental; urgency=low
-
- * New upstream release
- - Fall back to TCP if UDP reply is truncated
- - Minor updates for RFC 4408 errata and test suite improvements
- * Drop all patches
- - Incorporated upstream
- - Remove simple-patchsys.mk for debian/control
- - Remove patches dir
- * Update debian/copyright
-
- -- Scott Kitterman <scott at kitterman.com> Tue, 29 Jul 2008 00:55:44 -0400
-
-pyspf (2.0.4-4) unstable; urgency=low
-
- * Split tools out to spf-tools-python to minimize risk of conflicts between
- SPF related applications using different libraries
- - Add package to debian/control
- - Add spf-tools-python/install to debian/rules
- - Add debian/python-spf.install
- - Move man pages for tools to spf-tools-python.manpages
- - Rename docs to python-spf.docs
- - Add spf-tools-python.docs
- - Split README.Debian for both binaries
- - Move postinst/prerm for update-alternatives to the new package
- * Switch to python-central
- - Remove debian/pyversions
- - Update debian/rules
- - Remove debian/pycompat
- - Change build-dep and add XS/XB-Python-Versions to debian/control
- - Install test dir in /usr/share/doc/python-spf to avoid possible
- namespace collisions in site-packages
- - Add DEB_COMPRESS_EXCLUDE += \.py$ \.yml$ to debian/rules so test suite
- is not compressed
- * Change Recommends: python-yaml to Suggests: - Test suite is not normally
- run, so python-yaml need not be installed by default
- * Update standards version to 3.8.0.1
- - Add debian/README.source
- * Properly escape leading quotes in pyspf.1
- * Revert inline removal of spf.py shebang and spf-shebang.patch to make
- it right
-
- -- Scott Kitterman <scott at kitterman.com> Tue, 01 Jul 2008 13:34:17 -0400
-
-pyspf (2.0.4-3) unstable; urgency=low
-
- [ Sandro Tosi ]
- * debian/control
- - added Vcs-Browser
-
- [ Scott Kitterman ]
- * Add tcp-fallback.patch so that truncated UDP DNS replies are retried
- in TCP and either a complete result is fetched or a TempError is raised
- * Add trap-command-line-errors.patch so DNS errors don't cause a crash
- when pyspf is used from the command line
- * Properly escape hyphens in debian/spfquery.pyspf.1 and
- debian/pyspf-type99.1
-
- -- Scott Kitterman <scott at kitterman.com> Mon, 24 Mar 2008 17:38:03 -0400
-
-pyspf (2.0.4-2) unstable; urgency=low
-
- [ Scott Kitterman ]
-
- * Agreed maintainer change - updated debian/control and debian/copyright
- * Really update debian/watch to version 3 (Closes: #453591)
- * Remove README.Debian from debian/docs (not needed)
- * Move man page installation to python-spf.manpages
- * Correct formatting errors in debian/pyspf.1
- * Correct formatting errors in debian/spfquery.pyspf.1 and add an example
- * Update standards version to 3.7.3 without further change
-
- [ Piotr Ozarowski ]
-
- * Homepage field added
- * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
-
- [ Philipp Kern ]
-
- * Added `XS-DM-Upload-Allowed: yes' to `debian/control' to allow uploads
- from Debian Maintainers.
-
- -- Scott Kitterman <scott at kitterman.com> Sat, 08 Dec 2007 15:44:09 -0500
-
-pyspf (2.0.4-1) unstable; urgency=low
-
- * New upstream release
- - Upstream changelog date is in error - released 30 Jul 2007
- * Update debian/watch to version 3
- * Update version numbers in /debian supplied man pages.
-
- -- Scott Kitterman <scott at kitterman.com> Wed, 01 Aug 2007 11:54:13 -0400
-
-pyspf (2.0.3-2) unstable; urgency=low
-
- * debian/control
- - Add python-yaml as recommends for test suite support now that it's
- packaged
- * debian/rules
- - Install test directory for test suite
- - Delete obsolete (and commented out) rule for renaming spf.py
- * debian/pyspf.1
- - Add instructions for using the pyspf test suite
-
- -- Scott Kitterman <scott at kitterman.com> Tue, 15 May 2007 13:01:19 -0400
-
-pyspf (2.0.3-1) unstable; urgency=low
-
- [ Scott Kitterman ]
-
- * Update package from source for new development to support RFC 4408
- (Closes: #403860)
- * debian/copyright:
- - Updated for new upstream maintainers.
- - Corrected download location
- - Added additional detail
- * debian/docs
- - Added README.Debian
- * Added debian/README.Debian
- * Added man pages
- - debian/pyspf.1
- - debian/spfquery.pyspf.1
- - debian/pyspf-type99.1
- * debian/python-spf.postinst:
- - Created for spfquery update alternatives
- * debian/python-spf.prerm:
- - Created for spfquery update alternatives
- * debian/rules:
- - Added dh_installman rules to install man pages
- - Rename spfquery and type99 scripts
- * debian/watch:
- - Corrected for new upstream location
- * Added debian/pyversions
- * debian/control:
- - Updated web site for both SPF and pyspf.
- - Updated conflicts to account for new python policy and spfquery script
- - Removed provides and replaces - not required (Closes: #399938)
- - Updated Python build dependencies and changed to Build-Depends
-
- [ Piotr Ozarowski ]
-
- * debian/control:
- - Added XS-Vcs-Svn field
-
- -- Scott Kitterman <scott at kitterman.com> Wed, 4 Apr 2007 15:16:36 -0400
-
-pyspf (1.6-4) unstable; urgency=low
-
- * debian/control:
- - Remove pabs from Uploaders field as requested.
- - Move architecture indep dependencies from Build-Depends
- to Build-Depends-Indep.
- * debian/rules:
- - Add simple-patchsys support without patches.
- - Remove unneded clean target.
-
- * New Python Policy Changes: (Closes: #373504)
- + debian/control:
- - Bump up cdbs dependency to >= 0.4.41.
- - Bump up debhelper compatibility to 5.
- - Add python-support >= 0.2.3 dependency.
- - Add XS-Python-Version field.
- - Depends on ${python:Depends} and not on python2.3.
- - Add XB-Python-Version field.
- + debian/rules:
- - Add DEB_PYTHON_SYSTEM=pysupport
- - Remove echo call since cdbs take care about this.
- - Call python-distutils class after debhelper now.
- + debian/postinst && debian/prerm:
- - Remove "hand made" python-support stuff, cdbs does this.
-
- -- Gustavo Franco <stratus at debian.org> Thu, 15 Jun 2006 11:46:19 -0300
-
-pyspf (1.6-3) unstable; urgency=low
-
- * debian/rules:
- - move from debhelper to cdbs (Closes: #357023)
- * debian/control:
- - Standards-Version bumped up to 3.7.2
- - Remove python2.3-spf and python2.4-spf binaries,
- but adds Replaces, Provides and Conflicts fields for
- a transition using python-spf package.
-
- -- Gustavo Franco <stratus at debian.org> Sun, 30 Apr 2006 23:26:20 -0300
-
-pyspf (1.6-2) unstable; urgency=low
-
- [ Guilherme de S. Pastore ]
- * debian/control.in:
- - Add @PYTHON_MODULES_TEAM@ to Uploaders:
- - Updated Standards-Version to 3.6.2 with no changes
- * debian/rules:
- - Added code to automatically generate the list of uploaders based
- on information available on the team's SVN repository
-
- [ Gustavo Franco ]
- * debian/control:
- - Stops shipping python2.2-spf binary
- * debian/rules:
- - python2.4-spf build added (Closes: #351134)
-
- -- Gustavo Franco <stratus at debian.org> Sun, 12 Feb 2006 19:27:42 -0200
-
-pyspf (1.6-1) unstable; urgency=low
-
- * Initial Release. (Closes: #315679)
-
- -- Gustavo Franco <stratus at debian.org> Thu, 23 Jun 2005 11:04:29 -0300
Copied: packages/pyspf/tags/2.0.5-5/debian/changelog (from rev 16642, packages/pyspf/trunk/debian/changelog)
===================================================================
--- packages/pyspf/tags/2.0.5-5/debian/changelog (rev 0)
+++ packages/pyspf/tags/2.0.5-5/debian/changelog 2011-04-19 05:21:35 UTC (rev 16643)
@@ -0,0 +1,268 @@
+pyspf (2.0.5-5) unstable; urgency=low
+
+ * No change rebuild for python transiiton
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 19 Apr 2011 01:06:46 -0400
+
+pyspf (2.0.5-4) unstable; urgency=low
+
+ * Upload to unstable
+ * Drop old conflicts from spf-tools-python
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 22 Mar 2011 09:37:56 -0400
+
+pyspf (2.0.5-3) experimental; urgency=low
+
+ * Convert from cdbs to debhelper 7 rules
+ - Update debian/rules
+ - Drop build-depends on cdbs
+ - Update required debhelper version and debian/compat
+ - Remove autogenerated debian/pycompat
+ * Convert from dh_pycentral to dh_python2
+ - Add --with python2 in debian/rules
+ - Drop build-depends on python-central
+ - Update required minimum python-all version
+ * Build depend on python-all instead of python-all-dev
+ * Update to recent Python Policy recommendations
+ - Use X-Python-Version instead of XS-Python-Version
+ - Drop XB-Python-Version from all binaries
+ * Provide /usr/bin/pyspf so spf.py can be also be used as a command line
+ tool
+ - Provide as symlink to /usr/share/pyshared/spf.py in
+ debian/spf-tools-python.links
+ - Change spf-tools-python to depend on python-spf and not just recommends
+ - Move pyspf.1 from python-spf to spf-tools-python
+ - spf-tools-python replaces python-spf << 2.0.5.-3~
+ * Improve package descriptions
+ * Clean up redundant README files
+ - Drop README.Debian and README.Debian.python-spf
+ - Update content of README.Debian.spf.tools.python
+ * Set -e in debian/spf-tools-python.postinst/prerm instead of /bin/sh -e
+ * Remove unused patches and debian/patches
+ * Change priority to optional to match overrides
+ * Remove obsolete XS-DM-Upload-Allowed field
+ * Fix misspelling in debian/pyspf.1
+ * Bump standards version to 3.9.1 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Sat, 04 Dec 2010 10:44:42 -0500
+
+pyspf (2.0.5-2) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ [ Scott Kitterman ]
+ * Upload to unstable
+ * Add ${misc:Depends} for both binaries
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 15 Feb 2009 18:36:48 -0500
+
+pyspf (2.0.5-1) experimental; urgency=low
+
+ * New upstream release
+ - Fall back to TCP if UDP reply is truncated
+ - Minor updates for RFC 4408 errata and test suite improvements
+ * Drop all patches
+ - Incorporated upstream
+ - Remove simple-patchsys.mk for debian/control
+ - Remove patches dir
+ * Update debian/copyright
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 29 Jul 2008 00:55:44 -0400
+
+pyspf (2.0.4-4) unstable; urgency=low
+
+ * Split tools out to spf-tools-python to minimize risk of conflicts between
+ SPF related applications using different libraries
+ - Add package to debian/control
+ - Add spf-tools-python/install to debian/rules
+ - Add debian/python-spf.install
+ - Move man pages for tools to spf-tools-python.manpages
+ - Rename docs to python-spf.docs
+ - Add spf-tools-python.docs
+ - Split README.Debian for both binaries
+ - Move postinst/prerm for update-alternatives to the new package
+ * Switch to python-central
+ - Remove debian/pyversions
+ - Update debian/rules
+ - Remove debian/pycompat
+ - Change build-dep and add XS/XB-Python-Versions to debian/control
+ - Install test dir in /usr/share/doc/python-spf to avoid possible
+ namespace collisions in site-packages
+ - Add DEB_COMPRESS_EXCLUDE += \.py$ \.yml$ to debian/rules so test suite
+ is not compressed
+ * Change Recommends: python-yaml to Suggests: - Test suite is not normally
+ run, so python-yaml need not be installed by default
+ * Update standards version to 3.8.0.1
+ - Add debian/README.source
+ * Properly escape leading quotes in pyspf.1
+ * Revert inline removal of spf.py shebang and spf-shebang.patch to make
+ it right
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 01 Jul 2008 13:34:17 -0400
+
+pyspf (2.0.4-3) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - added Vcs-Browser
+
+ [ Scott Kitterman ]
+ * Add tcp-fallback.patch so that truncated UDP DNS replies are retried
+ in TCP and either a complete result is fetched or a TempError is raised
+ * Add trap-command-line-errors.patch so DNS errors don't cause a crash
+ when pyspf is used from the command line
+ * Properly escape hyphens in debian/spfquery.pyspf.1 and
+ debian/pyspf-type99.1
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 24 Mar 2008 17:38:03 -0400
+
+pyspf (2.0.4-2) unstable; urgency=low
+
+ [ Scott Kitterman ]
+
+ * Agreed maintainer change - updated debian/control and debian/copyright
+ * Really update debian/watch to version 3 (Closes: #453591)
+ * Remove README.Debian from debian/docs (not needed)
+ * Move man page installation to python-spf.manpages
+ * Correct formatting errors in debian/pyspf.1
+ * Correct formatting errors in debian/spfquery.pyspf.1 and add an example
+ * Update standards version to 3.7.3 without further change
+
+ [ Piotr Ozarowski ]
+
+ * Homepage field added
+ * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+
+ [ Philipp Kern ]
+
+ * Added `XS-DM-Upload-Allowed: yes' to `debian/control' to allow uploads
+ from Debian Maintainers.
+
+ -- Scott Kitterman <scott at kitterman.com> Sat, 08 Dec 2007 15:44:09 -0500
+
+pyspf (2.0.4-1) unstable; urgency=low
+
+ * New upstream release
+ - Upstream changelog date is in error - released 30 Jul 2007
+ * Update debian/watch to version 3
+ * Update version numbers in /debian supplied man pages.
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 01 Aug 2007 11:54:13 -0400
+
+pyspf (2.0.3-2) unstable; urgency=low
+
+ * debian/control
+ - Add python-yaml as recommends for test suite support now that it's
+ packaged
+ * debian/rules
+ - Install test directory for test suite
+ - Delete obsolete (and commented out) rule for renaming spf.py
+ * debian/pyspf.1
+ - Add instructions for using the pyspf test suite
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 15 May 2007 13:01:19 -0400
+
+pyspf (2.0.3-1) unstable; urgency=low
+
+ [ Scott Kitterman ]
+
+ * Update package from source for new development to support RFC 4408
+ (Closes: #403860)
+ * debian/copyright:
+ - Updated for new upstream maintainers.
+ - Corrected download location
+ - Added additional detail
+ * debian/docs
+ - Added README.Debian
+ * Added debian/README.Debian
+ * Added man pages
+ - debian/pyspf.1
+ - debian/spfquery.pyspf.1
+ - debian/pyspf-type99.1
+ * debian/python-spf.postinst:
+ - Created for spfquery update alternatives
+ * debian/python-spf.prerm:
+ - Created for spfquery update alternatives
+ * debian/rules:
+ - Added dh_installman rules to install man pages
+ - Rename spfquery and type99 scripts
+ * debian/watch:
+ - Corrected for new upstream location
+ * Added debian/pyversions
+ * debian/control:
+ - Updated web site for both SPF and pyspf.
+ - Updated conflicts to account for new python policy and spfquery script
+ - Removed provides and replaces - not required (Closes: #399938)
+ - Updated Python build dependencies and changed to Build-Depends
+
+ [ Piotr Ozarowski ]
+
+ * debian/control:
+ - Added XS-Vcs-Svn field
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 4 Apr 2007 15:16:36 -0400
+
+pyspf (1.6-4) unstable; urgency=low
+
+ * debian/control:
+ - Remove pabs from Uploaders field as requested.
+ - Move architecture indep dependencies from Build-Depends
+ to Build-Depends-Indep.
+ * debian/rules:
+ - Add simple-patchsys support without patches.
+ - Remove unneded clean target.
+
+ * New Python Policy Changes: (Closes: #373504)
+ + debian/control:
+ - Bump up cdbs dependency to >= 0.4.41.
+ - Bump up debhelper compatibility to 5.
+ - Add python-support >= 0.2.3 dependency.
+ - Add XS-Python-Version field.
+ - Depends on ${python:Depends} and not on python2.3.
+ - Add XB-Python-Version field.
+ + debian/rules:
+ - Add DEB_PYTHON_SYSTEM=pysupport
+ - Remove echo call since cdbs take care about this.
+ - Call python-distutils class after debhelper now.
+ + debian/postinst && debian/prerm:
+ - Remove "hand made" python-support stuff, cdbs does this.
+
+ -- Gustavo Franco <stratus at debian.org> Thu, 15 Jun 2006 11:46:19 -0300
+
+pyspf (1.6-3) unstable; urgency=low
+
+ * debian/rules:
+ - move from debhelper to cdbs (Closes: #357023)
+ * debian/control:
+ - Standards-Version bumped up to 3.7.2
+ - Remove python2.3-spf and python2.4-spf binaries,
+ but adds Replaces, Provides and Conflicts fields for
+ a transition using python-spf package.
+
+ -- Gustavo Franco <stratus at debian.org> Sun, 30 Apr 2006 23:26:20 -0300
+
+pyspf (1.6-2) unstable; urgency=low
+
+ [ Guilherme de S. Pastore ]
+ * debian/control.in:
+ - Add @PYTHON_MODULES_TEAM@ to Uploaders:
+ - Updated Standards-Version to 3.6.2 with no changes
+ * debian/rules:
+ - Added code to automatically generate the list of uploaders based
+ on information available on the team's SVN repository
+
+ [ Gustavo Franco ]
+ * debian/control:
+ - Stops shipping python2.2-spf binary
+ * debian/rules:
+ - python2.4-spf build added (Closes: #351134)
+
+ -- Gustavo Franco <stratus at debian.org> Sun, 12 Feb 2006 19:27:42 -0200
+
+pyspf (1.6-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #315679)
+
+ -- Gustavo Franco <stratus at debian.org> Thu, 23 Jun 2005 11:04:29 -0300
More information about the Python-modules-commits
mailing list