Your message dated Tue, 19 Jul 2011 09:21:29 +0200
with message-id <[email protected]>
and subject line Re: empathy: debian/control uses hardcoded list of non-Linux
architectures
has caused the Debian Bug report #634481,
regarding empathy: 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.)
--
634481: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634481
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: empathy
Severity: wishlist
User: [email protected]
Usertags: linux-any
The debian/control file in empathy 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.91.3-1
Hi,
This is already fixed in experimental version of empathy.
Closing.
Cheers
Laurent Bigonville
--- End Message ---