[epubcheck] 01/02: Drop CDBS from the build

Eugene Zhukov eugene at moszumanska.debian.org
Sun Feb 5 19:28:05 UTC 2017


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

eugene pushed a commit to branch master
in repository epubcheck.

commit 33c733ce1d58e663d3fb9e15b1dab8a13f254b39
Author: Eugene Zhukov <eugene at debian.org>
Date:   Sun Feb 5 08:22:36 2017 +0200

    Drop CDBS from the build
---
 debian/changelog |  7 +++++++
 debian/control   | 24 +++++++++++++-----------
 debian/rules     |  6 ++----
 3 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d00df1a..603bd1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+epubcheck (4.0.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * Drop CDBS from the build
+
+ -- Eugene Zhukov <eugene at debian.org>  Sun, 05 Feb 2017 08:01:52 +0200
+
 epubcheck (4.0.1-2) unstable; urgency=medium
 
   * d/watch: remove opts=dversionmangle
diff --git a/debian/control b/debian/control
index 82a8994..849fd5b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,19 @@ Section: text
 Priority: optional
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Uploaders: Eugene Zhukov <eugene at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper
-Build-Depends-Indep: libcommons-compress-java,
-                     libguava-java,
-                     libjing-java (>= 20131210+dfsg+1),
-                     libmaven-bundle-plugin-java,
-                     libsac-java,
-                     libsaxonhe-java,
-                     libxml-maven-plugin-java,
-                     libmaven-dependency-plugin-java,
-                     libjackson-json-java
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9),
+ default-jdk,
+ maven-debian-helper,
+ libcommons-compress-java,
+ libguava-java,
+ libjing-java (>= 20131210+dfsg+1),
+ libmaven-bundle-plugin-java,
+ libsac-java,
+ libsaxonhe-java,
+ libxml-maven-plugin-java,
+ libmaven-dependency-plugin-java,
+ libjackson-json-java
+Standards-Version: 3.9.8
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/epubcheck.git
 Vcs-Git: git://anonscm.debian.org/pkg-java/epubcheck.git
 Homepage: https://github.com/IDPF/epubcheck
diff --git a/debian/rules b/debian/rules
index ec68ffb..4a4e0f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+	dh $@ --parallel --buildsystem=maven
 
 THE_DATE := $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%Y-%m-%d)
 DEB_MAVEN_ARGS := -Dtool.build.date=$(THE_DATE)

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



More information about the pkg-java-commits mailing list