This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository geronimo-osgi-support.
commit aa819b4837769c4c122b87542f468d0cb01af278 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 2 18:05:37 2015 +0200 Added the missing DEP5 header in debian/copyright --- debian/changelog | 1 + debian/copyright | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index fce7800..0acd270 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ geronimo-osgi-support (1.0-3) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.6 (no changes) * Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 + * debian/copyright: Added the missing DEP5 header -- Emmanuel Bourg <[email protected]> Thu, 02 Jul 2015 17:44:24 +0200 diff --git a/debian/copyright b/debian/copyright index 9d33088..821cdfa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,13 +1,15 @@ -The sources where downloaded from http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-osgi-support-1.0/. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Geronimo OSGi Support +Source: http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-osgi-support-1.0/ Files: * -Copyright: © 2010 Apache Software Foundation (ASF) +Copyright: 2010, The Apache Software Foundation License: Apache-2.0 - The full text of the Apache 2.0 license is distributed in - /usr/share/common-licenses/Apache-2.0 on Debian systems. Files: debian/* -Copyright: © 2010 Miguel Landaeta <[email protected]> +Copyright: 2010, Miguel Landaeta <[email protected]> +License: Apache-2.0 + License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-osgi-support.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

