diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-11-12 06:47:22 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-11-12 06:48:45 +0100 |
commit | 9d0df8ac7e0cb8281eecb7a90fee91f138b1d84f (patch) | |
tree | 873ce926e936aeb75426605c1881b26f5fe9225e | |
parent | 5df0d11db8d072f91db68b3a8493822550dff7d7 (diff) | |
download | zsh-9d0df8ac7e0cb8281eecb7a90fee91f138b1d84f.tar.gz zsh-9d0df8ac7e0cb8281eecb7a90fee91f138b1d84f.zip |
Drop seemingly unneeded explicit dh_* calls and overrides
Gbp-Dch: Ignore
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 7f36ae456..7dd64ef28 100755 --- a/debian/rules +++ b/debian/rules @@ -65,10 +65,6 @@ override_dh_auto_test-arch: override_dh_auto_test-indep: -override_dh_update_autotools_config: - touch stamp-h.in - dh_update_autotools_config - override_dh_auto_configure: chmod 755 configure mkdir -p obj/testhome obj-static/testhome @@ -84,7 +80,6 @@ override_dh_auto_configure: override_dh_auto_clean: dh_auto_clean -B obj dh_auto_clean -B obj-static - dh_auto_clean override_dh_installdocs-indep: dh_installdocs -pzsh-doc --link-doc=zsh-common --doc-main-package=zsh-common |