[libtokyocabinet-perl] 06/06: Replace "|" by "or" in debian/copyright
Axel Beckert
abe at deuxchevaux.org
Sun Sep 1 19:27:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libtokyocabinet-perl.
commit c6ebd0dfaed44158bea95f7662dc391b06f1e4a5
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sun Sep 1 21:24:31 2013 +0200
Replace "|" by "or" in debian/copyright
Fixes the following lintian warnings:
* missing-license-paragraph-in-dep5-copyright
* unused-license-paragraph-in-dep5-copyright
---
debian/changelog | 3 +++
debian/copyright | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 63275a6..475b3df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ libtokyocabinet-perl (1.34-2) UNRELEASED; urgency=low
+ wiki-copyright-format-uri
+ copyright-refers-to-symlink-license
+ obsolete-field-in-dep5-copyright
+ * Replace "|" by "or" in debian/copyright. Fixes the following lintian
+ warnings: missing-license-paragraph-in-dep5-copyright and
+ unused-license-paragraph-in-dep5-copyright
* Switch to source format "3.0 (quilt)"
-- Ansgar Burchardt <ansgar at debian.org> Wed, 27 Jul 2011 18:49:10 +0200
diff --git a/debian/copyright b/debian/copyright
index 7f299ff..91bcb3a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,7 @@ License: LGPL-2.1+
Files: debian/*
Copyright: 2009,2010 Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
-License: GPL-2+ | Artistic | GPL-1+
+License: GPL-2+ or Artistic or GPL-1+
License: GPL-2+
This program is free software; you can redistribute it and/or modify
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtokyocabinet-perl.git
More information about the Pkg-perl-cvs-commits
mailing list