[SCM] GUI front-end for Debian Live. branch, master, updated. d67026aa34042385a0adfafdf5a909cfa12f9216
Chris Lamb
chris at chris-lamb.co.uk
Wed Jul 9 04:02:25 UTC 2008
The following commit has been merged in the master branch:
commit 3dc987fb757c63fdd89301d49f9591c5b6c79441
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Wed Jul 9 00:21:46 2008 +0100
Use --ignore-system-defaults option when calling lh_config.
diff --git a/DebianLive/__init__.py b/DebianLive/__init__.py
index df40c83..ab6fe8d 100644
--- a/DebianLive/__init__.py
+++ b/DebianLive/__init__.py
@@ -22,7 +22,7 @@ class Config(object):
options = ["--%s='%s'" % (k.replace('_', '-'), v)
for k, v in kwargs.iteritems()]
- cmd = 'cd "%s"; lh_config %s' % (os.path.abspath(self.dir),
+ cmd = 'cd "%s"; lh_config --ignore-system-defaults %s' % (os.path.abspath(self.dir),
' '.join(options))
result, out = commands.getstatusoutput(cmd)
diff --git a/debian/changelog b/debian/changelog
index e351892..f8e8c06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ live-magic (0.4) UNRELEASED; urgency=low
(debacle at debian.org>) for the patch. (Closes: #450782)
* Bump Standards-Version to 3.8.0.
* Bump live-helper dependency to >> 1.0~a47-1.
+ * Use --ignore-system-defaults option when calling lh_config.
- -- Chris Lamb <chris at chris-lamb.co.uk> Mon, 14 Jan 2008 18:36:43 +0000
+ -- Chris Lamb <chris at chris-lamb.co.uk> Wed, 09 Jul 2008 00:20:04 +0100
live-magic (0.3-1) unstable; urgency=low
--
GUI front-end for Debian Live.
More information about the debian-live-changes
mailing list