File: control

package info (click to toggle)
epubcheck 4.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,676 kB
  • sloc: java: 28,007; xml: 1,121; python: 1,106; sh: 67; makefile: 10
file content (32 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: epubcheck
Section: text
Priority: optional
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders: Eugene Zhukov <eugene@debian.org>
Build-Depends: debhelper (>= 11),
               default-jdk,
               libcommons-compress-java,
               libguava-java,
               libjackson-json-java,
               libjing-java (>= 20181222+dfsg2-3),
               libmaven-bundle-plugin-java,
               libmaven-dependency-plugin-java,
               libsac-java,
               libsaxonhe-java (>= 9.8.0.8+dfsg+1),
               libxml-maven-plugin-java,
               maven-debian-helper
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/java-team/epubcheck
Vcs-Git: https://salsa.debian.org/java-team/epubcheck.git
Homepage: https://github.com/IDPF/epubcheck

Package: epubcheck
Architecture: all
Depends: jarwrapper, ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Validation Tool for EPUB
 EpubCheck is a tool to validate IDPF EPUB files. It can detect many types
 of errors in EPUB. OCF container structure, OPF and OPS mark-up, and internal
 reference consistency are checked. EpubCheck can be run as a standalone
 command-line tool, installed as a Java server-side web application or used
 as a Java library.