diff options
Diffstat (limited to 'Ada95/package/debian')
-rw-r--r-- | Ada95/package/debian/compat | 2 | ||||
-rw-r--r-- | Ada95/package/debian/copyright | 7 | ||||
-rwxr-xr-x | Ada95/package/debian/rules | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/Ada95/package/debian/compat b/Ada95/package/debian/compat index ec63514..f599e28 100644 --- a/Ada95/package/debian/compat +++ b/Ada95/package/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/Ada95/package/debian/copyright b/Ada95/package/debian/copyright index d248d73..897961d 100644 --- a/Ada95/package/debian/copyright +++ b/Ada95/package/debian/copyright @@ -1,14 +1,15 @@ -Upstream source https://invisible-island.net/ncurses/ncurses-examples.html +Upstream source https://invisible-island.net/ncurses/Ada95.html Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net> ------------------------------------------------------------------------------- Files: * -Copyright: 1998-2019,2020 Free Software Foundation, Inc. +Copyright: 2017-2020,2021 by Thomas E. Dickey +Copyright: 1998-2016,2017 Free Software Foundation, Inc. Licence: X11 Files: aclocal.m4 package -Copyright: 2010-2019,2020 by Thomas E. Dickey +Copyright: 2010-2020,2021 by Thomas E. Dickey Licence: X11 Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Ada95/package/debian/rules b/Ada95/package/debian/rules index 708d3eb..47bbdc0 100755 --- a/Ada95/package/debian/rules +++ b/Ada95/package/debian/rules @@ -71,7 +71,7 @@ install-stamp: build-stamp dh_installdirs $(MAKE) install DESTDIR=$(TARGET_DIR) - + # FIXME: it would be nice to make these into separate packages ( cd samples && $(MAKE) install.examples DESTDIR=$(TARGET_DIR) BINDIR=$(SAMPLE_DIR) ) ( cd doc && $(MAKE) install.html DESTDIR=$(TARGET_DIR) ) |