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 755a05ea703dc86fed5108fb4fd0c09eeaa69f0a Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 27 19:14:49 2016 +0200 Fixed the default license announced by mh_make (Closes: #826419) --- bin/mh_make | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mh_make b/bin/mh_make index 2bcf4ff..92f4ccd 100755 --- a/bin/mh_make +++ b/bin/mh_make @@ -59,7 +59,7 @@ if [ -z "$DEBEMAIL" ]; then fi if [ -z "$DEBLICENSE" ]; then - echo "Environment variable DEBLICENSE not set, using GPL-3+ by default" + echo "Environment variable DEBLICENSE not set, using Apache-2.0 by default" DEBLICENSE="Apache-2.0" fi diff --git a/debian/changelog b/debian/changelog index e2c6072..8d0a7af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ maven-debian-helper (2.0.7) UNRELEASED; urgency=medium * Added org.eluder.coveralls:coveralls-maven-plugin to the ignored plugins * Standards-Version updated to 3.9.8 * The generated control file now specifies Standards-Version: 3.9.8 + * Fixed the default license announced by mh_make (Closes: #826419) [ Christopher Hoskin ] * Fix "mh_resolve_dependencies fails to honour --verbose option" -- 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

