[maven-ear-plugin] 12/17: Build with the DH sequencer instead of CDBS

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 9 14:09:47 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository maven-ear-plugin.

commit 66d95b397a1c196512f209b6f8848ac752b9d4ac
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 9 14:53:27 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index c67cf15..5e0f990 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ maven-ear-plugin (2.3.2-4) UNRELEASED; urgency=low
   * Swicth to debhelper level 9
   * debian/copyright: Updated the Format URI
   * Moved the package to Git
+  * Build with the DH sequencer instead of CDBS
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sun, 24 Nov 2013 12:23:35 +0100
 
diff --git a/debian/control b/debian/control
index 03a8f78..869aa42 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: Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper
 Build-Depends-Indep: libmaven-antrun-plugin-java (>= 1.3),
                      libmaven-archiver-java,
                      libmaven-filtering-java,
diff --git a/debian/rules b/debian/rules
index 2bb7158..9867785 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +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
-
-clean::
-	rm -f mvn-build
+%:
+	dh $@ --buildsystem=maven
 
 get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+	uscan --download-current-version --force-download --no-symlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ear-plugin.git



More information about the pkg-java-commits mailing list