[SCM] Debian packaging of libpath-dispatcher-perl branch, master, updated. debian/1.04-1-2-g940db68

gregor herrmann gregoa at debian.org
Thu Jul 5 20:48:58 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index e386fc6..86dbfcd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,27 @@
 Source: libpath-dispatcher-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christine Spang <christine at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nathan Handler <nhandler at ubuntu.com>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libany-moose-perl,
- libtest-fatal-perl,
- libtry-tiny-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Christine Spang <christine at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Nathan Handler <nhandler at ubuntu.com>, gregor herrmann <gregoa at debian.org>
+                     libany-moose-perl,
+                     libtest-fatal-perl,
+                     libtry-tiny-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Path-Dispatcher/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpath-dispatcher-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpath-dispatcher-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpath-dispatcher-perl.git
+Homepage: http://search.cpan.org/dist/Path-Dispatcher/
 
 Package: libpath-dispatcher-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libany-moose-perl,
- libtry-tiny-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libany-moose-perl,
+         libtry-tiny-perl
 Recommends: libpath-dispatcher-declarative-perl
 Description: flexible and extensible dispatcher module
  Path::Dispatcher is a Perl module that allows a program to determine which
@@ -28,3 +29,4 @@ Description: flexible and extensible dispatcher module
  a path and returns a list of matches; from there, you can "run" the rules
  that matched. Developers may also inspect which rules were matched without
  executing their codeblocks.
+

-- 
Debian packaging of libpath-dispatcher-perl



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