Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2015-05-20 23:16:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2015-05-06 11:21:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2015-05-20 23:16:33.000000000 +0200 @@ -1,0 +2,50 @@ +Mon May 11 12:52:13 UTC 2015 - [email protected] + +- Add ncurses patch 20150509 + + add test-packages for cross-compiling ncurses-examples using the + MinGW test-packages. These are only the Debian packages; RPM later. + + cleanup format of debian/copyright files + + add pc-files to the MinGW cross-compiling test-packages. + + correct a couple of places in gen-pkgconfig.in to handle renaming of + the tinfo library. + +------------------------------------------------------------------- +Mon May 4 10:37:01 UTC 2015 - [email protected] + +- Add ncurses patch 20150502 + + modify the configure script to allow different default values + for ABI 5 versus ABI 6. + + add wgetch-events to test-packages. + + add a note on how to build ncurses-examples to test/README. + + fix a memory leak in delscreen (report by Daniel Kahn Gillmor, + Debian #783486) -TD + + remove unnecessary ';' from E3 capabilities -TD + + add tmux entry, derived from screen (patch by Nicholas Marriott). + + split-out recent change to nsterm-bce as nsterm-build326, and add + nsterm-build342 to reflect changes with successive releases of OSX + (discussion with Leonardo B Schenkel) + + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian + #783806) + + add sample "magic" file, to document ext-putwin. + + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the + generated ".pc" file when ld option "--as-needed" is used, or when + ncurses and tinfo are installed without using rpath (prompted by + discussion with Sylvain Bertrand). + + modify test-package for ncurses6 to omit rpath feature when installed + in /usr. + + add OSX's "*.dSYM" to clean-rules in makefiles. + + make extra-suffix work for OSX configuration, e.g., for shared + libraries. + + modify Ada95/configure script to work with pkg-config + + move test-package for ncurses6 to /usr, since filename-conflicts have + been eliminated. + + corrected build rules for Ada95/gen/generate; it does not depend on + the ncurses library aside from headers. + + reviewed man pages, fixed a few other spelling errors. + + fix a typo in curs_util.3x (Sven Joachim). + + use extra-suffix in some overlooked shared library dependencies + found by 20150425 changes for test-packages. + + update config.guess, config.sub from + http://git.savannah.gnu.org/cgit/config.git + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses-5.9-patches.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-5.9-20150509.patch new/patches/ncurses-5.9-20150509.patch --- old/patches/ncurses-5.9-20150509.patch 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-5.9-20150509.patch 2015-05-11 10:51:23.000000000 +0200 @@ -0,0 +1,1476 @@ +# ncurses 5.9 - patch 20150509 - Thomas E. Dickey +# +# ------------------------------------------------------------------------------ +# +# Ncurses 5.9 is at +# ftp.gnu.org:/pub/gnu +# +# Patches for ncurses 5.9 are in the subdirectory +# ftp://invisible-island.net/ncurses/5.9 +# +# ------------------------------------------------------------------------------ +# ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20150509.patch.gz +# patch by Thomas E. Dickey <[email protected]> +# created Sun May 10 01:39:21 UTC 2015 +# ------------------------------------------------------------------------------ +# Ada95/package/debian/copyright | 15 +# MANIFEST | 14 +# NEWS | 10 +# VERSION | 2 +# dist.mk | 4 +# misc/gen-pkgconfig.in | 7 +# ncurses-5.9-20150509/test/package/debian-mingw/compat | 1 +# ncurses-5.9-20150509/test/package/debian-mingw/control | 18 +# ncurses-5.9-20150509/test/package/debian-mingw/copyright | 78 +++ +# ncurses-5.9-20150509/test/package/debian-mingw/docs | 1 +# ncurses-5.9-20150509/test/package/debian-mingw/rules | 97 ++++ +# ncurses-5.9-20150509/test/package/debian-mingw/source/format | 1 +# ncurses-5.9-20150509/test/package/debian-mingw/watch | 4 +# ncurses-5.9-20150509/test/package/debian-mingw64/compat | 1 +# ncurses-5.9-20150509/test/package/debian-mingw64/control | 18 +# ncurses-5.9-20150509/test/package/debian-mingw64/copyright | 78 +++ +# ncurses-5.9-20150509/test/package/debian-mingw64/docs | 1 +# ncurses-5.9-20150509/test/package/debian-mingw64/rules | 97 ++++ +# ncurses-5.9-20150509/test/package/debian-mingw64/source/format | 1 +# ncurses-5.9-20150509/test/package/debian-mingw64/watch | 4 +# ncurses/base/lib_getch.c | 6 +# package/debian-mingw/changelog | 4 +# package/debian-mingw/copyright | 201 ++++------ +# package/debian-mingw/rules | 2 +# package/debian-mingw64/changelog | 4 +# package/debian-mingw64/copyright | 201 ++++------ +# package/debian-mingw64/rules | 2 +# package/debian/changelog | 4 +# package/debian/copyright | 201 ++++------ +# package/mingw-ncurses.nsi | 4 +# package/mingw-ncurses.spec | 2 +# package/ncurses.spec | 2 +# test/package/debian/copyright | 15 +# 33 files changed, 753 insertions(+), 347 deletions(-) +# ------------------------------------------------------------------------------ +Index: Ada95/package/debian/copyright +--- ncurses-5.9-20150502+/Ada95/package/debian/copyright 2011-03-25 00:52:39.000000000 +0000 ++++ ncurses-5.9-20150509/Ada95/package/debian/copyright 2015-05-09 18:00:51.000000000 +0000 +@@ -3,7 +3,13 @@ + Current ncurses maintainer: Thomas Dickey <[email protected]> + + ------------------------------------------------------------------------------- +- Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. ++Files: * ++Copyright: 1998-2014,2015 Free Software Foundation, Inc. ++Licence: X11 ++ ++Files: aclocal.m4 package ++Copyright: 2010-2014,2015 by Thomas E. Dickey ++Licence: X11 + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the +@@ -28,11 +34,12 @@ + holders shall not be used in advertising or otherwise to promote the + sale, use or other dealings in this Software without prior written + authorization. +-------------------------------------------------------------------------------- + ++------------------------------------------------------------------------------- + Files: install-sh + Copyright: 1994 X Consortium +-Licence: other-BSD ++Licence: X11 ++ + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the +@@ -67,3 +74,5 @@ + + On Debian systems, the complete text of the GNU General + Public License can be found in '/usr/share/common-licenses/GPL-2' ++ ++-- vile: txtmode file-encoding=utf-8 +Index: MANIFEST +--- ncurses-5.9-20150502+/MANIFEST 2015-05-02 23:06:57.000000000 +0000 ++++ ncurses-5.9-20150509/MANIFEST 2015-05-10 01:25:14.000000000 +0000 +@@ -1120,6 +1120,20 @@ + ./test/ncurses.c + ./test/ncurses_tst.hin + ./test/newdemo.c ++./test/package/debian-mingw/compat ++./test/package/debian-mingw/control ++./test/package/debian-mingw/copyright ++./test/package/debian-mingw/docs ++./test/package/debian-mingw/rules ++./test/package/debian-mingw/source/format ++./test/package/debian-mingw/watch ++./test/package/debian-mingw64/compat ++./test/package/debian-mingw64/control ++./test/package/debian-mingw64/copyright ++./test/package/debian-mingw64/docs ++./test/package/debian-mingw64/rules ++./test/package/debian-mingw64/source/format ++./test/package/debian-mingw64/watch + ./test/package/debian/compat + ./test/package/debian/control + ./test/package/debian/copyright +Index: NEWS +Prereq: 1.2411 +--- ncurses-5.9-20150502+/NEWS 2015-05-02 23:00:00.000000000 +0000 ++++ ncurses-5.9-20150509/NEWS 2015-05-09 18:19:39.000000000 +0000 +@@ -25,7 +25,7 @@ + -- sale, use or other dealings in this Software without prior written -- + -- authorization. -- + ------------------------------------------------------------------------------- +--- $Id: NEWS,v 1.2411 2015/05/02 23:00:00 tom Exp $ ++-- $Id: NEWS,v 1.2417 2015/05/09 18:19:39 tom Exp $ + ------------------------------------------------------------------------------- + + This is a log of changes that ncurses has gone through since Zeyd started +@@ -45,6 +45,14 @@ + Changes through 1.9.9e did not credit all contributions; + it is not possible to add this information. + ++20150509 ++ + add test-packages for cross-compiling ncurses-examples using the ++ MinGW test-packages. These are only the Debian packages; RPM later. ++ + cleanup format of debian/copyright files ++ + add pc-files to the MinGW cross-compiling test-packages. ++ + correct a couple of places in gen-pkgconfig.in to handle renaming of ++ the tinfo library. ++ + 20150502 + + modify the configure script to allow different default values + for ABI 5 versus ABI 6. +Index: VERSION +--- ncurses-5.9-20150502+/VERSION 2015-04-26 18:26:17.000000000 +0000 ++++ ncurses-5.9-20150509/VERSION 2015-05-04 08:56:59.000000000 +0000 +@@ -1 +1 @@ +-5:0:9 5.9 20150502 ++5:0:9 5.9 20150509 +Index: dist.mk +Prereq: 1.1049 +--- ncurses-5.9-20150502+/dist.mk 2015-04-26 18:26:17.000000000 +0000 ++++ ncurses-5.9-20150509/dist.mk 2015-05-04 08:56:59.000000000 +0000 +@@ -25,7 +25,7 @@ + # use or other dealings in this Software without prior written # + # authorization. # + ############################################################################## +-# $Id: dist.mk,v 1.1049 2015/04/26 18:26:17 tom Exp $ ++# $Id: dist.mk,v 1.1050 2015/05/04 08:56:59 tom Exp $ + # Makefile for creating ncurses distributions. + # + # This only needs to be used directly as a makefile by developers, but +@@ -37,7 +37,7 @@ + # These define the major/minor/patch versions of ncurses. + NCURSES_MAJOR = 5 + NCURSES_MINOR = 9 +-NCURSES_PATCH = 20150502 ++NCURSES_PATCH = 20150509 + + # We don't append the patch to the version, since this only applies to releases + VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) +Index: misc/gen-pkgconfig.in +Prereq: 1.26 +--- ncurses-5.9-20150502+/misc/gen-pkgconfig.in 2015-05-02 15:50:27.000000000 +0000 ++++ ncurses-5.9-20150509/misc/gen-pkgconfig.in 2015-05-04 09:15:46.000000000 +0000 +@@ -1,5 +1,5 @@ + #!@SHELL@ +-# $Id: gen-pkgconfig.in,v 1.26 2015/05/02 15:50:27 tom Exp $ ++# $Id: gen-pkgconfig.in,v 1.27 2015/05/04 09:15:46 tom Exp $ + ############################################################################## + # Copyright (c) 2009-2014,2015 Free Software Foundation, Inc. # + # # +@@ -87,7 +87,8 @@ + # functions or curses variables (which also reside in tinfo) can be linked + # using the -lncurses option. + NEED_TINFO=no +-if test "x@TINFO_LIBS@" != "x" ++if test "x@TINFO_LIBS@" != "x" && \ ++ test "x$TINFO_ARG_SUFFIX" != "x$MAIN_LIBRARY" + then + case "x$LDFLAGS" in + (*--as-needed*) +@@ -113,7 +114,7 @@ + + if test $name = $MAIN_LIBRARY ; then + desc="$desc library" +- test $NEED_TINFO = yes && LIBS="$LIBS -l$TINFO_NAME" ++ test $NEED_TINFO = yes && LIBS="$LIBS -l$TINFO_ARG_SUFFIX" + elif test $name = $SUB_LIBRARY ; then + desc="$desc terminal interface library" + elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then +Index: ncurses/base/lib_getch.c +Prereq: 1.131 +--- ncurses-5.9-20150502+/ncurses/base/lib_getch.c 2014-05-10 20:36:57.000000000 +0000 ++++ ncurses-5.9-20150509/ncurses/base/lib_getch.c 2015-05-09 17:10:41.000000000 +0000 +@@ -1,5 +1,5 @@ + /**************************************************************************** +- * Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. * ++ * Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. * + * * + * Permission is hereby granted, free of charge, to any person obtaining a * + * copy of this software and associated documentation files (the * +@@ -42,7 +42,7 @@ + + #include <curses.priv.h> + +-MODULE_ID("$Id: lib_getch.c,v 1.131 2014/05/10 20:36:57 tom Exp $") ++MODULE_ID("$Id: lib_getch.c,v 1.132 2015/05/09 17:10:41 tom Exp $") + + #include <fifo_defs.h> + +@@ -426,7 +426,7 @@ + int ch; + int rc = 0; + #ifdef NCURSES_WGETCH_EVENTS +- long event_delay = -1; ++ int event_delay = -1; + #endif + + T((T_CALLED("_nc_wgetch(%p)"), (void *) win)); +Index: package/debian-mingw/changelog +--- ncurses-5.9-20150502+/package/debian-mingw/changelog 2015-04-26 18:26:17.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian-mingw/changelog 2015-05-04 08:56:59.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (5.9+20150502) unstable; urgency=low ++ncurses6 (5.9+20150509) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sun, 26 Apr 2015 14:26:17 -0400 ++ -- Thomas E. Dickey <[email protected]> Mon, 04 May 2015 04:56:59 -0400 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian-mingw/copyright +--- ncurses-5.9-20150502+/package/debian-mingw/copyright 2015-01-03 20:48:46.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian-mingw/copyright 2015-05-09 18:11:06.000000000 +0000 +@@ -1,112 +1,99 @@ ++Upstream source http://invisible-island.net/ncurses/ncurses.html + This package is used for testing builds of ncurses. + +-Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. +-Copyright © 2001 by Pradeep Padala ++Current ncurses maintainer: Thomas Dickey <[email protected]> + +-Permission is hereby granted, free of charge, to any person obtaining a +-copy of this software and associated documentation files (the +-"Software"), to deal in the Software without restriction, including +-without limitation the rights to use, copy, modify, merge, publish, +-distribute, distribute with modifications, sublicense, and/or sell +-copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included +-in all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +-IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +-THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name(s) of the above copyright +-holders shall not be used in advertising or otherwise to promote the +-sale, use or other dealings in this Software without prior written +-authorization. +- +- +-Copyright (C) 1994 X Consortium +- +-Permission is hereby granted, free of charge, to any person obtaining a copy +-of this software and associated documentation files (the "Software"), to +-deal in the Software without restriction, including without limitation the +-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +-sell copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included in +-all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +-TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name of the X Consortium shall not +-be used in advertising or otherwise to promote the sale, use or other deal- +-ings in this Software without prior written authorization from the X Consor- +-tium. +- +- +-Copyright (c) 1980, 1991, 1992, 1993 +- The Regents of the University of California. All rights reserved. +- +-Redistribution and use in source and binary forms, with or without +-modification, are permitted provided that the following conditions +-are met: +-1. Redistributions of source code must retain the above copyright +- notice, this list of conditions and the following disclaimer. +-2. Redistributions in binary form must reproduce the above copyright +- notice, this list of conditions and the following disclaimer in the +- documentation and/or other materials provided with the distribution. +-3. Neither the name of the University nor the names of its contributors +- may be used to endorse or promote products derived from this software +- without specific prior written permission. +- +-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-SUCH DAMAGE. +- +- +-Copyright 1996-2014,2015 by Thomas E. Dickey +- +- All Rights Reserved +- +-Permission is hereby granted, free of charge, to any person obtaining a +-copy of this software and associated documentation files (the +-"Software"), to deal in the Software without restriction, including +-without limitation the rights to use, copy, modify, merge, publish, +-distribute, sublicense, and/or sell copies of the Software, and to +-permit persons to whom the Software is furnished to do so, subject to +-the following conditions: +- +-The above copyright notice and this permission notice shall be included +-in all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY +-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name(s) of the above copyright +-holders shall not be used in advertising or otherwise to promote the +-sale, use or other dealings in this Software without prior written +-authorization. ++------------------------------------------------------------------------------- ++Files: * ++Copyright: 1998-2014,2015 Free Software Foundation, Inc. ++Licence: X11 ++ ++Files: aclocal.m4 package ++Copyright: 1996-2014,2015 by Thomas E. Dickey ++Licence: X11 ++ ++Files: doc/html/NCURSES-Programming-HOWTO.html ++Copyright: 2001 by Pradeep Padala ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a ++ copy of this software and associated documentation files (the ++ "Software"), to deal in the Software without restriction, including ++ without limitation the rights to use, copy, modify, merge, publish, ++ distribute, distribute with modifications, sublicense, and/or sell ++ copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included ++ in all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ++ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ++ IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, ++ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ++ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR ++ THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name(s) of the above copyright ++ holders shall not be used in advertising or otherwise to promote the ++ sale, use or other dealings in this Software without prior written ++ authorization. ++ ++------------------------------------------------------------------------------- ++Files: install-sh ++Copyright: 1994 X Consortium ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a copy ++ of this software and associated documentation files (the "Software"), to ++ deal in the Software without restriction, including without limitation the ++ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or ++ sell copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included in ++ all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- ++ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name of the X Consortium shall not ++ be used in advertising or otherwise to promote the sale, use or other deal- ++ ings in this Software without prior written authorization from the X Consor- ++ tium. ++ ++------------------------------------------------------------------------------- ++Files: progs/tset.c ncurses/tinfo/read_termcap.c ++Copyright: 1980,1991,1992,1993 The Regents of the University of California. ++License: BSD ++ ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ 1. Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in the ++ documentation and/or other materials provided with the distribution. ++ 3. Neither the name of the University nor the names of its contributors ++ may be used to endorse or promote products derived from this software ++ without specific prior written permission. ++ ++ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ SUCH DAMAGE. + + -- vile: txtmode file-encoding=utf-8 +Index: package/debian-mingw/rules +--- ncurses-5.9-20150502+/package/debian-mingw/rules 2015-03-27 10:53:32.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian-mingw/rules 2015-05-09 01:41:33.000000000 +0000 +@@ -37,6 +37,7 @@ + --enable-ext-mouse \ + --enable-ext-putwin \ + --enable-interop \ ++ --enable-pc-files \ + --enable-sp-funcs \ + --enable-term-driver \ + --enable-warnings \ +@@ -79,6 +80,7 @@ + --target=$(TARGET) \ + --prefix=$(MINGW_TOP) \ + --with-build-cc=$(BUILD_CC) \ ++ --with-pkg-config-libdir=/usr/$(TARGET)/lib/pkgconfig \ + $(CONFIG_OPTIONS) + + touch configure-stamp +Index: package/debian-mingw64/changelog +--- ncurses-5.9-20150502+/package/debian-mingw64/changelog 2015-04-26 18:26:17.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian-mingw64/changelog 2015-05-04 08:56:59.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (5.9+20150502) unstable; urgency=low ++ncurses6 (5.9+20150509) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sun, 26 Apr 2015 14:26:17 -0400 ++ -- Thomas E. Dickey <[email protected]> Mon, 04 May 2015 04:56:59 -0400 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian-mingw64/copyright +--- ncurses-5.9-20150502+/package/debian-mingw64/copyright 2015-01-03 20:48:55.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian-mingw64/copyright 2015-05-09 18:11:06.000000000 +0000 +@@ -1,112 +1,99 @@ ++Upstream source http://invisible-island.net/ncurses/ncurses.html + This package is used for testing builds of ncurses. + +-Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. +-Copyright © 2001 by Pradeep Padala ++Current ncurses maintainer: Thomas Dickey <[email protected]> + +-Permission is hereby granted, free of charge, to any person obtaining a +-copy of this software and associated documentation files (the +-"Software"), to deal in the Software without restriction, including +-without limitation the rights to use, copy, modify, merge, publish, +-distribute, distribute with modifications, sublicense, and/or sell +-copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included +-in all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +-IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +-THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name(s) of the above copyright +-holders shall not be used in advertising or otherwise to promote the +-sale, use or other dealings in this Software without prior written +-authorization. +- +- +-Copyright (C) 1994 X Consortium +- +-Permission is hereby granted, free of charge, to any person obtaining a copy +-of this software and associated documentation files (the "Software"), to +-deal in the Software without restriction, including without limitation the +-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +-sell copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included in +-all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +-TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name of the X Consortium shall not +-be used in advertising or otherwise to promote the sale, use or other deal- +-ings in this Software without prior written authorization from the X Consor- +-tium. +- +- +-Copyright (c) 1980, 1991, 1992, 1993 +- The Regents of the University of California. All rights reserved. +- +-Redistribution and use in source and binary forms, with or without +-modification, are permitted provided that the following conditions +-are met: +-1. Redistributions of source code must retain the above copyright +- notice, this list of conditions and the following disclaimer. +-2. Redistributions in binary form must reproduce the above copyright +- notice, this list of conditions and the following disclaimer in the +- documentation and/or other materials provided with the distribution. +-3. Neither the name of the University nor the names of its contributors +- may be used to endorse or promote products derived from this software +- without specific prior written permission. +- +-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-SUCH DAMAGE. +- +- +-Copyright 1996-2014,2015 by Thomas E. Dickey +- +- All Rights Reserved +- +-Permission is hereby granted, free of charge, to any person obtaining a +-copy of this software and associated documentation files (the +-"Software"), to deal in the Software without restriction, including +-without limitation the rights to use, copy, modify, merge, publish, +-distribute, sublicense, and/or sell copies of the Software, and to +-permit persons to whom the Software is furnished to do so, subject to +-the following conditions: +- +-The above copyright notice and this permission notice shall be included +-in all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY +-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name(s) of the above copyright +-holders shall not be used in advertising or otherwise to promote the +-sale, use or other dealings in this Software without prior written +-authorization. ++------------------------------------------------------------------------------- ++Files: * ++Copyright: 1998-2014,2015 Free Software Foundation, Inc. ++Licence: X11 ++ ++Files: aclocal.m4 package ++Copyright: 1996-2014,2015 by Thomas E. Dickey ++Licence: X11 ++ ++Files: doc/html/NCURSES-Programming-HOWTO.html ++Copyright: 2001 by Pradeep Padala ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a ++ copy of this software and associated documentation files (the ++ "Software"), to deal in the Software without restriction, including ++ without limitation the rights to use, copy, modify, merge, publish, ++ distribute, distribute with modifications, sublicense, and/or sell ++ copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included ++ in all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ++ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ++ IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, ++ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ++ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR ++ THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name(s) of the above copyright ++ holders shall not be used in advertising or otherwise to promote the ++ sale, use or other dealings in this Software without prior written ++ authorization. ++ ++------------------------------------------------------------------------------- ++Files: install-sh ++Copyright: 1994 X Consortium ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a copy ++ of this software and associated documentation files (the "Software"), to ++ deal in the Software without restriction, including without limitation the ++ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or ++ sell copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included in ++ all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- ++ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name of the X Consortium shall not ++ be used in advertising or otherwise to promote the sale, use or other deal- ++ ings in this Software without prior written authorization from the X Consor- ++ tium. ++ ++------------------------------------------------------------------------------- ++Files: progs/tset.c ncurses/tinfo/read_termcap.c ++Copyright: 1980,1991,1992,1993 The Regents of the University of California. ++License: BSD ++ ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ 1. Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in the ++ documentation and/or other materials provided with the distribution. ++ 3. Neither the name of the University nor the names of its contributors ++ may be used to endorse or promote products derived from this software ++ without specific prior written permission. ++ ++ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ SUCH DAMAGE. + + -- vile: txtmode file-encoding=utf-8 +Index: package/debian-mingw64/rules +--- ncurses-5.9-20150502+/package/debian-mingw64/rules 2015-03-27 10:53:47.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian-mingw64/rules 2015-05-09 01:44:43.000000000 +0000 +@@ -37,6 +37,7 @@ + --enable-ext-mouse \ + --enable-ext-putwin \ + --enable-interop \ ++ --enable-pc-files \ + --enable-sp-funcs \ + --enable-term-driver \ + --enable-warnings \ +@@ -79,6 +80,7 @@ + --target=$(TARGET) \ + --prefix=$(MINGW_TOP) \ + --with-build-cc=$(BUILD_CC) \ ++ --with-pkg-config-libdir=/usr/$(TARGET)/lib/pkgconfig \ + $(CONFIG_OPTIONS) + + touch configure-stamp +Index: package/debian/changelog +--- ncurses-5.9-20150502+/package/debian/changelog 2015-04-26 18:26:17.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian/changelog 2015-05-04 08:56:59.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (5.9+20150502) unstable; urgency=low ++ncurses6 (5.9+20150509) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sun, 26 Apr 2015 14:26:17 -0400 ++ -- Thomas E. Dickey <[email protected]> Mon, 04 May 2015 04:56:59 -0400 + + ncurses6 (5.9-20120608) unstable; urgency=low + +Index: package/debian/copyright +--- ncurses-5.9-20150502+/package/debian/copyright 2015-01-03 20:48:27.000000000 +0000 ++++ ncurses-5.9-20150509/package/debian/copyright 2015-05-09 18:11:06.000000000 +0000 +@@ -1,112 +1,99 @@ ++Upstream source http://invisible-island.net/ncurses/ncurses.html + This package is used for testing builds of ncurses. + +-Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. +-Copyright © 2001 by Pradeep Padala ++Current ncurses maintainer: Thomas Dickey <[email protected]> + +-Permission is hereby granted, free of charge, to any person obtaining a +-copy of this software and associated documentation files (the +-"Software"), to deal in the Software without restriction, including +-without limitation the rights to use, copy, modify, merge, publish, +-distribute, distribute with modifications, sublicense, and/or sell +-copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included +-in all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +-IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +-THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name(s) of the above copyright +-holders shall not be used in advertising or otherwise to promote the +-sale, use or other dealings in this Software without prior written +-authorization. +- +- +-Copyright (C) 1994 X Consortium +- +-Permission is hereby granted, free of charge, to any person obtaining a copy +-of this software and associated documentation files (the "Software"), to +-deal in the Software without restriction, including without limitation the +-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +-sell copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included in +-all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +-TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name of the X Consortium shall not +-be used in advertising or otherwise to promote the sale, use or other deal- +-ings in this Software without prior written authorization from the X Consor- +-tium. +- +- +-Copyright (c) 1980, 1991, 1992, 1993 +- The Regents of the University of California. All rights reserved. +- +-Redistribution and use in source and binary forms, with or without +-modification, are permitted provided that the following conditions +-are met: +-1. Redistributions of source code must retain the above copyright +- notice, this list of conditions and the following disclaimer. +-2. Redistributions in binary form must reproduce the above copyright +- notice, this list of conditions and the following disclaimer in the +- documentation and/or other materials provided with the distribution. +-3. Neither the name of the University nor the names of its contributors +- may be used to endorse or promote products derived from this software +- without specific prior written permission. +- +-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-SUCH DAMAGE. +- +- +-Copyright 1996-2014,2015 by Thomas E. Dickey +- +- All Rights Reserved +- +-Permission is hereby granted, free of charge, to any person obtaining a +-copy of this software and associated documentation files (the +-"Software"), to deal in the Software without restriction, including +-without limitation the rights to use, copy, modify, merge, publish, +-distribute, sublicense, and/or sell copies of the Software, and to +-permit persons to whom the Software is furnished to do so, subject to +-the following conditions: +- +-The above copyright notice and this permission notice shall be included +-in all copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY +-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- +-Except as contained in this notice, the name(s) of the above copyright +-holders shall not be used in advertising or otherwise to promote the +-sale, use or other dealings in this Software without prior written +-authorization. ++------------------------------------------------------------------------------- ++Files: * ++Copyright: 1998-2014,2015 Free Software Foundation, Inc. ++Licence: X11 ++ ++Files: aclocal.m4 package ++Copyright: 1996-2014,2015 by Thomas E. Dickey ++Licence: X11 ++ ++Files: doc/html/NCURSES-Programming-HOWTO.html ++Copyright: 2001 by Pradeep Padala ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a ++ copy of this software and associated documentation files (the ++ "Software"), to deal in the Software without restriction, including ++ without limitation the rights to use, copy, modify, merge, publish, ++ distribute, distribute with modifications, sublicense, and/or sell ++ copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included ++ in all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ++ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ++ IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, ++ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ++ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR ++ THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name(s) of the above copyright ++ holders shall not be used in advertising or otherwise to promote the ++ sale, use or other dealings in this Software without prior written ++ authorization. ++ ++------------------------------------------------------------------------------- ++Files: install-sh ++Copyright: 1994 X Consortium ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a copy ++ of this software and associated documentation files (the "Software"), to ++ deal in the Software without restriction, including without limitation the ++ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or ++ sell copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included in ++ all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- ++ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name of the X Consortium shall not ++ be used in advertising or otherwise to promote the sale, use or other deal- ++ ings in this Software without prior written authorization from the X Consor- ++ tium. ++ ++------------------------------------------------------------------------------- ++Files: progs/tset.c ncurses/tinfo/read_termcap.c ++Copyright: 1980,1991,1992,1993 The Regents of the University of California. ++License: BSD ++ ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ 1. Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in the ++ documentation and/or other materials provided with the distribution. ++ 3. Neither the name of the University nor the names of its contributors ++ may be used to endorse or promote products derived from this software ++ without specific prior written permission. ++ ++ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ SUCH DAMAGE. + + -- vile: txtmode file-encoding=utf-8 +Index: package/mingw-ncurses.nsi +Prereq: 1.102 +--- ncurses-5.9-20150502+/package/mingw-ncurses.nsi 2015-04-26 18:26:17.000000000 +0000 ++++ ncurses-5.9-20150509/package/mingw-ncurses.nsi 2015-05-04 08:56:59.000000000 +0000 +@@ -1,4 +1,4 @@ +-; $Id: mingw-ncurses.nsi,v 1.102 2015/04/26 18:26:17 tom Exp $ ++; $Id: mingw-ncurses.nsi,v 1.103 2015/05/04 08:56:59 tom Exp $ + + ; TODO add examples + ; TODO bump ABI to 6 +@@ -10,7 +10,7 @@ + !define VERSION_MAJOR "5" + !define VERSION_MINOR "9" + !define VERSION_YYYY "2015" +-!define VERSION_MMDD "0502" ++!define VERSION_MMDD "0509" + !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} + + !define MY_ABI "5" +Index: package/mingw-ncurses.spec +--- ncurses-5.9-20150502+/package/mingw-ncurses.spec 2015-04-26 18:26:17.000000000 +0000 ++++ ncurses-5.9-20150509/package/mingw-ncurses.spec 2015-05-04 08:56:59.000000000 +0000 +@@ -3,7 +3,7 @@ + Summary: shared libraries for terminal handling + Name: mingw32-ncurses6 + Version: 5.9 +-Release: 20150502 ++Release: 20150509 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: package/ncurses.spec +--- ncurses-5.9-20150502+/package/ncurses.spec 2015-05-02 22:06:02.000000000 +0000 ++++ ncurses-5.9-20150509/package/ncurses.spec 2015-05-04 08:56:59.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: shared libraries for terminal handling + Name: ncurses6 + Version: 5.9 +-Release: 20150502 ++Release: 20150509 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: test/package/debian-mingw/compat +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw/compat 2010-04-20 19:47:10.000000000 +0000 +@@ -0,0 +1 @@ ++5 +Index: test/package/debian-mingw/control +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw/control 2015-05-09 19:54:50.000000000 +0000 +@@ -0,0 +1,18 @@ ++Source: ncurses-examples ++Maintainer: Thomas E. Dickey <[email protected]> ++Section: misc ++Priority: optional ++Standards-Version: 3.8.4 ++Build-Depends: debhelper (>= 5) ++Homepage: http://invisible-island.net/ncurses/ncurses-examples.html ++ ++Package: mingw32-ncurses-examples ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: ncurses-examples - example/test programs from ncurses ++ These are the example/test programs from the ncurses distribution. ++ . ++ This package is used for testing ABI 6 with the MinGW 32-bit port. ++ . ++ This package installs in "bin/ncurses-examples" to avoid conflict with other ++ packages. +Index: test/package/debian-mingw/copyright +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw/copyright 2015-05-09 17:59:53.000000000 +0000 +@@ -0,0 +1,78 @@ ++Upstream source http://invisible-island.net/ncurses/ncurses-examples.html ++ ++Current ncurses maintainer: Thomas Dickey <[email protected]> ++ ++------------------------------------------------------------------------------- ++Files: * ++Copyright: 1998-2014,2015 Free Software Foundation, Inc. ++Licence: X11 ++ ++Files: aclocal.m4 package ++Copyright: 2003-2014,2015 by Thomas E. Dickey ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a ++ copy of this software and associated documentation files (the ++ "Software"), to deal in the Software without restriction, including ++ without limitation the rights to use, copy, modify, merge, publish, ++ distribute, distribute with modifications, sublicense, and/or sell ++ copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included ++ in all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ++ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ++ IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, ++ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ++ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR ++ THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name(s) of the above copyright ++ holders shall not be used in advertising or otherwise to promote the ++ sale, use or other dealings in this Software without prior written ++ authorization. ++ ++------------------------------------------------------------------------------- ++Files: install-sh ++Copyright: 1994 X Consortium ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a copy ++ of this software and associated documentation files (the "Software"), to ++ deal in the Software without restriction, including without limitation the ++ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or ++ sell copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included in ++ all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- ++ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name of the X Consortium shall not ++ be used in advertising or otherwise to promote the sale, use or other deal- ++ ings in this Software without prior written authorization from the X Consor- ++ tium. ++ ++ FSF changes to this file are in the public domain. ++ ++ Calling this script install-sh is preferred over install.sh, to prevent ++ `make' implicit rules from creating a file called install from it ++ when there is no Makefile. ++ ++ This script is compatible with the BSD install script, but was written ++ from scratch. It can only install one file at a time, a restriction ++ shared with many OS's install programs. ++ ++On Debian systems, the complete text of the GNU General ++Public License can be found in '/usr/share/common-licenses/GPL-2' ++ ++-- vile: txtmode file-encoding=utf-8 +Index: test/package/debian-mingw/docs +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw/docs 2010-06-27 15:51:57.000000000 +0000 +@@ -0,0 +1 @@ ++README +Index: test/package/debian-mingw/rules +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw/rules 2015-05-09 20:18:21.000000000 +0000 +@@ -0,0 +1,97 @@ ++#!/usr/bin/make -f ++# MAde with the aid of dh_make, by Craig Small ++# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. ++# Some lines taken from debmake, by Cristoph Lameter. ++ ++# Uncomment this to turn on verbose mode. ++#export DH_VERBOSE=1 ++ ++# These are used for cross-compiling and for saving the configure script ++# from having to guess our platform (since we know it already) ++DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) ++DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ++ ++CC_NORMAL = -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion ++CC_STRICT = $(CC_NORMAL) -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wwrite-strings -ansi -pedantic ++ ++TARGET = i686-w64-mingw32 ++MINGW_BIN = /usr/bin ++MINGW_TOP = /usr/$(TARGET) ++MINGW_TMP = $(CURDIR)/debian/mingw32-ncurses-examples ++ ++CFLAGS = $(CC_NORMAL) ++ ++ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) ++ CFLAGS += -O0 ++else ++ CFLAGS += -O2 ++endif ++ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) ++ INSTALL_PROGRAM += -s ++endif ++ ++ ++configure: configure-stamp ++configure-stamp: ++ dh_testdir ++ ++ CFLAGS="$(CFLAGS)" ./configure \ ++ --host=$(TARGET) \ ++ --target=$(TARGET) \ ++ --prefix=$(MINGW_TOP) \ ++ --with-screen=ncursesw6 \ ++ --with-pkg-config-libdir=/usr/$(TARGET)/lib/pkgconfig ++ ++ touch configure-stamp ++ ++build: build-stamp ++build-stamp: configure-stamp ++ dh_testdir ++ ++ $(MAKE) ++ ++ touch build-stamp ++ ++clean: ++ dh_testdir ++ dh_testroot ++ ++ [ ! -f makefile ] || $(MAKE) distclean ++ ++ rm -f configure-stamp build-stamp install-stamp ++ ++ dh_clean ++ ++install: install-stamp ++install-stamp: build-stamp ++ dh_testdir ++ dh_testroot ++ dh_clean -k ++ dh_installdirs ++ ++ $(MAKE) install DESTDIR=$(MINGW_TMP) ++ ++ touch install-stamp ++ ++# Build architecture-independent files here. ++binary-indep: build install ++# No binary-indep target. ++ ++# Build architecture-dependent files here. ++binary-arch: build install ++ dh_testdir ++ dh_testroot ++ dh_installdocs ++ dh_installexamples ++ dh_installchangelogs NEWS ++ dh_strip ++ dh_compress ++ dh_fixperms ++ dh_installdeb ++ dh_shlibdeps ++ dh_gencontrol ++ dh_md5sums ++ dh_builddeb ++ ++binary: binary-indep binary-arch ++.PHONY: build clean binary-indep binary-arch binary install install-stamp +Index: test/package/debian-mingw/source/format +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw/source/format 2014-06-01 23:25:24.000000000 +0000 +@@ -0,0 +1 @@ ++3.0 (quilt) +Index: test/package/debian-mingw/watch +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw/watch 2011-03-25 00:59:53.000000000 +0000 +@@ -0,0 +1,4 @@ ++version=3 ++ ++opts=passive ftp://invisible-island.net/ncurses-examples/ncurses-examples-([\d.]+)\.tgz \ ++ debian uupdate +Index: test/package/debian-mingw64/compat +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw64/compat 2010-04-20 19:47:10.000000000 +0000 +@@ -0,0 +1 @@ ++5 +Index: test/package/debian-mingw64/control +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw64/control 2015-05-09 19:59:49.000000000 +0000 +@@ -0,0 +1,18 @@ ++Source: ncurses-examples ++Maintainer: Thomas E. Dickey <[email protected]> ++Section: misc ++Priority: optional ++Standards-Version: 3.8.4 ++Build-Depends: debhelper (>= 5) ++Homepage: http://invisible-island.net/ncurses/ncurses-examples.html ++ ++Package: mingw64-ncurses-examples ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: ncurses-examples - example/test programs from ncurses ++ These are the example/test programs from the ncurses distribution. ++ . ++ This package is used for testing ABI 6 with the MinGW 64-bit port. ++ . ++ This package installs in "bin/ncurses-examples" to avoid conflict with other ++ packages. +Index: test/package/debian-mingw64/copyright +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw64/copyright 2015-05-09 17:59:53.000000000 +0000 +@@ -0,0 +1,78 @@ ++Upstream source http://invisible-island.net/ncurses/ncurses-examples.html ++ ++Current ncurses maintainer: Thomas Dickey <[email protected]> ++ ++------------------------------------------------------------------------------- ++Files: * ++Copyright: 1998-2014,2015 Free Software Foundation, Inc. ++Licence: X11 ++ ++Files: aclocal.m4 package ++Copyright: 2003-2014,2015 by Thomas E. Dickey ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a ++ copy of this software and associated documentation files (the ++ "Software"), to deal in the Software without restriction, including ++ without limitation the rights to use, copy, modify, merge, publish, ++ distribute, distribute with modifications, sublicense, and/or sell ++ copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included ++ in all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ++ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ++ IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, ++ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ++ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR ++ THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name(s) of the above copyright ++ holders shall not be used in advertising or otherwise to promote the ++ sale, use or other dealings in this Software without prior written ++ authorization. ++ ++------------------------------------------------------------------------------- ++Files: install-sh ++Copyright: 1994 X Consortium ++Licence: X11 ++ ++ Permission is hereby granted, free of charge, to any person obtaining a copy ++ of this software and associated documentation files (the "Software"), to ++ deal in the Software without restriction, including without limitation the ++ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or ++ sell copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ ++ The above copyright notice and this permission notice shall be included in ++ all copies or substantial portions of the Software. ++ ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- ++ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++ Except as contained in this notice, the name of the X Consortium shall not ++ be used in advertising or otherwise to promote the sale, use or other deal- ++ ings in this Software without prior written authorization from the X Consor- ++ tium. ++ ++ FSF changes to this file are in the public domain. ++ ++ Calling this script install-sh is preferred over install.sh, to prevent ++ `make' implicit rules from creating a file called install from it ++ when there is no Makefile. ++ ++ This script is compatible with the BSD install script, but was written ++ from scratch. It can only install one file at a time, a restriction ++ shared with many OS's install programs. ++ ++On Debian systems, the complete text of the GNU General ++Public License can be found in '/usr/share/common-licenses/GPL-2' ++ ++-- vile: txtmode file-encoding=utf-8 +Index: test/package/debian-mingw64/docs +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw64/docs 2010-06-27 15:51:57.000000000 +0000 +@@ -0,0 +1 @@ ++README +Index: test/package/debian-mingw64/rules +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw64/rules 2015-05-10 01:37:15.000000000 +0000 +@@ -0,0 +1,97 @@ ++#!/usr/bin/make -f ++# MAde with the aid of dh_make, by Craig Small ++# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. ++# Some lines taken from debmake, by Cristoph Lameter. ++ ++# Uncomment this to turn on verbose mode. ++#export DH_VERBOSE=1 ++ ++# These are used for cross-compiling and for saving the configure script ++# from having to guess our platform (since we know it already) ++DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) ++DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ++ ++CC_NORMAL = -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion ++CC_STRICT = $(CC_NORMAL) -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wwrite-strings -ansi -pedantic ++ ++TARGET = x86_64-w64-mingw32 ++MINGW_BIN = /usr/bin ++MINGW_TOP = /usr/$(TARGET) ++MINGW_TMP = $(CURDIR)/debian/mingw64-ncurses-examples ++ ++CFLAGS = $(CC_NORMAL) ++ ++ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) ++ CFLAGS += -O0 ++else ++ CFLAGS += -O2 ++endif ++ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) ++ INSTALL_PROGRAM += -s ++endif ++ ++ ++configure: configure-stamp ++configure-stamp: ++ dh_testdir ++ ++ CFLAGS="$(CFLAGS)" ./configure \ ++ --host=$(TARGET) \ ++ --target=$(TARGET) \ ++ --prefix=$(MINGW_TOP) \ ++ --with-screen=ncursesw6 \ ++ --with-pkg-config-libdir=/usr/$(TARGET)/lib/pkgconfig ++ ++ touch configure-stamp ++ ++build: build-stamp ++build-stamp: configure-stamp ++ dh_testdir ++ ++ $(MAKE) ++ ++ touch build-stamp ++ ++clean: ++ dh_testdir ++ dh_testroot ++ ++ [ ! -f makefile ] || $(MAKE) distclean ++ ++ rm -f configure-stamp build-stamp install-stamp ++ ++ dh_clean ++ ++install: install-stamp ++install-stamp: build-stamp ++ dh_testdir ++ dh_testroot ++ dh_clean -k ++ dh_installdirs ++ ++ $(MAKE) install DESTDIR=$(MINGW_TMP) ++ ++ touch install-stamp ++ ++# Build architecture-independent files here. ++binary-indep: build install ++# No binary-indep target. ++ ++# Build architecture-dependent files here. ++binary-arch: build install ++ dh_testdir ++ dh_testroot ++ dh_installdocs ++ dh_installexamples ++ dh_installchangelogs NEWS ++ dh_strip ++ dh_compress ++ dh_fixperms ++ dh_installdeb ++ dh_shlibdeps ++ dh_gencontrol ++ dh_md5sums ++ dh_builddeb ++ ++binary: binary-indep binary-arch ++.PHONY: build clean binary-indep binary-arch binary install install-stamp +Index: test/package/debian-mingw64/source/format +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw64/source/format 2014-06-01 23:25:24.000000000 +0000 +@@ -0,0 +1 @@ ++3.0 (quilt) +Index: test/package/debian-mingw64/watch +--- /dev/null 2015-05-09 10:42:34.522285373 +0000 ++++ ncurses-5.9-20150509/test/package/debian-mingw64/watch 2011-03-25 00:59:53.000000000 +0000 +@@ -0,0 +1,4 @@ ++version=3 ++ ++opts=passive ftp://invisible-island.net/ncurses-examples/ncurses-examples-([\d.]+)\.tgz \ ++ debian uupdate +Index: test/package/debian/copyright +--- ncurses-5.9-20150502+/test/package/debian/copyright 2011-03-25 00:52:39.000000000 +0000 ++++ ncurses-5.9-20150509/test/package/debian/copyright 2015-05-09 17:59:33.000000000 +0000 +@@ -3,7 +3,13 @@ + Current ncurses maintainer: Thomas Dickey <[email protected]> + + ------------------------------------------------------------------------------- +- Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. ++Files: * ++Copyright: 1998-2014,2015 Free Software Foundation, Inc. ++Licence: X11 ++ ++Files: aclocal.m4 package ++Copyright: 2003-2014,2015 by Thomas E. Dickey ++Licence: X11 + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the +@@ -28,11 +34,12 @@ + holders shall not be used in advertising or otherwise to promote the + sale, use or other dealings in this Software without prior written + authorization. +-------------------------------------------------------------------------------- + ++------------------------------------------------------------------------------- + Files: install-sh + Copyright: 1994 X Consortium +-Licence: other-BSD ++Licence: X11 ++ + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the +@@ -67,3 +74,5 @@ + + On Debian systems, the complete text of the GNU General + Public License can be found in '/usr/share/common-licenses/GPL-2' ++ ++-- vile: txtmode file-encoding=utf-8
