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 <[email protected]>
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 <[email protected]>  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 
<[email protected]>
 Uploaders: Ludovic Claude <[email protected]>
-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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to