File: control

package info (click to toggle)
libtext-multimarkdown-perl 1.000034-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,768 kB
  • sloc: perl: 2,131; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 1,435 bytes parent folder | download
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
Source: libtext-multimarkdown-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libtest-exception-perl, liblist-moreutils-perl,
 libtext-markdown-perl (>= 1.0.26), libtest-pod-coverage-perl,
 libhtml-tidy-perl, libtest-pod-perl, libtext-diff-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>, Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Text-MultiMarkdown/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-multimarkdown-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-multimarkdown-perl/

Package: libtext-multimarkdown-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libtext-markdown-perl (>= 1.0.26)
Breaks: libtext-markdown-perl (<< 1.0.25-1)
Replaces: libtext-markdown-perl (<< 1.0.25-1)
Description: module to convert MultiMarkdown syntax to (X)HTML
 Text::MultiMarkdown is a Perl module that extends the functionality of the
 Markdown structured text format (see the libtext-markdown-perl package).
 Markdown provides a simple way to translate easy-to-read and easy-to-write
 structured text into (X)HTML. In turn, this module extends the functionality
 by implementing the MultiMarkdown syntax extensions as described in:
 <URL:http://fletcherpenney.net/multimarkdown>.