[DRE-commits] [ruby-beautify] 01/01: Minor packaging fixes.

Tomasz Nitecki tnnn-guest at moszumanska.debian.org
Wed Oct 22 18:38:48 UTC 2014


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

tnnn-guest pushed a commit to branch master
in repository ruby-beautify.

commit 84f322442eafda674562a56a34abea5de2631306
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date:   Wed Oct 22 20:38:12 2014 +0200

    Minor packaging fixes.
    
    Thanks to Cédric Boutillier for poining those out!
---
 debian/control         |  5 ++---
 debian/copyright       |  9 ++++++---
 debian/rbeautify.1     | 10 +++++-----
 debian/rbeautify.1.txt |  6 +++---
 4 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 0fd735f..88979b0 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # rspec (>= 0, development)
-Description: CLI binary and module that will pretty up ruby code
+Description: CLI binary and module that will pretty up Ruby code
  This package provides a CLI tool and module to make pretty up Ruby source 
  code. It can operate on both files and on STDIN, making it suitable for 
- piping. It can  also be used as a Build-Dependency for ruby-gherkin 
- (>= 2.12.2) to clean Ruby files generated by ragel.
+ piping.
diff --git a/debian/copyright b/debian/copyright
index c903d41..1736b89 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,12 +9,15 @@ License: Expat
 Files: lib/beautifier.rb
 Copyright: 2006 Paul Lutus
            2011 Craig Williams <cwilliams.allancraig at gmail.com>
-License: GPL-2+
+License: GPL-2
+Comment: original source code for lib/beautifier.rb can be found 
+ at http://www.arachnoid.com/ruby/rubyBeautifier.html
 
 Files: debian/*
 Copyright: 2014 Tomasz Nitecki <tnnn at tnnn.pl>
 License: Expat
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Comment: the Debian packaging is licensed under the same terms as the 
+ original package.
 
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
@@ -36,7 +39,7 @@ License: Expat
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-License: GPL-2+
+License: GPL-2
  This program is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
  License as published by the Free Software Foundation; either
diff --git a/debian/rbeautify.1 b/debian/rbeautify.1
index 5a376b5..8da1ffa 100644
--- a/debian/rbeautify.1
+++ b/debian/rbeautify.1
@@ -2,12 +2,12 @@
 .\"     Title: rbeautify
 .\"    Author: [see the "AUTHOR" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 10/21/2014
+.\"      Date: 10/22/2014
 .\"    Manual: \ \&
 .\"    Source: \ \&
 .\"  Language: English
 .\"
-.TH "RBEAUTIFY" "1" "10/21/2014" "\ \&" "\ \&"
+.TH "RBEAUTIFY" "1" "10/22/2014" "\ \&" "\ \&"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-rbeautify \- cli binary that will pretty up ruby code
+rbeautify \- CLI binary that will pretty up Ruby code
 .SH "SYNOPSIS"
 .sp
 \fBrbeautify\fR [\fI\-h\fR] [\fI<file>\&...\fR]
@@ -44,7 +44,7 @@ Show some help\&.
 Pretty up provided file(s)\&.
 .RE
 .sp
-If it is run it without specifying a filename, it will read from STIDN\&.
+If it is run without specifying a filename, it will read from STDIN\&.
 .SH "HISTORY"
 .sp
 The original analyzer is available at: http://www\&.arachnoid\&.com/ruby/rubyBeautifier\&.html\&.
@@ -57,4 +57,4 @@ Ernie Brodeur <ebrodeur at ujami\&.net>
 This manpage was written by Tomasz Nitecki <tnnn at tnnn\&.pl> based on original README\&.md\&.
 .SH "DATE"
 .sp
-2014\-10\-21
+2014\-10\-22
diff --git a/debian/rbeautify.1.txt b/debian/rbeautify.1.txt
index fb48555..778d849 100644
--- a/debian/rbeautify.1.txt
+++ b/debian/rbeautify.1.txt
@@ -4,7 +4,7 @@ rbeautify(1)
 
 NAME
 ----
-rbeautify - cli binary that will pretty up ruby code
+rbeautify - CLI binary that will pretty up Ruby code
 
 SYNOPSIS
 --------
@@ -18,7 +18,7 @@ OPTIONS
 *<file>...*::
   Pretty up provided file(s).
 
-If it is run it without specifying a filename, it will read from STIDN.
+If it is run without specifying a filename, it will read from STDIN.
 
 HISTORY
 -------
@@ -34,6 +34,6 @@ This manpage was written by Tomasz Nitecki <tnnn at tnnn.pl> based on original READ
 
 DATE
 ----
-2014-10-21
+2014-10-22
 
 // vim: set filetype=asciidoc:

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



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