[SCM] Packaging of Catalyst::Plugin::SmartURI branch, master, updated. debian/0.036-1-3-gd62fa23

gregor herrmann gregoa at debian.org
Thu Jul 5 20:13:32 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 93b091f..ae813c1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,17 @@
 Source: libcatalyst-plugin-smarturi-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julien Vaubourg <julien at vaubourg.com>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libcatalyst-perl (>= 5.80002),
- libclass-c3-componentised-perl,
- libmoose-perl,
- libnamespace-clean-perl,
- libtask-weaken-perl,
- libtest-pod-perl,
- liburi-smarturi-perl,
- perl (>= 5.10.1) | libparent-perl
+                     libcatalyst-perl,
+                     libclass-c3-componentised-perl,
+                     libmoose-perl,
+                     libnamespace-clean-perl,
+                     libtask-weaken-perl,
+                     libtest-pod-perl,
+                     liburi-smarturi-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-smarturi-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcatalyst-plugin-smarturi-perl.git
@@ -20,14 +19,15 @@ Homepage: http://search.cpan.org/dist/Catalyst-Plugin-SmartURI/
 
 Package: libcatalyst-plugin-smarturi-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcatalyst-perl (>= 5.80002),
- libclass-c3-componentised-perl,
- libmoose-perl,
- libnamespace-clean-perl,
- libtask-weaken-perl,
- liburi-smarturi-perl,
- perl (>= 5.10.1) | libparent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcatalyst-perl,
+         libclass-c3-componentised-perl,
+         libmoose-perl,
+         libnamespace-clean-perl,
+         libtask-weaken-perl,
+         liburi-smarturi-perl,
+         perl
 Description: module providing configurable URIs for Catalyst
  Configure whether $c->uri_for and $c->req->uri_with return absolute, hostless
  or relative URIs, or URIs based on the 'Host' header. Also allows configuring
@@ -43,3 +43,4 @@ Description: module providing configurable URIs for Catalyst
  This plugin installs a custom $c->request_class, however it does so in a way
  that won't break if you've already set $c->request_class yourself, ie. by
  using Catalyst::Action::REST (thanks mst!).
+

-- 
Packaging of Catalyst::Plugin::SmartURI



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