From 146cbe36710b1312bc8e5cc4078670259b22b21c Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 1 Jan 2009 21:05:15 +0000
Subject: Only print versions of live-helper in --dump output, not every
 package installed.

---
 helpers/lh_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.0