This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jnr-netdb.
commit e251f4c00506729b8d386d968e83a043e95c36b1 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 3 18:00:53 2016 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 3 +-- debian/rules | 7 ++----- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 49c2927..c537f2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jnr-netdb (1.1.4-3) UNRELEASED; urgency=medium * Team upload. + * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 4487216..4b5862b 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,8 @@ Uploaders: Torsten Werner <[email protected]> Build-Depends: debhelper (>= 9), javahelper, - cdbs, default-jdk, - maven-debian-helper (>= 1.4) + maven-debian-helper (>= 2.0) Build-Depends-Indep: junit4, default-jdk-doc, diff --git a/debian/rules b/debian/rules index ae35dcd..ec38b7c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/javahelper.mk -include /usr/share/cdbs/1/class/maven.mk - -JAVA_HOME := /usr/lib/jvm/default-java +%: + dh $@ --buildsystem=maven -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-netdb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

