[SCM] GUI front-end for Debian Live. branch, master, updated. bd354cd5b976e4f01effc07958b9dcfaf25aef2d

Chris Lamb lamby at debian.org
Mon Sep 22 07:02:21 UTC 2008


The following commit has been merged in the master branch:
commit bd354cd5b976e4f01effc07958b9dcfaf25aef2d
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Sep 22 08:01:37 2008 +0100

    Sync option specification with live-helper 1.0.1-1.

diff --git a/DebianLive/spec.py b/DebianLive/spec.py
index fd1aa52..9ff3e97 100644
--- a/DebianLive/spec.py
+++ b/DebianLive/spec.py
@@ -77,7 +77,7 @@ spec = {
         'LH_MIRROR_CHROOT_SECURITY': str,
         'LH_MIRROR_BINARY': str,
         'LH_MIRROR_BINARY_SECURITY': str,
-        'LH_SECTIONS': list,
+        'LH_CATEGORIES': list,
     }),
 
     'chroot': (KeyVar, {
@@ -154,7 +154,7 @@ constructor_args = ('apt', 'apt-ftp-proxy', 'apt-http-proxy', 'apt-pdiffs',
     'net-root-filesystem', 'net-root-mountoptions', 'net-root-path',
     'net-root-server', 'net-cow-filesystem', 'net-cow-mountoptions',
     'net-cow-path', 'net-cow-server', 'net-tarball', 'packages-lists', 'packages',
-    'root-command', 'use-fakeroot', 'sections', 'security', 'source',
+    'root-command', 'use-fakeroot', 'categories', 'security', 'source',
     'source-images', 'symlinks', 'syslinux-splash', 'syslinux-timeout',
     'syslinux-menu', 'sysvinit', 'tasksel', 'tasks', 'templates',
     'union-filesystem', 'exposed-root', 'username', 'win32-loader')
diff --git a/debian/changelog b/debian/changelog
index b68283a..c276669 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-magic (1.3) unstable; urgency=low
+
+  * Sync option specification with live-helper 1.0.1-1.
+
+ -- Chris Lamb <lamby at debian.org>  Mon, 22 Sep 2008 08:01:07 +0100
+
 live-magic (1.2) unstable; urgency=low
 
   * Support Xfce's "thunar" window manager.

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list