Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 262 → Rev 261

/trunk/debian/changelog
1,11 → 1,9
pike8.0 (8.0.358-1) unstable; urgency=low
pike8.0 (8.0.276-2) unstable; urgency=low
 
* New upstream stable release.
* Drop autodoc.patch; fully incorporated upstream.
* Build-Depend on default-libmysqlclient-dev instead of
libmysqlclient-dev.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 21 Nov 2016 19:35:31 +0100
-- Magnus Holmgren <holmgren@debian.org> Tue, 18 Oct 2016 22:27:41 +0200
 
pike8.0 (8.0.276-1) unstable; urgency=low
 
/trunk/debian/patches/autodoc.patch
0,0 → 1,19
Author: Magnus Holmgren <holmgren@debian.org>
Forwarded: yes
Description: Fix the following autodoc errors
ERROR: <Invalid error container: Tools.AutoDoc.AutoDocError(SourcePosition(File: /build/pike8.0-8.0.240/lib/modules/__builtin.pmod/Nettle.pmod/Sign.pike, lines: 102..102), "DocParser", "@item is not allowed inside @array (allowed children are: @elem)")>
 
--- a/lib/modules/__builtin.pmod/Nettle.pmod/Sign.pike
+++ b/lib/modules/__builtin.pmod/Nettle.pmod/Sign.pike
@@ -99,9 +99,9 @@ string(7bit) jose_sign(string(8bit) mess
//! @returns
//! Returns @expr{0@} (zero) on failure, and an array
//! @array
-//! @item mapping(string(7bit):string(7bit)|int) 0
+//! @elem mapping(string(7bit):string(7bit)|int) 0
//! The JOSE header.
-//! @item string(8bit) 1
+//! @elem string(8bit) 1
//! The signed message.
//! @endarray
//!
/trunk/debian/patches/series
12,3 → 12,4
hurd.patch
undefined_htons.patch
bad_size_t_redef.patch
autodoc.patch