This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository maven-debian-helper.
commit dab62f61769f9b1467b3341c3cb1457345430d22 Author: Christopher Hoskin <[email protected]> Date: Fri Dec 1 09:08:33 2017 +0000 Fix homepage-field-uses-insecure-uri in control --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2213910..2f05d44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-debian-helper (2.2.8) UNRELEASED; urgency=medium * Fix "quilt and mh_patchpom sequence" by inserting extra calls to mh_(un)patchpoms in share/perl/maven.pm (Closes: #883239) * Fix file-contains-trailing-whitespace in changelog and rules + * Fix homepage-field-uses-insecure-uri in control -- Christopher Hoskin <[email protected]> Fri, 01 Dec 2017 07:32:10 +0000 diff --git a/debian/control b/debian/control index b9a21ed..1403db7 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Build-Depends: Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-debian-helper.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-debian-helper.git -Homepage: http://wiki.debian.org/Java/MavenBuilder +Homepage: https://wiki.debian.org/Java/MavenBuilder Package: maven-debian-helper Architecture: all -- 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

