[libxmlrpc3-java] 03/03: Build with the DH sequencer instead of CDBS

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jun 23 08:40:58 UTC 2016


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

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

commit 2724b6e04617c6fc8bb009579f820a1139631a88
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 21 21:40:56 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c9a2084..724a496 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 libxmlrpc3-java (3.1.3-8) UNRELEASED; urgency=medium
 
+  * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 3.9.8
   * Moved the package to Git
 
diff --git a/debian/control b/debian/control
index dda40a5..a7b091d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,7 @@ Uploaders: Torsten Werner <twerner at debian.org>,
            Damien Raude-Morvan <drazzib at debian.org>,
            Jakub Adam <jakub.adam at ktknet.cz>,
            Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: ant,
-               cdbs,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                default-jdk,
                default-jdk-doc,
                javahelper,
diff --git a/debian/rules b/debian/rules
index 2bb20b2..9325c3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,7 @@
 #!/usr/bin/make -f
-# debian/rules file for xmlrpc3 (uses cdbs)
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/javahelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
-
-JAVA_HOME := /usr/lib/jvm/default-java
-
-DEB_MAVEN_BUILD_TARGET := install
-DEB_MAVEN_DOC_TARGET   := javadoc:javadoc
-
-clean::
-	rm -Rf target
-	-mh_clean
+%:
+	dh $@ --buildsystem=maven --with javahelper
 
 get-orig-source::
-	uscan --force-download --repack --rename
+	uscan --download-current-version --force-download --repack --rename

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



More information about the pkg-java-commits mailing list