[libmodule-starter-perl] 08/09: Update dependencies

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Jul 29 16:25:53 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libmodule-starter-perl.

commit 4f52f6054b9dafecaa08b9fb4d26178076249598
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Jul 29 13:10:36 2015 -0300

    Update dependencies
    
    Structure file with cme
---
 debian/changelog |  1 +
 debian/control   | 25 +++++++++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 16a2851..6014937 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libmodule-starter-perl (1.710-1) UNRELEASED; urgency=medium
   * Import upstream version 1.710
   * Declare compliance with Debian policy 3.9.6
   * Add autopkgtest-pkg-perl
+  * Update dependencies
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 29 Jul 2015 13:00:42 -0300
 
diff --git a/debian/control b/debian/control
index 3a831b1..c3d7305 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,28 @@
 Source: libmodule-starter-perl
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libpath-class-perl,
- perl
-Homepage: https://metacpan.org/release/Module-Starter
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Priority: optional
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Jaldhar H. Vyas <jaldhar at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libmodule-install-authortests-perl,
+                     libpath-class-perl,
+                     perl (>= 5.17.1) | libtest-harness-perl,
+                     perl
 Standards-Version: 3.9.6
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Jaldhar H. Vyas <jaldhar at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-starter-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-starter-perl.git
+Homepage: https://metacpan.org/release/Module-Starter
 
 Package: libmodule-starter-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libpath-class-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmodule-install-authortests-perl,
+         libpath-class-perl,
+         perl (>= 5.17.1) | libtest-harness-perl
 Description: simple starter kit for Perl modules
  Module::Starter is used to create a skeletal Perl module distribution, 
  including basic builder scripts, tests, documentation, and module code.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-starter-perl.git



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