[libcommons-collections4-java] 05/06: Build with the DH sequencer instead of CDBS

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Dec 6 21:54:32 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository libcommons-collections4-java.

commit faebbba2d1f6574d5f34a0d168f9a33c641a59f7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Dec 6 22:45:55 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 6f144fc..2c4c46d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libcommons-collections4-java (4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 3.9.6 (no changes)
   * Use XZ compression for the upstream tarball
   * Moved the package to Git
diff --git a/debian/control b/debian/control
index fdd3310..aca0a99 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: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
 Build-Depends-Indep: default-jdk-doc,
                      junit4,
                      libeasymock-java,
diff --git a/debian/rules b/debian/rules
index 1af20bf..aba22ec 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 := RELEASE-NOTES.txt
+override_dh_installchangelogs:
+	dh_installchangelogs RELEASE-NOTES.txt
 
 get-orig-source:
 	uscan --download-current-version --force-download --no-symlink

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



More information about the pkg-java-commits mailing list