[pkg-lynx-commits] [lynx-cur] 01/01: Switch to debhelper compatibility level 11

Axel Beckert abe at deuxchevaux.org
Mon Feb 19 19:03:04 UTC 2018


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

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

commit 38ce1bfacc8123ecdb5e0291829536e5e8c129de
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Feb 19 19:48:31 2018 +0100

    Switch to debhelper compatibility level 11
    
    Update versioned debhelper build-depency accordingly.
    
    Use technique described in #887390 to workaround incompatibility
    between dh v11 and autoconf-dickey.
    
    Drop comment from debian/compat.
---
 debian/changelog | 5 ++++-
 debian/compat    | 4 +---
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2802719..bcb6471 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,10 @@ lynx (2.8.9dev16-3) UNRELEASED; urgency=medium
 
   [ Axel Beckert ]
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
-  * Add hint to debian/compat why Lynx FTBFS with dh compat level 11.
+  * Switch to debhelper compatibility level 11.
+    + Update versioned debhelper build-depency accordingly.
+    + Use technique described in #887390 to workaround incompatibility
+      between dh v11 and autoconf-dickey.
   * Update Vcs-* headers for move to salsa.debian.org.
 
   [ Adrian Bunk ]
diff --git a/debian/compat b/debian/compat
index edb19f7..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1,3 +1 @@
-10
-# Can't switch to 11 as autoconf-dickey doesn't support --runstatedir:
-# configure: error: unrecognized option: --runstatedir=/run
+11
diff --git a/debian/control b/debian/control
index 90cb384..557745a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Axel Beckert <abe at debian.org>,
            Elimar Riesebieter <riesebie at lxtec.de>
 Homepage: https://lynx.invisible-island.net/
 Build-Depends: autoconf-dickey,
-               debhelper (>= 10),
+               debhelper (>= 11),
                gettext,
                libbsd-dev,
                libbz2-dev,
diff --git a/debian/rules b/debian/rules
index 2bbf794..b0ca680 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ endif
 	COMPRESS=/usr/bin/compress BZIP2=/bin/bzip2 UNZIP=/usr/bin/unzip \
 	ZIP=/usr/bin/zip \
 	LIBS="-lbsd" \
-	dh_auto_configure --verbose -- \
+	DH_COMPAT=10 dh_auto_configure --verbose -- \
 	--sysconfdir=/etc/lynx \
 	--enable-8bit-toupper --enable-externs --enable-debug \
 	--enable-nsl-fork --enable-cgi-links --enable-exec-links \

-- 
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