[libparse-debianchangelog-perl] 03/03: - Update Depends - Update description and reformat it a bit to make it more readable
Intrigeri
intrigeri at moszumanska.debian.org
Sun May 24 12:37:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag debian_version_0_8-1
in repository libparse-debianchangelog-perl.
commit 21295371fc1754a14dacdd4ae55c1a306ac557d8
Author: Frank Lichtenheld <frank at lichtenheld.de>
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 <djpig at debian.org> 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 <djpig at debian.org>
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
More information about the Pkg-perl-cvs-commits
mailing list