Your message dated Mon, 14 Jul 2008 23:07:31 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#443124: fixed in live-magic 0.4
has caused the Debian Bug report #443124,
regarding live-magic: /config/chroot - LIVE_ not LH_
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.)


-- 
443124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443124
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: live-magic
Version: 0.3-1
Severity: important
Tags: patch

/config/chroot - LIVE_ not LH_

live-magic uses LIVE_ rather than LH_ for /config/chroot

Comparing a ./config/chroot built with live-magic and a
../config/chroot build with lh_config.
Then looking at the options live-magic is trying to change in the config file 
"PACKAGE_LISTS"

[EMAIL PROTECTED]:/tmp/tmpOvQ1dClive-magic# diff  ./config/chroot 
/home/morph/debian-live/my-builds/config/chroot
40,41c40,41
< # (Default: standard)
< LH_PACKAGES_LISTS="standard"
---
> # (Default: gnome-desktop)
> LH_PACKAGES_LISTS="gnome-desktop"
58,60d57
< 
< # The following option was added by live-magic
< LIVE_PACKAGES_LISTS="gnome"
[EMAIL PROTECTED]:/tmp/tmpOvQ1dClive-magic# cat ./config/chroot | grep -e 
"PACKAGES_LISTS" -A 1 -B 1 
# $LH_PACKAGES_LISTS: set package list to install
# (Default: standard)
LH_PACKAGES_LISTS="standard"

--
# The following option was added by live-magic
LIVE_PACKAGES_LISTS="gnome"
[EMAIL PROTECTED]:/tmp/tmpOvQ1dClive-magic#

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-magic depends on:
ii  live-helper                   1.0~a27-1  Debian Live helper programs
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-glade2                 2.10.6-1   GTK+ bindings: Glade support
ii  python-gtk2                   2.10.6-1   Python bindings for the GTK+ widge
ii  python-support                0.6.4      automated rebuilding support for p
ii  python-vte                    1:0.12.2-5 Python bindings for the VTE widget
ii  python-yaml                   3.05-1     PyYAML is a YAML parser and emitte

Versions of packages live-magic recommends:
ii  python-gnome2-desktop         2.14.0-3   Python bindings for the GNOME desk

-- no debconf information
--- ./trunk/live-magic/livemagic/model/live_helper_configuration.py.orginal     
2007-09-11 22:33:40.000000000 +0100
+++ ./trunk/live-magic/livemagic/model/live_helper_configuration.py     
2007-09-11 22:34:07.000000000 +0100
@@ -52,21 +52,21 @@
         LIVE_SECTIONS                           : list
 
     chroot:
-        LIVE_CHROOT_FILESYSTEM  : string
-        LIVE_UNION_FILESYSTEM   : string
-        LIVE_HOOKS              : list
-        LIVE_INTERACTIVE        : boolean
-        LIVE_KEYRING_PACKAGES   : list
-        LIVE_LANGUAGE           : string
-        LIVE_LINUX_FLAVOURS     : list
-        LIVE_LINUX_PACKAGES     : list
-        LIVE_PACKAGES           : list
-        LIVE_PACKAGES_LISTS     : string
-        LIVE_PRESEED            : string
-        LIVE_TASKS              : list
-        LIVE_SECURITY           : boolean
-        LIVE_SYMLINKS           : boolean
-        LIVE_SYSVINIT           : boolean
+        LH_CHROOT_FILESYSTEM  : string
+        LH_UNION_FILESYSTEM   : string
+        LH_HOOKS              : list
+        LH_INTERACTIVE        : boolean
+        LH_KEYRING_PACKAGES   : list
+        LH_LANGUAGE           : string
+        LH_LINUX_FLAVOURS     : list
+        LH_LINUX_PACKAGES     : list
+        LH_PACKAGES           : list
+        LH_PACKAGES_LISTS     : string
+        LH_PRESEED            : string
+        LH_TASKS              : list
+        LH_SECURITY           : boolean
+        LH_SYMLINKS           : boolean
+        LH_SYSVINIT           : boolean
 
     binary:
         LIVE_BINARY_IMAGES      : string

--- End Message ---
--- Begin Message ---
Source: live-magic
Source-Version: 0.4

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

live-magic_0.4.dsc
  to pool/main/l/live-magic/live-magic_0.4.dsc
live-magic_0.4.tar.gz
  to pool/main/l/live-magic/live-magic_0.4.tar.gz
live-magic_0.4_all.deb
  to pool/main/l/live-magic/live-magic_0.4_all.deb



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.
Chris Lamb <[EMAIL PROTECTED]> (supplier of updated live-magic 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.8
Date: Wed, 09 Jul 2008 00:20:04 +0100
Source: live-magic
Binary: live-magic
Architecture: source all
Version: 0.4
Distribution: unstable
Urgency: low
Maintainer: Debian Live <[EMAIL PROTECTED]>
Changed-By: Chris Lamb <[EMAIL PROTECTED]>
Description: 
 live-magic - GUI frontend to create Debian LiveCDs, etc.
Closes: 440281 443124 450679 450782 454415 476071 478746 489904
Changes: 
 live-magic (0.4) unstable; urgency=low
 .
   * Move to native package.
   * debian/control:
     - Add Depends: on gksu (Closes: #476071)
     - Update package description.
     - Bump live-helper dependency to >> 1.0~a48.
     - Bump Standards-Version to 3.8.0.
   * Temporarily remove non-wizard section; it is buggy and out of date.
     (Closes: #440281)
   * Use LIVE_ not LH_ (Closes: #443124)
   * Completely rework build window; ensure proper status handling and
     cleanup after build. (Closes: #454415)
   * Set 'usb-hdd' option properly. (Closes: #478746)
   * Don't segfault when DISPLAY is not set. Thanks to W. Martin Borgert
     ([EMAIL PROTECTED]>) for the patch. (Closes: #489904)
   * Show version when called with '--version'. Thanks to W. Martin Borgert
     ([EMAIL PROTECTED]>) for the patch. (Closes: #450782)
   * Add .desktop file. Thanks to Paul Wise <[EMAIL PROTECTED]> for the patch.
     (Closes: #450679)
   * Move to GPL v3.
   * Prefer cebootstrap in some sitatuions and add to Recommends.
   * Use --ignore-system-defaults option when calling lh_config.
Checksums-Sha1: 
 ee944a396dadf579b341430637794adf5fc692c2 1026 live-magic_0.4.dsc
 c3533393ce07901657bef3d9e001807ca158cddf 50815 live-magic_0.4.tar.gz
 4d9ae4e5807a1611b4002d49265a94891aa3efd5 35060 live-magic_0.4_all.deb
Checksums-Sha256: 
 a55b6e2da009c63976fe78dd7105b5b2cada6099f77ecc59e22da22110c7e625 1026 
live-magic_0.4.dsc
 e762eebbae2a44bfe64e41216b52e3e60d459d30b851d1d8e4011160626adbdf 50815 
live-magic_0.4.tar.gz
 43551ea1424a0f420e184c01fd38eef6ea6cd8ec0c921a95d230ca206e24a8aa 35060 
live-magic_0.4_all.deb
Files: 
 2e09a5b84f584822db22c758176d8551 1026 misc optional live-magic_0.4.dsc
 f1874d6912eb329545cf2ab16f5d3d59 50815 misc optional live-magic_0.4.tar.gz
 c5a97b147dbf1ad1b944ced5bf430959 35060 misc optional live-magic_0.4_all.deb

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

iEYEARECAAYFAkh7wG4ACgkQ+C5cwEsrK55+kACgno8fTjf0qdJnCjl5493rd+zF
mJgAoJukDJsAxXbaXgSrE0ErjCH04PUu
=6K0x
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to