Your message dated Mon, 25 Sep 2006 15:47:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388060: fixed in live-package 0.99.7-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-package
Version: 0.99.6-1
Tags: patch
Attached is a patch to /usr/share/make-live/scripts/02defaults.sh to
fixup LIVE_PACKAGE_LIST handling.
The logic can briefly be described by:
If user sets -p switch or env var then _do_not_ reset to "minimal" if
minimal flavour. The user is always right! If the user did not set -p
(or env var) and "-f minimal" then do set to minimal.
if -p or env var starts with "/" and is readable then that is fine.
if not then check relative to /usr/share/make-live/lists and again
check if readable.
fall back to standard package list if none found.
However the code does a better job of decribing itself!!!
Regards
Alex Owen
--- scripts.orig/02defaults.sh 2006-09-10 20:02:56.000000000 +0100
+++ scripts/02defaults.sh 2006-09-18 12:20:56.000000000 +0100
@@ -173,23 +173,28 @@
LIVE_MIRROR_SECURITY="http://security.debian.org/"
fi
- # Check for package lists
- if [ -z "${LIVE_PACKAGE_LIST}" ]
- then
- LIVE_PACKAGE_LIST="${BASE}/lists/standard"
- else
- if [ "${LIVE_FLAVOUR}" = "minimal" ]
- then
- LIVE_PACKAGE_LIST="${BASE}/lists/minimal"
- fi
-
- if [ -r "${BASE}/lists/${LIVE_PACKAGE_LIST}" ]
- then
- LIVE_PACKAGE_LIST="${BASE}/lists/${LIVE_PACKAGE_LIST}"
- else
- LIVE_PACKAGE_LIST="${BASE}/lists/standard"
- fi
- fi
+ # Check for package lists
+ if [ -z "${LIVE_PACKAGE_LIST}" ]
+ then
+ if [ "${LIVE_FLAVOUR}" = "minimal" ]
+ then
+ LIVE_PACKAGE_LIST="${BASE}/lists/minimal"
+ else
+ LIVE_PACKAGE_LIST="${BASE}/lists/standard"
+ fi
+ else
+ #if LIVE_PACKAGE_LIST starts with "/" and file is readable do nothing
+ if ! [ "/" = "${LIVE_PACKAGE_LIST%%${LIVE_PACKAGE_LIST##/}}" -a -r ${LIVE_PACKAGE_LIST} ]
+ then
+ #otherwise fix up LIVE_PACKAGE_LIST
+ if [ -r "${BASE}/lists/${LIVE_PACKAGE_LIST}" ]
+ then
+ LIVE_PACKAGE_LIST="${BASE}/lists/${LIVE_PACKAGE_LIST}"
+ else
+ LIVE_PACKAGE_LIST="${BASE}/lists/standard"
+ fi
+ fi
+ fi
# Set debian sections
if [ -z "${LIVE_SECTION}" ]
--- End Message ---
--- Begin Message ---
Source: live-package
Source-Version: 0.99.7-1
We believe that the bug you reported is fixed in the latest version of
live-package, which is due to be installed in the Debian FTP archive:
live-package_0.99.7-1.diff.gz
to pool/main/l/live-package/live-package_0.99.7-1.diff.gz
live-package_0.99.7-1.dsc
to pool/main/l/live-package/live-package_0.99.7-1.dsc
live-package_0.99.7-1_all.deb
to pool/main/l/live-package/live-package_0.99.7-1_all.deb
live-package_0.99.7.orig.tar.gz
to pool/main/l/live-package/live-package_0.99.7.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-package 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, 18 Sep 2006 00:00:00 +0200
Source: live-package
Binary: live-package
Architecture: source all
Version: 0.99.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[email protected]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description:
live-package - utility to build Debian Live systems
Closes: 387562 388060 388204
Changes:
live-package (0.99.7-1) unstable; urgency=medium
.
* New upstream release:
- removes the now outdated handling of testing specific kernels
(Closes: #387562).
- added fix from Bas Wijnen <[EMAIL PROTECTED]> for space handling in
arguments (Closes: #388204).
- fixes package list handling similar to the fix suggested by Alex Owen
<[EMAIL PROTECTED]> (Closes: #388060).
Files:
0672cb15f7d31795c9ec15789d4c30ea 690 misc optional live-package_0.99.7-1.dsc
95f51e828fd713ba9e253fca7999303f 1731360 misc optional
live-package_0.99.7.orig.tar.gz
a5aefc35112e53d7e90eb56a84c19416 2426 misc optional
live-package_0.99.7-1.diff.gz
4903fa58baac018576fe4ab89c70b9e2 1699258 misc optional
live-package_0.99.7-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFGFke+C5cwEsrK54RAv+MAKDgIjkuKDv0Dcgi1iqLHUd5iwIJ+QCcDVUq
tZ4x148LamL1PCV+SskILyc=
=snwb
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel