[Pkg-zsh-commits] [zsh] 04/05: debian/rules: Drop some no more needed, fitting or relevant comments

Axel Beckert abe at deuxchevaux.org
Sun Nov 12 06:28:04 UTC 2017


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

abe pushed a commit to branch min-dh-oot
in repository zsh.

commit 616bc13ee40733d7c7c2f442c0c6e3baa45ef0a7
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Nov 12 07:06:01 2017 +0100

    debian/rules: Drop some no more needed, fitting or relevant comments
---
 debian/rules | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index efe0651..4e04d12 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)'
 

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