[libplack-middleware-proxy-requests-perl] 02/02: Changes after dh-make-perl

Piotr Roszatycki dexter at debian.org
Tue Dec 3 16:09:32 UTC 2013


This is an automated email from the git hooks/post-receive script.

dexter pushed a commit to branch master
in repository libplack-middleware-proxy-requests-perl.

commit d219fdb211b3b6487570499e3e670e03a24f2126
Author: Piotr Roszatycki <piotr.roszatycki at gmail.com>
Date:   Tue Dec 3 16:28:21 2013 +0100

    Changes after dh-make-perl
---
 debian/control   | 28 +++++++++++++++-------------
 debian/copyright | 10 +---------
 2 files changed, 16 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index c167d1c..d9f2db8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,32 @@
 Source: libplack-middleware-proxy-requests-perl
 Section: perl
 Priority: optional
-Maintainer: Piotr Roszatycki <dexter at debian.org>
-Build-Depends: debhelper (>= 9.20120312)
-Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Piotr Roszatycki <dexter at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libplack-app-proxy-perl
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/Plack-Middleware-Proxy-Requests
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-proxy-requests-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libplack-middleware-proxy-requests-perl.git
 
 Package: libplack-middleware-proxy-requests-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Forward proxy server
+Recommends: twiggy | starman | starlet,
+            libplack-middleware-cache-perl
+Description: Plack::Middleware::Proxy::Requests - forward proxy server
  Plack::Middleware::Proxy::Requests handles HTTP requests as a forward proxy
  server.
  .
  Its job is to set a plack.proxy.url environment variable based on REQUEST_URI
  variable.
  .
- The HTTP responses from the Internet might be invalid. In that case it is
- required to run the server without Plack::Middleware::Lint module. This
- module is started by default and disabled if -E or --no-default-middleware
- option is used when starting plackup script. Note that this disable also
- Plack::Middleware::AccessLog so it have to be enabled explicitly if needed.
+ With this middleware it is possible to start the simplest standalone proxy
+ server from the command line:
  .
- The default server Plack::Server::PSGI alias Standalone can hang up on
- stalled connection. It is better to run proxy server with Starlet, Starman or
- Twiggy.
+   twiggy -MPlack::App::Proxy -e \
+   'enable q{Proxy::Requests}; Plack::App::Proxy->new->to_app'
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The default server Plack::Server::PSGI alias Standalone can hang up on stalled
+ connection. It is better to run proxy server with Starlet, Starman or Twiggy.
diff --git a/debian/copyright b/debian/copyright
index c0df917..d5d7d17 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Plack-Middleware-Proxy-Requests
 Upstream-Contact: Piotr Roszatycki <dexter at cpan.org>
 Upstream-Name: Plack-Middleware-Proxy-Requests
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Piotr Roszatycki <dexter at cpan.org>
+Copyright: 2012-2013, Piotr Roszatycki <dexter at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-middleware-proxy-requests-perl.git



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