Your message dated Tue, 29 Aug 2023 16:26:23 +0200
with message-id <ZO4ADyDZR8UXm/[email protected]>
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 [email protected]
immediately.)
--
1050768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050768
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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,
Bas
diff -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 <[email protected]> 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 ---
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 ---