[DRE-commits] [hiki] 04/07: d/rules: do not change interpreter to 1.8

Jonas Genannt jonas at brachium-system.net
Wed Jan 15 10:58:20 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository hiki.

commit 7b0e2e852bbcfa35c35ec89749ca3c49eccaa65b
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Jan 15 11:47:45 2014 +0100

    d/rules: do not change interpreter to 1.8
---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a361ad4..3f064b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,5 @@ install/hiki::
 	mv $(CURDIR)/debian/hiki/usr/share/hiki/misc/i18n/hikiconf.rb.sample.en $(CURDIR)/debian/hiki/usr/share/doc/hiki/examples/hikiconf.rb.sample.en && rmdir $(CURDIR)/debian/hiki/usr/share/hiki/misc/i18n
 	ln -s hikiconf.rb.sample.en $(CURDIR)/debian/hiki/usr/share/doc/hiki/examples/hikiconf.rb.sample.de
 	mv $(CURDIR)/debian/hiki/usr/share/hiki/data/text $(CURDIR)/debian/hiki/usr/share/hiki/misc/text/default.ja
-	find $(CURDIR)/debian/hiki \( -name '*.cgi' -o -name '*.rb' \) -print0 | \
-		xargs -0r -n1 perl -i -npe '$$i++; $$i==1 and s|^#!\s*(?:/usr)?/bin/env ruby|#!/usr/bin/ruby1.8|'
 	chmod 755 $(CURDIR)/debian/hiki/usr/share/hiki/hiki/auth/typekey.rb
 	chmod 755 $(CURDIR)/debian/hiki/usr/share/hiki/misc/webrick/hikilet.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/hiki.git



More information about the Pkg-ruby-extras-commits mailing list