[SCM] Debian packaging of libthrowable-perl branch, master, updated. 2f5d991d211567b61068cc8d11610026fab71884

Xavier Guimard x.guimard at free.fr
Sun Mar 10 08:44:45 UTC 2013


The following commit has been merged in the master branch:
commit f3cf450888c00be1ae066b3186dc27f01ee7a132
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Mar 10 09:42:58 2013 +0100

    Bump S-V to 3.9.4 + dh to 8 + update deps

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 c47676a..7d2fefe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,31 @@
 Source: libthrowable-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
-           Ansgar Burchardt <ansgar at debian.org>
+           Ansgar Burchardt <ansgar at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl,
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libclass-load-perl (>= 0.20),
                      libdevel-stacktrace-perl,
-                     libmoose-perl
-Standards-Version: 3.9.1
+                     libmoo-perl (>= 1.000001),
+                     libmoose-perl,
+                     libmoox-types-mooselike-perl,
+                     perl (>= 5.13.4)
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libthrowable-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libthrowable-perl.git
 Homepage: https://metacpan.org/release/Throwable/
 
 Package: libthrowable-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-load-perl (>= 0.20),
          libdevel-stacktrace-perl,
-         libmoose-perl
+         libmoo-perl (>= 1.000001),
+         libmoose-perl,
+         libmoox-types-mooselike-perl
 Description: Moose role for classes that can be thrown
  Throwable is a Moose role for classes that are intended to be thrown as
  exceptions to standard program flow. It automatically saves any previous

-- 
Debian packaging of libthrowable-perl



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