[libdevel-stacktrace-perl] 07/08: Add build dependency on libtest-simple-perl (>= 0.96)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 14 02:13:10 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libdevel-stacktrace-perl.

commit fd6e9f6a1c8dd73e1d8dcb83f0c69d3e824b1058
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Mar 13 23:07:11 2016 -0300

    Add build dependency on libtest-simple-perl (>= 0.96)
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 61aa2a6..d390aea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libdevel-stacktrace-perl (2.0100-1) UNRELEASED; urgency=medium
   * debian/copyright: update years of upstream copyright
   * debian/copyright: update years of Debian packaging copyright
   * Declare compliance with Debian policy 3.9.7
+  * Add build dependency on libtest-simple-perl (>= 0.96)
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 13 Mar 2016 23:01:15 -0300
 
diff --git a/debian/control b/debian/control
index e76b8aa..f8662e0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     perl
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-stacktrace-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevel-stacktrace-perl.git
@@ -29,4 +30,3 @@ Description: Perl module containing stack trace and related objects
  The Devel::StackTrace object contains a set of Devel::StackTraceFrame
  objects, one for each level of the stack. The frames contain all the
  data available from caller().
-

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



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