[activemq-activeio] 07/09: Switch from cdbs to dh sequencer.

Markus Koschany apo-guest at moszumanska.debian.org
Sun Mar 20 15:38:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository activemq-activeio.

commit 1f5f16ffe4029c7c4707c94c14b30e7ca1b6d553
Author: Markus Koschany <apo at debian.org>
Date:   Sat Mar 19 23:05:51 2016 +0100

    Switch from cdbs to dh sequencer.
---
 debian/control |  1 -
 debian/rules   | 10 ++++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 70f06e4..8887c16 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders:
  Damien Raude-Morvan <drazzib at debian.org>
 Build-Depends:
- cdbs,
  debhelper (>= 9),
  default-jdk,
  default-jdk-doc,
diff --git a/debian/rules b/debian/rules
index 562f1f3..189a32f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +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:jar javadoc:aggregate
+%:
+	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-activeio.git



More information about the pkg-java-commits mailing list