diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-08 00:08:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-08 00:08:33 -0400 |
commit | 33ca02581bffa1f7e387bad69b3031e70c352a3d (patch) | |
tree | e4e7dbb8c4fc992e8d2b5f1f39a2bb1606ded516 | |
parent | 1ec10f66b2ead54f7a3cf493e5a799e9cd807f02 (diff) | |
download | ikiwiki-33ca02581bffa1f7e387bad69b3031e70c352a3d.tar ikiwiki-33ca02581bffa1f7e387bad69b3031e70c352a3d.tar.gz |
Set Debian package maintainer to Simon McVittie as I'm retiring from Debian.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 727a8047a..014066e32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium * Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.t * openid: Stop suppressing the email field on the Preferences page. + * Set Debian package maintainer to Simon McVittie as I'm retiring from + Debian. -- Joey Hess <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400 diff --git a/debian/control b/debian/control index 827bf06f5..78bb68341 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,8 @@ Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, libcgi-pm-perl, libcgi-session-perl, ghostscript, libmagickcore-6.q16-2-extra | libmagickcore-extra, libcgi-formbuilder-perl -Maintainer: Joey Hess <joeyh@debian.org> -Uploaders: Josh Triplett <josh@freedesktop.org>, - Simon McVittie <smcv@debian.org> +Maintainer: Simon McVittie <smcv@debian.org> +Uploaders: Josh Triplett <josh@freedesktop.org> Standards-Version: 3.9.5 Homepage: http://ikiwiki.info/ Vcs-Git: git://git.ikiwiki.info/ |