[DRE-commits] [SCM] ruby-raindrops.git branch, master, updated. upstream/0.8.0-2-g188587d

Hleb Valoshka 375GNU at Gmail.COM
Sat Feb 18 14:17:40 UTC 2012


The following commit has been merged in the master branch:
commit 188587d4cd1f92c6e71fbc47de4c4f9d8df6b2e2
Author: Hleb Valoshka <375GNU at Gmail.COM>
Date:   Sat Feb 18 17:16:57 2012 +0300

    Make it ready to be built and uploaded

diff --git a/debian/changelog b/debian/changelog
index 1f109ee..d4e3999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-raindrops (0.8.0-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #660342)
 
- -- globus <375gnu at gmail.com>  Sat, 18 Feb 2012 17:07:08 +0300
+ -- Hleb Valoshka <375gnu at gmail.com>  Sat, 18 Feb 2012 17:07:08 +0300
diff --git a/debian/control b/debian/control
index 8f8d935..030c722 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-raindrops
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <375gnu at gmail.com>
+Uploaders: Hleb Valoshka <375gnu at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.11~), ruby-aggregate, ruby-rack | ruby-unicorn
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-raindrops.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-raindrops.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-raindrops.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-raindrops.git;a=summary
 Homepage: http://raindrops.bogomips.org/
 XS-Ruby-Versions: all
 
@@ -15,8 +15,7 @@ Package: ruby-raindrops
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# bundler (~> 1.0.10, development)
-Description: real-time stats for preforking Rack servers
+Description: Real-time stats for preforking Rack servers
  Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
  servers.  It is designed for preforking servers such as Rainbows! and
  Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and
diff --git a/debian/copyright b/debian/copyright
index 7baed0d..365c0da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,48 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: raindrops
-Source: FIXME <http://example.com/>
+Source: http://raindrops.bogomips.org/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
+Copyright: 2010-2011 Eric Wong <normalperson at yhbt.net>
+License: LGPL-2.1 or LGPL-3
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+License: LGPL-3
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+ version 2.1 of the License, or (at your option) any later version.
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  .
- 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'.
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.
 
 Files: debian/*
-Copyright: 2012  <375gnu at gmail.com>
-License:
- [LICENSE TEXT]
+Copyright: These files ain't copyrighted
+License: public-domain
+ These files are in Public Domain.
diff --git a/debian/patches/fix-test-for-ipv6 b/debian/patches/fix-test-for-ipv6
new file mode 100644
index 0000000..dd87bb1
--- /dev/null
+++ b/debian/patches/fix-test-for-ipv6
@@ -0,0 +1,18 @@
+diff -uNr ruby-raindrops-0.8.0.orig/test/test_linux_ipv6.rb ruby-raindrops-0.8.0/test/test_linux_ipv6.rb
+--- ruby-raindrops-0.8.0.orig/test/test_linux_ipv6.rb	2011-11-15 20:41:04.000000000 +0300
++++ ruby-raindrops-0.8.0/test/test_linux_ipv6.rb	2011-11-15 21:13:45.630171292 +0300
+@@ -12,6 +12,14 @@
+ 
+   TEST_ADDR = ENV["TEST_HOST6"] || "::1"
+ 
++  def setup
++    @to_close = []
++  end
++
++  def teardown
++    @to_close.each { |io| io.close unless io.closed? }
++  end
++
+   def test_tcp
+     s = TCPServer.new(TEST_ADDR, 0)
+     port = s.addr[1]
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..07d15df
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-test-for-ipv6
diff --git a/debian/ruby-raindrops.docs b/debian/ruby-raindrops.docs
index 786a9ba..dee3e74 100644
--- a/debian/ruby-raindrops.docs
+++ b/debian/ruby-raindrops.docs
@@ -1,2 +1,4 @@
-# FIXME: READMEs found
-# README
+LATEST
+NEWS
+README
+TODO
diff --git a/debian/ruby-raindrops.examples b/debian/ruby-raindrops.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-raindrops.examples
+++ b/debian/ruby-raindrops.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*

-- 
ruby-raindrops.git



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