[Pkg-zsh-commits] [SCM] Debian zsh package branch, abe/no-beta, updated. debian/5.0.2-2-26-g5246fda

Axel Beckert abe at deuxchevaux.org
Sun Jan 13 00:18:01 UTC 2013


The following commit has been merged in the abe/no-beta branch:
commit b607fe2e3704e8f150b9c801b9c3246fef3e57f7
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 12 23:55:15 2013 +0100

    Reduce some occurrences of multiple whitespaces into single ones

diff --git a/debian/rules b/debian/rules
index 5ffa54b..deaba33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 INSTALL = install
-INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
+INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755
 
 package=zsh
 ifeq (zsh-beta,$(package))
@@ -161,7 +161,7 @@ endif
 
 # functions
 	dh_installexamples -p$(package)-common -X.distfiles
-	cd  debian/$(package)-common/usr/share/doc/$(package)-common/examples/; mv Example Functions
+	cd debian/$(package)-common/usr/share/doc/$(package)-common/examples/; mv Example Functions
 	sed -i -e '1!b;s:^#!.*[ /]zsh:#!/bin/$(package):;s#/usr/local/bin#/usr/bin#' \
 	   debian/$(package)-common/usr/share/doc/$(package)-common/examples/Misc/*
 

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list