Your message dated Sat, 9 Mar 2019 19:10:54 +0000 with message-id <20190309191054.GA17805@powdarrmonkey.net> and subject line Re: Bug#924126: unblock: czmq/4.2.0-2 has caused the Debian Bug report #924126, regarding unblock: czmq/4.2.0-2 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.) -- 924126: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924126 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: unblock: czmq/4.2.0-2
- From: Luca Boccassi <bluca@debian.org>
- Date: Sat, 09 Mar 2019 18:58:01 +0000
- Message-id: <[🔎] 1552157881.14496.4.camel@debian.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Dear Release Team, Please consider unblocking migration of czmq 4.2.0-2 to buster to fix #923695. It will be eligible to migrate in 5 days on the 14th, which is past the deadline. It is a tiny change (added 2 missing dependencies in the -dev package) that fixes reverse dependencies builds in minimal chroots. There are downstream users that would be affected by this bug in buster. Background: Version 4.2.0 uses Requires.private in the pkg-config file, which means that if a program depends on libczmq-dev, it needs uuid-dev and libsystemd-dev [linux-any] installed or pkg-config --cflags libczmq will fail due to the missing uuid.pc and libsystemd.pc. Despite having done this change upstream myself, AND despite having done myself the upstream release noting this in the changelog and explicitly saying that packagers should update the -dev or -devel list of dependencies accordingly, and despite having done the 4.2.0-1 upload to Debian myself, I then of course proceeded to _completely forget_ to update said dependency list, because I am very silly. Debdiff inlined below. Thank you in advance! -- Kind regards, Luca Boccassi diff -Nru czmq-4.2.0/debian/changelog czmq-4.2.0/debian/changelog --- czmq-4.2.0/debian/changelog 2019-02-10 18:41:55.000000000 +0000 +++ czmq-4.2.0/debian/changelog 2019-03-03 22:23:19.000000000 +0000 @@ -1,3 +1,10 @@ +czmq (4.2.0-2) unstable; urgency=medium + + * Add uuid-dev and libsystemd-dev dependencies on libczmq-dev, required + by pkg-config --cflags libczmq.pc. (Closes: #923695) + + -- Luca Boccassi <bluca@debian.org> Sun, 03 Mar 2019 22:23:19 +0000 + czmq (4.2.0-1) unstable; urgency=medium * New upstream version 4.2.0 diff -Nru czmq-4.2.0/debian/control czmq-4.2.0/debian/control --- czmq-4.2.0/debian/control 2019-02-10 18:41:55.000000000 +0000 +++ czmq-4.2.0/debian/control 2019-03-03 22:11:35.000000000 +0000 @@ -41,6 +41,8 @@ Architecture: any Depends: ${misc:Depends}, libzmq3-dev, + uuid-dev, + libsystemd-dev [linux-any], libczmq4 (= ${binary:Version}) Multi-Arch: same Description: High-level C binding for ZeroMQ (development files)Attachment: signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
- To: Luca Boccassi <bluca@debian.org>, 924126-done@bugs.debian.org
- Subject: Re: Bug#924126: unblock: czmq/4.2.0-2
- From: Jonathan Wiltshire <jmw@debian.org>
- Date: Sat, 9 Mar 2019 19:10:54 +0000
- Message-id: <20190309191054.GA17805@powdarrmonkey.net>
- In-reply-to: <[🔎] 1552157881.14496.4.camel@debian.org>
- References: <[🔎] 1552157881.14496.4.camel@debian.org>
On Sat, Mar 09, 2019 at 06:58:01PM +0000, Luca Boccassi wrote: > Please consider unblocking migration of czmq 4.2.0-2 to buster to fix > #923695. It will be eligible to migrate in 5 days on the 14th, which is > past the deadline. > It is a tiny change (added 2 missing dependencies in the -dev package) > that fixes reverse dependencies builds in minimal chroots. There are > downstream users that would be affected by this bug in buster. Unblocked; thanks. -- Jonathan Wiltshire jmw@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
--- End Message ---