Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package celery Fix broken depends headers. Fixes #858305. There is also a bashism in the init.d script - see #858298. I didn't fix this. If you think this should be fixed for testing, let me know and I will upload a fix for this also. diff -Nru celery-3.1.23/debian/changelog celery-3.1.23/debian/changelog --- celery-3.1.23/debian/changelog 2016-07-31 16:19:32.000000000 +1000 +++ celery-3.1.23/debian/changelog 2017-03-24 17:00:36.000000000 +1100 @@ -1,3 +1,11 @@ +celery (3.1.23-6) unstable; urgency=medium + + * Change celeryd to depend on python-celery-common instead of python-celery. + Closes: #858305. + * Add celeryd depends on lsb-base. + + -- Brian May <b...@debian.org> Fri, 24 Mar 2017 17:00:36 +1100 + celery (3.1.23-5) unstable; urgency=medium * Move celeryd to admin section. Closes: #832192. diff -Nru celery-3.1.23/debian/control celery-3.1.23/debian/control --- celery-3.1.23/debian/control 2016-07-31 09:25:55.000000000 +1000 +++ celery-3.1.23/debian/control 2017-03-21 20:55:33.000000000 +1100 @@ -179,7 +179,8 @@ Section: admin Architecture: all Depends: adduser, - python-celery (= ${binary:Version}), + python-celery-common (= ${binary:Version}), + lsb-base (>= 3.0-6), ${misc:Depends} Breaks: python-celery (<< 3.0.24-1) Suggests: rabbitmq-server unblock celery/3.1.23-6 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (100, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)