[DRE-commits] [ruby-treetop] 03/07: remove 0002-Add-a-tt-manual-page.patch, applied upstream

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 22 13:12:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-treetop.

commit bd7e4f09bfb88c35d212ca29eb2a0ba98febdf1a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Sep 22 14:56:58 2014 +0200

    remove 0002-Add-a-tt-manual-page.patch, applied upstream
---
 debian/patches/0002-Add-a-tt-manual-page.patch | 103 -------------------------
 debian/patches/series                          |   1 -
 2 files changed, 104 deletions(-)

diff --git a/debian/patches/0002-Add-a-tt-manual-page.patch b/debian/patches/0002-Add-a-tt-manual-page.patch
deleted file mode 100644
index 059c326..0000000
--- a/debian/patches/0002-Add-a-tt-manual-page.patch
+++ /dev/null
@@ -1,103 +0,0 @@
-From: Carl Worth <cworth at debian.org>
-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
-be nice enough to provide one. Most of the text here comes from:
-
-    http://treetop.rubyforge.org/using_in_ruby.html
-
-Some additional text, (including the available options), come from the
-output of "tt --help".
----
- doc/tt.1 |   82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 82 insertions(+), 0 deletions(-)
- create mode 100644 doc/tt.1
-
---- /dev/null
-+++ b/doc/tt.1
-@@ -0,0 +1,83 @@
-+.\" 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 2013-06-19 Treetop "Treetop v1.4.14"
-+.SH NAME
-+tt \- Compile a treetop grammar file to ruby source code
-+.SH SYNOPSIS
-+.B tt
-+.RI [ options "] " grammar_file "[.treetop|.tt] ..."
-+
-+.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.
-+
-+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
-+.BI "\-o, \-\-output" " FILENAME"
-+
-+Write parser source to
-+.I FILENAME.
-+.TP 4
-+.B \-f, \-\-force
-+
-+Overwrite existing output file(s)
-+.TP 4
-+.B \-v, \-\-version
-+
-+Show Treetop version
-+.TP 4
-+.B \-h, \-\-help
-+
-+.SH EXAMPLES
-+.TP 4
-+1 grammar -> 1 parser source
-+
-+tt foo.tt
-+.TP 4
-+2 grammars -> 2 separate parsers
-+
-+tt foo bar.treetop
-+.TP 4
-+Alternately named output file
-+
-+tt \-o alterate_name.rb foo
-+.SH SEE ALSO
-+
-+The treetop website:
-+
-+.B http://treetop.rubyforge.org
diff --git a/debian/patches/series b/debian/patches/series
index 2be2c6f..f8219be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0001-Do-not-require-rubygems.patch
-0002-Add-a-tt-manual-page.patch
 0004-privacy-breach.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-treetop.git



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