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
|
Source: libparse-debianchangelog-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.18.8),
libmodule-build-perl
Build-Depends-Indep: faketime,
libcgi-pm-perl | perl (<< 5.19),
libclass-accessor-perl,
libhtml-parser-perl,
libhtml-template-perl,
libio-string-perl,
liblocale-gettext-perl,
libstring-shellquote-perl,
libtest-exception-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
libtimedate-perl,
libxml-simple-perl,
perl,
po4a,
tidy
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-debianchangelog-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git
Homepage: http://www.djpig.de/software/
Package: libparse-debianchangelog-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcgi-pm-perl | perl (<< 5.19),
libclass-accessor-perl,
libio-string-perl,
liblocale-gettext-perl,
libtimedate-perl
Suggests: libhtml-parser-perl,
libhtml-template-perl,
libxml-simple-perl
Description: parse Debian changelogs and output them in other formats
Parse::DebianChangelog is a replacement for the very limited
dpkg-parsechangelog. It can be used either via the parsechangelog
command line script or as Perl module.
.
Currently supported output formats:
* original dpkg-parsechangelog output format
* similar format with multiple stanzas instead of one
* XML
* HTML (customizable via HTML::Template templates).
|