Your message dated Sat, 13 Aug 2011 12:57:52 +0800
with message-id 
<CAMr=8w4zh8tyj1yzagpwqgxxwivgsmp9x7xfxurzbb+wt9k...@mail.gmail.com>
and subject line close 634775
has caused the Debian Bug report #634775,
regarding gnome-mplayer: 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.)


-- 
634775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634775
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnome-mplayer
Severity: wishlist
User: [email protected]
Usertags: linux-any

The debian/control file in gnome-mplayer 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: 1.0.4-2

Now it builds fine on kfreebsd-*.

--
Regards,
Aron Xu


--- End Message ---

Reply via email to