[openhft-compiler] 03/04: Build with the DH sequencer instead of CDBS

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 31 16:04:04 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository openhft-compiler.

commit 53f4519f17319e4cf8282926e99e2e6d2af3da44
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 31 17:54:47 2016 +0200

    Build with the DH sequencer instead of CDBS
---
 debian/changelog | 1 +
 debian/control   | 5 ++---
 debian/rules     | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d851c2..0141f9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 openhft-compiler (2.2.0-2) UNRELEASED; urgency=medium
 
+  * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 3.9.8 (no changes)
   * Use a secure Vcs-Git URL
 
diff --git a/debian/control b/debian/control
index 5616025..ce460a5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                default-jdk,
                libmaven-bundle-plugin-java,
                libslf4j-java,
-               maven-debian-helper (>= 1.5),
+               maven-debian-helper (>= 2.0),
                zip
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-compiler.git
diff --git a/debian/rules b/debian/rules
index 74713b6..e9601b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+%:
+	dh $@ --buildsystem=maven
 
-JAVA_HOME := /usr/lib/jvm/default-java
+override_dh_auto_install:
+	dh_auto_install
 
-common-install-indep::
 	# Remove an unused pom
 	rm -Rf debian/libopenhft-compiler-java/usr/share/maven-repo/net/openhft/Java-Runtime-Compiler
 

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



More information about the pkg-java-commits mailing list