This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-asyncclient.
commit 1471ce452ae18e7d84d867417741bcc4d86981ac Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 13 23:00:40 2016 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 5 ++--- debian/rules | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index a002bf7..5a4c063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ httpcomponents-asyncclient (4.1-3) UNRELEASED; urgency=medium * Team upload. + * Build with the DH sequencer instead of CDBS * Fixed the watch file * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index a9833b0..8921c0c 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, - debhelper (>= 10), +Build-Depends: debhelper (>= 10), default-jdk, junit4, libbuild-helper-maven-plugin-java, @@ -13,7 +12,7 @@ Build-Depends: cdbs, libhttpclient-java, libhttpcore-java, libmockito-java, - maven-debian-helper (>= 1.5) + maven-debian-helper (>= 2.0) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/httpcomponents-asyncclient.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/httpcomponents-asyncclient.git diff --git a/debian/rules b/debian/rules index 4a061cf..5985cac 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 $@ get-orig-source: uscan --download-current-version --force-download --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-asyncclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

