[SCM] Debian packaging of Plack::Middleware::Deflater branch, master, updated. 80837a34bac80e520b569422314b3f54b075d2ce

Florian Schlichting fschlich at zedat.fu-berlin.de
Wed Aug 24 17:00:43 UTC 2011


The following commit has been merged in the master branch:
commit 6c1a119f5b644ea36560c9193457a0890e63130e
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Wed Aug 24 16:40:28 2011 +0000

    remove unnecessary Depends: perl, fix short description

diff --git a/debian/changelog b/debian/changelog
index ce7b830..19437c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,6 @@ libplack-middleware-deflater-perl (0.05-1) UNRELEASED; urgency=low
 
   TODO:
   - d/control:
-    + remove unversioned "perl" from Depends
-    + short description should be a noun phrase and start with a small letter
     + if possible, enable more tests by adding libio-handle-util-perl to B-D-I
       (probably also requires libtest-requires-perl and maybe something else)
   - d/copyright: there's no copyright statement anywhere in the code; but we
diff --git a/debian/control b/debian/control
index dcba122..08e694f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,8 @@ Homepage: http://search.cpan.org/dist/Plack-Middleware-Deflater/
 Package: libplack-middleware-deflater-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libplack-perl,
- perl
-Description: Compress response body with Gzip or Deflate
+ libplack-perl
+Description: middleware to compress response body with gzip or deflate
  Plack::Middleware::Deflater is a middleware to encode your response body in
  gzip or deflate, based on the Accept-Encoding HTTP request header. While
  saving a little bandwidth it will increase the Plack server load, so ideally

-- 
Debian packaging of Plack::Middleware::Deflater



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