[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/20090805+git.e6b28d27+dfsg-1-13-g5dfefe8

C.J. Adams-Collier cjac at colliertech.org
Tue Feb 2 15:42:25 UTC 2010


The following commit has been merged in the master branch:
commit bb792125ba749e746b801bd8d2830f5451188d87
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date:   Mon Feb 1 17:02:57 2010 -0800

    escaping $ in makefile

diff --git a/debian/rules b/debian/rules
index 0307577..2caee08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_build: $(QUILT_STAMPFN) debian/irake.1
 
 debian/irake.1: debian/irake.pod
 	perldoc debian/irake.pod | \
-	perl -pe 's/(^\S+)\s*User Contributed Perl Documentation\s*(\S+)$/$1\t\t\t\t\t$1/' | \
+	perl -pe 's/(^\S+)\s*User Contributed Perl Documentation\s*(\S+)$$/$$1\t\t\t\t\t$$1/' | \
 	head -n -1 > debian/irake.1
 
 override_dh_clean: unpatch

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list