[SCM] GUI front-end for Debian Live. branch, master, updated. 08faf0d678877236b2a81da93a8c822d69ad49d1
Chris Lamb
chris at chris-lamb.co.uk
Fri Apr 4 17:23:27 UTC 2008
The following commit has been merged in the master branch:
commit 08faf0d678877236b2a81da93a8c822d69ad49d1
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Fri Apr 4 18:22:28 2008 +0100
DebianLive/spec.py: LH_PACKAGES_LISTS is a list, not a string
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/DebianLive/spec.py b/DebianLive/spec.py
index 9af4f57..075c314 100644
--- a/DebianLive/spec.py
+++ b/DebianLive/spec.py
@@ -71,7 +71,7 @@ spec = {
'LH_LINUX_FLAVOURS': list,
'LH_LINUX_PACKAGES': list,
'LH_PACKAGES': list,
- 'LH_PACKAGES_LISTS': str,
+ 'LH_PACKAGES_LISTS': list,
'LH_TASKS': str,
'LH_SECURITY': bool,
'LH_SYMLINKS': bool,
--
GUI front-end for Debian Live.
More information about the debian-live-changes
mailing list