Source: tidy-html5
Section: web
Priority: optional
Maintainer: Jason Thomas <jason@debian.org>
Build-Depends:
 cmake,
 debhelper (>= 11),
 xsltproc,
Standards-Version: 4.2.1
Homepage: http://www.html-tidy.org/
Vcs-Git: https://salsa.debian.org/debian/tidy-html5.git
Vcs-Browser: https://salsa.debian.org/debian/tidy-html5

Package: libtidy-dev
Section: libdevel
Architecture: any
Depends:
 libtidy5.6 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libdmalloc-dev,
Breaks:
 libtidy-0.99-0,
Replaces:
 libtidy-0.99-0,
Description: HTML/XML syntax checker and reformatter - development
 This is a development package, which contains header files and a static
 library. It can be removed if you are not building packages from source which
 rely on libtidy5.6.

Package: libtidy5.6
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: HTML/XML syntax checker and reformatter - library
 This is a library package, used by programs which have a dependency on
 libtidy5.6. If you want to run Tidy on the command line, please install the
 'tidy' package. If you want to build a program from source which uses
 libtidy5.6, please install the 'libtidy-dev' package.

Package: tidy
Architecture: any
Depends:
 libtidy5.6 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: HTML/XML syntax checker and reformatter
 Tidy is a console application which corrects and cleans up HTML and XML
 documents by fixing markup errors and upgrading legacy code to modern
 standards. Tidy is a product of the World Wide Web Consortium and the HTML
 Tidy Advocacy Community Group.
