Your message dated Tue, 28 Mar 2017 20:35:00 +0000 with message-id <9db09ea1-4962-87db-9b48-20e68c57aa0e@thykier.net> and subject line Re: Bug#858864: unblock: celery/3.1.23-6 has caused the Debian Bug report #858864, regarding unblock: celery/3.1.23-6 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 858864: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858864 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: celery/3.1.23-6
- From: Brian May <bam@debian.org>
- Date: Tue, 28 Mar 2017 08:17:17 +1100
- Message-id: <[🔎] 149064943734.31350.7786296176824929586.reportbug@prune.linuxpenguins.xyz>
Package: release.debian.org Severity: normal User: release.debian.org@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 <bam@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)
--- End Message ---
--- Begin Message ---
- To: Brian May <bam@debian.org>, 858864-done@bugs.debian.org
- Subject: Re: Bug#858864: unblock: celery/3.1.23-6
- From: Niels Thykier <niels@thykier.net>
- Date: Tue, 28 Mar 2017 20:35:00 +0000
- Message-id: <9db09ea1-4962-87db-9b48-20e68c57aa0e@thykier.net>
- In-reply-to: <[🔎] 149064943734.31350.7786296176824929586.reportbug@prune.linuxpenguins.xyz>
- References: <[🔎] 149064943734.31350.7786296176824929586.reportbug@prune.linuxpenguins.xyz>
Brian May: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package celery > > Fix broken depends headers. Fixes #858305. > Unblocked this, thanks. > 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. > > [...] Please do once celery/3.1.23-6 has migrated (either by cherry-picking patches or using /bin/bash - the former assumes it only requires trivial changes for stretch) Thanks, ~Niels
--- End Message ---