diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-11-12 07:06:01 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-11-12 07:07:51 +0100 |
commit | 616bc13ee40733d7c7c2f442c0c6e3baa45ef0a7 (patch) | |
tree | 7ec438ede4e8c03dc133ed860538b9f9f79dce9d | |
parent | fd3672873e01cea3c2c8952828caba44686fe981 (diff) | |
download | zsh-616bc13ee40733d7c7c2f442c0c6e3baa45ef0a7.tar.gz zsh-616bc13ee40733d7c7c2f442c0c6e3baa45ef0a7.zip |
debian/rules: Drop some no more needed, fitting or relevant comments
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index efe06517f..4e04d1282 100755 --- a/debian/rules +++ b/debian/rules @@ -72,7 +72,6 @@ override_dh_auto_configure: mkdir -p obj/testhome obj-static/testhome dh_auto_configure -B obj -- $(CONFIGFLAGS) dh_auto_configure -B obj-static -- $(CONFIGFLAGS) $(STATICFLAGS) -# cp debian/static.conf obj-static/Src/mymods.conf sed -e 's/#define VENDOR "pc"/#define VENDOR "$(VENDOR)"/' \ -i obj/config.h obj-static/config.h @@ -115,7 +114,6 @@ override_dh_auto_install-indep: build-dynamic sed -i -e 's/<BODY.*>/<BODY LANG="EN">/' debian/zsh-doc/usr/share/doc/zsh-common/html/*.html override_dh_installexamples-indep: -# functions dh_installexamples -pzsh-common -X.distfiles cd debian/zsh-common/usr/share/doc/zsh-common/examples/; mv Example Functions sed -i -e '1!b;s:^#!.*[ /]zsh:#!/bin/zsh:;s#/usr/local/bin#/usr/bin#' \ @@ -134,7 +132,6 @@ override_dh_compress-indep: dh_compress -i -Xpdf override_dh_auto_install-arch: -# modules cd obj && $(MAKE) install.bin DESTDIR=$(CURDIR)/debian/zsh INSTALL_PROGRAM='$(INSTALL_PROGRAM)' cd obj && $(MAKE) install.modules DESTDIR=$(CURDIR)/debian/zsh INSTALL_PROGRAM='$(INSTALL_PROGRAM)' |