Package: libcoyotl Version: 3.1.0-6.1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for libcoyotl (versioned as 3.1.0-6.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru libcoyotl-3.1.0/debian/changelog libcoyotl-3.1.0/debian/changelog --- libcoyotl-3.1.0/debian/changelog 2015-08-05 11:53:10.000000000 +0200 +++ libcoyotl-3.1.0/debian/changelog 2016-01-23 17:50:28.000000000 +0100 @@ -1,3 +1,11 @@ +libcoyotl (3.1.0-6.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with libpng16" -- include <string.h> (Closes: #809948) + * Add the missing two files to d/copyright (Closes: #794932) + + -- Tobias Frost <[email protected]> Sat, 23 Jan 2016 17:50:28 +0100 + libcoyotl (3.1.0-6.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru libcoyotl-3.1.0/debian/copyright libcoyotl-3.1.0/debian/copyright --- libcoyotl-3.1.0/debian/copyright 2012-07-07 02:20:02.000000000 +0200 +++ libcoyotl-3.1.0/debian/copyright 2016-01-23 17:49:40.000000000 +0100 @@ -24,3 +24,102 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +File: libcoyotl/mwc1038.h +License: +// COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: +// +// This notice applies *only* to this specific expression of this +// algorithm, and does not imply ownership or invention of the +// implemented algorithm. +// +// If you modify this file, you may insert additional notices +// immediately following this sentence. +// +// Copyright 2001-2004 Scott Robert Ladd. +// All rights reserved, except as noted herein. +// +// This computer program source file is supplied "AS IS". Scott Robert +// Ladd (hereinafter referred to as "Author") disclaims all warranties, +// expressed or implied, including, without limitation, the warranties +// of merchantability and of fitness for any purpose. The Author +// assumes no liability for direct, indirect, incidental, special, +// exemplary, or consequential damages, which may result from the use +// of this software, even if advised of the possibility of such damage. +// +// The Author hereby grants anyone permission to use, copy, modify, and +// distribute this source code, or portions hereof, for any purpose, +// without fee, subject to the following restrictions: +// +// 1. The origin of this source code must not be misrepresented. +// +// 2. Altered versions must be plainly marked as such and must not +// be misrepresented as being the original source. +// +// 3. This Copyright notice may not be removed or altered from any +// source or altered source distribution. +// +// The Author specifically permits (without fee) and encourages the use +// of this source code for entertainment, education, or decoration. If +// you use this source code in a product, acknowledgment is not required +// but would be appreciated. +// +// Acknowledgement: +// This license is based on the wonderful simple license that +// accompanies libpng. +// +//----------------------------------------------------------------------- +// For more information on this software package, please visit +// Scott's web site, Coyote Gulch Productions, at: +// +// http://www.coyotegulch.com +//----------------------------------------------------------------------- + +File: test/test_maze.cpp +License: +// COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: +// +// If you modify this file, you may insert additional notices +// immediately following this sentence. +// +// Copyright 2001, 2004 Scott Robert Ladd. +// All rights reserved, except as noted herein. +// +// This computer program source file is supplied "AS IS". Scott Robert +// Ladd (hereinafter referred to as "Author") disclaims all warranties, +// expressed or implied, including, without limitation, the warranties +// of merchantability and of fitness for any purpose. The Author +// assumes no liability for direct, indirect, incidental, special, +// exemplary, or consequential damages, which may result from the use +// of this software, even if advised of the possibility of such damage. +// +// The Author hereby grants anyone permission to use, copy, modify, and +// distribute this source code, or portions hereof, for any purpose, +// without fee, subject to the following restrictions: +// +// 1. The origin of this source code must not be misrepresented. +// +// 2. Altered versions must be plainly marked as such and must not +// be misrepresented as being the original source. +// +// 3. This Copyright notice may not be removed or altered from any +// source or altered source distribution. +// +// The Author specifically permits (without fee) and encourages the use +// of this source code for entertainment, education, or decoration. If +// you use this source code in a product, acknowledgment is not required +// but would be appreciated. +// +// Acknowledgement: +// This license is based on the wonderful simple license that +// accompanies libpng. +// +//----------------------------------------------------------------------- +// For more information on this software package, please visit +// Scott's web site, Coyote Gulch Productions, at: +// +// http://www.coyotegulch.com +//----------------------------------------------------------------------- + + + diff -Nru libcoyotl-3.1.0/debian/patches/libpng16.patch libcoyotl-3.1.0/debian/patches/libpng16.patch --- libcoyotl-3.1.0/debian/patches/libpng16.patch 1970-01-01 01:00:00.000000000 +0100 +++ libcoyotl-3.1.0/debian/patches/libpng16.patch 2016-01-23 17:44:33.000000000 +0100 @@ -0,0 +1,10 @@ +--- a/libcoyotl/maze_renderer.cpp ++++ b/libcoyotl/maze_renderer.cpp +@@ -40,6 +40,7 @@ + using namespace std; + + #define PNG_SETJMP_NOT_SUPPORTED ++#include <string.h> + #include "png.h" + + // constructor diff -Nru libcoyotl-3.1.0/debian/patches/series libcoyotl-3.1.0/debian/patches/series --- libcoyotl-3.1.0/debian/patches/series 2012-07-07 02:25:38.000000000 +0200 +++ libcoyotl-3.1.0/debian/patches/series 2016-01-23 17:44:45.000000000 +0100 @@ -1,2 +1,3 @@ update-includes.patch debian-changes +libpng16.patch

