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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
Source: publican
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11),
dh-linktree,
docbook-xml,
docbook5-xml,
docbook-xsl (>= 1.77),
docbook-xsl-ns (>= 1.77),
fop,
fonts-font-awesome,
gettext,
# for Archive::Tar, I18N::LangTags::List, Locale::Language, Term::ANSIColor, Text::Wrap,
# Version and more
perl (>= 5.14),
libarchive-zip-perl,
libconfig-simple-perl,
libdatetime-format-dateparse-perl,
libdatetime-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libdevel-cover-perl,
libfile-copy-recursive-perl (>= 0.38),
libfile-find-rule-perl,
libfile-homedir-perl,
libfile-inplace-perl,
libfile-pushd-perl,
libfile-slurp-perl,
libfile-which-perl,
libhtml-format-perl,
libhtml-formattext-withlinks-perl,
libhtml-formattext-withlinks-andtables-perl (>= 0.02),
libhtml-template-perl,
libhtml-tree-perl (>= 3.23-2),
libhtml-wikiconverter-perl,
libhtml-wikiconverter-markdown-perl (>= 0.06),
libimage-magick-perl,
libimage-size-perl,
libio-string-perl,
liblingua-en-fathom-perl,
liblist-moreutils-perl,
liblocale-codes-perl,
liblocale-maketext-gettext-perl,
liblocale-maketext-lexicon-perl,
liblocale-msgfmt-perl,
liblocale-po-perl (>= 0.24),
libmodule-build-perl,
libsort-versions-perl,
libstring-similarity-perl,
libsyntax-highlight-engine-kate-perl (>= 0.09),
libtemplate-perl,
libtext-csv-xs-perl,
libtest-exception-perl,
libtest-perl-critic-perl,
libtest-pod-perl (>= 1.14),
libtest-pod-coverage-perl (>= 1.04),
libversion-perl,
libxml-libxml-perl (>= 1.70),
libxml-libxslt-perl (>= 1.70),
libxml-simple-perl,
libxml-treebuilder-perl (>= 5.4),
rdfind,
Maintainer: Raphaƫl Hertzog <hertzog@debian.org>
Standards-Version: 4.1.5
Homepage: https://sourceware.org/publican/
Vcs-Git: https://salsa.debian.org/debian/publican.git
Vcs-Browser: https://salsa.debian.org/debian/publican
Package: publican
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
perl (>= 5.14),
docbook-xml,
docbook5-xml,
docbook-xsl (>= 1.77),
docbook-xsl-ns (>= 1.77),
fop,
gettext,
libarchive-zip-perl,
libconfig-simple-perl,
libdatetime-format-dateparse-perl,
libdatetime-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libfile-copy-recursive-perl (>= 0.38),
libfile-find-rule-perl,
libfile-homedir-perl,
libfile-inplace-perl,
libfile-pushd-perl,
libfile-slurp-perl,
libfile-which-perl,
libhtml-format-perl,
libhtml-formattext-withlinks-perl,
libhtml-formattext-withlinks-andtables-perl (>= 0.02),
libhtml-template-perl,
libhtml-tree-perl (>= 3.23-2),
libhtml-wikiconverter-perl,
libhtml-wikiconverter-markdown-perl (>= 0.06),
libimage-magick-perl,
libimage-size-perl,
libio-string-perl,
liblingua-en-fathom-perl,
liblist-moreutils-perl,
liblocale-codes-perl,
liblocale-maketext-gettext-perl,
liblocale-maketext-lexicon-perl,
liblocale-msgfmt-perl,
liblocale-po-perl (>= 0.24),
libsort-versions-perl,
libstring-similarity-perl,
libsyntax-highlight-engine-kate-perl (>= 0.09),
libtemplate-perl,
libtext-csv-xs-perl,
libversion-perl,
libxml-libxml-perl (>= 1.70),
libxml-libxslt-perl (>= 1.70),
libxml-simple-perl,
libxml-treebuilder-perl (>= 5.4),
librsvg2-bin,
Description: Tool for publishing material authored in DocBook XML
Publican is a DocBook XML publication system:
* Publican ensures your document is valid,
* Publican works to ensure your document is up to publishable standard,
* Publican supports skinning to allow you to create your own presentation
rules and look, overriding many parts of the default style to meet your
publishing needs,
* Publican automates producing documentation in several formats: plain text,
several variations of HTML output and PDF, hiding boring details.
|