diff --git a/debian/changelog b/debian/changelog index 7b54c37..a822322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tldp (0.7.8-1) unstable; urgency=low +tldp (0.7.9-1) unstable; urgency=low * Initial release (Closes: #822181) diff --git a/debian/control b/debian/control index 2f28d72..affeb3a 100644 --- a/debian/control +++ b/debian/control @@ -42,3 +42,14 @@ Description: automatic publishing tool for DocBook, Linuxdoc and Asciidoc automatically detects the source format and generates a directory containing chunked and single-page HTML, a PDF and a plain text output. +Package: ldptool +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3, + python3-tldp +Description: command-line tool for publishing DocBook, Linuxdoc and Asciidoc + The main user-level interface to the suite of tools for processing + DocBook SGML, DocBook XML, Linuxdoc and Asciidoc formats. This tool + automatically detects the source format and generates a directory containing + chunked and single-page HTML, a PDF and a plain text output.