[DRE-commits] [ruby-wavefile] 01/01: Debian: Initial packaging updated to fix lintian complaints after gem2deb
Hanno Zulla
hanno-guest at moszumanska.debian.org
Mon Jan 18 11:25:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
hanno-guest pushed a commit to branch master
in repository ruby-wavefile.
commit cf7c5b5da9cbcddb560d2c62dc0b32f10e4b32b3
Author: Hanno Zulla <hanno.zulla at epublica.de>
Date: Mon Jan 18 12:24:02 2016 +0100
Debian: Initial packaging updated to fix lintian complaints after gem2deb
---
debian/changelog | 2 +-
debian/control | 11 +++++++----
debian/copyright | 37 +++++++++++++++++++++++++++++--------
3 files changed, 37 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f09207a..9453ec3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ ruby-wavefile (0.6.0-1) UNRELEASED; urgency=medium
* Initial release (Closes: #811086)
- -- Hanno Zulla <hanno at esprimo> Mon, 18 Jan 2016 12:01:37 +0100
+ -- Hanno Zulla <kontakt at hanno.de> Mon, 18 Jan 2016 12:23:00 +0100
diff --git a/debian/control b/debian/control
index 79cce5a..96945af 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: ruby-wavefile
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: <>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-wavefile.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-wavefile.git
-Homepage: http://www.joelstrait.com/
+Homepage: https://github.com/jstrait/wavefile
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
@@ -19,5 +19,8 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
-Description: A pure Ruby library for reading and writing Wave sound files (*.wav)
- You can use this gem to create Ruby programs that produce audio. Since it is written in pure Ruby (as opposed to wrapping an existing C library), you can use it without having to compile a separate extension.
+Description: Pure Ruby library for reading and writing Wave sound files (*.wav)
+ You can use this gem to create Ruby programs that produce audio.
+ Since it is written in pure Ruby (as opposed to wrapping an
+ existing C library), you can use it without having to compile a
+ separate extension.
diff --git a/debian/copyright b/debian/copyright
index 8b87d1b..7f62b8a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,39 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wavefile
-Source: http://www.joelstrait.com/
+Source: https://github.com/jstrait/wavefile
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2009-2015 Joel Strait
+License: MIT
Files: debian/*
-Copyright: 2016 <>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2016 Hanno Zulla <kontakt at hanno.de>
+License: GPL-2.0+
-License: GPL-2+ (FIXME)
+
+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:
+ .
+ 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.
+
+License: GPL-2.0+
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-wavefile.git
More information about the Pkg-ruby-extras-commits
mailing list