[DRE-commits] [ruby-stud] 05/05: Fix various Lintian warnings and errors
Tim Potter
tpot-guest at moszumanska.debian.org
Tue Aug 5 05:08:59 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-stud.
commit bcfd97154dfca8099dc66ee128d7d078138b3371
Author: Tim Potter <tpot at hp.com>
Date: Tue Aug 5 15:08:00 2014 +1000
Fix various Lintian warnings and errors
---
debian/changelog | 2 +-
debian/control | 5 +++--
debian/copyright | 40 ++++++++++++++++------------------------
3 files changed, 20 insertions(+), 27 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f2387d3..e12e9d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
ruby-stud (0.0.17-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #757073)
-- Tim Potter <tpot at hp.com> Fri, 25 Jul 2014 15:44:58 +1000
diff --git a/debian/control b/debian/control
index 02074af..c53e156 100644
--- a/debian/control
+++ b/debian/control
@@ -15,5 +15,6 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-metriks, ruby-ffi
# metriks (>= 0), ffi (>= 0), rspec (>= 0, development), insist (>= 0, development)
-Description: stud - common code techniques
- small reusable bits of code I'm tired of writing over and over. A library form of my software-patterns github repo.
+Description: A Library of common software patterns in Ruby
+ A library of common software patterns to perform common types of
+ tasks that aren't well served by Ruby's stdlib.
diff --git a/debian/copyright b/debian/copyright
index 357bc45..1e2ac89 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,27 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: stud
-Source: FIXME <http://example.com/>
+Source: https://github.com/jordansissel/ruby-stud
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012-2013 Jodan Sissel and contributors
+License: Apache 2.0
Files: debian/*
-Copyright: 2014 <tpot at hp.com>
-License: GPL-2+ (FIXME)
+Copyright: 2014 Tim Potter <tpot at hp.com>
+License: Apache 2.0
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: Apache 2.0
+ Copyright 2012-2013 Jordan Sissel and contributors.
.
- 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.
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
.
- 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
+ http://www.apache.org/licenses/LICENSE-2.0
.
- 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'.
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-stud.git
More information about the Pkg-ruby-extras-commits
mailing list