[libcgi-application-plugin-stream-perl] 05/07: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Mon Dec 23 19:15:18 UTC 2013


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

gregoa pushed a commit to branch master
in repository libcgi-application-plugin-stream-perl.

commit 3073b8304174bc4aac71c0776d732cc280a2cfbb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 23 20:13:28 2013 +0100

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index c70effc..857a64b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,34 @@
 Source: libcgi-application-plugin-stream-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
+           Jaldhar H. Vyas <jaldhar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
-Build-Depends-Indep: perl, libcgi-application-perl, libfile-mmagic-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
- Jaldhar H. Vyas <jaldhar at debian.org>
+Build-Depends-Indep: perl,
+                     libcgi-application-perl,
+                     libfile-mmagic-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/CGI-Application-Plugin-Stream/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-stream-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-stream-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-stream-perl.git
+Homepage: https://metacpan.org/release/CGI-Application-Plugin-Stream/
 
 Package: libcgi-application-plugin-stream-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl,
- libfile-mmagic-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcgi-application-perl,
+         libfile-mmagic-perl
 Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
- libcgi-application-plugins-perl (<< 0.11)
+        libcgi-application-plugins-perl (<< 0.11)
 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
- libcgi-application-plugins-perl (<< 0.11)
+          libcgi-application-plugins-perl (<< 0.11)
 Description: plugin that adds file streaming support to CGI::Application
  CGI::Application::Plugin::Stream provides a way to stream a file back to the
  user from a CGI::Application module. This is useful if you are creating a PDF
  or Spreadsheet document dynamically to deliver to the user. The file is read
  and printed in small chunks to keep memory consumption down. If you pass
  along a filehandle it will be automatically closed on completion.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-stream-perl.git



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