[DRE-commits] r2670 - in packages/libopen4-ruby/trunk: . debian

roberto at alioth.debian.org roberto at alioth.debian.org
Sat Apr 19 00:31:32 UTC 2008


Author: roberto
Date: 2008-04-19 00:31:31 +0000 (Sat, 19 Apr 2008)
New Revision: 2670

Added:
   packages/libopen4-ruby/trunk/debian/
   packages/libopen4-ruby/trunk/debian/changelog
   packages/libopen4-ruby/trunk/debian/compat
   packages/libopen4-ruby/trunk/debian/control
   packages/libopen4-ruby/trunk/debian/copyright
   packages/libopen4-ruby/trunk/debian/docs
   packages/libopen4-ruby/trunk/debian/examples
   packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.dirs
   packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.install
   packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.dirs
   packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.install
   packages/libopen4-ruby/trunk/debian/rules
   packages/libopen4-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/libopen4-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/libopen4-ruby/trunk/debian/changelog
===================================================================
--- packages/libopen4-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/changelog	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1,6 @@
+libopen4-ruby (0.9.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #426032)
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 15 Apr 2008 11:11:08 -0400
+

Added: packages/libopen4-ruby/trunk/debian/compat
===================================================================
--- packages/libopen4-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/compat	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1 @@
+5

Added: packages/libopen4-ruby/trunk/debian/control
===================================================================
--- packages/libopen4-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/control	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1,40 @@
+Source: libopen4-ruby
+Section: libs
+Priority: extra
+Maintainer: Athena Capital Research <acr-debian at athenacr.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Roberto C. Sanchez <roberto at connexer.com>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8)
+Standards-Version: 3.7.3
+Homepage: http://www.codeforpeople.com/lib/ruby/open4/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libopen4-ruby/
+Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libopen4-ruby/
+
+Package: libopen4-ruby
+Architecture: all
+Depends: libopen4-ruby1.8
+Description: library for managing child processes in Ruby
+ Open4 lets you open child process with handles on pid, stdin, stdout, and
+ stderr: manage child processes and their I/O handles easily.
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8).
+
+Package: libopen4-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: library for managing child processes (Ruby 1.8)
+ Open4 lets you open child process with handles on pid, stdin, stdout, and
+ stderr: manage child processes and their I/O handles easily.
+ .
+ This package is built for Ruby 1.8.
+
+Package: libopen4-ruby1.9
+Architecture: all
+Depends: ruby1.9
+Description: library for managing child processes (Ruby 1.9)
+ Open4 lets you open child process with handles on pid, stdin, stdout, and
+ stderr: manage child processes and their I/O handles easily.
+ .
+ This package is built for Ruby 1.9.
+

Added: packages/libopen4-ruby/trunk/debian/copyright
===================================================================
--- packages/libopen4-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/copyright	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1,73 @@
+Upstream source location: http://rubyforge.org/frs/?group_id=182
+
+Files: *
+Copyright: (c) 2005-2007, Ara Howard <ara.t.howard at noaa.gov>
+License: GPL | other
+ You can redistribute it and/or modify it under either the terms of the GPL,
+ 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], fnmatch.[ch],
+     glob.c, 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+Files: debian/*
+Copyright: (c) 2008, Roberto C. Sanchez <roberto at connexer.com>
+License: GPL
+ It is assumed that all contributors release their packaging works under the
+ same term as the module itself.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: packages/libopen4-ruby/trunk/debian/docs
===================================================================
--- packages/libopen4-ruby/trunk/debian/docs	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/docs	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1 @@
+README

Added: packages/libopen4-ruby/trunk/debian/examples
===================================================================
--- packages/libopen4-ruby/trunk/debian/examples	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/examples	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1 @@
+sample/*

Added: packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.dirs
===================================================================
--- packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.dirs	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.dirs	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1 @@
+usr/lib/ruby/1.8

Added: packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.install
===================================================================
--- packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.install	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/libopen4-ruby1.8.install	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1 @@
+lib/* usr/lib/ruby/1.8/

Added: packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.dirs
===================================================================
--- packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.dirs	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.dirs	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1 @@
+usr/lib/ruby/1.9

Added: packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.install
===================================================================
--- packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.install	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/libopen4-ruby1.9.install	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1 @@
+lib/* usr/lib/ruby/1.9/

Added: packages/libopen4-ruby/trunk/debian/rules
===================================================================
--- packages/libopen4-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/rules	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_CLEANUP_RCS := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
+


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

Added: packages/libopen4-ruby/trunk/debian/watch
===================================================================
--- packages/libopen4-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/libopen4-ruby/trunk/debian/watch	2008-04-19 00:31:31 UTC (rev 2670)
@@ -0,0 +1,2 @@
+version=3
+http://www.codeforpeople.com/lib/ruby/open4/ .*open4-(.*)\.tgz




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