diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-20 20:23:33 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-20 20:23:33 +0000 |
commit | 4b0689097157a93a3d68685fab1d0795f72660f4 (patch) | |
tree | 4fcbb246c24686a101d2cbda6989134c1ab2ef94 /debian | |
parent | 23cdab81ed046457ab94e3eed1422b9f6586a919 (diff) | |
download | ikiwiki-4b0689097157a93a3d68685fab1d0795f72660f4.tar ikiwiki-4b0689097157a93a3d68685fab1d0795f72660f4.tar.gz |
* Add proper Homepage field to Debian package (needs uber-new dpkg).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9dc028615..267274cf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,8 +43,9 @@ ikiwiki (2.6) UNRELEASED; urgency=low 3.0401, but ikiwiki already needs a newer version.) * Pass buttons to all other formbuilder_setup hooks too. * Add color parameter to postsparkline. Closes: #438900 + * Add proper Homepage field to Debian package (needs uber-new dpkg). - -- Joey Hess <joeyh@debian.org> Mon, 20 Aug 2007 14:56:51 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 20 Aug 2007 16:21:05 -0400 ikiwiki (2.5) unstable; urgency=low diff --git a/debian/control b/debian/control index 2ec114d67..574289cdb 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, markdown, libtimed Maintainer: Joey Hess <joeyh@debian.org> Uploaders: Joey Hess <joeyh@debian.org>, Josh Triplett <josh@freedesktop.org> Standards-Version: 3.7.2 +Homepage: http://ikiwiki.info/ XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk XS-Vcs-Browser: http://ikiwiki.info/cgi-bin/viewvc.cgi/trunk/?root=ikiwiki @@ -32,5 +33,3 @@ 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/ |