diff options
Diffstat (limited to 'PACKAGE/debian')
-rw-r--r-- | PACKAGE/debian/changelog | 6 | ||||
-rw-r--r-- | PACKAGE/debian/lynx-dev.lintian-overrides | 3 | ||||
-rwxr-xr-x | PACKAGE/debian/rules | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index 8d7eaace..048e3cfd 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.9.0dev.13) unstable; urgency=low +lynx-dev (2.9.0) unstable; urgency=high - * maintenance updates + * new release - -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 23 Jan 2023 16:39:23 -0500 + -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 14 Jan 2024 17:15:53 -0500 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/debian/lynx-dev.lintian-overrides b/PACKAGE/debian/lynx-dev.lintian-overrides index f19330da..9b0aa406 100644 --- a/PACKAGE/debian/lynx-dev.lintian-overrides +++ b/PACKAGE/debian/lynx-dev.lintian-overrides @@ -1,6 +1,3 @@ -# Lynx's version-numbering is not understood by lintian, though legal. -lynx-dev: rc-version-greater-than-expected-version - # This is intentional because it is referenced from the documentation. lynx-dev: extra-license-file usr/share/doc/lynx-dev/COPYING diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules index 6b48b9fe..908ed5e0 100755 --- a/PACKAGE/debian/rules +++ b/PACKAGE/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $LynxId: rules,v 1.18 2023/05/26 22:51:25 tom Exp $ +# $LynxId: rules,v 1.19 2024/01/15 01:16:07 tom Exp $ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -67,6 +67,7 @@ configure-stamp: --sysconfdir=/etc/$(PACKAGE) \ --with-cfg-path=/etc/$(PACKAGE):$(docdir)/samples \ --localstatedir=/var \ + --disable-rpath-hack \ --libdir=/etc/$(PACKAGE) \ --enable-8bit-toupper \ --enable-cgi-links \ |