[Python-modules-commits] r20953 - in packages/flufl.bounce/tags (5 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Mar 27 20:00:02 UTC 2012


    Date: Tuesday, March 27, 2012 @ 19:59:55
  Author: kitterman
Revision: 20953

[svn-buildpackage] Tagging flufl.bounce 2.1-2

Added:
  packages/flufl.bounce/tags/2.1-2/
  packages/flufl.bounce/tags/2.1-2/debian/changelog
    (from rev 20952, packages/flufl.bounce/trunk/debian/changelog)
  packages/flufl.bounce/tags/2.1-2/debian/control
    (from rev 20952, packages/flufl.bounce/trunk/debian/control)
Deleted:
  packages/flufl.bounce/tags/2.1-2/debian/changelog
  packages/flufl.bounce/tags/2.1-2/debian/control

Deleted: packages/flufl.bounce/tags/2.1-2/debian/changelog
===================================================================
--- packages/flufl.bounce/trunk/debian/changelog	2012-03-27 19:37:15 UTC (rev 20951)
+++ packages/flufl.bounce/tags/2.1-2/debian/changelog	2012-03-27 19:59:55 UTC (rev 20953)
@@ -1,35 +0,0 @@
-flufl.bounce (2.1-2) UNRELEASED; urgency=low
-
-  * debian/rules:
-    - Build and install Python 3 versions via % expansion targets instead
-      of for loops in override targets.
-    - Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck.
-    - Remove questionable workaround for bug 618367.
-    - Better override_dh_auto_clean rule so that the package can be built
-      twice in a row.
-  * debian/control:
-    - Rename flufl.i18n-docs to the more usual flufl.i18n-doc without
-      adding transitional packages since it has never been in a stable
-      release.
-    - Bump standards-version to 3.9.3 without further changes.
-
- -- Barry Warsaw <barry at python.org>  Tue, 27 Mar 2012 15:28:09 -0400
-
-flufl.bounce (2.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build for Python 3, and split out common documentation package.
-  * compat level 8
-
- -- Barry Warsaw <barry at python.org>  Thu, 19 Jan 2012 20:15:23 -0500
-
-flufl.bounce (1.0.2-1) unstable; urgency=low
-
-  [ Jakub Wilk ]
-  * debian/control:
-    - Add Vcs-* fields.
-
-  [ Barry Warsaw ]
-  * Initial release (closes: #638861)
-
- -- Barry Warsaw <barry at python.org>  Fri, 07 Oct 2011 16:17:26 -0400

Copied: packages/flufl.bounce/tags/2.1-2/debian/changelog (from rev 20952, packages/flufl.bounce/trunk/debian/changelog)
===================================================================
--- packages/flufl.bounce/tags/2.1-2/debian/changelog	                        (rev 0)
+++ packages/flufl.bounce/tags/2.1-2/debian/changelog	2012-03-27 19:59:55 UTC (rev 20953)
@@ -0,0 +1,41 @@
+flufl.bounce (2.1-2) unstable; urgency=low
+
+  * Team upload
+
+  [ Barry Warsaw ]
+  * debian/rules:
+    - Build and install Python 3 versions via % expansion targets instead
+      of for loops in override targets.
+    - Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck.
+    - Remove questionable workaround for bug 618367.
+    - Better override_dh_auto_clean rule so that the package can be built
+      twice in a row.
+  * debian/control:
+    - Rename flufl.i18n-docs to the more usual flufl.i18n-doc without
+      adding transitional packages since it has never been in a stable
+      release.
+    - Bump standards-version to 3.9.3 without further changes.
+
+  [ Scott Kitterman ]
+  * Add DM-Upload-Allowed
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 27 Mar 2012 15:53:54 -0400
+
+flufl.bounce (2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Build for Python 3, and split out common documentation package.
+  * compat level 8
+
+ -- Barry Warsaw <barry at python.org>  Thu, 19 Jan 2012 20:15:23 -0500
+
+flufl.bounce (1.0.2-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * debian/control:
+    - Add Vcs-* fields.
+
+  [ Barry Warsaw ]
+  * Initial release (closes: #638861)
+
+ -- Barry Warsaw <barry at python.org>  Fri, 07 Oct 2011 16:17:26 -0400

Deleted: packages/flufl.bounce/tags/2.1-2/debian/control
===================================================================
--- packages/flufl.bounce/trunk/debian/control	2012-03-27 19:37:15 UTC (rev 20951)
+++ packages/flufl.bounce/tags/2.1-2/debian/control	2012-03-27 19:59:55 UTC (rev 20953)
@@ -1,60 +0,0 @@
-Source: flufl.bounce
-Maintainer: Barry Warsaw <barry at python.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Homepage: http://launchpad.net/flufl.bounce
-Section: python
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-Priority: optional
-Build-Depends: python-all (>= 2.6.6-3~),
-               python-setuptools,
-               python-pkg-resources,
-               python-sphinx (>= 1.0.7+dfsg-1~),
-               python-flufl.enum,
-               python-zope.interface,
-               debhelper (>= 8),
-               python3-all,
-               python3-setuptools,
-               python3-pkg-resources,
-               python3-flufl.enum,
-               python3-zope.interface
-Standards-Version: 3.9.3
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.bounce/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.bounce/trunk/
-
-Package: python-flufl.bounce-doc
-Architecture: all
-Section: doc
-Breaks: python-flufl.bounce-docs
-Replaces: python-flufl.bounce-docs
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: email bounce detectors (common documentation)
- This library provides a set of heuristics and an API for detecting the
- original bouncing email addresses from a bounce message.  Many formats found
- in the wild are supported, as are VERP and RFC 3464 (DSN).
- .
- This is the common documentation package.
-
-Package: python-flufl.bounce
-Architecture: all
-Depends: ${python:Depends},
-         ${misc:Depends},
-         python-pkg-resources
-Suggests: python-flufl.bounce-doc
-Description: email bounce detectors (Python 2)
- This library provides a set of heuristics and an API for detecting the
- original bouncing email addresses from a bounce message.  Many formats found
- in the wild are supported, as are VERP and RFC 3464 (DSN).
-
-Package: python3-flufl.bounce
-Architecture: all
-Depends: ${python3:Depends},
-         ${misc:Depends},
-         python3-pkg-resources
-Suggests: python-flufl.bounce-doc
-Description: email bounce detectors (Python 3)
- This library provides a set of heuristics and an API for detecting the
- original bouncing email addresses from a bounce message.  Many formats found
- in the wild are supported, as are VERP and RFC 3464 (DSN).
- .
- This is the Python 3 version of the package.

Copied: packages/flufl.bounce/tags/2.1-2/debian/control (from rev 20952, packages/flufl.bounce/trunk/debian/control)
===================================================================
--- packages/flufl.bounce/tags/2.1-2/debian/control	                        (rev 0)
+++ packages/flufl.bounce/tags/2.1-2/debian/control	2012-03-27 19:59:55 UTC (rev 20953)
@@ -0,0 +1,61 @@
+Source: flufl.bounce
+Maintainer: Barry Warsaw <barry at python.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: http://launchpad.net/flufl.bounce
+Section: python
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-pkg-resources,
+               python-sphinx (>= 1.0.7+dfsg-1~),
+               python-flufl.enum,
+               python-zope.interface,
+               debhelper (>= 8),
+               python3-all,
+               python3-setuptools,
+               python3-pkg-resources,
+               python3-flufl.enum,
+               python3-zope.interface
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.bounce/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.bounce/trunk/
+DM-Upload-Allowed: yes
+
+Package: python-flufl.bounce-doc
+Architecture: all
+Section: doc
+Breaks: python-flufl.bounce-docs
+Replaces: python-flufl.bounce-docs
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: email bounce detectors (common documentation)
+ This library provides a set of heuristics and an API for detecting the
+ original bouncing email addresses from a bounce message.  Many formats found
+ in the wild are supported, as are VERP and RFC 3464 (DSN).
+ .
+ This is the common documentation package.
+
+Package: python-flufl.bounce
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-pkg-resources
+Suggests: python-flufl.bounce-doc
+Description: email bounce detectors (Python 2)
+ This library provides a set of heuristics and an API for detecting the
+ original bouncing email addresses from a bounce message.  Many formats found
+ in the wild are supported, as are VERP and RFC 3464 (DSN).
+
+Package: python3-flufl.bounce
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends},
+         python3-pkg-resources
+Suggests: python-flufl.bounce-doc
+Description: email bounce detectors (Python 3)
+ This library provides a set of heuristics and an API for detecting the
+ original bouncing email addresses from a bounce message.  Many formats found
+ in the wild are supported, as are VERP and RFC 3464 (DSN).
+ .
+ This is the Python 3 version of the package.




More information about the Python-modules-commits mailing list