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 5b2b9de5038aef1300be83ee31c38fa5430ddb4b Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 2 00:18:07 2013 +0100 The generated control file now specifies Standards-Version: 3.9.5 Standards-Version updated to 3.9.5 (no changes) --- debian/changelog | 2 ++ debian/control | 2 +- maven-packager-utils/src/main/resources/control.ant.vm | 2 +- maven-packager-utils/src/main/resources/control.vm | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fc2f49..4512df6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,11 +13,13 @@ maven-debian-helper (1.6.6) UNRELEASED; urgency=low * Depend on maven-repo-helper >= 1.8.5 * Build depend on debhelper 9 * The generated packages now depend on debhelper 9 + * The generated control file now specifies Standards-Version: 3.9.5 * Improved the detection of the documentation packages * Fixed an IllegalArgumentException when a documentation package is not found (Closes: #712506) * Added a header to orig-tar.svn.vm * Use XZ compression for the upstream tarball in the generated orig-tar.sh + * Standards-Version updated to 3.9.5 (no changes) [ Steffen Moeller ] * Removed the trailing white space after the Homepage field diff --git a/debian/control b/debian/control index fd528e9..6f0c640 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <ludovic.claude@l Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-ant-helper (>= 7.0), ant-optional, help2man Build-Depends-Indep: maven-repo-helper (>= 1.8.5), junit4, libmaven-plugin-tools-java, libplexus-velocity-java, libcommons-io-java -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-debian-helper.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/maven-debian-helper.git Homepage: http://wiki.debian.org/Java/MavenBuilder diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm index 0b12c4b..50b68f5 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.4 +Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/${package} Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/${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 f86f4aa..02d2fda 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.4 +Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/${package} Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/${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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

