tags 521920 + pending
thanks

Dear maintainer,

I've prepared an NMU for etherboot (versioned as 5.4.3+dfsg-0.3) and
uploaded it to DELAYED/2, according to devref §5.11.1. The patch
contains:

- the patch provided in this bug log by Daniel Schepler, which improves
  the ability of src/util/genlise to detect the version of mtools and in
  particular supporting GNU mtools

- a change in build-dep from grub to grub-legacy, as the eltorito stage2
  is now shipped by this package, due to the transition to GRUB 2

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u etherboot-5.4.3+dfsg/debian/control etherboot-5.4.3+dfsg/debian/control
--- etherboot-5.4.3+dfsg/debian/control
+++ etherboot-5.4.3+dfsg/debian/control
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: RISKO Gergely <ri...@debian.org>
-Build-Depends: debhelper (>> 4.0.0), mkisofs, mtools, syslinux, libc6-dev-i386 [amd64], grub, gcc-multilib [amd64]
+Build-Depends: debhelper (>> 4.0.0), mkisofs, mtools, syslinux, libc6-dev-i386 [amd64], grub-legacy, gcc-multilib [amd64]
 Standards-Version: 3.7.2.0
 
 Package: etherboot
diff -u etherboot-5.4.3+dfsg/debian/changelog etherboot-5.4.3+dfsg/debian/changelog
--- etherboot-5.4.3+dfsg/debian/changelog
+++ etherboot-5.4.3+dfsg/debian/changelog
@@ -1,3 +1,14 @@
+etherboot (5.4.3+dfsg-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add to src/util/genlise the ability to detect proper version of GNU
+    mtools, fix FTBFS. Patch from Daniel Schepler. (Closes: #521920)
+  * Change build dep on grub from "grub" to "grub-legacy": with the
+    transition to GRUB 2, the file /usr/lib/grub/*/stage2_eltorito (needed
+    to build etherboot) is now shipped by the -legacy package. Fix FTBFS.
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 25 Sep 2009 11:18:18 +0200
+
 etherboot (5.4.3+dfsg-0.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u etherboot-5.4.3+dfsg/src/util/genliso etherboot-5.4.3+dfsg/src/util/genliso
--- etherboot-5.4.3+dfsg/src/util/genliso
+++ etherboot-5.4.3+dfsg/src/util/genliso
@@ -20,8 +20,8 @@
 	exit 1
 	;;
 esac
-case "`mtools -V`" in
-Mtools\ version\ 3.9.9*|Mtools\ version\ 3.9.1[0-9]*|Mtools\ version\ 4.*)
+case "`mtools -V | head -n 1`" in
+Mtools\ version\ 3.9.9*|Mtools\ version\ 3.9.1[0-9]*|Mtools\ version\ 4.*|mtools\ \(GNU\ mtools\)\ 4.*)
 	;;
 *)
 	echo Mtools version 3.9.9 or later is required

Reply via email to