[Python-modules-commits] r5783 - in packages/pyspf/tags (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jul 1 19:19:06 UTC 2008


    Date: Tuesday, July 1, 2008 @ 19:19:04
  Author: piotr
Revision: 5783

tagging 2.0.4-4

Added:
  packages/pyspf/tags/2.0.4-4/
    (from rev 5781, packages/pyspf/trunk)
  packages/pyspf/tags/2.0.4-4/debian/changelog
    (from rev 5782, packages/pyspf/trunk/debian/changelog)
  packages/pyspf/tags/2.0.4-4/debian/rules
    (from rev 5782, packages/pyspf/trunk/debian/rules)
Deleted:
  packages/pyspf/tags/2.0.4-4/debian/changelog
  packages/pyspf/tags/2.0.4-4/debian/rules

Copied: packages/pyspf/tags/2.0.4-4 (from rev 5781, packages/pyspf/trunk)


Property changes on: packages/pyspf/tags/2.0.4-4
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: packages/pyspf/tags/2.0.4-4/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2008-07-01 18:41:25 UTC (rev 5781)
+++ packages/pyspf/tags/2.0.4-4/debian/changelog	2008-07-01 19:19:04 UTC (rev 5783)
@@ -1,195 +0,0 @@
-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.4-4/debian/changelog (from rev 5782, packages/pyspf/trunk/debian/changelog)
===================================================================
--- packages/pyspf/tags/2.0.4-4/debian/changelog	                        (rev 0)
+++ packages/pyspf/tags/2.0.4-4/debian/changelog	2008-07-01 19:19:04 UTC (rev 5783)
@@ -0,0 +1,195 @@
+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

Deleted: packages/pyspf/tags/2.0.4-4/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules	2008-07-01 18:41:25 UTC (rev 5781)
+++ packages/pyspf/tags/2.0.4-4/debian/rules	2008-07-01 19:19:04 UTC (rev 5783)
@@ -1,23 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-DEB_PYTHON_SYSTEM=pycentral
-DEB_COMPRESS_EXCLUDE += .py .yml
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-install/python-spf::
-	# Install test suite
-	dh_install test usr/share/doc/python-spf
-
-install/spf-tools-python::
-	# Make dirs for the tools package (then move scripts from python-spf)
-	mkdir -p debian/spf-tools-python/usr/bin/
-	# Rename the `spfquery` tool for the alternatives system
-	# (omitting the ".py" language extension):
-	mv debian/tmp/usr/bin/spfquery.py debian/spf-tools-python/usr/bin/spfquery.$(DEB_SOURCE_PACKAGE)
-	# Give the `type99` tool a more specific name
-	# (omitting the ".py" language extension):
-	mv debian/tmp/usr/bin/type99.py	 debian/spf-tools-python/usr/bin/$(DEB_SOURCE_PACKAGE)-type99

Copied: packages/pyspf/tags/2.0.4-4/debian/rules (from rev 5782, packages/pyspf/trunk/debian/rules)
===================================================================
--- packages/pyspf/tags/2.0.4-4/debian/rules	                        (rev 0)
+++ packages/pyspf/tags/2.0.4-4/debian/rules	2008-07-01 19:19:04 UTC (rev 5783)
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_SYSTEM=pycentral
+DEB_COMPRESS_EXCLUDE += \.py$ \.yml$
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+install/python-spf::
+	# Install test suite
+	dh_install test usr/share/doc/python-spf
+
+install/spf-tools-python::
+	# Make dirs for the tools package (then move scripts from python-spf)
+	mkdir -p debian/spf-tools-python/usr/bin/
+	# Rename the `spfquery` tool for the alternatives system
+	# (omitting the ".py" language extension):
+	mv debian/tmp/usr/bin/spfquery.py debian/spf-tools-python/usr/bin/spfquery.$(DEB_SOURCE_PACKAGE)
+	# Give the `type99` tool a more specific name
+	# (omitting the ".py" language extension):
+	mv debian/tmp/usr/bin/type99.py	 debian/spf-tools-python/usr/bin/$(DEB_SOURCE_PACKAGE)-type99




More information about the Python-modules-commits mailing list