[SCM] Debian packaging of libreturn-value-perl branch, master, updated. 755ca2bc4bca17d3f74ab8e1689426c555e69633

gregor herrmann gregoa at debian.org
Thu Jul 5 20:54:14 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 561af2e..a00cf46 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,24 @@
 Source: libreturn-value-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
- libtest-pod-coverage-perl, libtest-perl-critic-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-perl-critic-perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/Return-Value/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libreturn-value-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libreturn-value-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libreturn-value-perl.git
+Homepage: http://search.cpan.org/dist/Return-Value/
 
 Package: libreturn-value-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: Perl module for polymorphic return values
  Polymorphic return values are really useful.  Often, we just want to know if
  something worked or not.  Other times, we'd like to know what the error text
@@ -30,3 +33,4 @@ Description: Perl module for polymorphic return values
  .
  Return::Value provides these features with a simple API that should get you
  what you're looking for in each context a return value is used in.
+

-- 
Debian packaging of libreturn-value-perl



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