[SCM] Debian Live build scripts branch, master, updated. 1.0.2-2-2-g545daf0

Chris Lamb lamby at debian.org
Thu Jan 1 21:11:17 UTC 2009


The following commit has been merged in the master branch:
commit 545daf01c7286f759104c37ef18179c0733ad715
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jan 1 21:05:15 2009 +0000

    Only print versions of live-helper in --dump output, not every package installed.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/helpers/lh_config b/helpers/lh_config
index 61297d6..e8a96d3 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -155,7 +155,7 @@ Local_arguments ()
 				# Dump version
 				if [ -x "$(which dpkg 2>/dev/null)" ]
 				then
-					echo "${0}: This is live-helper version $(dpkg-query --show -f='${Version}')"
+					echo "${0}: This is live-helper version $(dpkg-query -f='${Version}') --show live-helper"
 				else
 					echo "${0}: This is live-helper version ${VERSION}"
 				fi

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list