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

Axel Beckert abe at deuxchevaux.org
Sat Jan 5 05:57:33 UTC 2013


The following commit has been merged in the abe/no-beta branch:
commit 4bc34d4c08eca60070bc74a4f243e377b4177c9e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 5 06:09:00 2013 +0100

    debian/rules: Don't line-break sed expressions. Do line-break before their file parameters

diff --git a/debian/rules b/debian/rules
index ca2b4cb..c4d1b7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,8 @@ configure-static-stamp: configure
 	mkdir obj-static
 	dh_auto_configure -B obj-static -- $(CONFIGFLAGS) $(STATICFLAGS)
 #	cp debian/static.conf obj-static/Src/mymods.conf
-	sed -i -e 's/files.mdd link=no/files.mdd link=static/;s/stat.mdd link=no/stat.mdd link=static/' obj-static/config.modules
+	sed -i -e 's/files.mdd link=no/files.mdd link=static/;s/stat.mdd link=no/stat.mdd link=static/' \
+	    obj-static/config.modules
 	touch $@
 
 clean:
@@ -157,8 +158,7 @@ binary-arch-dynamic: build-arch
 	dh_link    -pzsh -pzsh-common             -pzsh-dbg
 	dh_install -pzsh -pzsh-common             -pzsh-dbg
 
-	sed -i -e 's,^local HELPDIR=.*,local HELPDIR=$${HELPDIR:-/usr/share/zsh/help},; \
-                   s,:-more,:-/usr/bin/pager,;'                                         \
+	sed -i -e 's,^local HELPDIR=.*,local HELPDIR=$${HELPDIR:-/usr/share/zsh/help},; s,:-more,:-/usr/bin/pager,;' \
 		debian/zsh-common/usr/share/zsh/functions/Misc/run-help
 	sed -i -e '1!b;s:^#!.*[ /]zsh:#!/bin/zsh:;s#/usr/local/bin#/usr/bin#;' \
 		`find debian/zsh-common/usr/share/zsh/functions -type f`

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list