[hawtbuf] 01/03: Build with the DH sequencer instead of CDBS

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 30 16:23:57 UTC 2015


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

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

commit aed4b4f9b8a4599ec5854815ef1eef7ef4fea438
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 30 16:11:34 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 09b5709..382dff8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hawtbuf (1.10-2) UNRELEASED; urgency=medium
+
+  * Build with the DH sequencer instead of CDBS
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 30 Dec 2015 16:10:29 +0100
+
 hawtbuf (1.10-1) unstable; urgency=medium
 
   * Initial release (Closes: #793133)
diff --git a/debian/control b/debian/control
index d2949c8..1eaaee5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ 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,
                junit4,
                libjavacc-maven-plugin-java,
diff --git a/debian/rules b/debian/rules
index f285496..9867785 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+export JAVA_HOME = /usr/lib/jvm/default-java
 
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate
+%:
+	dh $@ --buildsystem=maven
 
 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/hawtbuf.git



More information about the pkg-java-commits mailing list