diff options
| author | Petter Reinholdtsen <pere@hungry.com> | 2006-09-22 06:23:57 +0000 | 
|---|---|---|
| committer | Petter Reinholdtsen <pere@hungry.com> | 2006-09-22 06:23:57 +0000 | 
| commit | c14c90e28fd58bdac1a2b7886373915a6853e870 (patch) | |
| tree | c34ac72bc066ce06c8624e1d87d8407d7dc4b077 | |
| parent | 445ab041ebb3e321a05af7987d4abf8e1642497d (diff) | |
| download | sitesummary-c14c90e28fd58bdac1a2b7886373915a6853e870.tar.gz sitesummary-c14c90e28fd58bdac1a2b7886373915a6853e870.tar.bz2 sitesummary-c14c90e28fd58bdac1a2b7886373915a6853e870.tar.xz  | |
  * Fix minor typo in debian_edu-summary.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian_edu-summary | 2 | 
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");      }  }  | 
