[Pkg-ruby-extras-maintainers] r129 - in packages/libdaemonize-ruby/trunk: . debian

Paul van Tilburg paulvt at costa.debian.org
Thu Nov 10 11:13:22 UTC 2005


Author: paulvt
Date: 2005-11-10 11:13:21 +0000 (Thu, 10 Nov 2005)
New Revision: 129

Added:
   packages/libdaemonize-ruby/trunk/debian/
   packages/libdaemonize-ruby/trunk/debian/changelog
   packages/libdaemonize-ruby/trunk/debian/compat
   packages/libdaemonize-ruby/trunk/debian/control
   packages/libdaemonize-ruby/trunk/debian/control.in
   packages/libdaemonize-ruby/trunk/debian/copyright
   packages/libdaemonize-ruby/trunk/debian/example.rb
   packages/libdaemonize-ruby/trunk/debian/libdaemonize-ruby1.8.examples
   packages/libdaemonize-ruby/trunk/debian/rules
Log:
Load newtrunk into packages/libdaemonize-ruby/trunk.


Added: packages/libdaemonize-ruby/trunk/debian/changelog
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/changelog	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/changelog	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1,15 @@
+libdaemonize-ruby (0.1.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switched to the use of ruby-pkg-tools in the build system.
+  * Prepare package for Debian/Ruby Extras team maintainership.
+  * Included the example.rb from the 0.1.1 release, missing in 0.1.2
+    (as debian/example.rb).
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed,  9 Nov 2005 22:48:29 +0100
+
+libdaemonize-ruby (0.1.1-1) unstable; urgency=low
+
+  * Initial Release (closes: #320824).
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sat,  1 Aug 2005 21:42:00 +0200

Added: packages/libdaemonize-ruby/trunk/debian/compat
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/compat	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/compat	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1 @@
+4

Added: packages/libdaemonize-ruby/trunk/debian/control
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/control	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/control	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1,36 @@
+Source: libdaemonize-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: 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>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>
+Build-Depends-Indep: ruby-pkg-tools, cdbs, debhelper (>= 4.0.0), ruby
+Standards-Version: 3.6.2
+
+Package: libdaemonize-ruby
+Architecture: all
+Depends: libdaemonize-ruby1.8
+Description: Ruby library for creating programs that run as a daemon
+ Daemonize is a module derived from Perl's Proc::Daemon module.  This
+ module allows you to easily modify any existing Ruby program to run as a
+ daemon.  A daemon is a process that runs in the background with no
+ controlling terminal.  Generally servers (like FTP and HTTP servers) run
+ as daemon processes.
+ .
+ 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: libdaemonize-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: Ruby 1.8 library for creating programs that run as a daemon
+ Daemonize is a module derived from Perl's Proc::Daemon module.  This
+ module allows you to easily modify any existing Ruby program to run as a
+ daemon.  A daemon is a process that runs in the background with no
+ controlling terminal.  Generally servers (like FTP and HTTP servers) run
+ as daemon processes.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.

Added: packages/libdaemonize-ruby/trunk/debian/control.in
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/control.in	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/control.in	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1,36 @@
+Source: libdaemonize-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: @RUBY_TEAM@
+Build-Depends-Indep: ruby-pkg-tools, cdbs, debhelper (>= 4.0.0), ruby
+Standards-Version: 3.6.2
+
+Package: libdaemonize-ruby
+Architecture: all
+Depends: libdaemonize-ruby1.8
+Description: Ruby library for creating programs that run as a daemon
+ Daemonize is a module derived from Perl's Proc::Daemon module.  This
+ module allows you to easily modify any existing Ruby program to run as a
+ daemon.  A daemon is a process that runs in the background with no
+ controlling terminal.  Generally servers (like FTP and HTTP servers) run
+ as daemon processes.
+ .
+ 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: libdaemonize-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: Ruby 1.8 library for creating programs that run as a daemon
+ Daemonize is a module derived from Perl's Proc::Daemon module.  This
+ module allows you to easily modify any existing Ruby program to run as a
+ daemon.  A daemon is a process that runs in the background with no
+ controlling terminal.  Generally servers (like FTP and HTTP servers) run
+ as daemon processes.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.

Added: packages/libdaemonize-ruby/trunk/debian/copyright
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/copyright	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/copyright	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1,85 @@
+This package was debianized by Paul van Tilburg <paulvt at debian.org> on
+Sat,  1 Aug 2005 20:28:00 +0200.
+
+It was downloaded from http://grub.ath.cx/daemonize/.
+
+Copyright Holder: Travis Whitton <whitton at atlantic.net>
+
+Copyright (cited from README):
+
+The Daemonize extension module is copywrited free software by Travis
+Whitton <whitton at atlantic.net>.  You can redistribute it under the terms
+specified in the COPYING file of the Ruby distribution.
+
+--
+The COPYING file of the Ruby distribution is included verbatim below.
+
+---
+The setup.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'.
+
+-------------------------------------------------------------------------------
+Ruby distribution's license
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see COPYING 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], 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 GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: packages/libdaemonize-ruby/trunk/debian/example.rb
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/example.rb	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/example.rb	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1,16 @@
+require 'daemonize'
+
+class TestDaemon
+  include Daemonize
+
+  def initialize
+    daemonize()
+    loop do
+      # do some work here
+      puts "hello"
+      sleep 1
+    end
+  end
+end
+
+t = TestDaemon.new

Added: packages/libdaemonize-ruby/trunk/debian/libdaemonize-ruby1.8.examples
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/libdaemonize-ruby1.8.examples	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/libdaemonize-ruby1.8.examples	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1 @@
+debian/example.rb

Added: packages/libdaemonize-ruby/trunk/debian/rules
===================================================================
--- packages/libdaemonize-ruby/trunk/debian/rules	2005-11-10 11:13:12 UTC (rev 128)
+++ packages/libdaemonize-ruby/trunk/debian/rules	2005-11-10 11:13:21 UTC (rev 129)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Daemonize package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
+# Include the upstream ChangeLog:
+DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG


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




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