[DRE-commits] [ruby-contracts] 03/04: fix lintian issues (copyright and description)
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Thu Aug 20 13:47:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-contracts.
commit 737343a8dc911372cb78734bd667dc7904a47e3c
Author: Sebastien Badia <seb at sebian.fr>
Date: Thu Aug 20 15:43:29 2015 +0200
fix lintian issues (copyright and description)
---
debian/control | 2 +-
debian/copyright | 10 +++-------
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 933323b..cc0d6d9 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
-Description: Contracts (a assert like) for Ruby.
+Description: Contracts (a assert like) for Ruby
This library provides contracts for Ruby. Contracts let you clearly express
how your code behaves, and free you from writing tons of boilerplate, defensive
code.
diff --git a/debian/copyright b/debian/copyright
index da94888..a55a9a3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,14 +4,14 @@ Source: contracts.ruby https://github.com/egonSchiele/contracts.ruby
Files: *
Copyright: Copyright 2012-2015 Aditya Bhargava
-License: BSD
+License: BSD-3-clause
Files: debian/*
Copyright: 2015 Sebastien Badia <seb at sebian.fr>
-License: BSD
+License: BSD-3-clause
Comment: the Debian packaging is licensed under the same terms as the original package.
-License: BSD
+License: BSD-3-clause
Copyright (c) The Regents of the University of California.
All rights reserved.
.
@@ -38,7 +38,3 @@ License: BSD
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.
- .
- 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'.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-contracts.git
More information about the Pkg-ruby-extras-commits
mailing list