[libapp-stacktrace-perl] 04/06: Add dependencies on gdb

Axel Beckert abe at deuxchevaux.org
Fri Dec 12 15:39:50 UTC 2014


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

abe pushed a commit to branch master
in repository libapp-stacktrace-perl.

commit 979a6c7127c99fc277f45b17165663986e661d47
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 12 16:16:42 2014 +0100

    Add dependencies on gdb
    
    Segfaults without gdb being available.
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d62e93c..c885715 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Axel Beckert <abe at debian.org>
 Build-Depends: debhelper (>= 9.20120312~),
+               gdb,
                perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-stacktrace-perl.git
@@ -13,7 +14,8 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: perl-stacktrace
 Architecture: any
-Depends: ${misc:Depends},
+Depends: gdb,
+         ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
 Description: Create stack traces of a running perl processes

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



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