[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#700796: unblock: live-boot/3.0.1-1



Control: tags -1 + moreinfo

On Sun, 2013-02-17 at 12:09 -0400, Ben Armstrong wrote:
> Please unblock package live-boot
> 
> The version in wheezy was at alpha stage of development. We have, at
> long last, a final release which is the only supportable version for the
> lifetime of wheezy.

+live-boot (3.0~b1-1) unstable; urgency=low
[...]
+  [ Daniel Baumann ]
+  * Removing live-new-uuid, a rewritten one goes to live-tools.

That would be the script which just got removed from live-tools and is
now in neither package? Is that an issue?

+	case "${LIVE_DEBUG}" in
+		true)
+			;;
+
+		*)
+			return 0
+			;;
+	esac

I assume this is in the name of consistency, but wouldn't

  if [ "${LIVE_DEBUG}" != "true" ]
  then
    return 0
  fi

be simpler?

--- live-boot.orig/scripts/boot/FIXME	1970-01-01 01:00:00.000000000 +0100
+++ live-boot/scripts/boot/FIXME	2013-02-15 09:38:12.509340516 +0100
[...]
+Unfortunately, from a developers point of view, we could no

s/no/&t/

Regards,

Adam


Reply to: