Your message dated Fri, 26 Apr 2013 21:06:15 +0100
with message-id <1367006775.6056.21.ca...@jacala.jungle.funky-badger.org>
and subject line Re: Bug#706203: unblock: live-tools/3.0.20-1
has caused the Debian Bug report #706203,
regarding unblock: live-tools/3.0.20-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 ow...@bugs.debian.org
immediately.)


-- 
706203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package live-tools

This version supports building a live image on a live system
and fixes an incorrect man page symlink. I have attached a
debdiff with */manpages/*/* filtered out.

unblock live-tools/3.0.20-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-tools-3.0.19/bin/live-update-initramfs live-tools-3.0.20/bin/live-update-initramfs
--- live-tools-3.0.19/bin/live-update-initramfs	2013-02-27 01:39:06.000000000 -0400
+++ live-tools-3.0.20/bin/live-update-initramfs	2013-04-25 07:53:59.000000000 -0300
@@ -20,7 +20,8 @@
 	exit 1
 fi
 
-if grep -qs "boot=live" /proc/cmdline
+# system is a live system and not a system in the process of being built by live-build
+if [ ! -e /.live-build ] && grep -qs "boot=live" /proc/cmdline
 then
 	if grep -qs "\/lib\/live\/mount\/medium" /proc/mounts
 	then
diff -Nru live-tools-3.0.19/debian/changelog live-tools-3.0.20/debian/changelog
--- live-tools-3.0.19/debian/changelog	2013-02-27 01:44:05.000000000 -0400
+++ live-tools-3.0.20/debian/changelog	2013-04-25 07:53:59.000000000 -0300
@@ -1,3 +1,13 @@
+live-tools (3.0.20-1) unstable; urgency=low
+
+  * Detect being run in a live system being built on a live system by
+    looking for the /.live-build handle provided by live-build in live-
+    update-initramfs.
+  * Correcting symlink to point to the correct section for live-update-
+    initramfs manpage (Closes: #706100).
+
+ -- Daniel Baumann <dan...@debian.org>  Thu, 25 Apr 2013 12:53:45 +0200
+
 live-tools (3.0.19-1) unstable; urgency=low
 
   [ Daniel Baumann ]
diff -Nru live-tools-3.0.19/debian/live-tools.links live-tools-3.0.20/debian/live-tools.links
--- live-tools-3.0.19/debian/live-tools.links	2013-02-19 01:05:24.000000000 -0400
+++ live-tools-3.0.20/debian/live-tools.links	2013-04-25 07:53:59.000000000 -0300
@@ -6,7 +6,7 @@
 
 # initramfs-tools: update-initramfs
 /bin/live-update-initramfs			/usr/sbin/update-initramfs
-/usr/share/man/man7/live-update-initramfs.7.gz	/usr/share/man/man8/update-initramfs.8.gz
+/usr/share/man/man8/live-update-initramfs.8.gz	/usr/share/man/man8/update-initramfs.8.gz
 
 # procps: uptime
 /bin/live-uptime				/usr/bin/uptime
diff -Nru live-tools-3.0.19/manpages/ca/live-tools.ca.7 live-tools-3.0.20/manpages/ca/live-tools.ca.7
diff -Nru live-tools-3.0.19/manpages/ca/live-update-initramfs.ca.8 live-tools-3.0.20/manpages/ca/live-update-initramfs.ca.8
diff -Nru live-tools-3.0.19/manpages/ca/live-uptime.ca.1 live-tools-3.0.20/manpages/ca/live-uptime.ca.1
diff -Nru live-tools-3.0.19/manpages/de/live-tools.de.7 live-tools-3.0.20/manpages/de/live-tools.de.7
diff -Nru live-tools-3.0.19/manpages/de/live-update-initramfs.de.8 live-tools-3.0.20/manpages/de/live-update-initramfs.de.8
diff -Nru live-tools-3.0.19/manpages/de/live-uptime.de.1 live-tools-3.0.20/manpages/de/live-uptime.de.1
diff -Nru live-tools-3.0.19/manpages/en/live-tools.7 live-tools-3.0.20/manpages/en/live-tools.7
diff -Nru live-tools-3.0.19/manpages/en/live-update-initramfs.8 live-tools-3.0.20/manpages/en/live-update-initramfs.8
diff -Nru live-tools-3.0.19/manpages/en/live-uptime.1 live-tools-3.0.20/manpages/en/live-uptime.1
diff -Nru live-tools-3.0.19/manpages/es/live-tools.es.7 live-tools-3.0.20/manpages/es/live-tools.es.7
diff -Nru live-tools-3.0.19/manpages/es/live-update-initramfs.es.8 live-tools-3.0.20/manpages/es/live-update-initramfs.es.8
diff -Nru live-tools-3.0.19/manpages/es/live-uptime.es.1 live-tools-3.0.20/manpages/es/live-uptime.es.1
diff -Nru live-tools-3.0.19/manpages/fr/live-tools.fr.7 live-tools-3.0.20/manpages/fr/live-tools.fr.7
diff -Nru live-tools-3.0.19/manpages/fr/live-update-initramfs.fr.8 live-tools-3.0.20/manpages/fr/live-update-initramfs.fr.8
diff -Nru live-tools-3.0.19/manpages/fr/live-uptime.fr.1 live-tools-3.0.20/manpages/fr/live-uptime.fr.1
diff -Nru live-tools-3.0.19/manpages/po/ca/live-tools.7.po live-tools-3.0.20/manpages/po/ca/live-tools.7.po
diff -Nru live-tools-3.0.19/manpages/po/ca/live-update-initramfs.8.po live-tools-3.0.20/manpages/po/ca/live-update-initramfs.8.po
diff -Nru live-tools-3.0.19/manpages/po/ca/live-uptime.1.po live-tools-3.0.20/manpages/po/ca/live-uptime.1.po
diff -Nru live-tools-3.0.19/manpages/po/de/live-tools.7.po live-tools-3.0.20/manpages/po/de/live-tools.7.po
diff -Nru live-tools-3.0.19/manpages/po/de/live-update-initramfs.8.po live-tools-3.0.20/manpages/po/de/live-update-initramfs.8.po
diff -Nru live-tools-3.0.19/manpages/po/de/live-uptime.1.po live-tools-3.0.20/manpages/po/de/live-uptime.1.po
diff -Nru live-tools-3.0.19/manpages/po/es/live-tools.7.po live-tools-3.0.20/manpages/po/es/live-tools.7.po
diff -Nru live-tools-3.0.19/manpages/po/es/live-update-initramfs.8.po live-tools-3.0.20/manpages/po/es/live-update-initramfs.8.po
diff -Nru live-tools-3.0.19/manpages/po/es/live-uptime.1.po live-tools-3.0.20/manpages/po/es/live-uptime.1.po
diff -Nru live-tools-3.0.19/manpages/po/fr/live-tools.7.po live-tools-3.0.20/manpages/po/fr/live-tools.7.po
diff -Nru live-tools-3.0.19/manpages/po/fr/live-update-initramfs.8.po live-tools-3.0.20/manpages/po/fr/live-update-initramfs.8.po
diff -Nru live-tools-3.0.19/manpages/po/fr/live-uptime.1.po live-tools-3.0.20/manpages/po/fr/live-uptime.1.po
diff -Nru live-tools-3.0.19/manpages/pot/live-tools.7.pot live-tools-3.0.20/manpages/pot/live-tools.7.pot
diff -Nru live-tools-3.0.19/manpages/pot/live-update-initramfs.8.pot live-tools-3.0.20/manpages/pot/live-update-initramfs.8.pot
diff -Nru live-tools-3.0.19/manpages/pot/live-uptime.1.pot live-tools-3.0.20/manpages/pot/live-uptime.1.pot
diff -Nru live-tools-3.0.19/VERSION live-tools-3.0.20/VERSION
--- live-tools-3.0.19/VERSION	2013-02-27 01:44:05.000000000 -0400
+++ live-tools-3.0.20/VERSION	2013-04-25 07:53:59.000000000 -0300
@@ -1 +1 @@
-3.0.19-1
+3.0.20-1

--- End Message ---
--- Begin Message ---
On Fri, 2013-04-26 at 16:57 -0300, Ben Armstrong wrote:
> On 26/04/13 04:05 PM, Adam D. Barratt wrote:
> > Is that a particularly common use case?
> 
> We support a few users who do most, if not all of their builds this way.
> It may not be common, but it's important for the few users who use it.

Hmmm, okay. Done.

Regards,

Adam

--- End Message ---

Reply via email to