[DRE-commits] [ruby-avl-tree] 05/05: Fix various lintian warnings and errors
Tim Potter
tpot-guest at moszumanska.debian.org
Tue Aug 5 00:41:55 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-avl-tree.
commit 1bd91b26f9afbf718708847f9372a376e4e897cd
Author: Tim Potter <tpot at hp.com>
Date: Tue Aug 5 10:36:29 2014 +1000
Fix various lintian warnings and errors
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/copyright | 36 +++++++++---------------------------
3 files changed, 11 insertions(+), 29 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8fbdfad..5a0b7e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
ruby-avl-tree (1.1.3-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #757062)
-- Tim Potter <tpot at hp.com> Fri, 01 Aug 2014 13:28:49 +1000
diff --git a/debian/control b/debian/control
index daa5cef..bc8cf39 100644
--- a/debian/control
+++ b/debian/control
@@ -15,4 +15,4 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: AVL tree and Red-black tree in Ruby
- <insert long description, indented with spaces>
+ A pure-ruby implementation of AVL and Red-black trees.
diff --git a/debian/copyright b/debian/copyright
index 1053e6d..34a997a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,17 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: avl_tree
-Source: FIXME <http://example.com/>
+Source: https://github.com/nahi/avl_tree
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012 Hiroshi Nakamura <nahi at ruby-lang.org>
+License: Ruby
Files: debian/*
-Copyright: 2014 <tpot at hp.com>
-License: GPL-2+ (FIXME)
+Copyright: 2014 Tim Potter <tpot at hp.com>
+License: Ruby
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.
- .
- 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'.
+License: Ruby
+ This program is copyrighted free software by Hiroshi Nakamura. You can
+ redistribute it and/or modify it under the same terms of Ruby's license;
+ either the dual license version in 2003, or any later version.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-avl-tree.git
More information about the Pkg-ruby-extras-commits
mailing list