[jboss-logging] 03/07: Switch to dh sequencer

Markus Koschany apo-guest at moszumanska.debian.org
Tue May 12 15:13:32 UTC 2015


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

apo-guest pushed a commit to branch master
in repository jboss-logging.

commit b402747d934bdd069471c65b9806c1020d51de77
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue May 12 15:18:52 2015 +0200

    Switch to dh sequencer
---
 debian/control | 1 -
 debian/rules   | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index a727fcc..cc14827 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders:
  Markus Koschany <apo at gambaru.de>
 Build-Depends:
- cdbs,
  debhelper (>= 9),
  default-jdk,
  maven-debian-helper (>= 1.5)
diff --git a/debian/rules b/debian/rules
index 4a061cf..a81e654 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
 #!/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
+%:
+	dh $@ --parallel --buildsystem=maven
 
-JAVA_HOME := /usr/lib/jvm/default-java
 
 get-orig-source:
 	uscan --download-current-version --force-download --no-symlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging.git



More information about the pkg-java-commits mailing list