[SCM] Debian packaging of libdevel-caller-perl branch, master, updated. 13b4bc007152cad8faa20e1829ce6116a549c8f0

Xavier Guimard x.guimard at free.fr
Thu Mar 7 16:31:29 UTC 2013


The following commit has been merged in the master branch:
commit 1a6582479d1cf6b2e24bd417a9832a760ad86581
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Mar 7 17:28:59 2013 +0100

    Bump S-V to 3.9.4 + dh to 9

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index c1e6e0c..714788c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,29 @@
 Source: libdevel-caller-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Niko Tyni <ntyni at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libpadwalker-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>
-Standards-Version: 3.8.4
-Homepage: https://metacpan.org/release/Devel-Caller/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-caller-perl.git
+Build-Depends: debhelper (>= 9.20120312),
+               libpadwalker-perl,
+               perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-caller-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-caller-perl.git
+Homepage: https://metacpan.org/release/Devel-Caller/
 
 Package: libdevel-caller-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libpadwalker-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libpadwalker-perl
 Description: module providing enhanced caller() support
  Devel::Caller is a Perl module that provides several useful functions for
  introspecting your code deeper than the internal function "caller()" does. It
  allows you to access arguments passed to a function or even retrieve the code
  reference of the subroutine being invoked at the call frame indicated by the
  given level.
- 
+

-- 
Debian packaging of libdevel-caller-perl



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