diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 03:28:05 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 03:28:05 +0000 |
commit | b4b063875100662dfd33520b6f4f3c9d8d84b039 (patch) | |
tree | 13777ba8f0b63c2606d8ecab8670c60103970bb4 | |
parent | 0fa01750ce76356f1fa5a63a46f93bbbb4d9ebdb (diff) | |
download | ikiwiki-b4b063875100662dfd33520b6f4f3c9d8d84b039.tar ikiwiki-b4b063875100662dfd33520b6f4f3c9d8d84b039.tar.gz |
* Add XS-Vcs-Browser field.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 76883cf45..7846e20d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ ikiwiki (1.49) UNRELEASED; urgency=low * ikiwiki supports both RSS and Atom feeds. * Fix typos. * Add Homepage field. + * Add XS-Vcs-Browser field. -- Joey Hess <joeyh@debian.org> Thu, 05 Apr 2007 20:09:26 -0700 diff --git a/debian/control b/debian/control index 02974c4fa..35e6d0eac 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> Standards-Version: 3.7.2 XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk +XS-Vcs-Browser: http://ikiwiki.info/cgi-bin/viewvc.cgi/trunk/?root=ikiwiki Package: ikiwiki Architecture: all |