[SCM] Debian packaging of libaliased-perl branch, master, updated. ab5112cd55e83f07e79e31b4d33d210f92cf2b8a
Xavier Guimard
x.guimard at free.fr
Thu Mar 7 15:43:54 UTC 2013
The following commit has been merged in the master branch:
commit 0aa63cfce2b6fcf570a8dcd7558bd308ede576ad
Author: Xavier Guimard <x.guimard at free.fr>
Date: Thu Mar 7 16:42:16 2013 +0100
Bump S-V to 3.9.4 + dh to 8 + add Module::Build-0.4 dep
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 c7d87ff..7a60099 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
Source: libaliased-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ Ryan Niebur <ryan at debian.org>,
+ Xavier Guimard <x.guimard at free.fr>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-pod-coverage-perl,
- libtest-pod-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.2
-Homepage: https://metacpan.org/release/aliased/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libaliased-perl.git
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1),
+ perl
+Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libaliased-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libaliased-perl.git
+Homepage: https://metacpan.org/release/aliased/
Package: libaliased-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: Perl module to provide aliases of class names
aliased is a module to alias class names to arbitrary aliases in the current
module or script, which is especially useful with classes that are in deep
@@ -22,3 +27,4 @@ Description: Perl module to provide aliases of class names
Please note that this module only applies to loading object oriented modules,
not for procedural modules in general. Fortunately this is rarely necessary
in practise, since these modules support exporting of needed functions.
+
--
Debian packaging of libaliased-perl
More information about the Pkg-perl-cvs-commits
mailing list