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

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

commit 8207cfee8b9ed1268656641bb3afc67021800d1e
Author: Emmanuel Bourg <[email protected]>
Date:   Mon Jan 18 14:04:52 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index e97a4ac..62ce388 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ jdependency (1.1-1) UNRELEASED; urgency=medium
     - Build depend on junit4 instead of junit
     - New build dependency on libmaven-antrun-plugin-java
   * Standards-Version updated to 3.9.6 (no changes)
+  * Build with the DH sequencer instead of CDBS
 
  -- Emmanuel Bourg <[email protected]>  Mon, 18 Jan 2016 13:55:43 +0100
 
diff --git a/debian/control b/debian/control
index 8430674..11c8d63 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Emmanuel Bourg <[email protected]>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 
1.5)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
 Build-Depends-Indep: libasm4-java, libcommons-io-java, junit4, 
libmaven-antrun-plugin-java
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jdependency
diff --git a/debian/rules b/debian/rules
index 41e84a0..1a93b2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
 #!/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
 
-DEB_INSTALL_CHANGELOGS_ALL := HISTORY.md
+override_dh_installchangelogs:
+       dh_installchangelogs -- HISTORY.md
 
 get-orig-source:
-       uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
+       uscan --download-current-version --force-download --rename

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

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

Reply via email to