This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository json-simple.
commit 8b2a314d2ad63d506cd0b3d8c3f92d68fe981ca3 Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 6 13:27:46 2016 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 1 - debian/rules | 7 ++----- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index c85ecbd..2958a5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ json-simple (1.1.1-4) UNRELEASED; urgency=medium * Team upload. + * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 5cf4c29..72ee66a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Gilles Filippini <[email protected]> Build-Depends: ant, - cdbs, debhelper (>= 10), default-jdk, default-jdk-doc, diff --git a/debian/rules b/debian/rules index d586a7d..232c771 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,7 @@ #!/usr/bin/make -f -# -*- makefile -*- -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk - -export JAVA_HOME=/usr/lib/jvm/default-java +%: + dh $@ --buildsystem=maven get-orig-source: destdir=$(CURDIR) && \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/json-simple.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

