[epubcheck] 03/03: Switch away from CDBS build system
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Mon Aug 17 08:21:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
eugene-guest pushed a commit to branch master
in repository epubcheck.
commit bba3b5bc68312b9342edda566b239a61e0192cf3
Author: Eugene Zhukov <jevgeni.zh at gmail.com>
Date: Sun Aug 16 21:22:02 2015 +0000
Switch away from CDBS build system
---
debian/changelog | 4 +++-
debian/control | 7 +++----
debian/rules | 9 ++++-----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4bdee7e..ac06213 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
-epubcheck (4.0.0-alpha11-2) UNRELEASED; urgency=medium
+epubcheck (4.0.0-alpha11-2) unstable; urgency=medium
* Moved the package to Git
* Fix dep5-copyright-license-name-not-unique in d/copyright
+ * Updated Standards-Version to 3.9.6 (no changes)
+ * Remove libmaven-scm-java build dependency (Closes: #794772)
-- Eugene Zhukov <jevgeni.zh at gmail.com> Sun, 16 Aug 2015 13:15:07 +0000
diff --git a/debian/control b/debian/control
index 524ee6e..e68fc59 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: text
Priority: optional
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
Uploaders: Eugene Zhukov <jevgeni.zh at gmail.com>
-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: libcommons-compress-java,
libguava-java,
libjing-java (>= 20131210+dfsg+1),
@@ -12,12 +12,11 @@ Build-Depends-Indep: libcommons-compress-java,
libsaxonhe-java,
libxml-maven-plugin-java,
libjavatuples-java,
- libmaven-scm-java,
libmaven-dependency-plugin-java,
libjackson-json-java
Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-xml-sgml/packages/epubcheck/
-Vcs-Svn: svn://alioth.debian.org/debian-xml-sgml/packages/epubcheck/
+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
Package: epubcheck
diff --git a/debian/rules b/debian/rules
index 577f862..192ead8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,10 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+%:
+ dh $@ --parallel --buildsystem=maven
-JAVA_HOME := /usr/lib/jvm/default-java
-
-binary-post-install/epubcheck::
+override_dh_link:
+ dh_link
mh_installjar -pepubcheck -l pom.xml target/epubcheck.jar
chmod +x debian/epubcheck/usr/share/java/epubcheck.jar
--
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