This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository activemq-protobuf.
commit e76024b2c4198780a5667fb9b07ebd37b4a7ac68 Author: Markus Koschany <[email protected]> Date: Sat Mar 19 19:02:40 2016 +0100 Switch from cdbs to dh sequencer. --- debian/control | 1 - debian/rules | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 0a6e26c..d9aad61 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: - cdbs, debhelper (>= 9), default-jdk, default-jdk-doc, diff --git a/debian/rules b/debian/rules index b38084c..844fc98 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,8 @@ #!/usr/bin/make -f +export JAVA_HOME := /usr/lib/jvm/default-java -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk - -JAVA_HOME := /usr/lib/jvm/default-java -DEB_MAVEN_DOC_TARGET := javadoc:aggregate -DEB_MAVEN_BUILD_TARGET := install +%: + dh $@ --parallel --buildsystem=maven 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/activemq-protobuf.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

