[maven-debian-helper] 02/03: The generated control file now specifies Standards-Version: 4.1.4
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Apr 6 08:16:43 UTC 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 6cb42bc6efd1121e921e02201a533013c9a2ad46
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Apr 6 09:21:36 2018 +0200
The generated control file now specifies Standards-Version: 4.1.4
---
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 e2ca3e4..f15d93e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ maven-debian-helper (2.3~exp2) UNRELEASED; urgency=medium
* Generate packages depending on default-jdk-headless instead of default-jdk
* No longer support generating CDBS based packages
* Standards-Version updated to 4.1.4
+ * The generated control file now specifies Standards-Version: 4.1.4
-- Emmanuel Bourg <ebourg at apache.org> Tue, 27 Mar 2018 11:46:29 +0200
diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm
index 111ca72..b19297f 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 (>= 11), default-jdk-headless, maven-repo-helper (>= 1.
#if(!$buildDependencies.isEmpty())
Build-Depends-Indep:#printDependencies($buildDependencies)$space
#end
-Standards-Version: 4.1.3
+Standards-Version: 4.1.4
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 7cbb8d5..617f4c5 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 (>= 11), default-jdk-headless, maven-debian-helper (>=
#if(!$buildDependencies.isEmpty())
Build-Depends-Indep:#printDependencies($buildDependencies)$space
#end
-Standards-Version: 4.1.3
+Standards-Version: 4.1.4
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