[libcgi-emulate-psgi-perl] 01/20: Imported Debian patch 0.10-1

dom at earth.li dom at earth.li
Sun Oct 5 09:22:49 UTC 2014


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

dom pushed a commit to branch master
in repository libcgi-emulate-psgi-perl.

commit d2d97f79345e12e7aa86eb98699510ae1380fe84
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Dec 30 21:00:41 2010 +0000

    Imported Debian patch 0.10-1
---
 debian/changelog                     |  5 +++++
 debian/compat                        |  1 +
 debian/control                       | 23 +++++++++++++++++++++++
 debian/copyright                     | 28 ++++++++++++++++++++++++++++
 debian/libcgi-emulate-psgi-perl.docs |  2 ++
 debian/rules                         |  4 ++++
 debian/watch                         |  2 ++
 7 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..45e6128
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcgi-emulate-psgi-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #608299)
+
+ -- Dominic Hargreaves <dom at earth.li>  Thu, 30 Dec 2010 21:00:41 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..35e3bd1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: libcgi-emulate-psgi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libwww-perl, perl (>= 5.10.0)
+Maintainer: Dominic Hargreaves <dom at earth.li>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CGI-Emulate-PSGI/
+Vcs-Browser: http://git.debian.org/?p=users/dom/libcgi-emulate-psgi-perl.git
+Vcs-Git: git://git.debian.org/users/dom/libcgi-emulate-psgi-perl.git
+
+Package: libcgi-emulate-psgi-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, perl
+Description: PSGI adapter for CGI
+ This module allows an application designed for the CGI environment to
+ run in a PSGI environment, and thus on any of the backends that PSGI
+ supports.
+ .
+ It works by translating the environment provided by the PSGI specification
+ to one expected by the CGI specification. Likewise, it captures output as
+ it would be prepared for the CGI standard, and translates it to the format
+ expected for the PSGI standard using CGI::Parse::PSGI module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f3520a8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tokuhiro Matsuno <tokuhirom at cpan.org>
+Source: http://search.cpan.org/dist/CGI-Emulate-PSGI/
+Name: CGI-Emulate-PSGI
+
+Files: *
+Copyright: Tokuhiro Matsuno <tokuhirom at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Dominic Hargreaves <dom at earth.li>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+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
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libcgi-emulate-psgi-perl.docs b/debian/libcgi-emulate-psgi-perl.docs
new file mode 100644
index 0000000..8c4ffb6
--- /dev/null
+++ b/debian/libcgi-emulate-psgi-perl.docs
@@ -0,0 +1,2 @@
+README.mkdn
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e830f3e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Emulate-PSGI/   .*/CGI-Emulate-PSGI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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