[libdist-zilla-plugin-changelogfromgit-perl] 04/05: Update build and runtime requirements.

gregor herrmann gregoa at debian.org
Fri Oct 18 16:43:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdist-zilla-plugin-changelogfromgit-perl.

commit 8749b7e1fd686e96c7079118be145283dc8bda49
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 18 18:38:00 2013 +0200

    Update build and runtime requirements.
---
 debian/control |   36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 9d6dc87..11ab302 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,32 @@
 Source: libdist-zilla-plugin-changelogfromgit-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <ghedo at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libdatetime-perl (>= 2:0.6600),
- libdist-zilla-perl,
- libgit-repository-perl,
- libmoose-autobox-perl,
- libsoftware-release-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>
+Build-Depends-Indep: libdatetime-perl (>= 2:1.03),
+                     libdist-zilla-perl (>= 4.300035),
+                     libgit-repository-perl (>= 1.307),
+                     libmoose-autobox-perl (>= 0.13),
+                     libmoose-perl (>= 2.1005),
+                     libsoftware-release-perl (>= 0.03),
+                     perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-ChangelogFromGit/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-changelogfromgit-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-zilla-plugin-changelogfromgit-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-changelogfromgit-perl.git
+Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-ChangelogFromGit/
 
 Package: libdist-zilla-plugin-changelogfromgit-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdatetime-perl (>= 2:0.6600),
- libdist-zilla-perl,
- libgit-repository-perl,
- libmoose-autobox-perl,
- libsoftware-release-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdatetime-perl (>= 2:1.03),
+         libdist-zilla-perl (>= 4.300035),
+         libgit-repository-perl (>= 1.307),
+         libmoose-autobox-perl (>= 0.13),
+         libmoose-perl (>= 2.1005),
+         libsoftware-release-perl (>= 0.03)
 Description: Dist::Zilla plugin to build a Changes file from a project's git log
  Dist::Zilla::Plugin::ChangelogFromGit is a Dist::Zilla plugin that writes a
  CHANGES file that contains formatted commit information from recent git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-changelogfromgit-perl.git



More information about the Pkg-perl-cvs-commits mailing list