[libdirectory-scratch-perl] 09/10: Update dependencies

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 21 14:57:59 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libdirectory-scratch-perl.

commit c8712ce4868928480e8d784c0aed36898047884a
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 21 11:41:20 2015 -0300

    Update dependencies
---
 debian/changelog | 1 +
 debian/control   | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ccb523f..e121108 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libdirectory-scratch-perl (0.18-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.6
   * Bump debhelper compatibility level to 9
   * Add autopkgtest-pkg-perl
+  * Update dependencies
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 21 Aug 2015 09:37:36 -0300
 
diff --git a/debian/control b/debian/control
index 520d8f8..ebff4be 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,11 @@ Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9.20140227~),
+               libmodule-build-tiny-perl
 Build-Depends-Indep: libfile-slurp-perl,
                      libpath-class-perl,
+                     libpath-tiny-perl (>= 0.060),
                      libstring-random-perl,
                      libtest-pod-coverage-perl,
                      libtest-pod-perl,
@@ -22,7 +24,8 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libfile-slurp-perl,
-         libpath-class-perl
+         libpath-class-perl,
+         libpath-tiny-perl (>= 0.060)
 Recommends: libstring-random-perl
 Description: easy-to-use self-cleaning scratch space
  When writing test suites for modules that operate on files, 
@@ -33,4 +36,3 @@ Description: easy-to-use self-cleaning scratch space
  .
  Directory::Scratch aims to eliminate that problem by making it easy to 
  do things right.
-

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



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