This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit 859180371ae0830f4d530b463f6e3a7692758048 Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 29 01:21:30 2016 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 1 - debian/rules | 11 +++-------- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index e96e141..59bb8bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ libxml-security-java (1.5.6-2) UNRELEASED; urgency=medium + * Build with the DH sequencer instead of CDBS * Moved the package to Git * Updated debian/watch to track the latest releases * Use XZ compression for the upstream tarball diff --git a/debian/control b/debian/control index 97ff8dd..743e5a8 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Uploaders: Varun Hiremath <[email protected]>, Niels Thykier <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 7), - cdbs, default-jdk, maven-debian-helper (>= 1.4), javahelper diff --git a/debian/rules b/debian/rules index 030cf08..971d8de 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +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 - -binary-post-install/libxml-security-java:: - jh_classpath -plibxml-security-java +%: + dh $@ --buildsystem=maven --with javahelper get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

