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

gregoa pushed a commit to branch master
in repository libdevel-bt-perl.

commit 3b5a0fae0fab22a6a4300a9f9e8a14ea0c05c637
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Dec 20 15:37:42 2015 +0100

    Add build and runtime dependency on perl-debug.
    
    Closes: #808480
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 077ab08..13dc6f1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9.20120312),
                gdb,
                libcapture-tiny-perl,
                libfile-which-perl,
-               perl
+               perl,
+               perl-debug
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-bt-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-bt-perl.git
@@ -20,7 +21,8 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
          gdb,
-         libfile-which-perl
+         libfile-which-perl,
+         perl-debug
 Description: module providing automatic gdb backtraces on errors
  Devel::bt, when enabled, registers a handler for certain types of fatal
  errors, like segmentation faults, and, once such an error occurs, prints a

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to