[libdevel-bt-perl] 01/05: Add build and runtime dependency on perl-debug.
gregor herrmann
gregoa at debian.org
Sun Dec 20 14:43:53 UTC 2015
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 <gregoa at 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
More information about the Pkg-perl-cvs-commits
mailing list