[DRE-commits] [ruby-unicorn-worker-killer] 02/05: Fix d/c* files

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Jul 4 18:30:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

balasankarc-guest pushed a commit to branch master
in repository ruby-unicorn-worker-killer.

commit 3368065eb0a5905eb57e90efc5662ecb86cb9b5c
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Jul 4 23:56:46 2015 +0530

    Fix d/c* files
---
 debian/changelog |  4 ++--
 debian/control   | 13 ++++++++---
 debian/copyright | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 73 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 258bd3b..6f3167f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-unicorn-worker-killer (0.4.2-1) UNRELEASED; urgency=medium
+ruby-unicorn-worker-killer (0.4.2-1) unstable; urgency=medium
 
   * Initial release (Closes: #791406)
 
- -- Balasankar C <balasankarc at autistici.org>  Sat, 04 Jul 2015 23:53:06 +0530
+ -- Balasankar C <balasankarc at autistici.org>  Sat, 04 Jul 2015 17:38:50 +0530
diff --git a/debian/control b/debian/control
index 75bcc6e..febd73a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,15 +10,22 @@ Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-unicorn-worker-killer.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-unicorn-worker-killer.git
 Homepage: https://github.com/kzk/unicorn-worker-killer
-Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-unicorn-worker-killer
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
+         ruby-get-process-mem,
          unicorn (>= 4),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Kill unicorn workers by memory and request counts
- Kill unicorn workers by memory and request counts
+Description: library to kill unicorn workers by memory and request counts
+ unicorn-worker-killer gem provides automatic restart of Unicorn workers based
+ on
+ 1. max number of requests, and
+ 2. process memory size (RSS)
+ without affecting any requests.
+ .
+ This will greatly improves site's stability by avoiding unexpected memory 
+ exhaustion at the application nodes.
diff --git a/debian/copyright b/debian/copyright
index 86b0a3e..73aace8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,19 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: unicorn-worker-killer
-Source: FIXME <http://example.com/>
+Source: https://github.com/kzk/unicorn-worker-killer
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012 Kazuki Ohta <kazuki.ohta at gmail.com>
+           2012 Sadayuki Furuhashi <frsyuki at gmail.com>
+           2012 Jonathan Clem <jonathan at jclem.net>
+License: GPL-2+ or Ruby
 
 Files: debian/*
 Copyright: 2015 Balasankar C <balasankarc at autistici.org>
-License: GPL-2+ (FIXME)
+License: GPL-2+ or Ruby
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-License: GPL-2+ (FIXME)
+License: GPL-2+
  This program is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
  License as published by the Free Software Foundation; either
@@ -33,3 +34,57 @@ License: GPL-2+ (FIXME)
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
+
+License: Ruby
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-unicorn-worker-killer.git



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