[DRE-commits] [ruby-bindata] 02/02: make lintian happy

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jun 21 18:24:28 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-bindata.

commit ad3a15dca9ba11d6ae244435e45e77c18a46740c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Jun 21 23:46:47 2016 +0530

    make lintian happy
---
 debian/changelog                         |  6 ++--
 debian/control                           |  4 +--
 debian/copyright                         | 47 ++++++++++++++++----------------
 debian/patches/001-remove-coverall.patch | 17 ++++++++++++
 debian/patches/series                    |  1 +
 5 files changed, 46 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 35f5b31..e2c64dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-bindata (2.3.1-1) UNRELEASED; urgency=medium
+ruby-bindata (2.3.1-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #827852)
 
- -- Pirate Praveen <praveen at debian.org>  Tue, 21 Jun 2016 23:44:19 +0530
+ -- Pirate Praveen <praveen at debian.org>  Tue, 21 Jun 2016 23:46:29 +0530
diff --git a/debian/control b/debian/control
index 2ebca4f..ed138f0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-bindata.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-bindata.git
 Homepage: http://github.com/dmendel/bindata
@@ -19,7 +19,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: A declarative way to read and write binary file formats
+Description: declarative way to read and write binary file formats
  BinData is a declarative way to read and write binary file formats.
  .
  This means the programmer specifies *what* the format of the binary
diff --git a/debian/copyright b/debian/copyright
index 6f1d40c..9491789 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,32 @@ Upstream-Name: bindata
 Source: http://github.com/dmendel/bindata
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2007-2012 Dion Mendel
+License: BSD-2-clause
 
 Files: debian/*
 Copyright: 2016 Pirate Praveen <praveen at debian.org>
-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
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 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.
  .
- 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'.
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
diff --git a/debian/patches/001-remove-coverall.patch b/debian/patches/001-remove-coverall.patch
new file mode 100644
index 0000000..5c8ce0d
--- /dev/null
+++ b/debian/patches/001-remove-coverall.patch
@@ -0,0 +1,17 @@
+Remove rubygems and coveralls
+
+Index: ruby-bindata-2.3.1/test/test_helper.rb
+===================================================================
+--- ruby-bindata-2.3.1.orig/test/test_helper.rb
++++ ruby-bindata-2.3.1/test/test_helper.rb
+@@ -1,7 +1,7 @@
+-require 'rubygems'
++#require 'rubygems'
+ 
+-require 'coveralls'
+-Coveralls.wear!
++#require 'coveralls'
++#Coveralls.wear!
+ 
+ require 'minitest/autorun'
+ require 'stringio'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c3ab5e4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001-remove-coverall.patch

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



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