[Python-modules-commits] r27449 - in packages/django-celery/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Jan 27 14:44:37 UTC 2014


    Date: Monday, January 27, 2014 @ 14:44:36
  Author: fladi-guest
Revision: 27449

Update dependencies.

Modified:
  packages/django-celery/trunk/debian/changelog
  packages/django-celery/trunk/debian/control

Modified: packages/django-celery/trunk/debian/changelog
===================================================================
--- packages/django-celery/trunk/debian/changelog	2014-01-27 05:01:20 UTC (rev 27448)
+++ packages/django-celery/trunk/debian/changelog	2014-01-27 14:44:36 UTC (rev 27449)
@@ -5,7 +5,10 @@
 
   [ Michael Fladischer ]
   * New upstream release.
-  * Add python-tz to Depends and Build-Depends.
+  * Add python-anyjson and python-tz to Depends and Build-Depends.
+  * Add python-billiard to Build-Depends.
+  * Remove python-django-picklefield from Build-Depends and Depends as
+    upstream now includes its own implementation.
   * Bump Standards version to 3.9.5.
   * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
     and build-indep targets.
@@ -14,12 +17,13 @@
   * Remove trailing whitespaces from long description.
   * Point DJANGO_SETTINGS_MODULE to the settings module provided by upstream
     when building the documentation.
-  * Drop versioned Depends and Build-Depends on python-django as no version
+  * Make Depends and Build-Depends on python-django unversioned as no version
     prior thos the required one is available in the archives.
   * Drop skip_tests.patch, no longer needed.
   * Point homepage URL to http://celeryproject.org/.
+  * Format packaging files with `wrap-and-sort`.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 10 Oct 2013 09:40:09 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 27 Jan 2014 15:43:39 +0100
 
 django-celery (2.5.5-2) unstable; urgency=low
 

Modified: packages/django-celery/trunk/debian/control
===================================================================
--- packages/django-celery/trunk/debian/control	2014-01-27 05:01:20 UTC (rev 27448)
+++ packages/django-celery/trunk/debian/control	2014-01-27 14:44:36 UTC (rev 27449)
@@ -6,10 +6,11 @@
 Build-Depends: debhelper (>= 8.1.0~),
                docbook-to-man,
                python-all (>= 2.7),
+               python-anyjson,
+               python-billiard,
                python-celery (>= 3.1.1),
                python-django,
                python-django-nose,
-               python-django-picklefield (>= 0.2.0),
                python-mock,
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg),
@@ -24,9 +25,9 @@
 
 Package: python-django-celery
 Architecture: all
-Depends: python-celery (>= 3.1.1),
+Depends: python-anyjson,
+         python-celery (>= 3.1.1),
          python-django,
-         python-django-picklefield (>= 0.2.0),
          python-pkg-resources,
          python-tz,
          ${misc:Depends},




More information about the Python-modules-commits mailing list