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

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jun 27 13:06:43 UTC 2017


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 08015b0aa08962495acc8a58052fdcbedb9383cc
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 27 14:06:12 2017 +0200

    The generated control file now specifies Standards-Version: 4.0.0
---
 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 254af39..ec5c381 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-debian-helper (2.2.1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Standards-Version updated to 4.0.0
+  * The generated control file now specifies Standards-Version: 4.0.0
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 27 Jun 2017 14:04:15 +0200
 
diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm
index b32635f..b145259 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: 3.9.8
+Standards-Version: 4.0.0
 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 ce30850..52ae7d7 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: 3.9.8
+Standards-Version: 4.0.0
 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



More information about the pkg-java-commits mailing list