[DRE-commits] [ruby-parallel] 01/01: ruby-parallel: fixing changelog, control and copyright

matanya moses matanya-guest at moszumanska.debian.org
Sat Feb 22 22:05:56 UTC 2014


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

matanya-guest pushed a commit to branch master
in repository ruby-parallel.

commit 0cbfa123daa9f3efd6a91ac349f54d13cd2cb7a9
Author: Matanya Moses <matanya at foss.co.il>
Date:   Sun Feb 23 00:05:37 2014 +0200

    ruby-parallel: fixing changelog, control and copyright
---
 debian/changelog          |  2 +-
 debian/control            |  4 +++-
 debian/copyright          | 56 +++++++++++++++++++++++------------------------
 debian/ruby-parallel.docs |  1 -
 4 files changed, 31 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b105a2..d1c29a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-parallel (0.9.2-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #730424)
 
  -- matanya <matanya at debian.foss.co.il>  Thu, 20 Feb 2014 12:27:08 +0200
diff --git a/debian/control b/debian/control
index ca3e97d..8360d24 100644
--- a/debian/control
+++ b/debian/control
@@ -16,4 +16,6 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: Run any kind of code in parallel processes
- <insert long description, indented with spaces>
+ Run any code in parallel Processes(> use all CPUs) or Threads(> speedup
+ blocking operations). Best suited for map-reduce or e.g. parallel
+ downloads/uploads.
diff --git a/debian/copyright b/debian/copyright
index 9cfb3c2..3bdefa5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: parallel
-Source: FIXME <http://example.com/>
-
+Source: http://github.com/grosser/parallel
+ 
+License: Expat
+  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.
+ 
 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
- License as published by the Free Software Foundation; either
- version 2 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.
- .
- 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'.
-
+Copyright: 2014 Michael Grosser <michael at grosser.it>
+License: Expat
+ 
 Files: debian/*
-Copyright: 2014  <>
-License:
- [LICENSE TEXT]
+Copyright: 2014 Matanya Moses <matanya at foss.co.il>
+License: Expat
diff --git a/debian/ruby-parallel.docs b/debian/ruby-parallel.docs
deleted file mode 100644
index d0ab95f..0000000
--- a/debian/ruby-parallel.docs
+++ /dev/null
@@ -1 +0,0 @@
-# FIXME: READMEs found

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



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