[Pkg-ruby-extras-maintainers] r602 - in packages/libhighline-ruby/trunk: . debian debian/patches

Esteban Manchado Velázquez zoso at costa.debian.org
Fri Jun 9 22:25:10 UTC 2006


Author: zoso
Date: 2006-06-09 22:25:10 +0000 (Fri, 09 Jun 2006)
New Revision: 602

Added:
   packages/libhighline-ruby/trunk/debian/
   packages/libhighline-ruby/trunk/debian/changelog
   packages/libhighline-ruby/trunk/debian/compat
   packages/libhighline-ruby/trunk/debian/control
   packages/libhighline-ruby/trunk/debian/control.in
   packages/libhighline-ruby/trunk/debian/copyright
   packages/libhighline-ruby/trunk/debian/libhighline-ruby-doc.examples
   packages/libhighline-ruby/trunk/debian/patches/
   packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch
   packages/libhighline-ruby/trunk/debian/patches/02_remove-rubygems-require.patch
   packages/libhighline-ruby/trunk/debian/rules
   packages/libhighline-ruby/trunk/debian/watch
Log:
Load newtrunk into packages/libhighline-ruby/trunk.


Added: packages/libhighline-ruby/trunk/debian/changelog
===================================================================
--- packages/libhighline-ruby/trunk/debian/changelog	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/changelog	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,5 @@
+libhighline-ruby (1.2.0-1) unstable; urgency=low
+
+  * New package.
+
+ -- Esteban Manchado Velázquez <zoso at debian.org>  Fri,  9 Jun 2006 22:47:48 +0100

Added: packages/libhighline-ruby/trunk/debian/compat
===================================================================
--- packages/libhighline-ruby/trunk/debian/compat	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/compat	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1 @@
+4

Added: packages/libhighline-ruby/trunk/debian/control
===================================================================
--- packages/libhighline-ruby/trunk/debian/control	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/control	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,39 @@
+Source: libhighline-ruby
+Section: libs
+Priority: optional
+Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org> Daigo Moriwaki <daigo at debian.org>
+Build-Depends: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools, ruby1.8
+Standards-Version: 3.7.2
+
+Package: libhighline-ruby
+Depends: libhighline-ruby1.8
+Architecture: all
+Description: High-level interactive IO Ruby library (default Ruby version)
+ High-level IO library that provides validation, type conversion, and more for
+ command-line interfaces. HighLine also includes a complete menu system that
+ can crank out anything from simple list selection to complete shells with just
+ minutes of work.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libhighline-ruby-doc
+Section: doc
+Architecture: all
+Description: High-level interactive IO Ruby library (documentation)
+ High-level IO library that provides validation, type conversion, and more for
+ command-line interfaces. HighLine also includes a complete menu system that
+ can crank out anything from simple list selection to complete shells with just
+ minutes of work.
+ .
+ This is the documentation package, with upstream documentation as well as
+ generated rdoc.
+
+Package: libhighline-ruby1.8
+Architecture: all
+Description: High-level interactive IO Ruby library
+ High-level IO library that provides validation, type conversion, and more for
+ command-line interfaces. HighLine also includes a complete menu system that
+ can crank out anything from simple list selection to complete shells with just
+ minutes of work.

Added: packages/libhighline-ruby/trunk/debian/control.in
===================================================================
--- packages/libhighline-ruby/trunk/debian/control.in	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/control.in	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,39 @@
+Source: libhighline-ruby
+Section: libs
+Priority: optional
+Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools, ruby1.8
+Standards-Version: 3.7.2
+
+Package: libhighline-ruby
+Depends: libhighline-ruby1.8
+Architecture: all
+Description: High-level interactive IO Ruby library (default Ruby version)
+ High-level IO library that provides validation, type conversion, and more for
+ command-line interfaces. HighLine also includes a complete menu system that
+ can crank out anything from simple list selection to complete shells with just
+ minutes of work.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libhighline-ruby-doc
+Section: doc
+Architecture: all
+Description: High-level interactive IO Ruby library (documentation)
+ High-level IO library that provides validation, type conversion, and more for
+ command-line interfaces. HighLine also includes a complete menu system that
+ can crank out anything from simple list selection to complete shells with just
+ minutes of work.
+ .
+ This is the documentation package, with upstream documentation as well as
+ generated rdoc.
+
+Package: libhighline-ruby1.8
+Architecture: all
+Description: High-level interactive IO Ruby library
+ High-level IO library that provides validation, type conversion, and more for
+ command-line interfaces. HighLine also includes a complete menu system that
+ can crank out anything from simple list selection to complete shells with just
+ minutes of work.

Added: packages/libhighline-ruby/trunk/debian/copyright
===================================================================
--- packages/libhighline-ruby/trunk/debian/copyright	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/copyright	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,79 @@
+This package was debianized by Esteban Manchado Velázquez <zoso at debian.org> on
+Fri Jun  9 22:26:18 WEST 2006.
+
+It was downloaded from http://rubyforge.org/frs/?group_id=683
+
+Copyright Holders: James Edward Gray II <james at grayproductions.net> and Greg
+                   Brown. 
+
+License:
+
+Distributed under the user's choice of the GPL (see
+/usr/share/common-licenses/GPL) or the Ruby software license (see below) by
+James Edward Gray II and Greg Brown.
+
+Ruby license:
+
+HighLine is copyrighted free software by James Edward Gray II
+<james at grayproductions.net> and Greg Brown.  You can redistribute it and/or
+modify it under either the terms of the GPL (see COPYING.txt file), or the
+conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+          modifications to Usenet or an equivalent medium, or by allowing
+          the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+          with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+          together with instructions (in the manual page or equivalent)
+          on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+          the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+
+     They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+     files under the ./missing directory.  See each file for the copying
+     condition.
+
+  5. The scripts and library files supplied as input to or produced as
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them,
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+--
+The setup.rb file included in this source package 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: packages/libhighline-ruby/trunk/debian/libhighline-ruby-doc.examples
===================================================================
--- packages/libhighline-ruby/trunk/debian/libhighline-ruby-doc.examples	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/libhighline-ruby-doc.examples	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1 @@
+examples/*

Added: packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch
===================================================================
--- packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,153 @@
+diff -ur highline-1.2.0.orig/examples/ansi_colors.rb highline-1.2.0/examples/ansi_colors.rb
+--- highline-1.2.0.orig/examples/ansi_colors.rb	2006-03-23 03:03:57.000000000 +0000
++++ highline-1.2.0/examples/ansi_colors.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # ansi_colors.rb
+ #
+diff -ur highline-1.2.0.orig/examples/asking_for_arrays.rb highline-1.2.0/examples/asking_for_arrays.rb
+--- highline-1.2.0.orig/examples/asking_for_arrays.rb	2006-02-21 22:21:10.000000000 +0000
++++ highline-1.2.0/examples/asking_for_arrays.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # asking_for_arrays.rb
+ #
+diff -ur highline-1.2.0.orig/examples/basic_usage.rb highline-1.2.0/examples/basic_usage.rb
+--- highline-1.2.0.orig/examples/basic_usage.rb	2006-02-21 22:21:10.000000000 +0000
++++ highline-1.2.0/examples/basic_usage.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # basic_usage.rb
+ #
+diff -ur highline-1.2.0.orig/examples/menus.rb highline-1.2.0/examples/menus.rb
+--- highline-1.2.0.orig/examples/menus.rb	2006-02-21 22:21:10.000000000 +0000
++++ highline-1.2.0/examples/menus.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ require "rubygems"
+ require "highline/import"
+diff -ur highline-1.2.0.orig/examples/page_and_wrap.rb highline-1.2.0/examples/page_and_wrap.rb
+--- highline-1.2.0.orig/examples/page_and_wrap.rb	2006-02-21 22:21:10.000000000 +0000
++++ highline-1.2.0/examples/page_and_wrap.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # page_and_wrap.rb
+ #
+diff -ur highline-1.2.0.orig/examples/password.rb highline-1.2.0/examples/password.rb
+--- highline-1.2.0.orig/examples/password.rb	2006-02-23 17:21:42.000000000 +0000
++++ highline-1.2.0/examples/password.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ require "rubygems"
+ require "highline/import"
+diff -ur highline-1.2.0.orig/examples/trapping_eof.rb highline-1.2.0/examples/trapping_eof.rb
+--- highline-1.2.0.orig/examples/trapping_eof.rb	2006-02-21 22:21:10.000000000 +0000
++++ highline-1.2.0/examples/trapping_eof.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # trapping_eof.rb
+ #
+diff -ur highline-1.2.0.orig/examples/using_readline.rb highline-1.2.0/examples/using_readline.rb
+--- highline-1.2.0.orig/examples/using_readline.rb	2006-02-21 22:21:10.000000000 +0000
++++ highline-1.2.0/examples/using_readline.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # using_readline.rb
+ #
+diff -ur highline-1.2.0.orig/lib/highline/import.rb highline-1.2.0/lib/highline/import.rb
+--- highline-1.2.0.orig/lib/highline/import.rb	2006-03-23 04:23:11.000000000 +0000
++++ highline-1.2.0/lib/highline/import.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # import.rb
+ #
+diff -ur highline-1.2.0.orig/lib/highline/menu.rb highline-1.2.0/lib/highline/menu.rb
+--- highline-1.2.0.orig/lib/highline/menu.rb	2006-03-23 03:37:56.000000000 +0000
++++ highline-1.2.0/lib/highline/menu.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # menu.rb
+ #
+diff -ur highline-1.2.0.orig/lib/highline/question.rb highline-1.2.0/lib/highline/question.rb
+--- highline-1.2.0.orig/lib/highline/question.rb	2006-03-23 04:14:32.000000000 +0000
++++ highline-1.2.0/lib/highline/question.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # question.rb
+ #
+diff -ur highline-1.2.0.orig/lib/highline.rb highline-1.2.0/lib/highline.rb
+--- highline-1.2.0.orig/lib/highline.rb	2006-03-23 04:07:43.000000000 +0000
++++ highline-1.2.0/lib/highline.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # highline.rb
+ #
+diff -ur highline-1.2.0.orig/test/tc_highline.rb highline-1.2.0/test/tc_highline.rb
+--- highline-1.2.0.orig/test/tc_highline.rb	2006-03-23 02:55:55.000000000 +0000
++++ highline-1.2.0/test/tc_highline.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # tc_highline.rb
+ #
+@@ -252,7 +252,7 @@
+       q.glob      = "*.rb"
+     end
+     assert_instance_of(File, file)
+-    assert_equal("#!/usr/local/bin/ruby -w\n", file.gets)
++    assert_equal("#!/usr/bin/ruby -w\n", file.gets)
+     assert_equal("\n", file.gets)
+     assert_equal("# tc_highline.rb\n", file.gets)
+     file.close
+diff -ur highline-1.2.0.orig/test/tc_import.rb highline-1.2.0/test/tc_import.rb
+--- highline-1.2.0.orig/test/tc_import.rb	2006-03-23 04:05:35.000000000 +0000
++++ highline-1.2.0/test/tc_import.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # tc_import.rb
+ #
+diff -ur highline-1.2.0.orig/test/tc_menu.rb highline-1.2.0/test/tc_menu.rb
+--- highline-1.2.0.orig/test/tc_menu.rb	2006-03-23 03:37:37.000000000 +0000
++++ highline-1.2.0/test/tc_menu.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # tc_menu.rb
+ #
+diff -ur highline-1.2.0.orig/test/ts_all.rb highline-1.2.0/test/ts_all.rb
+--- highline-1.2.0.orig/test/ts_all.rb	2006-02-21 22:21:05.000000000 +0000
++++ highline-1.2.0/test/ts_all.rb	2006-06-09 22:40:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # ts_all.rb
+ #

Added: packages/libhighline-ruby/trunk/debian/patches/02_remove-rubygems-require.patch
===================================================================
--- packages/libhighline-ruby/trunk/debian/patches/02_remove-rubygems-require.patch	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/patches/02_remove-rubygems-require.patch	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,94 @@
+diff -ur highline-1.2.0.orig/examples/ansi_colors.rb highline-1.2.0/examples/ansi_colors.rb
+--- highline-1.2.0.orig/examples/ansi_colors.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/ansi_colors.rb	2006-06-09 23:10:20.000000000 +0100
+@@ -5,7 +5,7 @@
+ #  Created by James Edward Gray II on 2005-05-03.
+ #  Copyright 2005 Gray Productions. All rights reserved.
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ 
+ # Supported color sequences.
+diff -ur highline-1.2.0.orig/examples/asking_for_arrays.rb highline-1.2.0/examples/asking_for_arrays.rb
+--- highline-1.2.0.orig/examples/asking_for_arrays.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/asking_for_arrays.rb	2006-06-09 23:10:31.000000000 +0100
+@@ -5,7 +5,7 @@
+ #  Created by James Edward Gray II on 2005-07-05.
+ #  Copyright 2005 Gray Productions. All rights reserved.
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ require "pp"
+ 
+diff -ur highline-1.2.0.orig/examples/basic_usage.rb highline-1.2.0/examples/basic_usage.rb
+--- highline-1.2.0.orig/examples/basic_usage.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/basic_usage.rb	2006-06-09 23:10:44.000000000 +0100
+@@ -5,7 +5,7 @@
+ #  Created by James Edward Gray II on 2005-04-28.
+ #  Copyright 2005 Gray Productions. All rights reserved.
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ require "yaml"
+ 
+diff -ur highline-1.2.0.orig/examples/menus.rb highline-1.2.0/examples/menus.rb
+--- highline-1.2.0.orig/examples/menus.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/menus.rb	2006-06-09 23:10:47.000000000 +0100
+@@ -1,6 +1,6 @@
+ #!/usr/bin/ruby -w
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ 
+ # The old way, using ask() and say()...
+diff -ur highline-1.2.0.orig/examples/page_and_wrap.rb highline-1.2.0/examples/page_and_wrap.rb
+--- highline-1.2.0.orig/examples/page_and_wrap.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/page_and_wrap.rb	2006-06-09 23:10:49.000000000 +0100
+@@ -5,7 +5,7 @@
+ #  Created by James Edward Gray II on 2005-05-07.
+ #  Copyright 2005 Gray Productions. All rights reserved.
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ 
+ $terminal.wrap_at = 80
+diff -ur highline-1.2.0.orig/examples/password.rb highline-1.2.0/examples/password.rb
+--- highline-1.2.0.orig/examples/password.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/password.rb	2006-06-09 23:10:52.000000000 +0100
+@@ -1,6 +1,6 @@
+ #!/usr/bin/ruby -w
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ 
+ pass = ask("Enter your password:  ") { |q| q.echo = false }
+diff -ur highline-1.2.0.orig/examples/trapping_eof.rb highline-1.2.0/examples/trapping_eof.rb
+--- highline-1.2.0.orig/examples/trapping_eof.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/trapping_eof.rb	2006-06-09 23:10:54.000000000 +0100
+@@ -5,7 +5,7 @@
+ #  Created by James Edward Gray II on 2006-02-20.
+ #  Copyright 2006 Gray Productions. All rights reserved.
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ 
+ loop do
+diff -ur highline-1.2.0.orig/examples/using_readline.rb highline-1.2.0/examples/using_readline.rb
+--- highline-1.2.0.orig/examples/using_readline.rb	2006-06-09 23:08:21.000000000 +0100
++++ highline-1.2.0/examples/using_readline.rb	2006-06-09 23:10:55.000000000 +0100
+@@ -5,7 +5,7 @@
+ #  Created by James Edward Gray II on 2005-07-06.
+ #  Copyright 2005 Gray Productions. All rights reserved.
+ 
+-require "rubygems"
++# require "rubygems"    # Uncomment if using Rubygems
+ require "highline/import"
+ 
+ loop do

Added: packages/libhighline-ruby/trunk/debian/rules
===================================================================
--- packages/libhighline-ruby/trunk/debian/rules	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/rules	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# copyright 2005 by Fotón Sistemas Inteligentes
+
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+# Ruby package with setup.rb
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk


Property changes on: packages/libhighline-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libhighline-ruby/trunk/debian/watch
===================================================================
--- packages/libhighline-ruby/trunk/debian/watch	2006-06-09 22:24:44 UTC (rev 601)
+++ packages/libhighline-ruby/trunk/debian/watch	2006-06-09 22:25:10 UTC (rev 602)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=683 .*/highline-(.*)\.tgz




More information about the pkg-ruby-extras-maintainers mailing list