Package: mknbi
Version: 1.4.4-7
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-i386 (and hurd-i386)
due to Build-Depends on gcc-multilib. This b-d have been added to fix
#587734, #593609. Please restrict it on any-amd64.
As noted in #366409, it should also build on hurd-i386,
please change also Architecture line as shown bellow.
Thanks in advance
Petr
--- debian/control
+++ debian/control
@@ -4,7 +4,7 @@
Maintainer: Debian Syslinux Maintainers <[email protected]>
Uploaders: Daniel Baumann <[email protected]>
Build-Depends:
- debhelper (>= 7.0.50~), gcc-multilib, nasm, perl, quilt (>= 0.46-7)
+ debhelper (>= 7.0.50~), gcc-multilib [any-amd64], nasm, perl, quilt (>=
0.46-7)
Standards-Version: 3.9.1
Homepage: http://www.etherboot.org/
Vcs-Browser: http://git.debian-maintainers.org/?p=syslinux/mknbi.git
@@ -12,7 +12,7 @@
Package: mknbi
Depends: ${misc:Depends}, perl
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: any-amd64 any-i386
Description: Create tagged images for Etherboot or Netboot
With mknbi you can create tagged images for Etherboot. Tagged images are data
files, which contain the necessary files for booting up (kernel+root for
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]