diff options
Diffstat (limited to '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/ |