From 630e25a83813e8193eca6ebb0a0b3b0230f86e2c Mon Sep 17 00:00:00 2001
From: Nandaja Varma <nandaja.varma@gmail.com>
Date: Fri, 2 Nov 2012 22:14:32 +0400
Subject: [PATCH] Corrections made

---
 debian/control             |    6 +++---
 debian/copyright           |   33 ++++++++++++++++++++++++++-------
 debian/ruby-columnize.docs |    1 -
 3 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index ce140c0..47bdc98 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,10 @@ Package: ruby-columnize
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Module to format an Array as an Array of String aligned in columns
+Description: Ruby library to format arrays as column-aligned strings
  In showing a long lists, sometimes one would prefer to see the value
- arranged aligned in columns. Some examples include listing methods
- of an object or debugger commands.
+ arranged aligned in columns.Some examples include listing methods
+ of an object or debugger commands.This Ruby library helps in aligning so.
  .
  See Examples in the rdoc documentation for examples.

diff --git a/debian/copyright b/debian/copyright
index d91d92e..6685ee2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,14 +4,13 @@ Source:://github.com/rocky/columnize

 Files: *
 Copyright: 2011 Rocky Bernstein <rockyb@rubyforge.org>
-License: Ruby's License
+License: Ruby | GPL
+License: Ruby | GPL

 Files: debian/*
 Copyright: 2012 Nandaja Varma <nandaja.varma@gmail.com>
-License: Ruby's License
+License: Ruby | GPL

-License: Ruby's License
- Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.co.jp>.
+License: Ruby
  You can redistribute it and/or modify it under either the terms of the GPL
  (see COPYING.txt file), or the conditions below:
  .
@@ -68,7 +67,27 @@ License: Ruby's License
       IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       PURPOSE.
- .
- On Debian systems, the full text of the GNU General Public License
- can be found in the file `/usr/share/common-licenses/GPL'.
+
+License: GPL
+ 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
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+

diff --git a/debian/ruby-columnize.docs b/debian/ruby-columnize.docs
index a76f460..5aba7bd 100644
--- a/debian/ruby-columnize.docs
+++ b/debian/ruby-columnize.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
  README.md
--
1.7.10.4

                                                                                                                          

