This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jhighlight.
commit 8d56de852c7f7e890b938a84dd38dbfa14360b06 Author: Emmanuel Bourg <[email protected]> Date: Mon May 16 15:05:45 2016 +0200 Fixed the Lintian warnings related to debian/copyright --- debian/changelog | 1 + debian/copyright | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9561988..feec50a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jhighlight (1.0-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 (no changes) * Use a secure Vcs-Git URL + * Fixed the Lintian warnings related to debian/copyright -- Emmanuel Bourg <[email protected]> Mon, 16 May 2016 14:11:23 +0200 diff --git a/debian/copyright b/debian/copyright index 5d589ee..ea91d91 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,6 +14,14 @@ Comment: Classes from the 'Primitive Collections for Java' project http://pcj.sourceforge.net License: LGPL-2.1+ + +Files: debian/* +Copyright: 2014, Emmanuel Bourg <[email protected]> +License: Apache-2.0 + On Debian systems, the full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' + +License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -27,14 +35,7 @@ License: LGPL-2.1+ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - -Files: debian/* -Copyright: 2014, Emmanuel Bourg <[email protected]> -License: Apache-2.0 - On Debian systems, the full text of the Apache-2.0 license - can be found in the file '/usr/share/common-licenses/Apache-2.0' - -License: LGPL-2.1+ + . On Debian systems, the full text of the LGPL-2.1 license can be found in the file '/usr/share/common-licenses/LGPL-2.1' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jhighlight.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

