Your message dated Tue, 26 Jun 2007 20:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430511: fixed in live-helper 1.0~a16-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~a15-1
Severity: normal

--- Please enter the report below this line. ---
Even if I do not delete the cache, every time I run make-live the
following packages are downloaded again and again:

   busybox casper file initramfs-tools klibc-utils libklibc libmagic1
   libvolume-id0 linux-image-2.6.21-1-486 squashfs-modules-2.6.21-1-486
   sudo udev unionfs-modules-2.6.21-1-486 user-setup 

In this case the kernel image is one I chosed by hand, but the problem
is there even if I use the default images. 

I'm attaching the configuration files.

Cheers

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.21.1-mactel

Debian Release: lenny/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        ftp.it.debian.org 
  500 testing         security.debian.org 

--- Package information. ---
Depends             (Version) | Installed
=============================-+-=============
cdebootstrap     (>= 0.3.15)  | 0.4.3
 OR debootstrap  (>= 0.3.3.2) | 1.0.0


-- 
Enrico Tassi
# config/bootstrap - options for live-helper(7), bootstrap stage

# $LIVE_ARCHITECTURE: select chroot architecture
# (Default: autodetected)
LIVE_ARCHITECTURE="i386"

# $LIVE_BOOTSTRAP_CONFIG: set distribution config directory
# (Default: empty)
LIVE_BOOTSTRAP_CONFIG=""

# $LIVE_BOOTSTRAP_FLAVOUR: select flavour to use
# (Default: standard)
LIVE_BOOTSTRAP_FLAVOUR="standard"

# $LIVE_BOOTSTRAP_KEYRING: set distribution keyring
# (Default: empty)
LIVE_BOOTSTRAP_KEYRING=""

# $LIVE_DISTRIBUTION: select distribution to use
# (Default: etch)
LIVE_DISTRIBUTION="etch"

# $LIVE_MIRROR_BOOTSTRAP: set mirror to fetch packages from
# (Default: http://ftp.debian.org/debian/)
LIVE_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/";

# $LIVE_MIRROR_BOOTSTRAP_SECURITY: set security mirror to fetch packages from
# (Default: http://security.debian.org/)
LIVE_MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/";

# $LIVE_MIRROR_BINARY: set mirror which ends up in the image
# (Default: http://ftp.debian.org/debian/)
LIVE_MIRROR_BINARY="http://ftp.debian.org/debian/";

# $LIVE_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
# (Default: http://security.debian.org/)
LIVE_MIRROR_BINARY_SECURITY="http://security.debian.org/";

# $LIVE_SECTIONS: select section(s) to use
# (Default: main contrib non-free)
LIVE_SECTIONS="main contrib non-free"
# config/chroot - options for live-helper(7), chroot stage

# $LIVE_CHROOT_FILESYSTEM: set chroot filesystem
# (Default: squashfs)
LIVE_CHROOT_FILESYSTEM="squashfs"

# $LIVE_HOOKS: set hook commands
# (Default: empty)
LIVE_HOOKS=""

# $LIVE_INTERACTIVE: set interactive build
# (Default: disabled)
LIVE_INTERACTIVE="disabled"

# $LIVE_KEYRING_PACKAGES: set keyring packages
# (Default: empty)
LIVE_KEYRING_PACKAGES=""

# $LIVE_LANGUAGE: set language to use
# (Default: empty)
LIVE_LANGUAGE=""

# $LIVE_LINUX_FLAVOURS: set kernel flavour to use
# (Default: autodetected)
LIVE_LINUX_FLAVOURS="486"

# $LIVE_LINUX_PACKAGES: set kernel packages to use
# (Default: autodetected)
LIVE_LINUX_PACKAGES="linux-image-2.6.21-1 squashfs-modules-2.6.21-1 
unionfs-modules-2.6.21-1"

# $LIVE_PACKAGES: set packages to install
# (Default: empty)
LIVE_PACKAGES=""

# $LIVE_PACKAGES_LISTS: set package list to install
# (Default: gnome-core)
LIVE_PACKAGES_LISTS="gnome-core"

# $LIVE_PRESEED: set package preseed
# (Default: )
LIVE_PRESEED=""

# $LIVE_TASKS: set tasks to install
# (Default: empty)
LIVE_TASKS=""

# $LIVE_SECURITY: enable security updates
# (Default: enabled)
LIVE_SECURITY="enabled"

# $LIVE_SYMLINKS: enable symlink convertion
# (Default: disabled)
LIVE_SYMLINKS="disabled"

# $LIVE_SYSVINIT: enable sysvinit
# (Default: disabled)
LIVE_SYSVINIT="disabled"
# config/common - common options for live-helper(7)

# $LH_APT: set package manager
# (Default: aptitude)
LH_APT="aptitude"

# $LH_APT_FTPPROXY: set apt/aptitude ftp proxy
# (Default: autodetected or empty)
LH_APT_FTPPROXY=""

# $LH_APT_HTTPPROXY: set apt/aptitude http proxy
# (Default: autodetected or empty)
LH_APT_HTTPPROXY=""

# $LH_APT_PDIFFS: set apt/aptitude pdiff indices
# (Default: enabled)
LH_APT_PDIFFS="enabled"

# $LH_APT_PIPELINE: set apt/aptitude pipeline depth
# (Default: )
LH_APT_PIPELINE=""

# $LH_APT_RECOMMENDS: set apt/aptitude recommends
# (Default: enabled)
LH_APT_RECOMMENDS="enabled"

# $LH_APT_SECURE: set apt/aptitude security
# (Default: enabled)
LH_APT_SECURE="enabled"

# $LH_BOOTSTRAP: set bootstrap program
# (Default: cdebootstrap)
LH_BOOTSTRAP="cdebootstrap"

# $LH_CACHE_INDICES: control if downloaded package indices should be cached
# (Default: disabled)
LH_CACHE_INDICES="disabled"

# $LH_CACHE_PACKAGES: control if downloaded packages files should be cached
# (Default: enabled)
LH_CACHE_PACKAGES="enabled"

# $LH_CACHE_STAGES: control if completed stages should be cached
# (Default: bootstrap)
LH_CACHE_STAGES="bootstrap"

# $LH_DEBCONF_FRONTEND: set debconf(1) frontend to use
# (Default: noninteractive)
LH_DEBCONF_FRONTEND="noninteractive"

# $LH_DEBCONF_NOWARNINGS: set debconf(1) warnings
# (Default: yes)
LH_DEBCONF_NOWARNINGS="yes"

# $LH_DEBCONF_PRIORITY: set debconf(1) priority to use
# (Default: critical)
LH_DEBCONF_PRIORITY="critical"

# $LH_GENISOIMAGE: set genisoimage program
# (Default: genisoimage)
LH_GENISOIMAGE="genisoimage"

# $LH_INITRAMFS: set initramfs hook
# (Default: casper)
LH_INITRAMFS="casper"

# $LH_LOSETUP: set losetup program
# (Default: autodetected)
LH_LOSETUP="losetup"

# $LH_MODE: set distribution mode
# (Default: debian)
LH_MODE="debian"

# $LH_ROOT_COMMAND: use sudo or equivalent
# (Default: empty)
#LH_ROOT_COMMAND="sudo"

# $LH_TASKSEL: set tasksel program
# (Default: aptitude)
LH_TASKSEL="aptitude"

# $LIVE_ROOT: set root directory
# (Default: debian-live)
LIVE_ROOT="debian-live"

# $LIVE_INCLUDES: set includes
# (Default: /usr/share/live-helper/includes)
LIVE_INCLUDES="/usr/share/live-helper/includes"

# $LIVE_TEMPLATES: set templates
# (Default: debian-live/config/templates)
LIVE_TEMPLATES="debian-live/config/templates"

# Live-helper options

# $LH_BREAKPOINTS: enable breakpoints
# (Default: disabled)
#LH_BREAKPOINTS="disabled"

# $LH_DEBUG: enable debug
# (Default: disabled)
#LH_DEBUG="disabled"

# $LH_FORCE: enable force
# (Default: disabled)
#LH_FORCE="disabled"

# $LH_QUIET: enable quiet
# (Default: disabled)
#LH_QUIET="disabled"

# $LH_VERBOSE: enable verbose
# (Default: disabled)
#LH_VERBOSE="disabled"
# config/source - options for live-helper(7), source stage

# $LIVE_SOURCE: set source option
# (Default: disabled)
LIVE_SOURCE="disabled"

# $LIVE_SOURCE_IMAGES: set image type
# (Default: tar)
LIVE_SOURCE_IMAGES="tar"

--- End Message ---
--- Begin Message ---
Source: live-helper
Source-Version: 1.0~a16-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~a16-1.diff.gz
  to pool/main/l/live-helper/live-helper_1.0~a16-1.diff.gz
live-helper_1.0~a16-1.dsc
  to pool/main/l/live-helper/live-helper_1.0~a16-1.dsc
live-helper_1.0~a16-1_all.deb
  to pool/main/l/live-helper/live-helper_1.0~a16-1_all.deb
live-helper_1.0~a16.orig.tar.gz
  to pool/main/l/live-helper/live-helper_1.0~a16.orig.tar.gz
live-package_1.0~a16-1_all.deb
  to pool/main/l/live-helper/live-package_1.0~a16-1_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.
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, 25 Jun 2007 00:00:00 +0200
Source: live-helper
Binary: live-helper live-package
Architecture: source all
Version: 1.0~a16-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[email protected]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 live-helper - Debian Live helper programs
 live-package - Debian Live helper programs (transitional package)
Closes: 430511
Changes: 
 live-helper (1.0~a16-1) unstable; urgency=medium
 .
   * New upstream release:
     - Caches also linux-image packages (Closes: #430511).
Files: 
 109457f4c6ffb269093f8dab6fb481ab 846 misc optional live-helper_1.0~a16-1.dsc
 b7d4cb1506363489722066a1e66df930 1850568 misc optional 
live-helper_1.0~a16.orig.tar.gz
 f103b8f5c4d748ec4583325771718bd5 5554 misc optional 
live-helper_1.0~a16-1.diff.gz
 6dfbb60eb5f6be07b4c6f32c55c8a878 1799828 misc optional 
live-helper_1.0~a16-1_all.deb
 1d30b22cb6360ccb7792e6a48f533bbc 8816 misc optional 
live-package_1.0~a16-1_all.deb

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

iD8DBQFGgXjb+C5cwEsrK54RAsrKAKDi7OJrtiHd8yL7QJXuweHwHwnyhQCgpYwd
BEru1ue1KxF7wFy6VybGax8=
=Wkck
-----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