[maven-debian-helper] 02/07: The generated control file now specifies Standards-Version: 3.9.7

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Feb 19 11:16:17 GMT 2016


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 d64d3074f791fd93e3e18e0ed70828ee24004b55
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Feb 16 12:56:56 2016 +0100

    The generated control file now specifies Standards-Version: 3.9.7
---
 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 51993a3..53bc349 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-debian-helper (2.0.5) UNRELEASED; urgency=medium
 
   * Team upload.
   * Standards-Version updated to 3.9.7 (no changes)
+  * The generated control file now specifies Standards-Version: 3.9.7
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 16 Feb 2016 12:55:41 +0100
 
diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm
index 981ca05..9830c47 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.6
+Standards-Version: 3.9.7
 Vcs-Git: git://anonscm.debian.org/pkg-java/${package}.git
 Vcs-Browser: http://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 d10bcdc..2240ae7 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.6
+Standards-Version: 3.9.7
 Vcs-Git: git://anonscm.debian.org/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



More information about the pkg-java-commits mailing list