diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-08-11 02:42:25 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-08-11 02:42:25 +0200 |
commit | 9574eafef6552a7ab3197ed5c8afd64941312d42 (patch) | |
tree | 3551f53512145e5e54b897d504ebae2b2b744ac9 | |
parent | e795f448b745ec049ba74a3656343a4b2ab179ab (diff) | |
download | zsh-9574eafef6552a7ab3197ed5c8afd64941312d42.tar.gz zsh-9574eafef6552a7ab3197ed5c8afd64941312d42.zip |
Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean)
Also remove just added Lintian override again.
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index c4cd9c06f..50d8d3f9f 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 433052c88..000000000 --- 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 |