[epubcheck] 01/03: Prepare for upload to unstable
Eugene Zhukov
eugene at moszumanska.debian.org
Tue Jun 20 10:57:13 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 5a25d47e69bbc778d5977103f84477e30db46ea3
Author: Eugene Zhukov <eugene at debian.org>
Date: Tue Jun 20 07:38:49 2017 +0000
Prepare for upload to unstable
---
debian/changelog | 6 +++---
debian/control | 10 +++++-----
debian/copyright | 14 +-------------
debian/rules | 10 ++++++----
4 files changed, 15 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 603bd1b..8a093df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-epubcheck (4.0.2-1) UNRELEASED; urgency=medium
+epubcheck (4.0.2-1) unstable; urgency=medium
* New upstream release
- * Drop CDBS from the build
+ * Remove src/test
- -- Eugene Zhukov <eugene at debian.org> Sun, 05 Feb 2017 08:01:52 +0200
+ -- Eugene Zhukov <eugene at debian.org> Mon, 19 Jun 2017 16:21:58 +0000
epubcheck (4.0.1-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 849fd5b..6e7a064 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,21 @@ 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: debhelper (>= 9),
+Build-Depends: debhelper (>= 9), cdbs,
default-jdk,
maven-debian-helper,
libcommons-compress-java,
libguava-java,
- libjing-java (>= 20131210+dfsg+1),
+ libjing-java,
libmaven-bundle-plugin-java,
libsac-java,
- libsaxonhe-java,
+ libsaxonhe-java (>= 9.7.0.10+dfsg+1),
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
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/epubcheck.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/epubcheck.git
Homepage: https://github.com/IDPF/epubcheck
Package: epubcheck
diff --git a/debian/copyright b/debian/copyright
index 7803e05..1533e27 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,24 +2,12 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: epubcheck
Upstream-Contact: Peter Sorotokin, Garth Conboy, Markus Gylling, Piotr Kula, Paul Norton
Source: https://github.com/IDPF/epubcheck
+Files-Excluded: src/test
Files: *
Copyright: 2007 Adobe Systems Incorporated
License: BSD-3
-Files: src/com/adobe/epubcheck/dtd/svg11.dtd
-Copyright: 2001, 2002 World Wide Web Consortium
- (Massachusetts Institute of Technology, Institut National de
- Recherche en Informatique et en Automatique, Keio University).
-License: W3C
- Permission to use, copy, modify and distribute the SVG DTD and its
- accompanying documentation for any purpose and without fee is hereby
- granted in perpetuity, provided that the above copyright notice and
- this paragraph appear in all copies. The copyright holders make no
- representation about the suitability of the DTD for any purpose.
- .
- It is provided "as is" without expressed or implied warranty.
-
Files: debian/*
Copyright: 2013, Mathieu Malaterre <malat at debian.org>, Eugene Zhukov <eugene at debian.org>
License: BSD-3
diff --git a/debian/rules b/debian/rules
index 4a4e0f6..dab527f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
#!/usr/bin/make -f
-%:
- dh $@ --parallel --buildsystem=maven
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+JAVA_HOME := /usr/lib/jvm/default-java
THE_DATE := $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%Y-%m-%d)
-DEB_MAVEN_ARGS := -Dtool.build.date=$(THE_DATE)
+DEB_MAVEN_ARGS := "-Dtool.build.date=$(THE_DATE) -Dmaven.build.timestamp=$(THE_DATE)"
binary-post-install/epubcheck::
mh_installjar -pepubcheck -l pom.xml target/epubcheck.jar
@@ -15,4 +17,4 @@ debian/epubcheck.1: debian/epubcheck.1.in
`basename $@ .1` --version-string=$(DEB_UPSTREAM_VERSION)
get-orig-source:
- uscan --download-current-version
+ uscan --download-current-version --rename --repack
--
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