[libexception-class-perl] 06/10: Set dependency libdevel-stacktrace-perl (>= 2.00)
    Lucas Kanashiro 
    kanashiro-guest at moszumanska.debian.org
       
    Wed Aug  5 15:50:31 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libexception-class-perl.
commit 9a6d1bcb85493b98adfccc5d9327940b98e2ae2c
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Aug 3 11:09:38 2015 -0300
    Set dependency libdevel-stacktrace-perl (>= 2.00)
---
 debian/changelog | 1 +
 debian/control   | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9baa21a..192dac5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libexception-class-perl (1.39-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 1.39
+  * Set dependency libdevel-stacktrace-perl (>= 2.00)
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 03 Aug 2015 11:04:04 -0300
 
diff --git a/debian/control b/debian/control
index 1468716..393460e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libclass-data-inheritable-perl,
-                     libdevel-stacktrace-perl
+                     libdevel-stacktrace-perl (>= 2.00)
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libexception-class-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libexception-class-perl.git
@@ -21,7 +21,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libclass-data-inheritable-perl,
-         libdevel-stacktrace-perl
+         libdevel-stacktrace-perl (>= 2.00)
 Description: module that allows you to declare real exception classes in Perl
  Exception::Class allows you to declare exceptions in your modules in a
  manner similar to how exceptions are declared in Java.
@@ -34,4 +34,3 @@ Description: module that allows you to declare real exception classes in Perl
  It is designed to make structured exception handling simpler and
  better by encouraging people to use hierarchies of exceptions in their
  applications.
-
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libexception-class-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list