This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit df1906dd3da9f46b78a283a3a6910d470d658dc1 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 14:07:29 2017 +0200 The generated copyright file now has a https format URL --- debian/changelog | 1 + debian/copyright | 2 +- maven-packager-utils/src/main/resources/copyright.vm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ec5c381..1d2c5e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-debian-helper (2.2.1) UNRELEASED; urgency=medium * Team upload. + * The generated copyright file now has a https format URL * Standards-Version updated to 4.0.0 * The generated control file now specifies Standards-Version: 4.0.0 diff --git a/debian/copyright b/debian/copyright index 50ac8ae..cffbaa1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Maven Debian Helper Source: https://anonscm.debian.org/git/pkg-java/maven-debian-helper.git diff --git a/maven-packager-utils/src/main/resources/copyright.vm b/maven-packager-utils/src/main/resources/copyright.vm index c14b363..57e7b1b 100644 --- a/maven-packager-utils/src/main/resources/copyright.vm +++ b/maven-packager-utils/src/main/resources/copyright.vm @@ -1,5 +1,5 @@ #set ($space = " ") -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ${project.Name} #if ($project.CiManagement && $project.CiManagement.Url) Upstream-Contact: ${project.CiManagement.Url} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

