[Python-modules-commits] r28714 - in packages/python-gear/tags (5 files)

hashar-guest at users.alioth.debian.org hashar-guest at users.alioth.debian.org
Tue Apr 29 10:12:27 UTC 2014


    Date: Tuesday, April 29, 2014 @ 10:12:26
  Author: hashar-guest
Revision: 28714

Retagging 0.5.4-1

Includes lintian fix for data.tar.xz-member-without-dpkg-pre-depends

Added:
  packages/python-gear/tags/0.5.4-1/
  packages/python-gear/tags/0.5.4-1/debian/changelog
    (from rev 28712, packages/python-gear/trunk/debian/changelog)
  packages/python-gear/tags/0.5.4-1/debian/control
    (from rev 28712, packages/python-gear/trunk/debian/control)
Deleted:
  packages/python-gear/tags/0.5.4-1/debian/changelog
  packages/python-gear/tags/0.5.4-1/debian/control

Deleted: packages/python-gear/tags/0.5.4-1/debian/changelog
===================================================================
--- packages/python-gear/trunk/debian/changelog	2014-04-29 07:21:13 UTC (rev 28711)
+++ packages/python-gear/tags/0.5.4-1/debian/changelog	2014-04-29 10:12:26 UTC (rev 28714)
@@ -1,14 +0,0 @@
-python-gear (0.5.4-1) unstable; urgency=low
-
-  * New upstream version
-  * python-statsd is now a build depends (required to run tests) but is only a
-    suggestion since it users do not need to have it configured.
-
- -- Antoine Musso <hashar at free.fr>  Wed, 16 Apr 2014 12:20:34 +0000
-
-python-gear (0.4.0-1) unstable; urgency=low
-
-  * Initial Version
-  * Closes: #725081
-
- -- Antoine Musso <hashar at free.fr>  Thu, 12 Sep 2013 17:32:15 +0000

Copied: packages/python-gear/tags/0.5.4-1/debian/changelog (from rev 28712, packages/python-gear/trunk/debian/changelog)
===================================================================
--- packages/python-gear/tags/0.5.4-1/debian/changelog	                        (rev 0)
+++ packages/python-gear/tags/0.5.4-1/debian/changelog	2014-04-29 10:12:26 UTC (rev 28714)
@@ -0,0 +1,16 @@
+python-gear (0.5.4-1) unstable; urgency=low
+
+  * New upstream version
+  * python-statsd is now a build depends (required to run tests) but is only a
+    suggestion since it users do not need to have it configured.
+  * [Alexandros Kosiaris] Package predepends on dpkg (>= 1.15.6~) to fix
+    lintian error data.tar.xz-member-without-dpkg-pre-depends
+
+ -- Antoine Musso <hashar at free.fr>  Wed, 16 Apr 2014 12:20:34 +0000
+
+python-gear (0.4.0-1) unstable; urgency=low
+
+  * Initial Version
+  * Closes: #725081
+
+ -- Antoine Musso <hashar at free.fr>  Thu, 12 Sep 2013 17:32:15 +0000

Deleted: packages/python-gear/tags/0.5.4-1/debian/control
===================================================================
--- packages/python-gear/trunk/debian/control	2014-04-29 07:21:13 UTC (rev 28711)
+++ packages/python-gear/tags/0.5.4-1/debian/control	2014-04-29 10:12:26 UTC (rev 28714)
@@ -1,58 +0,0 @@
-Source: python-gear
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Antoine Musso <hashar at free.fr>,
-           Julien Danjou <acid at debian.org>,
-           Thomas Goirand <zigo at debian.org>,
-           Ghe Rivero <ghe.rivero at stackops.com>,
-           Mehdi Abaakouk <sileht at sileht.net>,
-           Paul Belanger <paul.belanger at polybeacon.com>
-Section: python
-Priority: optional
-Build-Depends: debhelper (>= 8),
-               openstack-pkg-tools,
-               python-all (>= 2.6.6-3),
-               python-daemon,
-               python-extras,
-               python-fixtures (>=0.3.12),
-               python-statsd (>=1.0.0),
-               python-setuptools (>= 0.6b3),
-               python-sphinx (>=1.1.2),
-               python-subunit,
-               python-pbr,
-               python-testrepository (>=0.0.13),
-               python-testresources,
-               python-testscenarios,
-               python-testtools (>=0.9.27),
-               python-tox
-#Build-Depends-Indep:
-# From test-requirements.txt we are missing:
-#coverage>=3.6
-#discover
-#hacking>=0.5.3,<0.6
-Standards-Version: 3.9.3
-Homepage: https://pypi.python.org/pypi/gear
-#Vcs-Git: https://review.openstack.org/p/openstack-infra/gear.git
-Vcs-Browser: http://git.openstack.org/cgit/openstack-infra/gear/
-
-Package: python-gear
-Architecture: all
-Depends: python-daemon,
-         python-extras,
-         python-pbr,
-         ${misc:Depends},
-         ${python:Depends}
-Suggests:  python-statsd
-Description: Pure Python Async Gear Protocol Library
- python-gear is a pure-Python asynchronous library to interface with Gearman.
- .
- It provides interfaces to build a client or worker, and access to the
- administrative protocol. The design approach is to keep it simple, with a
- relatively thin abstration of the Gearman protocol itself. It should be easy
- to use to build a client or worker that operates either synchronously or
- asynchronously.
- .
- The module also provides a simple Gearman server for use as a convenience in
- unit tests. The server is not designed for production use under load.
- .
- Installing the suggested python-statsd package would add support for reporting
- to statsd a frontend to Graphite a stats collection and graphing server.

Copied: packages/python-gear/tags/0.5.4-1/debian/control (from rev 28712, packages/python-gear/trunk/debian/control)
===================================================================
--- packages/python-gear/tags/0.5.4-1/debian/control	                        (rev 0)
+++ packages/python-gear/tags/0.5.4-1/debian/control	2014-04-29 10:12:26 UTC (rev 28714)
@@ -0,0 +1,59 @@
+Source: python-gear
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Antoine Musso <hashar at free.fr>,
+           Julien Danjou <acid at debian.org>,
+           Thomas Goirand <zigo at debian.org>,
+           Ghe Rivero <ghe.rivero at stackops.com>,
+           Mehdi Abaakouk <sileht at sileht.net>,
+           Paul Belanger <paul.belanger at polybeacon.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               openstack-pkg-tools,
+               python-all (>= 2.6.6-3),
+               python-daemon,
+               python-extras,
+               python-fixtures (>=0.3.12),
+               python-statsd (>=1.0.0),
+               python-setuptools (>= 0.6b3),
+               python-sphinx (>=1.1.2),
+               python-subunit,
+               python-pbr,
+               python-testrepository (>=0.0.13),
+               python-testresources,
+               python-testscenarios,
+               python-testtools (>=0.9.27),
+               python-tox
+#Build-Depends-Indep:
+# From test-requirements.txt we are missing:
+#coverage>=3.6
+#discover
+#hacking>=0.5.3,<0.6
+Standards-Version: 3.9.3
+Homepage: https://pypi.python.org/pypi/gear
+#Vcs-Git: https://review.openstack.org/p/openstack-infra/gear.git
+Vcs-Browser: http://git.openstack.org/cgit/openstack-infra/gear/
+
+Package: python-gear
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: python-daemon,
+         python-extras,
+         python-pbr,
+         ${misc:Depends},
+         ${python:Depends}
+Suggests:  python-statsd
+Description: Pure Python Async Gear Protocol Library
+ python-gear is a pure-Python asynchronous library to interface with Gearman.
+ .
+ It provides interfaces to build a client or worker, and access to the
+ administrative protocol. The design approach is to keep it simple, with a
+ relatively thin abstration of the Gearman protocol itself. It should be easy
+ to use to build a client or worker that operates either synchronously or
+ asynchronously.
+ .
+ The module also provides a simple Gearman server for use as a convenience in
+ unit tests. The server is not designed for production use under load.
+ .
+ Installing the suggested python-statsd package would add support for reporting
+ to statsd a frontend to Graphite a stats collection and graphing server.




More information about the Python-modules-commits mailing list