Your message dated Wed, 31 Oct 2007 13:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448034: fixed in live-helper 1.0~a34-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: live-helper
Version: 1.0~a31-1
Severity: normal
Tags: patch
File: /usr/bin/lh_bootstrap_cdebootstrap

Maarten mentioned this here:
http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-October/002492.html

It seems like it was meant to be supported but only used a heureustic
or partial implementation until now.

I wrote this patch while trying to work around sid's unsatisfied
depends from aptitude, but didn't manage to create an image yet.  This
patch might require with --apt apt.

--- /usr/bin/lh_bootstrap_cdebootstrap
+++ /tmp/tmp.QtQRIF7549/lh_bootstrap_cdebootstrap       2007-10-25 
10:11:35.000000000 -0400
@@ -84,14 +84,13 @@
     CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} 
--keyring=${LH_BOOTSTRAP_KEYRING}"
 fi
 
-case "${LH_PACKAGES_LISTS}" in
-       minimal|mini)
-               CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal"
-               ;;
-       *)
-               CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} 
--flavour=standard"
-               ;;
-esac
+if expr "${LH_PACKAGES_LISTS}" : mini >/dev/null ||
+       [ ${LH_BOOTSTRAP_FLAVOUR} = minimal ]
+then
+       CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal"
+else
+       CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=standard"
+fi
 
 if [ "${LH_DEBUG}" = "enabled" ]
 then

--- /usr/bin/lh_bootstrap_cdebootstrap
+++ /tmp/tmp.QtQRIF7549/lh_bootstrap_cdebootstrap       2007-10-25 
10:11:35.000000000 -0400
@@ -84,14 +84,13 @@
     CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} 
--keyring=${LH_BOOTSTRAP_KEYRING}"
 fi
 
-case "${LH_PACKAGES_LISTS}" in
-       minimal|mini)
-               CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal"
-               ;;
-       *)
-               CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} 
--flavour=standard"
-               ;;
-esac
+if expr "${LH_PACKAGES_LISTS}" : mini >/dev/null ||
+       [ ${LH_BOOTSTRAP_FLAVOUR} = minimal ]
+then
+       CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal"
+else
+       CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=standard"
+fi
 
 if [ "${LH_DEBUG}" = "enabled" ]
 then

--- End Message ---
--- Begin Message ---
Source: live-helper
Source-Version: 1.0~a34-1

We believe that the bug you reported is fixed in the latest version of
live-helper, which is due to be installed in the Debian FTP archive:

live-helper_1.0~a34-1.diff.gz
  to pool/main/l/live-helper/live-helper_1.0~a34-1.diff.gz
live-helper_1.0~a34-1.dsc
  to pool/main/l/live-helper/live-helper_1.0~a34-1.dsc
live-helper_1.0~a34-1_all.deb
  to pool/main/l/live-helper/live-helper_1.0~a34-1_all.deb
live-helper_1.0~a34.orig.tar.gz
  to pool/main/l/live-helper/live-helper_1.0~a34.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 00:00:00 +0100
Source: live-helper
Binary: live-helper
Architecture: source all
Version: 1.0~a34-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 live-helper - Debian Live helper programs
Closes: 448034
Changes: 
 live-helper (1.0~a34-1) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * New upstream release.
   * Correcting homepage field.
   * Respecting LH_BOOTSTRAP_FLAVOUR (Closes: #448034).
   * Fixing typing error (missing paranthese).
   * Correcting vcs fields.
   * Fixing typing error (wrong variable name).
   * Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap.
   * Fixing indenting.
   * Adding lh_chroot_devpts.
 .
   [ Jesse Hathaway ]
   * add new option to mount cow device on nfs volume
 .
   [ Maarten ter Huurne ]
   * Fixed lh_config tool name in manpage.
   * Avoid [Y/n] query on package autoremove in "mini" hook.
Files: 
 37e4311a7d59dd04f84af043814b5cda 853 misc optional live-helper_1.0~a34-1.dsc
 a65dddec4c1182ab09f66eaef4ea5aa4 1961179 misc optional 
live-helper_1.0~a34.orig.tar.gz
 96a582e3d89662a5c8efd04707ab4acf 7938 misc optional 
live-helper_1.0~a34-1.diff.gz
 1d7705fc397b8711b0b59a6d8a204362 1907746 misc optional 
live-helper_1.0~a34-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHKHzf+C5cwEsrK54RAiICAKCcmZmkndF7pkQuYqfiUyFAbg/QNQCdEJHN
MpfYY5sA20FGnR/WvcnjxDQ=
=AOYQ
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to