[SCM] Debian packaging of Perl6-Caller CPAN distribution branch, master, updated. debian/0.100-1-5-gce9e321

Xavier Guimard x.guimard at free.fr
Sun Feb 3 11:09:39 UTC 2013


The following commit has been merged in the master branch:
commit ce9e321196f1026052b4fa64f53bb62502786068
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Feb 3 12:08:57 2013 +0100

    Bump S-V to 3.9.4 + dh to 8 + add Vcs* fields + use metacpan

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 4896a36..01e60c8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,22 @@
 Source: libperl6-caller-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/Perl6-Caller/
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperl6-caller-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl6-caller-perl.git
+Homepage: https://metacpan.org/release/Perl6-Caller
 
 Package: libperl6-caller-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl6-like OO C<caller()> interface for Perl 5
  By default, this module exports the caller function. This automatically
  returns a new caller object. An optional argument specifies how many stack
  frames back to skip, just like the CORE::caller function.
+

-- 
Debian packaging of Perl6-Caller CPAN distribution



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