Your message dated Tue, 29 Aug 2023 16:26:23 +0200 with message-id <ZO4ADyDZR8UXm/yF@msg.df7cb.de> and subject line Re: Bug#1050768: xastir: Drop unused libproj-dev build dependency has caused the Debian Bug report #1050768, regarding xastir: Drop unused libproj-dev build dependency 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.) -- 1050768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050768 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: xastir: Drop unused libproj-dev build dependency
- From: Bas Couwenberg <sebastic@xs4all.nl>
- Date: Tue, 29 Aug 2023 07:23:55 +0200
- Message-id: <[🔎] 169328663574.313326.11331380540675299670.reportbug@osiris.linuxminded.xs4all.nl>
Source: xastir Version: 2.2.0-1 Severity: normal Tags: patch Dear Maintainer, Your package build depends on libproj-dev but doesn't link to libproj nor include proj.h. The attached patch drops the unused build dependency. Kind Regards, Basdiff -Nru xastir-2.2.0/debian/changelog xastir-2.2.0/debian/changelog --- xastir-2.2.0/debian/changelog 2023-08-04 10:24:58.000000000 +0200 +++ xastir-2.2.0/debian/changelog 2023-08-29 07:20:34.000000000 +0200 @@ -1,3 +1,10 @@ +xastir (2.2.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused libproj-dev build dependency. + + -- Bas Couwenberg <sebastic@debian.org> Tue, 29 Aug 2023 07:20:34 +0200 + xastir (2.2.0-1) unstable; urgency=medium * New upstream version 2.2.0. diff -Nru xastir-2.2.0/debian/control xastir-2.2.0/debian/control --- xastir-2.2.0/debian/control 2023-08-04 10:24:46.000000000 +0200 +++ xastir-2.2.0/debian/control 2023-08-29 07:20:30.000000000 +0200 @@ -13,7 +13,6 @@ festival-dev, libgraphicsmagick1-dev | libgraphicsmagick-dev, libshp-dev, - libproj-dev, libpcre2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libdb-dev,
--- End Message ---
--- Begin Message ---
- To: Sebastiaan Couwenberg <sebastic@xs4all.nl>, 1050768-done@bugs.debian.org
- Subject: Re: Bug#1050768: xastir: Drop unused libproj-dev build dependency
- From: Christoph Berg <myon@debian.org>
- Date: Tue, 29 Aug 2023 16:26:23 +0200
- Message-id: <ZO4ADyDZR8UXm/yF@msg.df7cb.de>
- Mail-followup-to: Christoph Berg <myon@debian.org>, Sebastiaan Couwenberg <sebastic@xs4all.nl>, 1050768-done@bugs.debian.org
- In-reply-to: <[🔎] 1d5054d4-9b8d-4298-87e4-0a722b97e597@xs4all.nl>
- References: <[🔎] 169328663574.313326.11331380540675299670.reportbug@osiris.linuxminded.xs4all.nl> <[🔎] ZO37h2KCNkyJ3Qf1@msg.df7cb.de> <[🔎] 169328663574.313326.11331380540675299670.reportbug@osiris.linuxminded.xs4all.nl> <[🔎] 1d5054d4-9b8d-4298-87e4-0a722b97e597@xs4all.nl>
Re: Sebastiaan Couwenberg > That's apparently to support static libraries which are not relevant for the > Debian package: > > https://github.com/Xastir/Xastir/issues/47 Thanks for digging that up. Xastir cares about backwards compatibility so much it kind of never changes anything, even if it was "some 14 years ago". > Feel free to close this issue if you don't intend to apply the patch. TBH I'd rather keep it in there, I don't know enough about libgeotiff so I can't know if I would notice if it dropped the libproj-dev dependency some day, and then Xastir would stop using it without the build failing. Thanks, Christoph
--- End Message ---