This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uima-as.
commit ffd1f954b7b93fc1057ad4c06aacb7e11cc26d91 Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 15 11:41:42 2015 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 3 +-- debian/rules | 19 +++++++++++++------ 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index e5d1b20..2f0fc05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ uima-as (2.3.1-4) UNRELEASED; urgency=medium * Updated debian/watch * Standards-Version updated to 3.9.6 (no changes) * Switch to debhelper level 9 + * Build with the DH sequencer instead of CDBS -- Emmanuel Bourg <[email protected]> Tue, 15 Dec 2015 08:36:16 +0100 diff --git a/debian/control b/debian/control index 4be3e5b..73454ad 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: cdbs, - debhelper (>= 9), +Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4.4), maven-repo-helper (>= 1.5.2) diff --git a/debian/rules b/debian/rules index c464304..11ee215 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,18 @@ #!/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_DOC_TARGET := javadoc:aggregate -DEB_BUILDDIR := uima-as/ +%: + dh $@ --buildsystem=maven + +override_dh_auto_build: + dh_auto_build -Duima-as + +override_dh_auto_test: + dh_auto_test -Duima-as + +override_dh_auto_install: + dh_auto_install -- -f uima-as/pom.xml get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uima-as.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

