[DRE-commits] r5751 - in trunk/libterm-ansicolor-ruby: . debian
Ben Armstrong
synrg at alioth.debian.org
Tue Aug 3 21:38:02 UTC 2010
Author: synrg
Date: 2010-08-03 21:38:01 +0000 (Tue, 03 Aug 2010)
New Revision: 5751
Added:
trunk/libterm-ansicolor-ruby/debian/
trunk/libterm-ansicolor-ruby/debian/changelog
trunk/libterm-ansicolor-ruby/debian/compat
trunk/libterm-ansicolor-ruby/debian/control
trunk/libterm-ansicolor-ruby/debian/copyright
trunk/libterm-ansicolor-ruby/debian/rules
trunk/libterm-ansicolor-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications (1.0.4-1) to trunk
Property changes on: trunk/libterm-ansicolor-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libterm-ansicolor-ruby/debian/changelog
===================================================================
--- trunk/libterm-ansicolor-ruby/debian/changelog (rev 0)
+++ trunk/libterm-ansicolor-ruby/debian/changelog 2010-08-03 21:38:01 UTC (rev 5751)
@@ -0,0 +1,5 @@
+libterm-ansicolor-ruby (1.0.4-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #565770)
+
+ -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca> Tue, 03 Aug 2010 17:37:43 -0300
Added: trunk/libterm-ansicolor-ruby/debian/compat
===================================================================
--- trunk/libterm-ansicolor-ruby/debian/compat (rev 0)
+++ trunk/libterm-ansicolor-ruby/debian/compat 2010-08-03 21:38:01 UTC (rev 5751)
@@ -0,0 +1 @@
+5
Added: trunk/libterm-ansicolor-ruby/debian/control
===================================================================
--- trunk/libterm-ansicolor-ruby/debian/control (rev 0)
+++ trunk/libterm-ansicolor-ruby/debian/control 2010-08-03 21:38:01 UTC (rev 5751)
@@ -0,0 +1,39 @@
+Source: libterm-ansicolor-ruby
+Section: ruby
+Priority: optional
+Maintainer: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.8)
+Build-Depends-Indep: ruby1.8
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libterm-ansicolor-ruby/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libterm-ansicolor-ruby/
+Standards-Version: 3.9.0
+
+Package: libterm-ansicolor-ruby
+Architecture: all
+Depends: libterm-ansicolor-ruby1.8, ${misc:Depends}
+Description: Ruby library that colors strings using ANSI escape sequences
+ Small Ruby library that colors strings using ANSI escape sequences.
+ It's possible to use constants or unary functions. Block-forms
+ also autoreset at the block's end. It's also possible to use this
+ module as a mixin for classes of objects that respond to :to_str,
+ e.g. String.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libterm-ansicolor-ruby1.8
+Architecture: all
+Depends: ruby, ${misc:Depends}
+Description: Ruby library that colors strings using ANSI escape sequences
+ Small Ruby library that colors strings using ANSI escape sequences.
+ It's possible to use constants or unary functions. Block-forms
+ also autoreset at the block's end. It's also possible to use this
+ module as a mixin for classes of objects that respond to :to_str,
+ e.g. String.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
Added: trunk/libterm-ansicolor-ruby/debian/copyright
===================================================================
--- trunk/libterm-ansicolor-ruby/debian/copyright (rev 0)
+++ trunk/libterm-ansicolor-ruby/debian/copyright 2010-08-03 21:38:01 UTC (rev 5751)
@@ -0,0 +1,16 @@
+This package was debianized by Ben Armstrong <synrg at sanctuary.nslug.ns.ca> on
+Tue, 03 Aug 2010 17:23:40 -0300.
+
+It was downloaded from http://flori.github.com/term-ansicolor/
+
+Copyright: 2002 - 2009 Florian Frank <flori at ping.de>
+
+License:
+
+You are free to distribute this software under the terms of the GNU General
+Public License. On Debian systems, the complete text of the GNU General
+Public License can be found in the file `/usr/share/common-licenses/GPL'.
+
+The install.rb file included in the package's source is released under the GNU
+LGPL. On Debian systems, the complete text of the GNU Lesser General Public
+can be found in `/usr/share/common-licenses/LGPL'.
Added: trunk/libterm-ansicolor-ruby/debian/rules
===================================================================
--- trunk/libterm-ansicolor-ruby/debian/rules (rev 0)
+++ trunk/libterm-ansicolor-ruby/debian/rules 2010-08-03 21:38:01 UTC (rev 5751)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Term::ANSIColor package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
Property changes on: trunk/libterm-ansicolor-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libterm-ansicolor-ruby/debian/watch
===================================================================
--- trunk/libterm-ansicolor-ruby/debian/watch (rev 0)
+++ trunk/libterm-ansicolor-ruby/debian/watch 2010-08-03 21:38:01 UTC (rev 5751)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=391 .*term-ansicolor-(.*)\.t.*
More information about the Pkg-ruby-extras-commits
mailing list