aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--collect.d/debian2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/collect.d/debian b/collect.d/debian
index 0b0c59d..fd8cbe6 100644
--- a/collect.d/debian
+++ b/collect.d/debian
@@ -9,3 +9,5 @@ for filename in debian_version ; do
cp $file $filename
fi
done
+
+dpkg -l > dpkg-l
diff --git a/debian/changelog b/debian/changelog
index 146be7d..a7500dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ sitesummary (0.0.20) UNRELEASED; urgency=low
* Add perl-modules as dependency for sitesummary-client, to make
sure Getopt::Std is available for sitesummary-upload.
* Add new collect.d/debian to collect debian specific stuff. Now
- collects /etc/debian_version.
+ collects /etc/debian_version and the output from dpkg -l.
* Change the collector to use the mac address from eth1 or eth2 if
eth0 isn't usable.
* Throw away error messages from dmidecode when collecting info, to