[DRE-commits] [SCM] rttool.git branch, master, updated. debian/1.0.3.0-2-1-g4e9bdec
Youhei SASAKI
uwabami at gfd-dennou.org
Wed Jul 4 08:18:32 UTC 2012
The following commit has been merged in the master branch:
commit 4e9bdecb8a7c0010f68604d96ee8765313790f30
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Wed Jul 4 09:14:13 2012 +0100
Remove SVN $Id$ from manpage
Thanks to Salvatore Bonaccorso (Closes: #680128)
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
diff --git a/debian/changelog b/debian/changelog
index 852f516..d776287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rttool (1.0.3.0-3) unstable; urgency=low
+
+ * Remove SVN $Id$ from manpage
+ - Thanks to Salvatore Bonaccorso (Closes: #680128)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Wed, 04 Jul 2012 09:15:02 +0100
+
rttool (1.0.3.0-2) unstable; urgency=low
* Team upload.
diff --git a/debian/rt2.1 b/debian/rt2.1
new file mode 100644
index 0000000..b78adda
--- /dev/null
+++ b/debian/rt2.1
@@ -0,0 +1,34 @@
+.\" DO NOT MODIFY THIS FILE! it was generated by rd2
+.TH RT2 1 "July 2012"
+.SH NAME
+.PP
+rt2 \- converter from RT to other mark\-up language.
+.SH SYNOPSIS
+.nf
+\& rt2 [\-r <visitor>] [options] <file>
+.fi
+.SH DESCRIPTION
+.PP
+rt2 inputs from <file> and outputs in \&\fBSTDOUT\fP. you can
+choose <visitor> to select output format. For example, use
+"rt/rt2html\-lib.rb" to turn it into HTML.
+.SH OPTIONS
+.PP
+please check the output of
+.nf
+\& % rt2 \-\-help
+.fi
+.PP
+and
+.nf
+\& % rt2 \-r rt/rt2html\-lib.rb \-\-help
+.fi
+.SH FILES
+.IP
+.B
+\(bu
+~/.rt2rc \- User configuration file.
+.SH SEE ALSO
+.PP
+ruby(1)
+
diff --git a/debian/rules b/debian/rules
index 689eea0..3943768 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,6 @@
%:
dh $@ --buildsystem=ruby --with ruby
-override_dh_auto_configure:
- ruby1.8 /usr/bin/rd2 -r rd/rd2man-lib -oRT2 bin/rt/rt2
- mv $(CURDIR)/RT2.1 $(CURDIR)/debian/rt2.1
-
override_dh_auto_install:
dh_auto_install
rm -fr $(CURDIR)/debian/rttool/usr/bin/*
@@ -18,4 +14,3 @@ override_dh_installchangelogs:
override_dh_auto_clean:
dh_auto_clean
- rm -f debian/*.1
--
rttool.git
More information about the Pkg-ruby-extras-commits
mailing list