[SCM] Debian packaging of libdevel-bt-perl branch, master, updated. 03ba0fc4d2c56853ff9894da86dd39b6e698921f

gregor herrmann gregoa at debian.org
Sat Mar 24 14:27:51 UTC 2012


The following commit has been merged in the master branch:
commit e9add33e1a2dcc102d4d314326e4ca60debad379
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 24 15:24:12 2012 +0100

    sort/wrap fields
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 619d8f1..862e2eb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,12 @@
 Source: libdevel-bt-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl, libcapture-tiny-perl, libfile-which-perl,
- gdb, perl (>= 5.10.1) | libtest-simple-perl (>= 0.89)
+Build-Depends: debhelper (>= 9.20120312),
+ gdb,
+ libcapture-tiny-perl,
+ libfile-which-perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.89),
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.3
@@ -12,7 +16,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-bt-p
 
 Package: libdevel-bt-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libfile-which-perl, gdb
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ gdb,
+ libfile-which-perl
 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

-- 
Debian packaging of libdevel-bt-perl



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