]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 6.3 - patch 20221119
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 20 Nov 2022 01:11:26 +0000 (01:11 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 20 Nov 2022 01:11:26 +0000 (01:11 +0000)
+ use static libraries for AdaCurses test-package for Mageia, since no
  gprbuild package is available.
+ updated test packages for Debian.

35 files changed:
Ada95/package/AdaCurses.spec
Ada95/package/debian/compat
Ada95/package/debian/control
Ada95/package/debian/copyright
Ada95/package/debian/rules
NEWS
VERSION
dist.mk
package/debian-mingw/changelog
package/debian-mingw/compat
package/debian-mingw/control
package/debian-mingw/copyright
package/debian-mingw/rules
package/debian-mingw64/changelog
package/debian-mingw64/compat
package/debian-mingw64/control
package/debian-mingw64/copyright
package/debian-mingw64/rules
package/debian/changelog
package/debian/compat
package/debian/control
package/debian/copyright
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
test/package/debian-mingw/compat
test/package/debian-mingw/control
test/package/debian-mingw/copyright
test/package/debian-mingw64/compat
test/package/debian-mingw64/control
test/package/debian-mingw64/copyright
test/package/debian/compat
test/package/debian/control
test/package/debian/copyright

index 9c34cad4742b13c285b012f379a1d9e73adb4ba2..b98611cf44448361e9ac5187b406d2355f03e16d 100644 (file)
@@ -2,7 +2,7 @@ Summary: Ada95 binding for ncurses
 %define AppProgram AdaCurses
 %define AppVersion MAJOR.MINOR
 %define AppRelease YYYYMMDD
-# $Id: AdaCurses.spec,v 1.29 2022/11/13 00:35:00 tom Exp $
+# $Id: AdaCurses.spec,v 1.30 2022/11/19 21:21:16 tom Exp $
 Name: %{AppProgram}
 Version: %{AppVersion}
 Release: %{AppRelease}
@@ -26,7 +26,7 @@ In addition to a library, this package installs sample programs in
 
 %define debug_package %{nil}
 
-%define need_filter %(if grep -E -i '(mageia|red hat|fedora)' /etc/issue >/dev/null; then echo 1; elif test -f /etc/fedora-release; then echo 1; else echo 0; fi)
+%define need_filter %(if grep -E -i '(red hat|fedora)' /etc/issue >/dev/null; then echo 1; elif test -f /etc/fedora-release; then echo 1; else echo 0; fi)
 
 %if %{need_filter} == 1
 # http://fedoraproject.org/wiki/EPEL:Packaging_Autoprovides_and_Requires_Filtering
@@ -38,12 +38,15 @@ In addition to a library, this package installs sample programs in
 
 %build
 
-%define ada_libdir %{_prefix}/lib/ada/adalib
+%define ada_libdir %{_libdir}/ada/adalib
 %define ada_include %{_prefix}/share/ada/adainclude
 
 %if %{is_mandriva}
 # Mageia 8 lacks gprbuild, needed for building shared libraries.
+%define ada_model --without-shared --without-ada-sharedlib --with-ada-objects=%{_libdir}/adalib
 %else
+# OpenSUSE actually lacks gprbuild, but there is a workable "community" package.
+%define ada_model --with-shared --with-ada-sharedlib
 %if %{is_redhat}
 # Fedora 36 LTO does not work with gprbuild system configuration.
 unset CFLAGS
@@ -53,7 +56,7 @@ unset LT_SYS_LIBRARY_PATH
 %endif
 
 INSTALL_PROGRAM='${INSTALL}' \
-       ./configure \
+       ./configure %{ada_model} \
                --target %{_target_platform} \
                --prefix=%{_prefix} \
                --bindir=%{_bindir} \
@@ -65,9 +68,7 @@ INSTALL_PROGRAM='${INSTALL}' \
                --disable-rpath-link \
                --disable-echo \
                --verbose \
-               --enable-warnings \
-               --with-shared \
-               --with-ada-sharedlib
+               --enable-warnings
 
 make
 
@@ -108,6 +109,9 @@ exit 0
 %changelog
 # each patch should add its ChangeLog entries here
 
+* Sat Nov 19 2022 Thomas Dickey
+- use static libraries for Mageia.
+
 * Sat Nov 12 2022 Thomas Dickey
 - unset environment variables to work around Fedora LTO bugs.
 - build-fix for OpenSUSE with gprbuild.
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index 030adb17a5d2913669fc5287d2e8ed9478344784..1a9aefdaa839afcc9e4fdac3c01f65803701ead0 100644 (file)
@@ -2,9 +2,11 @@ Source: adacurses
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
 Section: misc
 Priority: optional
-Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5),
+  gnat,
+  gprbuild
 Homepage: https://invisible-island.net/adacurses/
+Standards-Version: 4.6.1.0
 
 Package: adacurses
 Architecture: any
index 6e033f7d506a2e80e74c9d7c88003598b9d0be41..b9ba9f8324a16fabd9ea04734472cb4279515420 100644 (file)
@@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net>
 Files: *
 Copyright: 2017-2021,2022 by Thomas E. Dickey
 Copyright: 1998-2016,2017 Free Software Foundation, Inc.
-Licence: X11
+License: X11
 
 Files: aclocal.m4 package
 Copyright: 2010-2020,2021 by Thomas E. Dickey
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -39,7 +39,7 @@ Licence: X11
 -------------------------------------------------------------------------------
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to
index 47bbdc0405e7bccd39eb2890a1c98a374645e8d7..5375592d36f24ea12346e58043b10d046efe5527 100755 (executable)
@@ -67,7 +67,7 @@ install: install-stamp
 install-stamp: build-stamp
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        $(MAKE) install DESTDIR=$(TARGET_DIR)
diff --git a/NEWS b/NEWS
index df4763899a9e6d976e0f21b42314927fbf18d706..dbf5b8df370d86c398cd53c8841966c897239583 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3877 2022/11/13 00:20:41 tom Exp $
+-- $Id: NEWS,v 1.3879 2022/11/19 21:20:17 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,11 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20221119
+       + use static libraries for AdaCurses test-package for Mageia, since no
+         gprbuild package is available.
+       + updated test packages for Debian.
+
 20221112
        + build-fixes for AdaCurses RPM test-package.
 
diff --git a/VERSION b/VERSION
index e5315330fc7db4d45950149ca3b9573cfa2a2802..4e6e0fb11e326e08f58ba75a5076ab6f1706950b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5:0:10 6.3     20221112
+5:0:10 6.3     20221119
diff --git a/dist.mk b/dist.mk
index 15cd1ee1470beea0186c6ae155744eccedf40cb9..22e4fc9c26d47143913a914ffbe6091f8ff11015 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -26,7 +26,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.1512 2022/11/12 10:24:16 tom Exp $
+# $Id: dist.mk,v 1.1513 2022/11/19 11:24:10 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -38,7 +38,7 @@ SHELL = /bin/sh
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 6
 NCURSES_MINOR = 3
-NCURSES_PATCH = 20221112
+NCURSES_PATCH = 20221119
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
index dcef95ea354f4896b76e163bf1416641effc26f1..fa9073411a077f070e203d293e759c0acf423f05 100644 (file)
@@ -1,10 +1,10 @@
-ncurses6 (6.3+20221112) unstable; urgency=low
+ncurses6 (6.3+20221119) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 12 Nov 2022 05:24:16 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 19 Nov 2022 06:24:10 -0500
 
-ncurses6 (5.9-20131005) unstable; urgency=low
+ncurses6 (5.9+20131005) unstable; urgency=low
 
   * initial release
 
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index 7ad33dcc546bc59eb4923c6a82c6560be069d098..6fb213fdf0cc6931498a9f751d4f7249525b05a5 100644 (file)
@@ -3,8 +3,11 @@ Section: libdevel
 Priority: optional
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
 Homepage: https://invisible-island.net/ncurses/
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7),
+  gcc-mingw-w64-i686,
+  g++-mingw-w64-i686,
+  binutils-mingw-w64-i686
+Standards-Version: 4.6.1.0
 
 Package: mingw32-ncurses6
 Architecture: any
index b531d84a67181120b15593f30bf5738d1d09536c..5ec77fa69ef23db519155ef4ba8ed2c9e5fcd3ad 100644 (file)
@@ -7,15 +7,15 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net>
 Files: *
 Copyright: 2017-2021,2022 by Thomas E. Dickey
 Copyright: 1998-2016,2017 Free Software Foundation, Inc.
-Licence: X11
+License: X11
 
 Files: aclocal.m4 package
 Copyright: 1996-2020,2021 by Thomas E. Dickey
-Licence: X11
+License: X11
 
 Files: doc/html/NCURSES-Programming-HOWTO.html
 Copyright: 2001 by Pradeep Padala
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -44,7 +44,7 @@ Licence: X11
 -------------------------------------------------------------------------------
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to
index 4aa7cb957ac95662f72504bbdecd0bc23cfd5fb3..e5365f9bda672f5fa372d38ed64c9c546e139eb6 100755 (executable)
@@ -111,7 +111,7 @@ install: install-stamp
 install-stamp: build-stamp
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs      $(verbose)
 
        $(MAKE) install.libs DESTDIR=$(MINGW_TMP)
index dcef95ea354f4896b76e163bf1416641effc26f1..fa9073411a077f070e203d293e759c0acf423f05 100644 (file)
@@ -1,10 +1,10 @@
-ncurses6 (6.3+20221112) unstable; urgency=low
+ncurses6 (6.3+20221119) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 12 Nov 2022 05:24:16 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 19 Nov 2022 06:24:10 -0500
 
-ncurses6 (5.9-20131005) unstable; urgency=low
+ncurses6 (5.9+20131005) unstable; urgency=low
 
   * initial release
 
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index fa1bd716f2c8b2bdab5b4d51d4e0ccaee43ed854..74e8136a6eebeb0a1dca06bf8779182d80ff1256 100644 (file)
@@ -3,8 +3,11 @@ Section: libdevel
 Priority: optional
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
 Homepage: https://invisible-island.net/ncurses/
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7),
+  gcc-mingw-w64-x86-64,
+  g++-mingw-w64-x86-64,
+  binutils-mingw-w64-x86-64
+Standards-Version: 4.6.1.0
 
 Package: mingw64-ncurses6
 Architecture: any
index b531d84a67181120b15593f30bf5738d1d09536c..5ec77fa69ef23db519155ef4ba8ed2c9e5fcd3ad 100644 (file)
@@ -7,15 +7,15 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net>
 Files: *
 Copyright: 2017-2021,2022 by Thomas E. Dickey
 Copyright: 1998-2016,2017 Free Software Foundation, Inc.
-Licence: X11
+License: X11
 
 Files: aclocal.m4 package
 Copyright: 1996-2020,2021 by Thomas E. Dickey
-Licence: X11
+License: X11
 
 Files: doc/html/NCURSES-Programming-HOWTO.html
 Copyright: 2001 by Pradeep Padala
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -44,7 +44,7 @@ Licence: X11
 -------------------------------------------------------------------------------
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to
index b2ebb88321404fc6f368043405eb76c4460c87bb..d0c4ed8eff12c54a84f4e80d034d108eab9cf693 100755 (executable)
@@ -111,7 +111,7 @@ install: install-stamp
 install-stamp: build-stamp
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs      $(verbose)
 
        $(MAKE) install.libs DESTDIR=$(MINGW_TMP)
index 03b761ee8bd57e7067fbda84ebf6eba7db140218..4dc776a45bcef9b472fda3daac23dbc951dff570 100644 (file)
@@ -1,10 +1,10 @@
-ncurses6 (6.3+20221112) unstable; urgency=low
+ncurses6 (6.3+20221119) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 12 Nov 2022 05:24:16 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 19 Nov 2022 06:24:10 -0500
 
-ncurses6 (5.9-20120608) unstable; urgency=low
+ncurses6 (5.9+20120608) unstable; urgency=low
 
   * initial release
 
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index 8ad90658c6a8fd4601ef58f639057d13802fc22e..35921910f98db514d6d8d9cd73743f2708b209e6 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
 Homepage: https://invisible-island.net/ncurses/
 Build-Depends: debhelper (>= 8.1.3)
-Standards-Version: 3.8.2
+Standards-Version: 4.6.1.0
 
 Package: ncurses6
 Architecture: any
index b531d84a67181120b15593f30bf5738d1d09536c..5ec77fa69ef23db519155ef4ba8ed2c9e5fcd3ad 100644 (file)
@@ -7,15 +7,15 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net>
 Files: *
 Copyright: 2017-2021,2022 by Thomas E. Dickey
 Copyright: 1998-2016,2017 Free Software Foundation, Inc.
-Licence: X11
+License: X11
 
 Files: aclocal.m4 package
 Copyright: 1996-2020,2021 by Thomas E. Dickey
-Licence: X11
+License: X11
 
 Files: doc/html/NCURSES-Programming-HOWTO.html
 Copyright: 2001 by Pradeep Padala
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -44,7 +44,7 @@ Licence: X11
 -------------------------------------------------------------------------------
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to
index 93312c164e57dd2a2fc9c42621bbff4be301ba96..7187a56345a9076e800efc1e07bfff8c23b80dab 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.551 2022/11/12 10:24:16 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.552 2022/11/19 11:24:10 tom Exp $\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "6"\r
 !define VERSION_MINOR "3"\r
 !define VERSION_YYYY  "2022"\r
-!define VERSION_MMDD  "1112"\r
+!define VERSION_MMDD  "1119"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index 29276cd428ae27fce2fe19be7b3e21fc66bd37df..c57a88f31d3b1ab3ae0b7cabb46ed78aaae9777c 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.3
-Release: 20221112
+Release: 20221119
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index 334922ff2547006f9f7ea1912586d936ab8422a2..c75549b61b869539ca0cb825da573ee9820c35b5 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 6.3
-Release: 20221112
+Release: 20221119
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index 663fb0e04627a4a0699513ee9abb7648da8573cc..eb11be9366f6d005b93b5a52b442cbd2901395eb 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Curses library with POSIX thread support.
 Name: ncursest6
 Version: 6.3
-Release: 20221112
+Release: 20221119
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index 64bd01b1832d871d980ebc27f6d64444954eddb6..116103d2018f9c7cf6e4c6937500042592a1d575 100644 (file)
@@ -2,7 +2,7 @@ Source: ncurses-examples
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
 Section: misc
 Priority: optional
-Standards-Version: 3.8.4
+Standards-Version: 4.6.1.0
 Build-Depends: debhelper (>= 5)
 Homepage: https://invisible-island.net/ncurses/ncurses-examples.html
 
index 2226a074fe46b834b403c899e127c9dbd6ccc61b..3363a7e0c2e8279742d8c89ac52cdd300648e223 100644 (file)
@@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net>
 Files: *
 Copyright: 2017-2021,2022 Thomas E. Dickey
 Copyright: 1998-2016,2017 Free Software Foundation, Inc.
-Licence: X11
+License: X11
 
 Files: aclocal.m4 package
 Copyright: 2003-2020,2021 by Thomas E. Dickey
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -39,7 +39,7 @@ Licence: X11
 -------------------------------------------------------------------------------
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index c22f262a8bf9f32171027e89ed03f3f0f74f111a..df942b7553e4083f935365af6ef8e8bd16d3648b 100644 (file)
@@ -2,7 +2,7 @@ Source: ncurses-examples
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
 Section: misc
 Priority: optional
-Standards-Version: 3.8.4
+Standards-Version: 4.6.1.0
 Build-Depends: debhelper (>= 5)
 Homepage: https://invisible-island.net/ncurses/ncurses-examples.html
 
index 2226a074fe46b834b403c899e127c9dbd6ccc61b..3363a7e0c2e8279742d8c89ac52cdd300648e223 100644 (file)
@@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net>
 Files: *
 Copyright: 2017-2021,2022 Thomas E. Dickey
 Copyright: 1998-2016,2017 Free Software Foundation, Inc.
-Licence: X11
+License: X11
 
 Files: aclocal.m4 package
 Copyright: 2003-2020,2021 by Thomas E. Dickey
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -39,7 +39,7 @@ Licence: X11
 -------------------------------------------------------------------------------
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..48082f72f087ce7e6fa75b9c41d7387daecd447b 100644 (file)
@@ -1 +1 @@
-10
+12
index d7647b3fdb8b80615fa20e8363c6cc46c56dc1d1..89de1b8c5caba6211651a86b23b413d25f5ef045 100644 (file)
@@ -2,7 +2,7 @@ Source: ncurses-examples
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
 Section: misc
 Priority: optional
-Standards-Version: 3.8.4
+Standards-Version: 4.6.1.0
 Build-Depends: debhelper (>= 5)
 Homepage: https://invisible-island.net/ncurses/ncurses-examples.html
 
index c8885b0bfbfc508686d20276b97fd07ea79f93c6..241c1ffcca8b8d19e8029003081cbfc289014c9e 100644 (file)
@@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net>
 Files: *
 Copyright: 2017-2021,2022 Thomas E. Dickey
 Copyright: 1998-2016,2017 Free Software Foundation, Inc.
-Licence: X11
+License: X11
 
 Files: aclocal.m4 package
 Copyright: 2003-2019,2020 by Thomas E. Dickey
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -39,7 +39,7 @@ Licence: X11
 -------------------------------------------------------------------------------
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: X11
+License: X11
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to