[DRE-commits] [ruby-brass] 02/02: Fix Lintian warnings/errors in d/{changelog, copyright, control}

Tim Potter tpot-guest at moszumanska.debian.org
Mon Sep 22 06:20:32 UTC 2014


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

tpot-guest pushed a commit to branch master
in repository ruby-brass.

commit 9d95b749f133a21d7e12289492e080d02b16c2d8
Author: Tim Potter <tpot at hp.com>
Date:   Mon Sep 22 16:20:20 2014 +1000

    Fix Lintian warnings/errors in d/{changelog,copyright,control}
---
 debian/changelog |  2 +-
 debian/control   | 10 +++++-----
 debian/copyright | 51 ++++++++++++++++++++++++++++-----------------------
 3 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5361a28..ed08537 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-brass (1.2.1-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #762421)
 
  -- Tim Potter <tpot at hp.com>  Fri, 19 Sep 2014 11:40:29 +1000
diff --git a/debian/control b/debian/control
index 57d9688..275b9aa 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Package: ruby-brass
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# detroit (>= 0, development), lemon (>= 0, development), rubytest (>= 0, development)
-Description: Bare-Metal Ruby Assertion System Standard
- BRASS stands for Bare-Metal Ruby Assertion System Standard. It is a very basic
- foundational assertions framework for other assertion and test frameworks
- to make use so they can all work together harmoniously.
+Description: bare-metal Ruby assertion system standard
+ BRASS stands for Bare-Metal Ruby Assertion System Standard. It is a
+ very basic foundational assertions framework for other assertion and
+ test frameworks to make use so they can all work together
+ harmoniously.
diff --git a/debian/copyright b/debian/copyright
index 3d7e944..142f42a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,40 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: brass
-Source: FIXME <http://example.com/>
+Source: https://github.com/rubyworks/brass
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2010 Rubyworks
+License: BSD-2-Clause
 
 Files: debian/*
 Copyright: 2014 Tim Potter <tpot at hp.com>
-License: GPL-2+ (FIXME)
+License: BSD-2-Clause
 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: BSD-2-clause
+ Copyright (c) 2010 Rubyworks
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
  .
- 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.
+ 1) Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
  .
- 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
+ 2) Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
  .
- 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'.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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



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