tags 630713 + patch quit Patch attached.
>From dcde6942e6ad04ad554db2a431b8e81f89121ce8 Mon Sep 17 00:00:00 2001 From: Clint Adams <cl...@debian.org> Date: Mon, 5 Sep 2011 21:32:25 -0400 Subject: [PATCH] Ship libghc-pandoc-prof. closes: #630713.
--- debian/control.in | 29 +++++++++++++++++++++++++++++ debian/rules | 18 ++++++++++++++++++ 2 files changed, 47 insertions(+), 0 deletions(-) diff --git a/debian/control.in b/debian/control.in index cbd2708..b9ca7a7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -99,3 +99,32 @@ Description: general markup converter an input or output format requires only adding a reader or writer. . This package contains the library documentation for Pandoc. + +Package: libghc-pandoc-prof +Priority: extra +Architecture: all +Depends: ${misc:Depends} +Suggests: ${cdbs:Suggests} +Description: general markup converter + Pandoc is a Haskell library for converting from one markup format to + another, and a command-line tool that uses this library. It can read + markdown and (subsets of) reStructuredText, HTML, and LaTeX; and it can + write plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, + RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, + EPUB, Textile, groff man pages, Emacs Org-mode, and Slidy or S5 HTML + slide shows. + . + Pandoc's enhanced version of markdown includes syntax for footnotes, + tables, flexible ordered lists, definition lists, delimited code + blocks, superscript, subscript, strikeout, title blocks, automatic + tables of contents, embedded LaTeX math, citations, and markdown inside + HTML block elements. (These enhancements can optionally be disabled.) + . + In contrast to most existing tools for converting markdown to HTML, + which use regex substitutions, Pandoc has a modular design: it consists + of a set of readers, which parse text in a given format and produce a + native representation of the document, and a set of writers, which + convert this native representation into a target format. Thus, adding + an input or output format requires only adding a reader or writer. + . + This package contains the profiling libraries for Pandoc. diff --git a/debian/rules b/debian/rules index 7b86d17..3e028b5 100755 --- a/debian/rules +++ b/debian/rules @@ -78,6 +78,24 @@ CDBS_BUILD_DEPENDS += , libghc-tagsoup-dev (<< 0.13) CDBS_BUILD_DEPENDS += , libghc-base64-bytestring-dev (>= 0.1), libghc-base64-bytestring-dev (<< 0.2) CDBS_BUILD_DEPENDS += , libghc-highlighting-kate-dev (<< 0.3) CDBS_BUILD_DEPENDS += , libghc-diff-dev, libghc-testpack-dev +CDBS_BUILD_DEPENDS += , ghc-prof, libghc-syb-prof +CDBS_BUILD_DEPENDS += , libghc-parsec3-prof +CDBS_BUILD_DEPENDS += , libghc-xhtml-prof +CDBS_BUILD_DEPENDS += , libghc-mtl-prof +CDBS_BUILD_DEPENDS += , libghc-network-prof +CDBS_BUILD_DEPENDS += , libghc-zip-archive-prof +CDBS_BUILD_DEPENDS += , libghc-utf8-string-prof +CDBS_BUILD_DEPENDS += , libghc-http-prof +CDBS_BUILD_DEPENDS += , libghc-texmath-prof +CDBS_BUILD_DEPENDS += , libghc-xml-prof +CDBS_BUILD_DEPENDS += , libghc-citeproc-hs-prof +CDBS_BUILD_DEPENDS += , libghc-pandoc-types-prof, libghc-pandoc-types-prof +CDBS_BUILD_DEPENDS += , libghc-json-prof +CDBS_BUILD_DEPENDS += , libghc-dlist-prof +CDBS_BUILD_DEPENDS += , libghc-tagsoup-prof +CDBS_BUILD_DEPENDS += , libghc-base64-bytestring-prof, libghc-base64-bytestring-prof +CDBS_BUILD_DEPENDS += , libghc-highlighting-kate-prof +CDBS_BUILD_DEPENDS += , libghc-diff-prof, libghc-testpack-prof CDBS_BUILD_DEPENDS += , hscolour (>= 1.8) CDBS_BUILD_DEPENDS += , $(deps-doc) -- 1.7.5.4