This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master-4.3 in repository swt-gtk.
commit b3a52c6158799d8bac2bff97f4f80b1f6802bd3b Author: Jakub Adam <[email protected]> Date: Mon Jul 27 19:11:36 2015 +0200 Fix wildcard-matches-nothing-in-dep5-copyright Lintian warning --- debian/changelog | 1 + debian/copyright | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4a75ad..4d4c64b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ swt4-gtk (4.5.0-1) UNRELEASED; urgency=medium your contributions. * Refresh d/patches/01-make_linux.patch. * Bump Standards-Version to 3.9.6. + * Fix wildcard-matches-nothing-in-dep5-copyright Lintian warning. -- Jakub Adam <[email protected]> Mon, 27 Jul 2015 18:14:47 +0200 diff --git a/debian/copyright b/debian/copyright index 4e948cf..a2a8d82 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,11 +13,18 @@ Copyright: 2009-2010 Adrian Perez <[email protected]> 2011-2012 أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> License: GPL-3+ -Files: gnome*.[c|h] os*[.c|h] atk*.[c|h] +Files: gnome*.c + gnome*.h + os*.c + os*.h + atk*.c + atk*.h Copyright: 2000-2010 IBM Corporation and others License: LGPL-2.1 -Files: cairo*.[c|h] org/eclipse/swt/internal/cairo/* +Files: cairo*.c + cairo*.h + org/eclipse/swt/internal/cairo/* Copyright: 2000-2009 IBM Corporation License: MPL-1.1 @@ -35,10 +42,14 @@ Files: org/eclipse/swt/internal/accessibility/gtk/* Copyright: 2000-2010 IBM Corporation License: LGPL-2.1 -Files: org/eclipse/swt/internal/gtk/[^X]*.java +Files: org/eclipse/swt/internal/gtk/*.java Copyright: 2000-2011 IBM Corporation and others License: LGPL-2.1 +Files: org/eclipse/swt/internal/gtk/X*.java +Copyright: 2000-2012 IBM Corporation and others +License: EPL-1.0 + Files: org/eclipse/swt/internal/gnome/* Copyright: 2000-2010 IBM Corporation and others License: LGPL-2.1 @@ -51,8 +62,9 @@ Files: org/eclipse/swt/internal/image/JPEGFileFormat.java Copyright: 2000-2008 IBM Corporation and others License: other -Files: webkitgtk* org/eclipse/internal/webkit/* -Copyright: 2009-2011 IBM Corporation and others +Files: webkitgtk* + org/eclipse/swt/internal/webkit/* +Copyright: 2009-2012 IBM Corporation and others License: LGPL-2.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-gtk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

