This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to branch master in repository testng.
commit e8d95afaeefad855a77075658cc9611f3d57ed17 Author: Eugene Zhukov <[email protected]> Date: Tue Aug 18 18:22:17 2015 +0000 Switch away from CDBS build system --- debian/changelog | 2 ++ debian/control | 1 - debian/rules | 6 ++---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 224e97b..2b7b0a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ testng (6.9.5-1) UNRELEASED; urgency=medium + * New upstream release * Add copy-rename-maven-plugin to d/maven.ignoreRules * Add patch for Version.java + * Switch away from CDBS build system -- Eugene Zhukov <[email protected]> Tue, 18 Aug 2015 10:27:45 +0000 diff --git a/debian/control b/debian/control index d731bd1..eeb80f2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> Build-Depends: debhelper (>= 9), - cdbs, default-jdk, maven-debian-helper (>= 1.5), ant diff --git a/debian/rules b/debian/rules index 261ec16..21b3d44 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,7 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk - -JAVA_HOME := /usr/lib/jvm/default-java +%: + dh $@ --parallel --buildsystem=maven get-orig-source: uscan --download-current-version --force-download --rename -- 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

