diff options
Diffstat (limited to 'test/package/debian-mingw')
| -rw-r--r-- | test/package/debian-mingw/compat | 2 | ||||
| -rw-r--r-- | test/package/debian-mingw/control | 2 | ||||
| -rw-r--r-- | test/package/debian-mingw/copyright | 10 | ||||
| -rwxr-xr-x | test/package/debian-mingw/rules | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/test/package/debian-mingw/compat b/test/package/debian-mingw/compat index f599e28b8ab0..48082f72f087 100644 --- a/test/package/debian-mingw/compat +++ b/test/package/debian-mingw/compat @@ -1 +1 @@ -10 +12 diff --git a/test/package/debian-mingw/control b/test/package/debian-mingw/control index 64bd01b1832d..116103d2018f 100644 --- a/test/package/debian-mingw/control +++ b/test/package/debian-mingw/control @@ -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 diff --git a/test/package/debian-mingw/copyright b/test/package/debian-mingw/copyright index a805a1f67dd2..7546e1cc1f71 100644 --- a/test/package/debian-mingw/copyright +++ b/test/package/debian-mingw/copyright @@ -4,13 +4,13 @@ Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net> ------------------------------------------------------------------------------- Files: * -Copyright: 2017-2020,2021 Thomas E. Dickey +Copyright: 2017-2023,2024 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 +Copyright: 2003-2023,2024 by Thomas E. Dickey +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 diff --git a/test/package/debian-mingw/rules b/test/package/debian-mingw/rules index e61cf71a3fa3..152cd3c77f95 100755 --- a/test/package/debian-mingw/rules +++ b/test/package/debian-mingw/rules @@ -70,7 +70,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(MINGW_TMP) |
