Your message dated Tue, 30 Apr 2013 20:21:51 +0100
with message-id <[email protected]>
and subject line Re: Bug#706446: unblock: live-build/3.0.5-1
has caused the Debian Bug report #706446,
regarding unblock: live-build/3.0.5-1
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.)
--
706446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706446
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package live-build
Fixes failure to build netboot image type by removing inclusion
of loadlin for netboot.
unblock live-build/3.0.5-1
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.8-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru live-build-3.0.4/debian/changelog live-build-3.0.5/debian/changelog
--- live-build-3.0.4/debian/changelog 2013-04-29 07:54:19.000000000 -0300
+++ live-build-3.0.5/debian/changelog 2013-04-30 05:27:32.000000000 -0300
@@ -1,3 +1,9 @@
+live-build (3.0.5-1) unstable; urgency=low
+
+ * Skipping loadlin inclusion on netboot images.
+
+ -- Daniel Baumann <[email protected]> Tue, 30 Apr 2013 10:26:09 +0200
+
live-build (3.0.4-1) unstable; urgency=low
* Correcting variable typo when setting distribution specific defaults
diff -Nru live-build-3.0.4/manpages/en/lb.1 live-build-3.0.5/manpages/en/lb.1
diff -Nru live-build-3.0.4/manpages/en/lb_binary.1 live-build-3.0.5/manpages/en/lb_binary.1
diff -Nru live-build-3.0.4/manpages/en/lb_bootstrap.1 live-build-3.0.5/manpages/en/lb_bootstrap.1
diff -Nru live-build-3.0.4/manpages/en/lb_build.1 live-build-3.0.5/manpages/en/lb_build.1
diff -Nru live-build-3.0.4/manpages/en/lb_chroot.1 live-build-3.0.5/manpages/en/lb_chroot.1
diff -Nru live-build-3.0.4/manpages/en/lb_clean.1 live-build-3.0.5/manpages/en/lb_clean.1
diff -Nru live-build-3.0.4/manpages/en/lb_config.1 live-build-3.0.5/manpages/en/lb_config.1
diff -Nru live-build-3.0.4/manpages/en/lb_source.1 live-build-3.0.5/manpages/en/lb_source.1
diff -Nru live-build-3.0.4/manpages/en/lb_testroot.1 live-build-3.0.5/manpages/en/lb_testroot.1
diff -Nru live-build-3.0.4/manpages/en/live-build.7 live-build-3.0.5/manpages/en/live-build.7
diff -Nru live-build-3.0.4/manpages/pot/lb.1.pot live-build-3.0.5/manpages/pot/lb.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_binary.1.pot live-build-3.0.5/manpages/pot/lb_binary.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_bootstrap.1.pot live-build-3.0.5/manpages/pot/lb_bootstrap.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_build.1.pot live-build-3.0.5/manpages/pot/lb_build.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_chroot.1.pot live-build-3.0.5/manpages/pot/lb_chroot.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_clean.1.pot live-build-3.0.5/manpages/pot/lb_clean.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_config.1.pot live-build-3.0.5/manpages/pot/lb_config.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_source.1.pot live-build-3.0.5/manpages/pot/lb_source.1.pot
diff -Nru live-build-3.0.4/manpages/pot/lb_testroot.1.pot live-build-3.0.5/manpages/pot/lb_testroot.1.pot
diff -Nru live-build-3.0.4/manpages/pot/live-build.7.pot live-build-3.0.5/manpages/pot/live-build.7.pot
diff -Nru live-build-3.0.4/scripts/build/binary_loadlin live-build-3.0.5/scripts/build/binary_loadlin
--- live-build-3.0.4/scripts/build/binary_loadlin 2013-04-29 07:45:43.000000000 -0300
+++ live-build-3.0.5/scripts/build/binary_loadlin 2013-04-30 05:26:32.000000000 -0300
@@ -24,7 +24,7 @@
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LB_LOADLIN}" != "true" ]
+if [ "${LB_LOADLIN}" != "true" ] || [ "${LB_BINARY_IMAGES}" = "netboot" ]
then
exit 0
fi
diff -Nru live-build-3.0.4/VERSION live-build-3.0.5/VERSION
--- live-build-3.0.4/VERSION 2013-04-29 07:48:26.000000000 -0300
+++ live-build-3.0.5/VERSION 2013-04-30 05:26:32.000000000 -0300
@@ -1 +1 @@
-3.0.4-1
+3.0.5-1
--- End Message ---
--- Begin Message ---
On Tue, 2013-04-30 at 07:52 -0300, Ben Armstrong wrote:
> Please unblock package live-build
>
> Fixes failure to build netboot image type by removing inclusion
> of loadlin for netboot.
Unblocked.
Regards,
Adam
--- End Message ---