[DRE-commits] r3057 - in packages-wip/libeventmachine-ruby/trunk: . debian

daigo at alioth.debian.org daigo at alioth.debian.org
Tue Oct 7 13:37:44 UTC 2008


Author: daigo
Date: 2008-10-07 13:37:44 +0000 (Tue, 07 Oct 2008)
New Revision: 3057

Added:
   packages-wip/libeventmachine-ruby/trunk/debian/
   packages-wip/libeventmachine-ruby/trunk/debian/changelog
   packages-wip/libeventmachine-ruby/trunk/debian/compat
   packages-wip/libeventmachine-ruby/trunk/debian/control
   packages-wip/libeventmachine-ruby/trunk/debian/copyright
   packages-wip/libeventmachine-ruby/trunk/debian/rules
   packages-wip/libeventmachine-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: packages-wip/libeventmachine-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libeventmachine-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libeventmachine-ruby/trunk/debian/changelog	2008-10-07 13:37:44 UTC (rev 3057)
@@ -0,0 +1,5 @@
+libeventmachine-ruby (0.12.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #501450)
+
+ -- Daigo Moriwaki <daigo at debian.org>  Tue, 07 Oct 2008 22:29:37 +0900

Added: packages-wip/libeventmachine-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libeventmachine-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libeventmachine-ruby/trunk/debian/compat	2008-10-07 13:37:44 UTC (rev 3057)
@@ -0,0 +1 @@
+7

Added: packages-wip/libeventmachine-ruby/trunk/debian/control
===================================================================
--- packages-wip/libeventmachine-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libeventmachine-ruby/trunk/debian/control	2008-10-07 13:37:44 UTC (rev 3057)
@@ -0,0 +1,59 @@
+Source: libeventmachine-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Daigo Moriwaki <daigo at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools, ruby1.8-dev 
+Standards-Version: 3.8.0
+Homepage: http://rubyeventmachine.com/
+
+Package: libeventmachine-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libeventmachine-ruby-doc
+Description: Event-driven I/O library for high-performance threaded network programming
+ EventMachine implements a fast, single-threaded engine for arbitrary network
+ communications. It's extremely easy to use in Ruby. EventMachine wraps all
+ interactions with IP sockets, allowing programs to concentrate on the
+ implementation of network protocols. It can be used to create both network
+ servers and clients. To create a server or client, a Ruby program only needs
+ to specify the IP address and port, and provide a Module that implements the
+ communications protocol. Implementations of several standard network protocols
+ are provided with the package, primarily to serve as examples. The real goal
+ of EventMachine is to enable programs to easily interface with other programs
+ using TCP/IP, especially if custom protocols are required.
+
+Package: libeventmachine-ruby
+Architecture: any
+Depends: libeventmachine-ruby1.8 (= ${binary:Version})
+Description: Event-driven I/O library for high-performance threaded network programming
+ EventMachine implements a fast, single-threaded engine for arbitrary network
+ communications. It's extremely easy to use in Ruby. EventMachine wraps all
+ interactions with IP sockets, allowing programs to concentrate on the
+ implementation of network protocols. It can be used to create both network
+ servers and clients. To create a server or client, a Ruby program only needs
+ to specify the IP address and port, and provide a Module that implements the
+ communications protocol. Implementations of several standard network protocols
+ are provided with the package, primarily to serve as examples. The real goal
+ of EventMachine is to enable programs to easily interface with other programs
+ using TCP/IP, especially if custom protocols are required.
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8.x).
+
+Package: libeventmachine-ruby-doc
+Section: doc
+Architecture: any
+Suggests: libeventmachine-ruby
+Description: Event-driven I/O library for high-performance threaded network programming
+ EventMachine implements a fast, single-threaded engine for arbitrary network
+ communications. It's extremely easy to use in Ruby. EventMachine wraps all
+ interactions with IP sockets, allowing programs to concentrate on the
+ implementation of network protocols. It can be used to create both network
+ servers and clients. To create a server or client, a Ruby program only needs
+ to specify the IP address and port, and provide a Module that implements the
+ communications protocol. Implementations of several standard network protocols
+ are provided with the package, primarily to serve as examples. The real goal
+ of EventMachine is to enable programs to easily interface with other programs
+ using TCP/IP, especially if custom protocols are required.
+ .
+ This package contains documentations.

Added: packages-wip/libeventmachine-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libeventmachine-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libeventmachine-ruby/trunk/debian/copyright	2008-10-07 13:37:44 UTC (rev 3057)
@@ -0,0 +1,89 @@
+This package was debianized by Daigo Moriwaki <daigo at debian.org> on
+Tue, 07 Oct 2008 22:12:21 +0900.
+
+It was downloaded from <http://rubyeventmachine.com/>
+
+Upstream Author:
+
+    Francis Cianfrocca <blackhedd ... gmail.com>
+
+Copyright:
+
+    Copyright (C) 2006-07 by Francis Cianfrocca
+
+License:
+
+EventMachine is copyrighted free software owned by Francis Cianfrocca
+(blackhedd ... gmail.com). The Owner of this software permits you to
+redistribute and/or modify the software under either the terms of the GPL
+version 2, or the conditions below ("Ruby's License"):
+
+
+Ruby's License:
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see the file 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) give non-standard binaries non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or binary form,
+     provided that you do at least ONE of the following:
+
+       a) distribute the binaries 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 binaries 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 these terms.
+
+     For the list of those files and their copying conditions, see the
+     file LEGAL.
+
+  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.
+
+
+GNU General Public License, Version 2:
+
+On Debian systems, the complete text of the GNU General Public License,
+Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+The Debian packaging is (C) 2008, Daigo Moriwaki <daigo at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages-wip/libeventmachine-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libeventmachine-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libeventmachine-ruby/trunk/debian/rules	2008-10-07 13:37:44 UTC (rev 3057)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+ruby_ver = 1.8
+
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/DEFERRABLES
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/EPOLL
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/KEYBOARD
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/LIGHTWEIGHT_CONCURRENCY
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/PURE_RUBY
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/README
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/RELEASE_NOTES
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/SMTP
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/SPAWNED_PROCESSES
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/TODO
+
+


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

Added: packages-wip/libeventmachine-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libeventmachine-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libeventmachine-ruby/trunk/debian/watch	2008-10-07 13:37:44 UTC (rev 3057)
@@ -0,0 +1,6 @@
+# See uscan(1) for format
+version=3
+
+http://rubyforge.org/frs/?group_id=1555&release_id=26458 \
+    /frs/download.php/\d+/eventmachine-([\d\.]*).gem
+ http://example.googlepages.com/foo.html libeventmachine-ruby-(.*)\.tar\.gz




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