[DRE-commits] r6004 - in trunk/colored: . debian debian/source

Antono Vasiljev ant0no-guest at alioth.debian.org
Mon Jan 17 09:02:26 UTC 2011


Author: ant0no-guest
Date: 2011-01-17 09:02:23 +0000 (Mon, 17 Jan 2011)
New Revision: 6004

Added:
   trunk/colored/debian/
   trunk/colored/debian/changelog
   trunk/colored/debian/compat
   trunk/colored/debian/control
   trunk/colored/debian/copyright
   trunk/colored/debian/rules
   trunk/colored/debian/source/
   trunk/colored/debian/source/format
   trunk/colored/debian/watch
Log:
[svn-inject] Applying Debian modifications (1.2-1) to trunk


Property changes on: trunk/colored/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/colored/debian/changelog
===================================================================
--- trunk/colored/debian/changelog	                        (rev 0)
+++ trunk/colored/debian/changelog	2011-01-17 09:02:23 UTC (rev 6004)
@@ -0,0 +1,5 @@
+colored (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Antono Vasiljev <antono.vasiljev at gmail.com>  Mon, 17 Jan 2011 09:31:22 +0200

Added: trunk/colored/debian/compat
===================================================================
--- trunk/colored/debian/compat	                        (rev 0)
+++ trunk/colored/debian/compat	2011-01-17 09:02:23 UTC (rev 6004)
@@ -0,0 +1 @@
+7

Added: trunk/colored/debian/control
===================================================================
--- trunk/colored/debian/control	                        (rev 0)
+++ trunk/colored/debian/control	2011-01-17 09:02:23 UTC (rev 6004)
@@ -0,0 +1,23 @@
+Source: colored
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Antono Vasiljev <antono.vasiljev at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Vcs-Git: git://github.com/defunkt/colored.git
+Vcs-Browser: https://github.com/defunkt/colored
+Homepage: http://github.com/defunkt/colored
+
+Package: ruby-colored
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ANSI colors for ruby strings
+   >> puts "this is red".red
+   >> puts "this is red with a blue background (read: ugly)".red_on_blue
+   >> puts "this is red with an underline".red.underline
+   >> puts "this is really bold and really blue".bold.blue
+   >> logger.debug "hey this is broken!".red_on_yellow     # in rails
+   >> puts Color.red "This is red" # but this part is mostly untested
+ .

Added: trunk/colored/debian/copyright
===================================================================
--- trunk/colored/debian/copyright	                        (rev 0)
+++ trunk/colored/debian/copyright	2011-01-17 09:02:23 UTC (rev 6004)
@@ -0,0 +1,20 @@
+Copyright (c) 2010 Chris Wanstrath
+
+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.

Added: trunk/colored/debian/rules
===================================================================
--- trunk/colored/debian/rules	                        (rev 0)
+++ trunk/colored/debian/rules	2011-01-17 09:02:23 UTC (rev 6004)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+%:
+	dh $@ --buildsystem=ruby


Property changes on: trunk/colored/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/colored/debian/source/format
===================================================================
--- trunk/colored/debian/source/format	                        (rev 0)
+++ trunk/colored/debian/source/format	2011-01-17 09:02:23 UTC (rev 6004)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/colored/debian/watch
===================================================================
--- trunk/colored/debian/watch	                        (rev 0)
+++ trunk/colored/debian/watch	2011-01-17 09:02:23 UTC (rev 6004)
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/colored .*/colored-(.*).tar.gz




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