[maven-debian-helper] 02/06: The generated control file now specifies Standards-Version: 4.1.0
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Aug 26 23:10:59 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 f8d9ed0702259ac25118b8839260bf8c84cdb93b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Aug 27 00:02:53 2017 +0200
The generated control file now specifies Standards-Version: 4.1.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 85ca79a..f5db1dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ maven-debian-helper (2.2.3) UNRELEASED; urgency=medium
* Added the project.build.sourceEncoding property in the documentation
header of the generated maven.properties file
* Standards-Version updated to 4.1.0
+ * The generated control file now specifies Standards-Version: 4.1.0
-- Emmanuel Bourg <ebourg at apache.org> Fri, 11 Aug 2017 22:21:11 +0200
diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm
index b145259..84bd394 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.0.0
+Standards-Version: 4.1.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 52ae7d7..fd56069 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.0.0
+Standards-Version: 4.1.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