[SCM] Packaging of FCGI::Client in Debian branch, master, updated. upstream/0.07-1-ge9d0168

Jonas Genannt jonas at brachium-system.net
Sat Sep 17 11:37:04 UTC 2011


The following commit has been merged in the master branch:
commit e9d0168122784b0c3eb96fb78fccda44862c25f6
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sat Sep 17 13:36:56 2011 +0200

    initial checkin of debian/

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1f23348
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libfcgi-client-perl (0.07-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #638055)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Thu, 8 Sep 2011 01:25:16 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4fb3ca4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libfcgi-client-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libany-moose-perl (>= 0.13), perl
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/FCGI-Client/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfcgi-client-perl.git
+Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libfcgi-client-perl.git;a=summary
+
+Package: libfcgi-client-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libany-moose-perl (>= 0.13), perl
+Description: client library for fastcgi protocol
+ FCGI::Client is an perl library for accessing via TCP or an Unix socket an
+ FastCGI Server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..34e04e7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,56 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=135
+Maintainer: Tokuhiro Matsuno <tokuhirom at gmail.com>
+Source: http://search.cpan.org/dist/FCGI-Client/
+Name: FCGI-Client
+
+Files: *
+Copyright: Tokuhiro Matsuno <tokuhirom at gmail.com>
+License: Artistic or GPL-1
+
+Files: scripts/fcgicli.pl
+Copyright: Tokuhiro Matsuno <tokuhirom at gmail.com>
+ Paul Evans
+License: Artistic or GPL-1
+
+Files: inc/Module/Install/AuthorRequires.pm
+Copyright: 2009, Florian Ragwitz <rafl at debian.org>
+License: Artistic or GPL-1
+
+Files: inc/Module/Install/AuthorTests.pm
+Copyright: 2009, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1
+
+Files: inc/Module/Install/Base.pm
+Copyright: 2003 - 2004, Audrey Tang <autrijus at autrijus.org>
+License: Artistic or GPL-1
+
+Files: inc/Module/Install/Can.pm
+Copyright: 2006, Audrey Tang <autrijus at autrijus.org>
+ 2006, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1
+
+Files: inc/Module/*
+Copyright: 2002 - 2011, Adam Kennedy <adamk at cpan.org>
+ 2002-2011, Audrey Tang <autrijus at autrijus.org>
+ 2002-2011, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1
+
+Files: debian/*
+Copyright: 2011, Jonas Genannt <jonas.genannt at capi2name.de>
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..cc5069e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+scripts/fcgicli.pl
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/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6bf1fbc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/FCGI-Client/   .*/FCGI-Client-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Packaging of FCGI::Client in Debian



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