This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to branch master in repository testng.
commit cce39616e8ad40923781e1da8f8c82d71aee3fd6 Author: Eugene Zhukov <[email protected]> Date: Wed Jun 3 07:46:10 2015 +0000 Fix FTBFS --- debian/changelog | 7 +++++++ debian/control | 9 +++++++-- debian/maven.properties | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f9d4a70..7cb1bb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +testng (6.9.4-2) unstable; urgency=medium + + * maven.properties: Add UTF-8 source encoding + * d/control: Add build dependency on libbuild-helper-maven-plugin-java + + -- Eugene Zhukov <[email protected]> Wed, 03 Jun 2015 07:41:21 +0000 + testng (6.9.4-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index edf4623..d731bd1 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,13 @@ Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5), ant -Build-Depends-Indep: libmaven-bundle-plugin-java, libbsh-java, junit4, - libguice-java, libjcommander-java, libyaml-snake-java +Build-Depends-Indep: libmaven-bundle-plugin-java, + libbsh-java, + junit4, + libguice-java, + libjcommander-java, + libyaml-snake-java, + libbuild-helper-maven-plugin-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/testng.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/testng.git diff --git a/debian/maven.properties b/debian/maven.properties index e593715..242da7e 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -3,3 +3,4 @@ # maven.test.skip=true maven.test.skip=true +project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

