[gradle-debian-helper] 04/06: Build with the DH sequencer instead of CDBS

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 6 07:58:49 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository gradle-debian-helper.

commit 15954dd52e6413f67a5b5899c5f94a510f146ca4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 6 09:57:13 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 17c6ef2..e18651d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gradle-debian-helper (1.2) UNRELEASED; urgency=medium
 
   * Tightened the dependency on gradle (>= 2.5)
   * Install the README file in the binary package
+  * Build with the DH sequencer instead of CDBS
   * Use secure Vcs-* URLs
   * Standards-Version updated to 3.9.8
 
diff --git a/debian/control b/debian/control
index 4bfc3d4..4c35268 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +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: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper, gradle (>= 2.5)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper, gradle (>= 2.5)
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-debian-helper.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-debian-helper.git
diff --git a/debian/rules b/debian/rules
index c75efdf..ec38b7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+	dh $@ --buildsystem=maven

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



More information about the pkg-java-commits mailing list