This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libparanamer-java.
commit cc71d57ca7347932f4bae45f9b5138465a8c1725 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 13 22:17:57 2015 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 1 - debian/rules | 11 ++++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2999cb..eb59a25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libparanamer-java (2.7+repack-2) UNRELEASED; urgency=medium * Team upload. * Depend on libmaven3-core-java instead of libmaven2-core-java + * Build with the DH sequencer instead of CDBS -- Emmanuel Bourg <[email protected]> Fri, 13 Nov 2015 21:58:32 +0100 diff --git a/debian/control b/debian/control index a0ffabd..5893e56 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: - cdbs, debhelper (>= 9), javahelper, maven-debian-helper diff --git a/debian/rules b/debian/rules index a365327..df7844f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,12 @@ #!/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 -DEB_MAVEN_BUILD_TARGET := install -DEB_INSTALL_CHANGELOGS_ALL := README.md +%: + dh $@ --buildsystem=maven + +override_dh_auto_build: + dh_auto_build -- install get-orig-source: uscan --verbose --repack --compression xz --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libparanamer-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

