This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javaparser.
commit 33520f0ff9ac96006945b74c90ea13ffd223509a Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 3 10:31:35 2017 +0200 Updated the Format URI in debian/copyright --- debian/changelog | 1 + debian/copyright | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cb1a93b..f1b3ea3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ javaparser (1.0.9-1) UNRELEASED; urgency=medium * Use secure Vcs-* URLs * Updated the Homepage field * Track and download the new releases from GitHub + * Updated the Format URI in debian/copyright -- Emmanuel Bourg <[email protected]> Mon, 03 Jul 2017 09:52:02 +0200 diff --git a/debian/copyright b/debian/copyright index 4b8c77f..1e89e7d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: javaparser Upstream-Contact: JĂșlio Vilmar Gesser Source: https://github.com/javaparser/javaparser @@ -14,4 +14,4 @@ License: LGPL-3+ License: LGPL-3+ LGPL license 3.0 or any later version of that license. On Debian GNU/Linux system you can find the complete text of the - license in '/usr/share/common-licenses/LGPL' + license in '/usr/share/common-licenses/LGPL-3' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javaparser.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

