[Pkg-zsh-commits] [zsh] 01/01: Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean)

Axel Beckert abe at deuxchevaux.org
Fri Aug 11 00:43:13 UTC 2017


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

abe pushed a commit to branch debian
in repository zsh.

commit 9574eafef6552a7ab3197ed5c8afd64941312d42
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Aug 11 02:42:25 2017 +0200

    Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean)
    
    Also remove just added Lintian override again.
---
 debian/rules                    | 3 +--
 debian/source/lintian-overrides | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c4cd9c0..50d8d3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ build-debug: build
 
 configure:
 	touch stamp-h.in
-	dh_autotools-dev_updateconfig
+	dh_update_autotools_config
 	dh_autoreconf
 
 configure-stamp: configure
@@ -95,7 +95,6 @@ configure-static-stamp: configure
 clean:
 	dh_testdir
 	dh_autoreconf_clean
-	dh_autotools-dev_restoreconfig
 	rm -f build build-static
 	dh_auto_clean -B obj
 	dh_auto_clean -B obj-static
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 433052c..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Bug in Lintian, see #871711
-zsh source: missing-build-dependency-for-dh_-command dh_autotools-dev_restoreconfig => autotools-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list