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

Chris Lamb lamby at debian.org
Sat Jan 10 03:42:28 UTC 2009


The following commit has been merged in the master branch:
commit c744e942ae8e0e8d8f534775a8c301869ccd5a8d
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Jan 10 03:13:22 2009 +0000

    Add missing LH_CACHE_PACKAGES.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/DebianLive/spec.py b/DebianLive/spec.py
index 9ff3e97..d3de2eb 100644
--- a/DebianLive/spec.py
+++ b/DebianLive/spec.py
@@ -109,6 +109,7 @@ spec = {
         'LH_BOOTSTRAP': str,
         'LH_CACHE': bool,
         'LH_CACHE_INDICES': bool,
+        'LH_CACHE_PACKAGES': bool,
         'LH_CACHE_STAGES': list,
         'LH_DEBCONF_FRONTEND': str,
         'LH_DEBCONF_NOWARNINGS': bool,
diff --git a/debian/changelog b/debian/changelog
index 0a17a1b..94e0884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+live-magic (1.4) unstable; urgency=low
+
+  * Update DebianLive/spec.py:
+    - Add missing LH_CACHE_PACKAGES.
+
+ -- Chris Lamb <lamby at debian.org>  Sat, 10 Jan 2009 02:54:52 +0000
+
 live-magic (1.3) unstable; urgency=low
 
   * Sync option specification with live-helper 1.0.1-1.

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list