[maven-dependency-analyzer] 01/02: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 18 22:36:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-dependency-analyzer.
commit 9a367bea36041a5180256d5df65b3cc5f2e759ba
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jan 18 23:30:20 2016 +0100
Build with the DH sequencer instead of CDBS
---
debian/changelog | 7 +++++++
debian/control | 5 ++---
debian/rules | 6 +++---
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ee268a7..dd4e4d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-dependency-analyzer (1.4-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build with the DH sequencer instead of CDBS
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 18 Jan 2016 23:26:57 +0100
+
maven-dependency-analyzer (1.4-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 1a2c829..a343594 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ 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, libjaxp1.3-java
-Build-Depends-Indep: ant-optional,
- junit,
+Build-Depends: debhelper (>= 9), default-jdk, libjaxp1.3-java
+Build-Depends-Indep: junit,
libasm3-java,
libjmock-java,
libmaven-plugin-testing-java,
diff --git a/debian/rules b/debian/rules
index 261ec16..8dea969 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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
+%:
+ dh $@ --buildsystem=maven
get-orig-source:
uscan --download-current-version --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-dependency-analyzer.git
More information about the pkg-java-commits
mailing list