[libplack-middleware-debug-perl] 02/06: Initial packaging by maintainer
Florian Schlichting
fsfs at moszumanska.debian.org
Sun Feb 23 21:01:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libplack-middleware-debug-perl.
commit bee965ea14efe81ba3a2759e899cc03f820a4d5f
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Feb 20 23:16:35 2014 +0100
Initial packaging by maintainer
---
debian/compat | 2 +-
debian/control | 44 +++++------------
debian/copyright | 77 ++++++++++++++++++++++++++----
debian/libplack-middleware-debug-perl.docs | 1 -
4 files changed, 81 insertions(+), 43 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 47c88ab..c2ff77c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs at debian.org>
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9.20130630~),
+ libmodule-build-tiny-perl,
perl
-Build-Depends-Indep: libclass-method-modifiers-perl (>= 1.05),
+Build-Depends-Indep: libclass-method-modifiers-perl,
libdata-dump-perl,
- libfile-sharedir-perl (>= 1.00),
- libmodule-build-tiny-perl (>= 0.026),
+ libfile-sharedir-perl,
libplack-perl,
- libtext-microtemplate-perl (>= 0.15)
+ libtext-microtemplate-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-debug-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libplack-middleware-debug-perl.git
@@ -19,31 +19,13 @@ Homepage: https://metacpan.org/release/Plack-Middleware-Debug
Package: libplack-middleware-debug-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- libclass-method-modifiers-perl (>= 1.05),
+ libclass-method-modifiers-perl,
libdata-dump-perl,
- libfile-sharedir-perl (>= 1.00),
+ libfile-sharedir-perl,
libplack-perl,
- libtext-microtemplate-perl (>= 0.15)
-Description: display information about the current request/response
- The debug middleware offers a configurable set of panels that displays
- information about the current request and response. The information is
- generated only for responses with a status of 200 (OK) and a Content-Type
- that contains text/html or application/xhtml+xml and is embedded in the HTML
- that is sent back to the browser. Also the code is injected directly before
- the </body> tag so if there is no such tag, the information will not be
- injected.
- .
- To enable the middleware, just use Plack::Builder as usual in your .psgi
- file:
- .
- use Plack::Builder;
- .
- builder {
- .
- enable 'Debug', panels => [ qw(DBITrace Memory Timer) ];
- .
- $app;
- .
- };
- .
- This description was automagically extracted from the module by dh-make-perl.
+ libtext-microtemplate-perl
+Description: Plack middleware for displaying request/response debug information
+ Plack::Middleware::Debug offers a configurable set of panels that
+ display information about the current request and response, thus
+ aiding in debugging. It is heavily influenced by the Django Debug
+ Toolbar.
diff --git a/debian/copyright b/debian/copyright
index 2ec60e5..eb549ba 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,20 +1,24 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Plack-Middleware-Debug
-Upstream-Contact: Marcel Grunauer, C<< <marcel at cpan.org> >>
+Upstream-Contact: Marcel Grunauer, marcel at cpan.org
Upstream-Name: Plack-Middleware-Debug
-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: Marcel Grunauer, C<< <marcel at cpan.org> >>
+Copyright: 2009, Marcel Grunauer <marcel at cpan.org>
License: Artistic or GPL-1+
+Files: share/debug_toolbar/*
+Copyright: 2008, Rob Hudson <rob at cogit8.org>
+License: BSD-3-clause
+
+Files: share/debug_toolbar/jquery.js
+Copyright: 2008, John Resig (jquery.com)
+License: GPL-2 or MIT
+
+Files: share/debug_toolbar/jquery.cookie.js
+Copyright: 2010, Klaus Hartl (stilbuero.de)
+License: GPL-1+ or MIT
+
Files: debian/*
Copyright: 2014, Florian Schlichting <fsfs at debian.org>
License: Artistic or GPL-1+
@@ -26,6 +30,31 @@ License: Artistic
On Debian systems, the complete text of the Artistic License can be
found in `/usr/share/common-licenses/Artistic'.
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
License: GPL-1+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -34,3 +63,31 @@ License: GPL-1+
.
On Debian systems, the complete text of version 1 of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 2.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/libplack-middleware-debug-perl.docs b/debian/libplack-middleware-debug-perl.docs
deleted file mode 100644
index 3c548ba..0000000
--- a/debian/libplack-middleware-debug-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.mkdn
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-middleware-debug-perl.git
More information about the Pkg-perl-cvs-commits
mailing list