Your message dated Sun, 06 Nov 2011 18:41:22 +0100
with message-id <[email protected]>
and subject line Fixed in 2.95-14
has caused the Debian Bug report #634295,
regarding gpsd: debian/control uses hardcoded list of non-Linux architectures
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.)
--
634295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634295
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gpsd
Severity: wishlist
User: [email protected]
Usertags: linux-any
The debian/control file in gpsd uses a negated list of architectures
to specify a package relationship (most likely Build-Depends) on a
Linux-specific package. I.e. something like:
Build-Depends: libfoo-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
This is problematic because it will fail for any future kfreebsd-* or hurd-*
architecture (like the upcoming kfreebsd-mipsel port). The correct way
would be to use dpkg architecture wildcards, e.g.:
Build-Depends: libfoo-dev [linux-any]
Please consider making this adjustment to make life easier for future
porting efforts.
Thanks!
--- End Message ---
--- Begin Message ---
Version: 2.95-14
gpsd (2.95-14) unstable; urgency=low
* [cd15ce8c] Use [linux-any] instead of [!kfreebsd-* ].
* [3baab888] Import isotime function in gps.gps.
Thanks to Dietrich Feist (Closes: #646434)
* [06edd34a] Adding a new symbol recent g++ versions seem to produce.
* [49fe128a] Ack'ing NMU.
Thanks to Luk Claes (Closes: #632126)
-- Bernd Zeimetz <[email protected]> Sat, 05 Nov 2011 09:33:36 +0100
--
Bernd Zeimetz Debian GNU/Linux Developer
http://bzed.de http://www.debian.org
GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
--- End Message ---