This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jsoup.
commit 1e1a927edd575ba9203f9af837bbabd5f91e0625 Author: Emmanuel Bourg <[email protected]> Date: Sun Apr 17 22:34:58 2016 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/rules | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 76cda04..5184e50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ jsoup (1.8.3-2) UNRELEASED; urgency=medium + * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* fields diff --git a/debian/rules b/debian/rules index 35f9d6d..d755df6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +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 - -DEB_MAVEN_INSTALL_DOC_TARGET := +%: + 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/jsoup.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

