This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository user-agent-utils.
commit 6b73c8e4d5833547762c9a79ab88bc741a425d1a Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 13 10:16:11 2016 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc9ac52..2c40fd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +user-agent-utils (1.18-2) UNRELEASED; urgency=medium + + * Build with the DH sequencer instead of CDBS + + -- Emmanuel Bourg <[email protected]> Wed, 13 Jan 2016 10:13:56 +0100 + user-agent-utils (1.18-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 30ae6e7..d88f92b 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), junit4 +Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5), junit4 Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/user-agent-utils.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/user-agent-utils.git diff --git a/debian/rules b/debian/rules index 4a061cf..9867785 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-current-version --force-download --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/user-agent-utils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

