[pkg-lynx-commits] [lynx-cur] 02/05: Use "dh_update_autotools_config" instead of "--with autotools"

Axel Beckert abe at deuxchevaux.org
Mon Oct 30 15:37:08 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 41161d94ec00381d67ca1ea37dd68aa0a8b48bd4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Oct 30 16:20:15 2017 +0100

    Use "dh_update_autotools_config" instead of "--with autotools"
    
    Drop build-dependency on autotools-dev.
---
 debian/changelog | 2 ++
 debian/control   | 3 +--
 debian/rules     | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8521ec..44a7597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ lynx (2.8.9dev16-2) UNRELEASED; urgency=low
 
   [ Axel Beckert ]
   * Set "Rules-Requires-Root: no".
+  * Use "dh_update_autotools_config" instead of "--with autotools".
+    + Drop build-dependency on autotools-dev.
 
  -- Denis Briand <debian at denis-briand.fr>  Fri, 11 Aug 2017 22:13:43 +0200
 
diff --git a/debian/control b/debian/control
index 8467906..df9c742 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Uploaders: Axel Beckert <abe at debian.org>,
            Andy Valencia <lynxomatic at gmail.com>,
            Elimar Riesebieter <riesebie at lxtec.de>
 Homepage: http://lynx.invisible-island.net/
-Build-Depends: autotools-dev,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                gettext,
                libbsd-dev,
                libbz2-dev,
diff --git a/debian/rules b/debian/rules
index a38ff14..21b56e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ else
 	sed -i -e s/libgnutls28-dev/libssl-dev/g debian/control
 endif
 
+	dh_update_autotools_config
 	env cf_cv_SYSTEM_MAIL=/usr/sbin/sendmail \
 	COMPRESS=/usr/bin/compress BZIP2=/bin/bzip2 UNZIP=/usr/bin/unzip \
 	ZIP=/usr/bin/zip \
@@ -50,4 +51,4 @@ override_dh_link:
 	dh_link
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel

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