Add myself to Uploaders and release to Debian
parent
30c23b5e72
commit
9d08f18a13
|
@ -1,4 +1,4 @@
|
|||
ikiwiki (3.20140912) UNRELEASED; urgency=medium
|
||||
ikiwiki (3.20140916) unstable; urgency=low
|
||||
|
||||
* Don't double-decode CGI submissions with Encode.pm >= 2.53,
|
||||
fixing "Error: Cannot decode string with wide characters".
|
||||
|
@ -30,6 +30,7 @@ ikiwiki (3.20140912) UNRELEASED; urgency=medium
|
|||
going to be committed. Closes: #611068
|
||||
* Add [[!templatebody]] directive so template pages don't have to be
|
||||
simultaneously a valid template and valid HTML
|
||||
* Add myself to Uploaders and release to Debian
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 12 Sep 2014 21:23:58 +0100
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@ Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl,
|
|||
libfile-chdir-perl, libyaml-libyaml-perl, python-support, librpc-xml-perl,
|
||||
libcgi-session-perl, ghostscript
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Uploaders: Josh Triplett <josh@freedesktop.org>
|
||||
Uploaders: Josh Triplett <josh@freedesktop.org>,
|
||||
Simon McVittie <smcv@debian.org>
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://ikiwiki.info/
|
||||
Vcs-Git: git://git.ikiwiki.info/
|
||||
|
|
Loading…
Reference in New Issue