[pkg-lynx-commits] [Git][lynx-team/lynx][master] Switch to debhelper compatibility level 11

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


Axel Beckert pushed to branch master at Debian Lynx Packaging Team / lynx


Commits:
38ce1bfa by Axel Beckert at 2018-02-19T19:56:27+01:00
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.

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- 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 ]


=====================================
debian/compat
=====================================
--- 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


=====================================
debian/control
=====================================
--- 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,


=====================================
debian/rules
=====================================
--- 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 \



View it on GitLab: https://salsa.debian.org/lynx-team/lynx/commit/38ce1bfacc8123ecdb5e0291829536e5e8c129de

---
View it on GitLab: https://salsa.debian.org/lynx-team/lynx/commit/38ce1bfacc8123ecdb5e0291829536e5e8c129de
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-lynx-commits/attachments/20180219/b8f31183/attachment-0001.html>


More information about the pkg-lynx-commits mailing list