[SCM] Debian packaging of libdevel-bt-perl branch, master, updated. debian/0.06-1-2-g772be18

gregor herrmann gregoa at debian.org
Thu Jul 5 20:24:04 UTC 2012


The following commit has been merged in the master branch:
commit 9ed6ae3e3667c07b0c68e55e4b59c43b3f298562
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:26:26 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 862e2eb..13ff42d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
 Source: libdevel-bt-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 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>
+               gdb,
+               libcapture-tiny-perl,
+               libfile-which-perl,
+               perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Devel-bt/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-bt-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-bt-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-bt-perl.git
+Homepage: http://search.cpan.org/dist/Devel-bt/
 
 Package: libdevel-bt-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- gdb,
- libfile-which-perl
+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
@@ -28,3 +29,4 @@ Description: module providing automatic gdb backtraces on errors
  failing program directly under a debugger is not possible, for example when
  trying to get more information from cpantesters or from users unfamiliar with
  gdb.
+

-- 
Debian packaging of libdevel-bt-perl



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