[DRE-commits] [SCM] ruby-cutest.git branch, master, updated. upstream/1.1.2-7-g6d8d505

parimbra parimbra at redhat.com
Sun Aug 28 10:21:31 UTC 2011


The following commit has been merged in the master branch:
commit 96f2117c20611d61b777e4e0c487a9a9d1c3cf26
Author: parimbra <parimbra at redhat.com>
Date:   Sun Aug 28 15:49:10 2011 +0530

    add manpage for bin/cutest

diff --git a/debian/cutest.1.pod b/debian/cutest.1.pod
new file mode 100644
index 0000000..e56ea86
--- /dev/null
+++ b/debian/cutest.1.pod
@@ -0,0 +1,28 @@
+=head1 NAME
+
+cutest - cutest allows running tests in separate processes
+
+=head1 SYNOPSIS
+
+cutest [OPTION]... [FILE]...
+
+=head1 DESCRIPTION
+
+B<cutest> run tests in separate processes to avoid shared state.
+
+-r	required libraries or helpers
+
+-v 	version
+
+=head1 USAGE
+
+EXAMPLES:
+
+$ cutest -r test/helper.rb test/*_test.rb
+
+=head1 AUTHORS
+
+Damian Janowski <djanowski at dimaion.com> and Michel Martens <michel at soveran.com>
+
+This manual page is written by Praveen Arimbrathodiyl <pravi.a at gmail.com> for
+Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..900bbc8
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/*.[0-9]
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index a5e7dc8..b6bad2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,14 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+build:
+	dh build --buildsystem=ruby --with ruby
+	pod2man  --section=1 --release="cutest-1.1.2" \
+	  --center="Debian GNU System" debian/cutest.1.pod \
+	  >debian/cutest.1
+
+clean:
+	dh clean --buildsystem=ruby --with ruby
+	if [ -f debian/cutest.1 ]; then rm debian/cutest.1; fi
+

-- 
ruby-cutest.git



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