[DRE-commits] r3372 - in packages-wip/libpacket-ruby/trunk: . bin debian

Micah Anderson micah at alioth.debian.org
Thu Apr 9 01:54:09 UTC 2009


Author: micah
Date: 2009-04-09 01:54:09 +0000 (Thu, 09 Apr 2009)
New Revision: 3372

Added:
   packages-wip/libpacket-ruby/trunk/debian/
   packages-wip/libpacket-ruby/trunk/debian/changelog
   packages-wip/libpacket-ruby/trunk/debian/compat
   packages-wip/libpacket-ruby/trunk/debian/control
   packages-wip/libpacket-ruby/trunk/debian/copyright
   packages-wip/libpacket-ruby/trunk/debian/rules
Modified:
   packages-wip/libpacket-ruby/trunk/bin/mongrel_rails
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: packages-wip/libpacket-ruby/trunk/bin/mongrel_rails
===================================================================
--- packages-wip/libpacket-ruby/trunk/bin/mongrel_rails	2009-04-09 01:53:56 UTC (rev 3371)
+++ packages-wip/libpacket-ruby/trunk/bin/mongrel_rails	2009-04-09 01:54:09 UTC (rev 3372)
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#! /usr/bin/ruby1.8
 # Copyright (c) 2005 Zed A. Shaw
 # You can redistribute it and/or modify it under the same terms as Ruby.
 #


Property changes on: packages-wip/libpacket-ruby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages-wip/libpacket-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libpacket-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libpacket-ruby/trunk/debian/changelog	2009-04-09 01:54:09 UTC (rev 3372)
@@ -0,0 +1,5 @@
+libpacket-ruby (0.1.15-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #522636)
+
+ -- Micah Anderson <micah at debian.org>  Wed, 08 Apr 2009 21:17:11 -0400

Added: packages-wip/libpacket-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libpacket-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libpacket-ruby/trunk/debian/compat	2009-04-09 01:54:09 UTC (rev 3372)
@@ -0,0 +1 @@
+4

Added: packages-wip/libpacket-ruby/trunk/debian/control
===================================================================
--- packages-wip/libpacket-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libpacket-ruby/trunk/debian/control	2009-04-09 01:54:09 UTC (rev 3372)
@@ -0,0 +1,37 @@
+Source: libpacket-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Micah Anderson <micah at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 4.0.0), 
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
+Standards-Version: 3.7.2
+
+Package: libpacket-ruby
+Architecture: all
+Depends: libpacket-ruby1.8
+Description: Ruby library for Event driven network programming
+ Packet is a pure ruby library for writing network applications in Ruby.
+ It follows Evented Model of network programming and implements almost all the 
+ features provided by EventMachine.                                                                                                          
+ .
+ It also provides real easy to user UNIX workers for concurrent programming.                                                                 
+ .
+ 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: libpacket-ruby1.8
+Architecture: all
+Depends: ruby
+Description: Ruby library for Event driven network programming
+ Packet is a pure ruby library for writing network applications in Ruby.
+ It follows Evented Model of network programming and implements almost all the 
+ features provided by EventMachine.                                                                                                          
+ .
+ It also provides real easy to user UNIX workers for concurrent programming.                                                                 
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.

Added: packages-wip/libpacket-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libpacket-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libpacket-ruby/trunk/debian/copyright	2009-04-09 01:54:09 UTC (rev 3372)
@@ -0,0 +1,28 @@
+This package was debianized by Micah Anderson <micah at debian.org> on
+Wed, 08 Apr 2008 19:18:00 +0200.
+
+It was downloaded from http://packet.googlecode.com/svn/trunk
+
+License:
+
+Copyright (c) 2004-2007 Hemant Kumar <gethemant at gmail.com>
+
+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: packages-wip/libpacket-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libpacket-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libpacket-ruby/trunk/debian/rules	2009-04-09 01:54:09 UTC (rev 3372)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Packet library
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


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




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