From 20432ef524cbb09e2d9afba606e4743aa5ee7fd8 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Wed, 27 Apr 2016 14:19:51 -0400 Subject: [PATCH] try to make multiple installables --- debian/changelog | 2 +- debian/control | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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.