[DRE-commits] [SCM] ruby-test-spec.git branch, master, updated. upstream/0.10.0-8-gcc337f8

Cédric Boutillier cedric.boutillier at gmail.com
Wed Sep 21 23:42:27 UTC 2011


The following commit has been merged in the master branch:
commit ac1743f1df1fefd356f498eb5869799a0fc07a57
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Sep 22 00:43:16 2011 +0200

    control and copyright info

diff --git a/debian/control b/debian/control
index 44b3b66..f4a18ec 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,20 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~), ruby-test-unit
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-test-spec.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-test-spec.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-test-spec.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-test-spec.git;a=summary
 Homepage: http://test-spec.rubyforge.org
 XS-Ruby-Versions: all
 
 Package: ruby-test-spec
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: a Behaviour Driven Development interface for Test::Unit
- test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development).  test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a `should'-like syntax.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-test-unit
+Description: Ruby library providing behaviour driven development interface for Test::Unit
+ The test/spec library layers an RSpec-inspired interface on top of Test::Unit,
+ so you can mix test-driven and behavior-driven development.
+ .
+ test/spec is a clean-room implementation that maps most kinds of Test::Unit
+ assertions to a `should'-like syntax.
diff --git a/debian/copyright b/debian/copyright
index 6aac80b..6db645e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,87 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
 Upstream-Name: test-spec
-Source: FIXME <http://example.com/>
+Source: http://test-spec.rubyforge.org
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: Copyright 2006-2009 Christian Neukirchen <chneukirchen at gmail.com>
+License: GPL-2 or Ruby
+
+Files: test/spec_flexmock.rb
+Copyright: Copyright 2006 Jim Weirich <jweirich at one.net>
+License:
+ Permission is granted for use, copying, modification, distribution,
+ and distribution of modified versions of this work as long as the
+ above copyright notice is included.
+
+Files: test/spec_mocha.rb
+Copyright: Copyright 2006 Revieworld Ltd
+License: GPL-2 or Ruby, and Expat
+
+Files: debian/*
+Copyright: 2011 Cédric Boutillier <cedric.boutillier at gmail.com>
+License: GPL-2 or Ruby
+
+License: Ruby
+ You can redistribute it and/or modify it under either the terms of the GPL
+ version 2, 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) 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.
+
+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
- version 2 of the License, or (at your option) any later
- version.
+ License version 2 as published by the Free Software Foundation.
  .
  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
@@ -27,7 +98,23 @@ License: GPL-2+ (FIXME)
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
 
-Files: debian/*
-Copyright: 2011 Cédric Boutillier <cedric.boutillier at gmail.com>
-License:
- [LICENSE TEXT]
+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.
+
+

-- 
ruby-test-spec.git



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