[DRE-commits] [ruby-hoe] 06/07: fix syntax error in debian/copyright
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Jan 16 11:17:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-hoe.
commit 9cf88254046f87ab318d5c73792897a7c9fde50f
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Jan 16 12:05:35 2014 +0100
fix syntax error in debian/copyright
---
debian/changelog | 1 +
debian/copyright | 14 ++++++++------
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index df4c0b9..6b190b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ruby-hoe (3.8.0-1) UNRELEASED; urgency=medium
* drop rubygems from Depends, restrict version checking for rake
* Refresh patches
* Add a man page for the sow utility
+ * fix syntax error in debian/copyright
-- Cédric Boutillier <boutil at debian.org> Thu, 16 Jan 2014 10:51:58 +0100
diff --git a/debian/copyright b/debian/copyright
index 72b6c7f..0fe189a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,6 +8,12 @@ Comment: Hoe.pdf was removed from the upstream tarball to address the
Files: *
Copyright: Copyright (c) Ryan Davis, Seattle.rb
License: MIT
+
+Files: debian/*
+Copyright: Copyright 2011 Lucas Nussbaum <lucas at lucas-nussbaum.net>
+License: MIT
+
+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
@@ -15,10 +21,10 @@ License: MIT
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.
@@ -26,7 +32,3 @@ License: MIT
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.
-
-Files: debian/*
-Copyright: Copyright 2011 Lucas Nussbaum <lucas at lucas-nussbaum.net>
-License: MIT
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hoe.git
More information about the Pkg-ruby-extras-commits
mailing list