[DRE-commits] [ruby-threach] 03/03: skip nonexistent tests

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Oct 3 05:15:31 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository ruby-threach.

commit 48721a9bafda17147175e55a2dfcc5bc077b34d9
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Sun Sep 20 00:30:56 2015 -0700

    skip nonexistent tests
    
    Copyright & description update
---
 debian/changelog |  2 +-
 debian/control   |  8 +++++++-
 debian/copyright | 43 ++++++++++++++++++++-----------------------
 debian/rules     |  2 +-
 4 files changed, 29 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e89ecec..2f654aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-threach (0.2.0-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #800734)
 
  -- Michael R. Crusoe <crusoe at ucdavis.edu>  Sat, 19 Sep 2015 21:51:35 -0700
diff --git a/debian/control b/debian/control
index 30185f3..e6bac6b 100644
--- a/debian/control
+++ b/debian/control
@@ -19,4 +19,10 @@ Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Threaded each
- An addition to the Enumerable module that allows easy use of threaded each and each-like iterators
+ An addition to the Enumerable Ruby module that allows easy use of threaded
+ each and each-like iterators. It's a very simple producer-consumer model.
+ .
+ If you're using stock (MRI) ruby -- you probably shouldn't bother with threach
+ unless you're doing IO-intensive stuff. It'll just slow things down. But if
+ you're using a ruby implementation that has real threads, like JRuby, this
+ will give you relatively painless multi-threading.
diff --git a/debian/copyright b/debian/copyright
index 30727d9..9a9ec74 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,30 @@ Upstream-Name: threach
 Source: http://github.com/billdueber/threach
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2009-2011 Bill Dueber <bill at dueber.com>
+License: MIT
 
 Files: debian/*
 Copyright: 2015 Michael R. Crusoe <crusoe at ucdavis.edu>
-License: GPL-2+ (FIXME)
+License: MIT
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-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
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+License: MIT
+ 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:
  .
- 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.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- 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
- .
- 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'.
+ 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.
diff --git a/debian/rules b/debian/rules
index acfc5fe..4260f18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
+export DH_RUBY_IGNORE_TESTS=all
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:

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



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