[SCM] Debian packaging of libplack-perl branch, master, updated. debian/0.9989-1-2-g73db03f

gregor herrmann gregoa at debian.org
Thu Jul 5 20:50:12 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index a4fcd12..61e5e2b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,62 +1,64 @@
 Source: libplack-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Iñigo Tejedor Arrondo <poisonbit at gmail.com>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Maximilian Gass <mxey at cloudconnected.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1),
- libauthen-simple-passwd-perl,
- libcgi-compile-perl,
- libcgi-emulate-psgi-perl,
- libdevel-stacktrace-ashtml-perl (>= 0.11),
- libdevel-stacktrace-perl (>= 1.2300),
- libfcgi-perl,
- libfcgi-procmanager-perl,
- libfile-sharedir-perl (>= 1.00),
- libfilesys-notify-simple-perl,
- libhash-multivalue-perl,
- libhttp-body-perl (>= 1.06),
- libhttp-message-perl,
- libhttp-request-ascgi-perl,
- libhttp-server-simple-psgi-perl,
- libio-handle-util-perl,
- liblog-dispatch-array-perl,
- liblog-log4perl-perl,
- libmime-types-perl,
- libmodule-refresh-perl,
- libtest-requires-perl,
- libtest-tcp-perl,
- libtry-tiny-perl,
- liburi-perl (>= 1.58),
- libwww-perl (>= 5.814),
- python
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>,
- Iñigo Tejedor Arrondo <poisonbit at gmail.com>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- Maximilian Gass <mxey at cloudconnected.org>
+Build-Depends-Indep: perl,
+                     libauthen-simple-passwd-perl,
+                     libcgi-compile-perl,
+                     libcgi-emulate-psgi-perl,
+                     libdevel-stacktrace-ashtml-perl (>= 0.11),
+                     libdevel-stacktrace-perl (>= 1.2300),
+                     libfcgi-perl,
+                     libfcgi-procmanager-perl,
+                     libfile-sharedir-perl,
+                     libfilesys-notify-simple-perl,
+                     libhash-multivalue-perl,
+                     libhttp-body-perl,
+                     libhttp-message-perl,
+                     libhttp-request-ascgi-perl,
+                     libhttp-server-simple-psgi-perl,
+                     libio-handle-util-perl,
+                     liblog-dispatch-array-perl,
+                     liblog-log4perl-perl,
+                     libmime-types-perl,
+                     libmodule-refresh-perl,
+                     libtest-requires-perl,
+                     libtest-tcp-perl,
+                     libtry-tiny-perl,
+                     liburi-perl (>= 1.58),
+                     libwww-perl,
+                     python
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Plack/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libplack-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libplack-perl.git
+Homepage: http://search.cpan.org/dist/Plack/
 
 Package: libplack-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdevel-stacktrace-ashtml-perl (>= 0.11),
- libdevel-stacktrace-perl (>= 1.2300),
- libfile-sharedir-perl (>= 1.00),
- libfilesys-notify-simple-perl,
- libhash-multivalue-perl,
- libhttp-body-perl (>= 1.06),
- libhttp-message-perl,
- libmodule-refresh-perl,
- libtest-tcp-perl,
- libtry-tiny-perl,
- liburi-perl (>= 1.58),
- libwww-perl (>= 5.814),
- perl (>= 5.10.1)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdevel-stacktrace-ashtml-perl (>= 0.11),
+         libdevel-stacktrace-perl (>= 1.2300),
+         libfile-sharedir-perl,
+         libfilesys-notify-simple-perl,
+         libhash-multivalue-perl,
+         libhttp-body-perl,
+         libhttp-message-perl,
+         libmodule-refresh-perl,
+         libtest-tcp-perl,
+         libtry-tiny-perl,
+         liburi-perl (>= 1.58),
+         libwww-perl,
+         perl
 Recommends: libcgi-compile-perl,
- libcgi-emulate-psgi-perl
+            libcgi-emulate-psgi-perl
 Description: interface between web servers and Perl web applications
  Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It
  implements the Perl Server Gateway Interface (PSGI) standard interface, which
@@ -65,3 +67,4 @@ Description: interface between web servers and Perl web applications
  .
  This package contains middleware components, a reference server and utilities
  for web application frameworks.
+

-- 
Debian packaging of libplack-perl



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