This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mongo-java-driver.
commit f8ff91c583a53d26aa949504676ffacc1dd08ae6 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 7 09:54:04 2015 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 312c90d..71d394c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mongo-java-driver (2.12.4-2) UNRELEASED; urgency=medium + + * Build with the DH sequencer instead of CDBS + + -- Emmanuel Bourg <[email protected]> Mon, 07 Dec 2015 09:28:14 +0100 + mongo-java-driver (2.12.4-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index f98c2a8..ba2fe20 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5) +Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-bundle-plugin-java, junit4 Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/mongo-java-driver.git diff --git a/debian/rules b/debian/rules index b76c54a..f39cf2f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk +export JAVA_HOME := /usr/lib/jvm/default-java -JAVA_HOME := /usr/lib/jvm/default-java +%: + dh $@ --buildsystem=maven get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mongo-java-driver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

