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 fe604f9d3f7231334b8a194219d7b158b29512c5 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 27 17:50:15 2016 +0200 The generated control file now specifies Standards-Version: 3.9.8 --- debian/changelog | 1 + maven-packager-utils/src/main/resources/control.ant.vm | 2 +- maven-packager-utils/src/main/resources/control.vm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7646b3e..64c04b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-debian-helper (2.0.7) UNRELEASED; urgency=medium [ Emmanuel Bourg ] * 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 [ Christopher Hoskin ] * Fix "mh_resolve_dependencies fails to honour --verbose option" diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm index f4b1a83..f69c2e6 100644 --- a/maven-packager-utils/src/main/resources/control.ant.vm +++ b/maven-packager-utils/src/main/resources/control.ant.vm @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.7.1)#if ($ #if(!$buildDependencies.isEmpty()) Build-Depends-Indep:#printDependencies($buildDependencies)$space #end -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/${package}.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/${package}.git Homepage:#if(${project.Url}) ${project.Url}#else TODO #end diff --git a/maven-packager-utils/src/main/resources/control.vm b/maven-packager-utils/src/main/resources/control.vm index 31f316e..c6d6e22 100644 --- a/maven-packager-utils/src/main/resources/control.vm +++ b/maven-packager-utils/src/main/resources/control.vm @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9),#if ($helper == "cdbs") cdbs,#end default-jdk, m #if(!$buildDependencies.isEmpty()) Build-Depends-Indep:#printDependencies($buildDependencies)$space #end -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/${package}.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/${package}.git Homepage:#if(${project.Url}) ${project.Url}#else TODO #end -- 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

