diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e8555871a..76883cf45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ ikiwiki (1.49) UNRELEASED; urgency=low Recommends and Suggests. * ikiwiki supports both RSS and Atom feeds. * Fix typos. + * Add Homepage field. -- Joey Hess <joeyh@debian.org> Thu, 05 Apr 2007 20:09:26 -0700 diff --git a/debian/control b/debian/control index bd21219d2..02974c4fa 100644 --- a/debian/control +++ b/debian/control @@ -27,3 +27,5 @@ Description: a wiki compiler ikiwiki provides a plugin system which allows many other features to be added. Some of the plugins have additional dependencies, found among the Recommends and Suggests of this package. + . + Homepage: http://ikiwiki.info/ |