[felix-gogo-shell] 09/12: Switch from cdbs to dh sequencer.

Markus Koschany apo-guest at moszumanska.debian.org
Sat Nov 21 18:40:01 UTC 2015


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

apo-guest pushed a commit to branch master
in repository felix-gogo-shell.

commit 06f23273268f65796dfe721f1e9f1dbb293c5bfe
Author: Markus Koschany <apo at debian.org>
Date:   Sat Nov 21 18:15:14 2015 +0100

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

diff --git a/debian/control b/debian/control
index 9ad3008..4316f14 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,
  maven-debian-helper
diff --git a/debian/rules b/debian/rules
index a381edc..355687c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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
+%:
+	dh $@ --parallel --buildsystem=maven
 
 get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --no-symlink
+	uscan --verbose --download-current-version --force-download --no-symlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-gogo-shell.git



More information about the pkg-java-commits mailing list