[SCM] Debian packaging of libclass-returnvalue-perl branch, master, updated. 0133e60f2d6653e1640eb4282564615d95f6101e

gregor herrmann gregoa at debian.org
Thu Jul 5 20:16:49 UTC 2012


The following commit has been merged in the master branch:
commit a124102f7d068c0db5b41d2826f222c11ce48f8b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:20:15 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index a326399..7ed69e3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,26 @@
 Source: libclass-returnvalue-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Niko Tyni <ntyni at iki.fi>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.0-7), libdevel-stacktrace-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at iki.fi>, Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libdevel-stacktrace-perl
 Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/Class-ReturnValue/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-returnvalue-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-returnvalue-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-returnvalue-perl.git
+Homepage: http://search.cpan.org/dist/Class-ReturnValue/
 
 Package: libclass-returnvalue-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdevel-stacktrace-perl
-Description:  A return-value object that lets you treat it as a boolean, array or object
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdevel-stacktrace-perl
+Description: A return-value object that lets you treat it as a boolean, array or object
  Class::ReturnValue is a "clever" return value object that can allow
  code calling your routine to expect:
  a boolean value (did it fail)
  or a list (what are the return values)
+

-- 
Debian packaging of libclass-returnvalue-perl



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