[DRE-commits] [SCM] ruby-treetop.git branch, master, updated. debian/1.4.10-5-11-gb92c594

Cédric Boutillier boutil at debian.org
Wed Jun 19 15:56:44 UTC 2013


The following commit has been merged in the master branch:
commit f2e2710a43fe9dcd67e5996f5931e89cbcc4e2ff
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jun 19 17:27:51 2013 +0200

    refresh and forward manpage

diff --git a/debian/patches/0002-Add-a-tt-manual-page.patch b/debian/patches/0002-Add-a-tt-manual-page.patch
index 52ef42d..059c326 100644
--- a/debian/patches/0002-Add-a-tt-manual-page.patch
+++ b/debian/patches/0002-Add-a-tt-manual-page.patch
@@ -1,5 +1,6 @@
 From: Carl Worth <cworth at debian.org>
-Date: Thu, 1 Mar 2012 13:42:01 -0800
+Last-Update: 2013-06-19
+Forwarded: https://github.com/nathansobo/treetop/pull/37
 Subject: Add a tt manual page.
 
 Debian is nice enough to warn on binaries without manual pages. We can
@@ -16,7 +17,7 @@ output of "tt --help".
 
 --- /dev/null
 +++ b/doc/tt.1
-@@ -0,0 +1,82 @@
+@@ -0,0 +1,83 @@
 +.\" treetop - Bringing the simplicity of Ruby to syntactic analysis
 +.\"
 +.\" Copyright (c) 2007 Nathan Sobo.
@@ -38,12 +39,12 @@ output of "tt --help".
 +.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 +.\" OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 +.\" THE SOFTWARE.
-+.TH tt 1 2012-03-01 Treetop "Treetop v1.4.10"
++.TH tt 1 2013-06-19 Treetop "Treetop v1.4.14"
 +.SH NAME
 +tt \- Compile a treetop grammar file to ruby source code
 +.SH SYNOPSIS
 +.B tt
-+[options] grammar_file[.treetop|.tt] ...
++.RI [ options "] " grammar_file "[.treetop|.tt] ..."
 +
 +.SH DESCRIPTION
 +The
@@ -60,16 +61,17 @@ output of "tt --help".
 +Alternately, you can supply just one .treetop file and a \-o flag to
 +specify the name of the output file.
 +
-+Note: While treetop grammar files
++Note: while treetop grammar files
 +.B must
 +have a supported filename extensions, (.treetop or .tt), the extension
 +name is not required when calling the compiler with grammar file
 +names.
 +.SH OPTIONS
 +.TP 4
-+.BR "\-o, \-\-output" " FILENAME"
++.BI "\-o, \-\-output" " FILENAME"
 +
-+Write parser source to FILENAME.
++Write parser source to
++.I FILENAME.
 +.TP 4
 +.B \-f, \-\-force
 +

-- 
ruby-treetop.git



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