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

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

commit 7172e0a99015fd92ada2e046280995ba804a207d
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sun Dec 19 20:01:39 2010 +0000

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6f43b1f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcgi-psgi-perl (0.13-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #606816)
+
+ -- Dominic Hargreaves <d...@earth.li>  Sun, 19 Dec 2010 20:01:39 +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..f9072fe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libcgi-psgi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10.0),
+ perl (>= 5.10.1) | libcgi-pm-perl (>= 3.33),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Dominic Hargreaves <d...@earth.li>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CGI-PSGI/
+Vcs-Browser: http://git.debian.org/?p=users/dom/libcgi-psgi-perl.git
+Vcs-Git: git://git.debian.org/~dom/libcgi-psgi-perl.git
+
+Package: libcgi-psgi-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl,
+ perl (>= 5.10.1) | libcgi-pm-perl (>= 3.33)
+Description: Adapt CGI.pm to the PSGI protocol
+ CGI::PSGI is for web application framework developers who currently use CGI
+ to handle query parameters, and would like the frameworks to comply with
+ the PSGI protocol.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c971438
--- /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: Tatsuhiko Miyagawa <miyag...@bulknews.net>
+Source: http://search.cpan.org/dist/CGI-PSGI/
+Name: CGI-PSGI
+
+Files: *
+Copyright: Tatsuhiko Miyagawa <miyag...@bulknews.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Dominic Hargreaves <d...@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-psgi-perl.docs b/debian/libcgi-psgi-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libcgi-psgi-perl.docs
@@ -0,0 +1 @@
+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..0e55f4f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-PSGI/   
.*/CGI-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-psgi-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to