This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-ejb-plugin.
commit a6b93c97771ce33896b00b5d6297cf602821159e Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 13:54:51 2015 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fb8a3a..bec7e23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-ejb-plugin (2.2-3) UNRELEASED; urgency=medium * Team upload. + * Build with the DH sequencer instead of CDBS * debian/control: - Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git diff --git a/debian/control b/debian/control index 1eb000b..3975eec 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper +Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-archiver-java, libmaven2-core-java, libplexus-utils-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index b76c54a..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-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/maven-ejb-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

