[Python-modules-commits] r29472 - in packages/celery/trunk/debian (5 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Jun 25 07:04:35 UTC 2014


    Date: Wednesday, June 25, 2014 @ 07:04:34
  Author: fladi-guest
Revision: 29472

New upstream release.

* Drop python-sphinxcontrib.issuetracker from Build-Depends as it is no
  longer needed (Closes: #750528).
* Bump Depends and Build-Depends for kombu to 3.0.19.
* Add autopkgtest that runs the upstream test suite against the installed
  packages.

Added:
  packages/celery/trunk/debian/tests/
  packages/celery/trunk/debian/tests/control
  packages/celery/trunk/debian/tests/upstream
Modified:
  packages/celery/trunk/debian/changelog
  packages/celery/trunk/debian/control

Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog	2014-06-25 01:03:48 UTC (rev 29471)
+++ packages/celery/trunk/debian/changelog	2014-06-25 07:04:34 UTC (rev 29472)
@@ -1,3 +1,14 @@
+celery (3.1.12-1) unstable; urgency=low
+
+  * New upstream release.
+  * Drop python-sphinxcontrib.issuetracker from Build-Depends as it is no
+    longer needed (Closes: #750528).
+  * Bump Depends and Build-Depends for kombu to 3.0.19.
+  * Add autopkgtest that runs the upstream test suite against the installed
+    packages.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 24 Jun 2014 22:37:27 +0200
+
 celery (3.1.11-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2014-06-25 01:03:48 UTC (rev 29471)
+++ packages/celery/trunk/debian/control	2014-06-25 07:04:34 UTC (rev 29472)
@@ -15,8 +15,8 @@
                python-dateutil (>= 1.5),
                python-doc,
                python-gevent,
-               python-kombu (>= 3.0.15),
-               python-kombu-doc (>= 3.0.15),
+               python-kombu (>= 3.0.19),
+               python-kombu-doc (>= 3.0.19),
                python-mailer,
                python-memcache,
                python-mock (>= 1.0.1),
@@ -27,11 +27,11 @@
                python-redis,
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg),
-               python-sphinxcontrib.issuetracker,
                python-sqlalchemy,
                python-tz,
                python-unittest2
 X-Python-Version: >= 2.7
+XS-Testsuite: autopkgtest
 Standards-Version: 3.9.5
 Homepage: http://www.celeryproject.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/celery/trunk/
@@ -42,7 +42,7 @@
 Depends: python-billiard (>= 3.3.0.17),
          python-cl,
          python-dateutil (>= 1.5),
-         python-kombu (>= 3.0.15),
+         python-kombu (>= 3.0.19),
          python-mailer,
          python-memcache,
          python-pkg-resources,

Added: packages/celery/trunk/debian/tests/control
===================================================================
--- packages/celery/trunk/debian/tests/control	                        (rev 0)
+++ packages/celery/trunk/debian/tests/control	2014-06-25 07:04:34 UTC (rev 29472)
@@ -0,0 +1,2 @@
+Tests: upstream
+Depends: @, @builddeps@

Added: packages/celery/trunk/debian/tests/upstream
===================================================================
--- packages/celery/trunk/debian/tests/upstream	                        (rev 0)
+++ packages/celery/trunk/debian/tests/upstream	2014-06-25 07:04:34 UTC (rev 29472)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+nosetests -v celery.tests




More information about the Python-modules-commits mailing list