[DRE-commits] [SCM] ruby-rainbow.git branch, master, updated. upstream/1.1.4-2-g0fa7d43

Nitesh A Jain niteshjain92 at gmail.com
Sat Jun 1 11:18:04 UTC 2013


The following commit has been merged in the master branch:
commit 0fa7d43af3fa35df7566ce84eba1033038950b0f
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Sat Jun 1 16:47:47 2013 +0530

    updated changelog copyright control

diff --git a/debian/changelog b/debian/changelog
index a05e0c2..e4da243 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-rainbow (1.1.4-1) UNRELEASED; urgency=low
+ruby-rainbow (1.1.4-1) experimental; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #708532)
 
- -- niteshjain-guest <niteshjain92 at gmail.com>  Mon, 20 May 2013 18:40:33 +0530
+ -- Nitesh A Jain <niteshjain92 at gmail.com>  Thu, 16 May 2013 17:16:31 +0530
diff --git a/debian/control b/debian/control
index c46a9eb..6f95d37 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,21 @@ Source: ruby-rainbow
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: niteshjain-guest <niteshjain92 at gmail.com>
-DM-Upload-Allowed: yes
+Uploaders: Nitesh A Jain <niteshjain92 at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rainbow.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rainbow.git;a=summary
-Homepage: http://ku1ik.com/
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rainbow.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rainbow.git;a=summary
+Homepage: https://github.com/sickill/rainbow
 XS-Ruby-Versions: all
 
 Package: ruby-rainbow
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Rainbow extends ruby String class enabling coloring text on ANSI terminals
- <insert long description, indented with spaces>
+Description: Extension of Ruby String class enabling colored text on ANSI terminals
+ Rainbow extends the ruby string class to enable coloring text on 
+ ANSI terminals
+ It adds methods to the String class and allowing the use of 
+ foreground and background color, bright, italic, underline,
+ blink, reverse, hide and reset on text for ANSI terminals.
diff --git a/debian/copyright b/debian/copyright
index 9c90238..f93229d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,32 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: rainbow
-Source: FIXME <http://example.com/>
+Source: https://github.com/sickill/rainbow
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- 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.
+Copyright: 2008 Marcin Kulik <marcin.kulik at gmail.com>
+License: Expat
+ 
+Files: debian/*
+Copyright: 2013 Nitesh A Jain <niteshjain92 at gmail.com>
+License: Expat
+
+License: Expat
+ 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:
  .
- 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
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- 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'.
-
-Files: debian/*
-Copyright: 2013 niteshjain-guest <niteshjain92 at gmail.com>
-License:
- [LICENSE TEXT]
+ 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.

-- 
ruby-rainbow.git



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