aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian_edu-summary2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4425d21..5222d3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sitesummary (0.0.11) unstable; urgency=low
+
+ * Fix minor typo in debian_edu-summary.
+
+ -- Petter Reinholdtsen <pere@debian.org> Fri, 22 Sep 2006 08:23:24 +0200
+
sitesummary (0.0.10) unstable; urgency=low
* Fix typo in sitesummary postinst, breaking upgrades.
diff --git a/debian_edu-summary b/debian_edu-summary
index 265f05d..1f233f7 100755
--- a/debian_edu-summary
+++ b/debian_edu-summary
@@ -14,7 +14,7 @@ sub handle_host {
printf(" %20s\n", "$_\n");
}
printf(" %-20s %5s\n", "debian-edu-version", "count");
- foreach ( get_debian_edu_version ) {
+ foreach ( get_debian_edu_ver ) {
printf(" %20s\n", "$_\n");
}
}