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 4f309381a2bfe4fba21e0f933323b523a8ea80dd Author: Frank Lichtenheld <[email protected]> Date: Tue Jul 5 01:40:03 2005 +0000 * New upstream release - adapt Build-Depends-Indep and Recommends to new requirements - install new TODO file - install templates and CSS files to /usr/share/libparse-debianchangelog-perl/ and adapt the default paths in the module --- debian/changelog | 11 +++++++++++ debian/control | 4 ++-- debian/install | 1 + debian/rules | 3 ++- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e3c4e03..cbadea5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libparse-debianchangelog-perl (0.4-1) unstable; urgency=low + + * New upstream release + - adapt Build-Depends-Indep and Recommends to new requirements + - install new TODO file + - install templates and CSS files to + /usr/share/libparse-debianchangelog-perl/ and adapt the default + paths in the module + + -- Frank Lichtenheld <[email protected]> Tue, 5 Jul 2005 03:28:10 +0200 + libparse-debianchangelog-perl (0.3a-1) unstable; urgency=low * Initial Release (Closes: #314559). diff --git a/debian/control b/debian/control index 963fb36..e9ed9d3 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: libparse-debianchangelog-perl Section: perl Priority: optional Build-Depends: debhelper (>= 4.0.2) -Build-Depends-Indep: perl (>= 5.8.0-7), libtimedate-perl +Build-Depends-Indep: perl (>= 5.8.0-7), libtimedate-perl, libhtml-parser-perl, libhtml-template-perl, tidy Maintainer: Frank Lichtenheld <[email protected]> Standards-Version: 3.6.2 Package: libparse-debianchangelog-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libtimedate-perl -Recommends: dpkg-dev, libhtml-parser-perl, liburi-perl +Recommends: libhtml-parser-perl, libhtml-template-perl Description: parse Debian changelogs and output them in other formats Replacement for the very limited dpkg-parsechangelog. . diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..19290db --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +tmpl/* usr/share/libparse-debianchangelog-perl diff --git a/debian/rules b/debian/rules index f86eb26..a6035df 100755 --- a/debian/rules +++ b/debian/rules @@ -59,8 +59,9 @@ binary-arch: binary-indep: build install dh_testdir dh_testroot + dh_install # dh_installexamples - dh_installdocs + dh_installdocs TODO dh_installchangelogs Changes dh_perl dh_link -- 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
