This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to branch master in repository libparse-debianchangelog-perl.
commit bcefbed4018c2ebe4642b628e796d0c3a0db6cc7 Author: Frank Lichtenheld <[email protected]> Date: Mon Oct 3 12:19:08 2005 +0000 - Update Depends - Update description and reformat it a bit to make it more readable --- debian/changelog | 8 ++++++++ debian/control | 12 +++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3df8038..ff0cdd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libparse-debianchangelog-perl (0.8-1) unstable; urgency=low + + * New upstream release + - Update Depends + - Update description and reformat it a bit to make it more readable + + -- Frank Lichtenheld <[email protected]> Mon, 3 Oct 2005 14:12:00 +0200 + libparse-debianchangelog-perl (0.7-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index ea7d960..cc5b5d5 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,20 @@ Source: libparse-debianchangelog-perl Section: perl Priority: optional Build-Depends: debhelper (>= 4.0.2) -Build-Depends-Indep: perl (>= 5.8.0-7), libtimedate-perl, libhtml-parser-perl, libhtml-template-perl, libclass-accessor-perl, tidy +Build-Depends-Indep: perl (>= 5.8.0-7), libtimedate-perl, libhtml-parser-perl, libhtml-template-perl, libclass-accessor-perl, tidy, libxml-simple-perl Maintainer: Frank Lichtenheld <[email protected]> Standards-Version: 3.6.2 Package: libparse-debianchangelog-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libtimedate-perl, libclass-accessor-perl, liblocale-gettext-perl -Recommends: libhtml-parser-perl, libhtml-template-perl +Recommends: libhtml-parser-perl, libhtml-template-perl, libxml-simple-perl Description: parse Debian changelogs and output them in other formats Replacement for the very limited dpkg-parsechangelog. Accessible either via the parsechangelog command line script or as Perl module. . - Currently supports the original dpkg-parsechangelog output format, - one similar format with multiple stanzas instead of one, and an - HTML output (customizable via HTML::Template templates). + Currently supported output formats: + * original dpkg-parsechangelog output format + * similar format with multiple stanzas instead of one + * XML + * HTML (customizable via HTML::Template templates). -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
