Your message dated Mon, 15 Aug 2011 16:12:43 +0200
with message-id <[email protected]>
and subject line RE: cegui-mk2: debian/control uses hardcoded list of non-Linux 
architectures
has caused the Debian Bug report #634727,
regarding cegui-mk2: 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.)


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

The debian/control file in cegui-mk2 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 ---
Package: cegui-mk2

This bug has been fixed in revision 0.7.5-3. Extracting the changelog:

* debian/control:
    + Change from libois-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] to
      libois-dev [linux-any] in Build-Depends field. 

Regards,
-- 
Muammar El Khatib.
Linux user: 403107.
Key fingerprint = 90B8 BFC4 4A75 B881 39A3 1440 30EB 403B 1270 29F1
http://muammar.me | http://proyectociencia.org  
  ,''`.
 : :' :
 `. `'
   `-


--- End Message ---

Reply via email to