[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:19 UTC 2010


The following commit has been merged in the master branch:
commit 4e2a535a56428fe79f0beec8134ca093ba112299
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date:   Mon Feb 1 15:49:35 2010 -0800

    added placeholder man page for irake

diff --git a/debian/control b/debian/control
index 09d32d0..ba06ab7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends-Indep: mono-devel (>= 2.4.2.3),
                      mono-xbuild (>= 2.4.2.3),
                      libmono-system2.0-cil,
                      libmono-system-data2.0-cil,
-                     libmono-system-runtime2.0-cil
+                     libmono-system-runtime2.0-cil,
+                     perl-doc
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/dlr-languages.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/dlr-languages.git
diff --git a/debian/irake.pod b/debian/irake.pod
new file mode 100644
index 0000000..36b82e0
--- /dev/null
+++ b/debian/irake.pod
@@ -0,0 +1,9 @@
+=head1 NAME
+
+ irake - a thin wrapper around the rake gem
+
+=head1 SEE ALSO
+
+ rake(1)
+
+=cut
diff --git a/debian/rules b/debian/rules
index 5922767..4ae8b39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ DEB_CLI_API_VERSION = 20090805+git.e6b28d27
 include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 
-override_dh_auto_build: $(QUILT_STAMPFN)
+override_dh_auto_build: $(QUILT_STAMPFN) debian/irake.1
 	for configuration in Debug;\
 	do \
 		for sln in Merlin/Main/Languages/Ruby/Ruby.sln \
@@ -32,10 +32,14 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 		done ;\
 	done
 
+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/' | \
+	head -n -1 > debian/irake.1
+
 override_dh_clean: unpatch
 	xbuild /t:Clean Merlin/Main/Languages/Ruby/Ruby.sln
 	xbuild /t:Clean Merlin/Main/Languages/IronPython/IronPython.sln
-	
 	# clean it good
 	rm -rf Merlin/Main/Bin/
 	find Merlin/ ndp/ \

-- 
ironruby



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