Your message dated Mon, 25 Sep 2006 15:47:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388204: 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

The make-live script cannot handle spaces in arguments.  For example, if one
tries
make-live --packages "vim emacs"
only vim is installed, not emacs.  It's even worse when there are options
inside the argument:
make-live --hook "dpkg --install foo.deb"
results in "unknown option --install" (from make-live, which shouldn't parse
that option).

The reason is a set of missing quotes on line 161.  That now reads:

ARGUMENTS="`getopt --longoptions 
root:,type:,architecture:,bootappend:,config:,chroot:,distribution:,filesystem:,flavour:,hook:,include-chroot:,include-image:,kernel:,manifest:,mirror:,mirror-security:,output:,packages:,package-list:,proxy-ftp:,proxy-http:,section:,server-address:,server-path:,templates:,with-generic-indices,without-generic-indices,with-source,without-source,help,usage,version
 --name=${PROGRAM} --options r:t:a:b:c:d:f:k:m:o:p:s:huv --shell sh -- [EMAIL 
PROTECTED]"

The [EMAIL PROTECTED] at the end needs double quotes around it to prevent 
argument
splitting.  It then becomes:

ARGUMENTS="`getopt --longoptions 
root:,type:,architecture:,bootappend:,config:,chroot:,distribution:,filesystem:,flavour:,hook:,include-chroot:,include-image:,kernel:,manifest:,mirror:,mirror-security:,output:,packages:,package-list:,proxy-ftp:,proxy-http:,section:,server-address:,server-path:,templates:,with-generic-indices,without-generic-indices,with-source,without-source,help,usage,version
 --name=${PROGRAM} --options r:t:a:b:c:d:f:k:m:o:p:s:huv --shell sh -- "[EMAIL 
PROTECTED]"`"

Thanks,
Bas Wijnen

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://129.125.47.90/e-mail.html

Attachment: signature.asc
Description: Digital signature


--- 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

Reply via email to