diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 03:23:49 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 03:23:49 +0000 |
commit | 0fa01750ce76356f1fa5a63a46f93bbbb4d9ebdb (patch) | |
tree | 8d43337a0c28c3f9e50edaf90e559edb938e6666 | |
parent | 3f75c43e1723d271ab2cc3b490ecaea3752a2f48 (diff) |
* Add Homepage field.
-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/ |