[Python-modules-commits] r26162 - in packages/billiard/tags (5 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Oct 15 09:55:21 UTC 2013


    Date: Tuesday, October 15, 2013 @ 09:55:19
  Author: fladi-guest
Revision: 26162

[svn-buildpackage] Tagging billiard 2.7.3.34-1

Added:
  packages/billiard/tags/2.7.3.34-1/
  packages/billiard/tags/2.7.3.34-1/debian/changelog
    (from rev 26161, packages/billiard/trunk/debian/changelog)
  packages/billiard/tags/2.7.3.34-1/debian/control
    (from rev 26161, packages/billiard/trunk/debian/control)
Deleted:
  packages/billiard/tags/2.7.3.34-1/debian/changelog
  packages/billiard/tags/2.7.3.34-1/debian/control

Deleted: packages/billiard/tags/2.7.3.34-1/debian/changelog
===================================================================
--- packages/billiard/trunk/debian/changelog	2013-10-15 04:14:15 UTC (rev 26158)
+++ packages/billiard/tags/2.7.3.34-1/debian/changelog	2013-10-15 09:55:19 UTC (rev 26162)
@@ -1,29 +0,0 @@
-billiard (2.7.3.32-2) UNRELEASED; urgency=low
-
-  * Move python-sphinx from Build-Depends-Indep to Build-Depends to fix
-    FTBFS if only arch independend parts are built (Closes: #721779).
-  * Drop libjs-jquery from Build-Depends-Indep as it is not required during
-    build.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 04 Sep 2013 11:53:15 +0200
-
-billiard (2.7.3.32-1) unstable; urgency=low
-
-  * New upstream release.
-  * Rename "BSD" to "BSD-3-clause" in d/copyright. Thanks to paultag.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 02 Sep 2013 20:03:14 +0200
-
-billiard (2.7.3.31-1) unstable; urgency=low
-
-  [ Michael Fladischer ]
-  * Initial release (Closes: #571656)
-
-  [ Thomas Bechtold ]
-  * Update package to version 2.7.3.31.
-  * Remove debian/pyversions.
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 16 Aug 2013 10:18:12 +0200

Copied: packages/billiard/tags/2.7.3.34-1/debian/changelog (from rev 26161, packages/billiard/trunk/debian/changelog)
===================================================================
--- packages/billiard/tags/2.7.3.34-1/debian/changelog	                        (rev 0)
+++ packages/billiard/tags/2.7.3.34-1/debian/changelog	2013-10-15 09:55:19 UTC (rev 26162)
@@ -0,0 +1,37 @@
+billiard (2.7.3.34-1) unstable; urgency=low
+
+  * New upstream release.
+  * Drop versioned Build-Depends on python-all as no prior versions are
+    available in Wheezy.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 15 Oct 2013 08:27:52 +0200
+
+billiard (2.7.3.32-2) unstable; urgency=low
+
+  * Move python-sphinx from Build-Depends-Indep to Build-Depends to fix
+    FTBFS if only arch independend parts are built (Closes: #721779).
+  * Drop libjs-jquery from Build-Depends-Indep as it is not required during
+    build.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 04 Sep 2013 11:53:15 +0200
+
+billiard (2.7.3.32-1) unstable; urgency=low
+
+  * New upstream release.
+  * Rename "BSD" to "BSD-3-clause" in d/copyright. Thanks to paultag.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 02 Sep 2013 20:03:14 +0200
+
+billiard (2.7.3.31-1) unstable; urgency=low
+
+  [ Michael Fladischer ]
+  * Initial release (Closes: #571656)
+
+  [ Thomas Bechtold ]
+  * Update package to version 2.7.3.31.
+  * Remove debian/pyversions.
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 16 Aug 2013 10:18:12 +0200

Deleted: packages/billiard/tags/2.7.3.34-1/debian/control
===================================================================
--- packages/billiard/trunk/debian/control	2013-10-15 04:14:15 UTC (rev 26158)
+++ packages/billiard/tags/2.7.3.34-1/debian/control	2013-10-15 09:55:19 UTC (rev 26162)
@@ -1,38 +0,0 @@
-Source: billiard
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
-           Thomas Bechtold <thomasbechtold at jpberlin.de>
-Build-Depends: debhelper (>= 9),
-               python-all-dev (>= 2.6.6-3~),
-               python-mock,
-               python-nose,
-               python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg-1~),
-               python-unittest2
-X-Python-Version: >= 2.4
-Standards-Version: 3.9.4
-Homepage: https://github.com/celery/billiard
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/billiard/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/billiard/trunk/
-
-Package: python-billiard
-Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Suggests: python-billiard-doc
-Description: Multiprocessing Pool Extensions for Python
- This package contains extensions to the multiprocessing Pool.
- It extends the multiprocessing.Pool with a billiard.pool.DynamicPool
- that can grow in size.
-
-Package: python-billiard-doc
-Section: doc
-Architecture: all
-Depends: libjs-jquery, ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Multiprocessing Pool Extensions for Python (Documentation)
- This package contains extensions to the multiprocessing Pool.
- It extends the multiprocessing.Pool with a billiard.pool.DynamicPool
- that can grow in size.
- .
- This package contains the documentation.

Copied: packages/billiard/tags/2.7.3.34-1/debian/control (from rev 26161, packages/billiard/trunk/debian/control)
===================================================================
--- packages/billiard/tags/2.7.3.34-1/debian/control	                        (rev 0)
+++ packages/billiard/tags/2.7.3.34-1/debian/control	2013-10-15 09:55:19 UTC (rev 26162)
@@ -0,0 +1,38 @@
+Source: billiard
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
+           Thomas Bechtold <thomasbechtold at jpberlin.de>
+Build-Depends: debhelper (>= 9),
+               python-all-dev,
+               python-mock,
+               python-nose,
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg-1~),
+               python-unittest2
+X-Python-Version: >= 2.4
+Standards-Version: 3.9.4
+Homepage: https://github.com/celery/billiard
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/billiard/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/billiard/trunk/
+
+Package: python-billiard
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Suggests: python-billiard-doc
+Description: Multiprocessing Pool Extensions for Python
+ This package contains extensions to the multiprocessing Pool.
+ It extends the multiprocessing.Pool with a billiard.pool.DynamicPool
+ that can grow in size.
+
+Package: python-billiard-doc
+Section: doc
+Architecture: all
+Depends: libjs-jquery, ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Multiprocessing Pool Extensions for Python (Documentation)
+ This package contains extensions to the multiprocessing Pool.
+ It extends the multiprocessing.Pool with a billiard.pool.DynamicPool
+ that can grow in size.
+ .
+ This package contains the documentation.




More information about the Python-modules-commits mailing list