[DRE-commits] [SCM] ruby-treetop.git branch, master, updated. upstream/1.4.10-22-g9fb36ef

Carl Worth cworth at debian.org
Thu Mar 1 22:48:02 UTC 2012


The following commit has been merged in the master branch:
commit 90a5002d762ada076bcdbcfe2d3e7589e308540a
Author: Carl Worth <cworth at debian.org>
Date:   Thu Mar 1 13:07:44 2012 -0800

    Add patch to add tt manual page.
    
    Debian is nice enough to warn on binaries without manual pages. We can
    be nice enough to provide one. Most of the text here comes from:
    
    http://treetop.rubyforge.org/using_in_ruby.html

diff --git a/debian/patches/add-tt-manual-page.patch b/debian/patches/add-tt-manual-page.patch
new file mode 100644
index 0000000..eb0a1ca
--- /dev/null
+++ b/debian/patches/add-tt-manual-page.patch
@@ -0,0 +1,63 @@
+Description: Add a manual page for the tt command.
+ Debian is nice enough to warn on binaries without manual pages. We can
+ be nice enough to provide one. Most of the text here comes from:
+ .  
+ http://treetop.rubyforge.org/using_in_ruby.html
+ .
+ ruby-treetop (1.4.10-1) UNRELEASED; urgency=low
+ .
+   * Initial release (Closes: #624624)
+Author: Carl Worth <cworth at debian.org>
+
+--- /dev/null
++++ ruby-treetop-1.4.10/doc/tt.1
+@@ -0,0 +1,49 @@
++.\" treetop - Bringing the simplicity of Ruby to syntactic analysis
++.\"
++.\" Copyright (c) 2007 Nathan Sobo.
++.\" 
++.\" Permission is hereby granted, free of charge, to any person obtaining a copy
++.\" of this software and associated documentation files (the "Software"), to deal
++.\" in the Software without restriction, including without limitation the rights
++.\" to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
++.\" copies of the Software, and to permit persons to whom the Software is
++.\" furnished to do so, subject to the following conditions:
++.\" 
++.\" The above copyright notice and this permission notice shall be included in
++.\" all copies or substantial portions of the Software.
++.\" 
++.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
++.\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++.\" 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
++.SH NAME
++tt \- Compile a treetop grammar file to ruby source code
++.SH SYNOPSIS
++.B tt
++foo.treetop bar.treetop [...]
++
++.B tt
++foo.treetop -o foogrammar.rb
++.SH DESCRIPTION
++The
++.B tt
++program is a command-line script to compile .treetop files into Ruby
++source code.
++
++The
++.B tt
++program takes a list of files with a .treetop extension and compiles
++them into .rb files of the same name. You can then require these files
++like any other Ruby script.
++
++Alternately, you can supply just one .treetop file and a -o flag to
++specify the name of the output file.
++.SH SEE ALSO
++
++The treetop website:
++
++.B http://treetop.rubyforge.org
diff --git a/debian/patches/series b/debian/patches/series
index 1f6221c..de92396 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 do-not-require-rubygems.patch
+add-tt-manual-page.patch

-- 
ruby-treetop.git



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