[maven-debian-helper] 04/11: The generated control file now specifies Standards-Version: 4.1.3

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Mar 5 11:19:04 GMT 2018


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 7dc7283342316b0e851fd5b6443f8f613bc775dd
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Mar 5 09:53:54 2018 +0100

    The generated control file now specifies Standards-Version: 4.1.3
---
 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 0865a01..aba8100 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ maven-debian-helper (2.2.9) UNRELEASED; urgency=medium
   * Build with plexus-container-default.jar
     instead of plexus-container-default-1.5.jar
   * Standards-Version updated to 4.1.3
+  * The generated control file now specifies Standards-Version: 4.1.3
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 05 Mar 2018 09:41:56 +0100
 
diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm
index 0c212bc..d882286 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 (>= 10), default-jdk, maven-repo-helper (>= 1.9)#if ($p
 #if(!$buildDependencies.isEmpty())
 Build-Depends-Indep:#printDependencies($buildDependencies)$space
 #end
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Git: https://salsa.debian.org/java-team/${package}.git
 Vcs-Browser: https://salsa.debian.org/java-team/${package}
 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 a4293ef..dd0c17e 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 (>= 10),#if ($helper == "cdbs") cdbs,#end default-jdk,
 #if(!$buildDependencies.isEmpty())
 Build-Depends-Indep:#printDependencies($buildDependencies)$space
 #end
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Git: https://salsa.debian.org/java-team/${package}.git
 Vcs-Browser: https://salsa.debian.org/java-team/${package}
 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