[SCM] Debian packaging of libclass-perl branch, master, updated. 4c840d457594f35167b79c5fed235b6518130e14

Xavier Guimard x.guimard at free.fr
Wed Jan 23 16:42:42 UTC 2013


The following commit has been merged in the master branch:
commit 59cf548d0b4d104687455d8c9dab541833e888af
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Jan 23 17:27:41 2013 +0100

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

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 52af103..068b616 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,22 @@
 Source: libclass-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
+           Ivan Kohler <ivan-debian at 420.am>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
- Ivan Kohler <ivan-debian at 420.am>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-perl.git
 Homepage: http://search.cpan.org/dist/CLASS/
 
 Package: libclass-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module providing aliases for __PACKAGE__
  CLASS is a minimalistic Perl module that simply provides aliases for the
  special literal, __PACKAGE__, which represents the current package name at
@@ -21,3 +26,4 @@ Description: module providing aliases for __PACKAGE__
  This module ensures that CLASS and $CLASS can be used anywhere in place of
  __PACKAGE__, and since $CLASS is a scalar, it has the additional benefit of
  working in strings.
+

-- 
Debian packaging of libclass-perl



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