[pkg-lynx-commits] [lynx-cur] 02/03: Explicitly pass --enable-debug to configure

Axel Beckert abe at deuxchevaux.org
Mon Oct 30 16:16:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository lynx-cur.

commit 164b75694edabde4979246980304cd703d12813a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Oct 30 17:03:07 2017 +0100

    Explicitly pass --enable-debug to configure
    
    Fixes lintian warning debug-file-with-no-debug-symbols after switching
    to autoconf-dickey.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dc0484f..c11ab08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ lynx (2.8.9dev16-2) UNRELEASED; urgency=low
     + Drop build-depency on autotools-dev.
     + Use dh_autoreconf with autoreconf-dickey, otherwise FTBFS.
       - Add build-depency on autoconf-dickey.
+    + Explicitly pass --enable-debug to configure to fix lintian warning
+      debug-file-with-no-debug-symbols after switching to autoconf-dickey.
   * Drop transitional package lynx-cur.
   * Switch Homepage, debian/copyright Source and debian/watch to HTTPS.
   * Remove ftp:// URL from debian/copyright (but leave it as comment in
diff --git a/debian/rules b/debian/rules
index f65ea3a..ff93d0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ endif
 	LIBS="-lbsd" \
 	dh_auto_configure --verbose -- \
 	--sysconfdir=/etc/lynx \
-	--enable-8bit-toupper --enable-externs \
+	--enable-8bit-toupper --enable-externs --enable-debug \
 	--enable-nsl-fork --enable-cgi-links --enable-exec-links \
 	--enable-exec-scripts --enable-persistent-cookies --enable-nls \
 	--enable-gzip-help --enable-prettysrc --enable-source-cache \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lynx/lynx-cur.git



More information about the pkg-lynx-commits mailing list