diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-27 03:27:41 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-27 03:27:41 +0000 |
commit | bd926fa8296c481b13356d79d7a4cdbf24454337 (patch) | |
tree | 9cdaaf373a1b3876205c124587b3018d89267cdf | |
parent | c23b3fc90597820db3b7eba1c5ee3b95b8a49755 (diff) | |
download | pandoc-bd926fa8296c481b13356d79d7a4cdbf24454337.tar.gz |
Modified package descriptions in debian/control.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@13 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | debian/control | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/debian/control b/debian/control index 99f70c269..24ad40f42 100644 --- a/debian/control +++ b/debian/control @@ -12,10 +12,11 @@ Architecture: any Depends: ${shlibs:Depends} Suggests: tetex-bin, tidy, wget | w3m Description: General markup converter - Pandoc is an implementation of Markdown (and much more) in Haskell. It - can convert Markdown formatted text to HTML, LaTeX, rich text format, - reStructuredText, or an S5 HTML slide show. It can also convert HTML, - LaTeX, and reStructuredText to Markdown. + 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 markdown, reStructuredText, HTML, LaTeX, RTF, and S5 HTML + slide shows. Package: libghc6-pandoc-dev Section: libdevel @@ -23,20 +24,22 @@ Architecture: any Depends: ${haskell:Depends} Suggests: pandoc-doc Description: General markup converter - Pandoc is an implementation of Markdown (and much more) in Haskell. It - can convert Markdown formatted text to HTML, LaTeX, rich text format, - reStructuredText, or an S5 HTML slide show. It can also convert HTML, - LaTeX, and reStructuredText to Markdown. - . + 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 markdown, reStructuredText, HTML, LaTeX, RTF, and S5 HTML + slide shows. + . This package contains the libraries compiled for GHC 6. Package: pandoc-doc Section: doc Architecture: all Description: General markup converter - Pandoc is an implementation of Markdown (and much more) in Haskell. It - can convert Markdown formatted text to HTML, LaTeX, rich text format, - reStructuredText, or an S5 HTML slide show. It can also convert HTML, - LaTeX, and reStructuredText to Markdown. + 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 markdown, reStructuredText, HTML, LaTeX, RTF, and S5 HTML + slide shows. . This package contains the library documentation for Pandoc. |