[maven-debian-helper] 02/04: The generated control file now specifies Standards-Version: 3.9.6
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 1 19:37:28 UTC 2014
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 dd8a94b202d183952c438972152a4653a9c954fa
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Oct 1 19:59:49 2014 +0200
The generated control file now specifies Standards-Version: 3.9.6
---
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 75f17bb..bc6cff4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ maven-debian-helper (1.6.9) UNRELEASED; urgency=medium
* Use the uscan --no-symlink option instead of --rename in the generated
debian/rule get-orig-source target to work around #748462
* Depend on maven-repo-helper >= 1.8.9
+ * The generated control file now specifies Standards-Version: 3.9.6
-- Emmanuel Bourg <ebourg at apache.org> Thu, 04 Sep 2014 09:51:27 +0200
diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm
index e3b6094..5dae171 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.5
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/${package}.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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 f855b34..401e491 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), cdbs, default-jdk, maven-debian-helper (>= 1.5)
#if(!$buildDependencies.isEmpty())
Build-Depends-Indep:#printDependencies($buildDependencies)$space
#end
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/${package}.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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