This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-client.
commit 901bf8712de745dd41e7f0a69cbb6d1752369aa2 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 19 16:28:37 2017 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 1 - debian/rules | 6 ++---- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d8dd364..40eda2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ httpcomponents-client (4.5.3-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Removed httpcore-ThreadSafe.patch (fixed upstream) + * Build with the DH sequencer instead of CDBS * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 19 Jun 2017 16:22:54 +0200 diff --git a/debian/control b/debian/control index ba69ba7..c17ff25 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: - cdbs, debhelper (>= 10), default-jdk, javahelper, diff --git a/debian/rules b/debian/rules index 4a061cf..68ec90f 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 $@ --with javahelper 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-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

