[libplack-test-anyevent-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sat May 24 15:58:01 UTC 2014


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

js pushed a commit to branch master
in repository libplack-test-anyevent-perl.

commit c326ca9ab9a78ce6be9df9e1ae2dc047929ba3a6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 24 12:59:49 2014 +0200

    Initial packaging.
---
 debian/README.source   | 11 +++++++++
 debian/changelog       |  6 +++++
 debian/compat          |  1 +
 debian/control         | 33 +++++++++++++++++++++++++
 debian/control.in      | 24 +++++++++++++++++++
 debian/copyright       | 50 ++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules           | 40 +++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 ++++
 10 files changed, 235 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+---------------------
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ccd9653
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libplack-test-anyevent-perl (0.05-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#749121.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 24 May 2014 12:55:40 +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..0d5c38e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libplack-test-anyevent-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ perl (<< 5.19) | libmodule-build-perl (>= 0.3601),
+ libanyevent-perl,
+ libplack-perl,
+ libhttp-message-perl,
+ libtest-class-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libplack-test-anyevent-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-test-anyevent-perl.git
+Homepage: https://github.com/hoelzro/plack-test-anyevent
+
+Package: libplack-test-anyevent-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: run Plack::Test on AnyEvent-based PSGI applications
+ Plack::Test::AnyEvent allows you to easily test your AnyEvent-based
+ PSGI applications.  Normally, Plack::Test::MockHTTP or
+ Plack::Test::Server work fine for this, but this implementation comes
+ in handy when you'd like to test your streaming results as they come
+ in, or if your application uses long-polling.  For non-streaming
+ requests, you can use this module exactly like Plack::Test::MockHTTP;
+ otherwise, you can set up a content handler and call $res->recv.  The
+ event loop will then run until the PSGI application closes its writer
+ handle or until your test client calls send on the response.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..f48704a
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,24 @@
+Source: libplack-test-anyevent-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libplack-test-anyevent-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-test-anyevent-perl.git
+Homepage: https://github.com/hoelzro/plack-test-anyevent
+
+Package: libplack-test-anyevent-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: run Plack::Test on AnyEvent-based PSGI applications
+ Plack::Test::AnyEvent allows you to easily test your AnyEvent-based
+ PSGI applications.  Normally, Plack::Test::MockHTTP or
+ Plack::Test::Server work fine for this, but this implementation comes
+ in handy when you'd like to test your streaming results as they come
+ in, or if your application uses long-polling.  For non-streaming
+ requests, you can use this module exactly like Plack::Test::MockHTTP;
+ otherwise, you can set up a content handler and call $res->recv.  The
+ event loop will then run until the PSGI application closes its writer
+ handle or until your test client calls send on the response.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0da358f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Plack::Test::AnyEvent
+Upstream-Contact: https://github.com/hoelzro/plack-test-anyevent/issues
+Source: http://www.cpan.org/authors/id/R/RH/RHOELZ
+ git://github.com/hoelzro/plack-test-anyevent
+
+Files: *
+Copyright: 2011, Rob Hoelz <rob at hoelz.ro>
+License: Artistic or GPL-1+
+ License:
+ .
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ .
+ Comment:
+ .
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Artistic
+ Comment:
+ .
+ On Debian systems the 'Artistic License' is located in
+ '/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 1 is located
+ in '/usr/share/common-licenses/GPL-1'.
+
+License: GPL-3+
+ 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 3 of the License, or (at your
+ option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ Public License for more details.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..3ae6984
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,65 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: Build.PL
+ Changes
+ MANIFEST
+ META.yml
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/source/format
+ debian/watch
+ lib/Plack/Test/AE.pm
+ lib/Plack/Test/AnyEvent/Response.pm
+ t/00-compile.t
+ t/01-ae.t
+ t/02-anyevent.t
+ t/03-cocoa.t
+ t/03-ev.t
+ t/03-event.t
+ t/03-glib.t
+ t/03-perl.t
+ t/04-non-streaming-response-callback.t
+ t/lib/Plack/Test/AnyEvent/Test.pm
+ xt/author/critic.t
+ xt/release/dist-manifest.t
+ xt/release/kwalitee.t
+ xt/release/localbrew-pristine-5.10.t
+ xt/release/localbrew-pristine-5.12.t
+ xt/release/localbrew-pristine-5.14.t
+ xt/release/localbrew-pristine-5.16.t
+ xt/release/localbrew-pristine-5.18.t
+ xt/release/localbrew-pristine-5.8.t
+ xt/release/pod-coverage.t
+ xt/release/pod-syntax.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/Plack/Test/AnyEvent.pm
+Copyright: 2011, Rob Hoelz
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+  19xx name of author
+  19yy <name of author>
+  2011, Rob Hoelz
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2b07f9b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,40 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2014 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Plack::Test::AnyEvent
+#
+# 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 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-build.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = Plack-Test-AnyEvent
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/R/RH/RHOELZ
+
+# Needed by upstream build
+bdeps = perl (>= 5.11.4) | libmodule-build-perl (>= 0.3601)
+bdeps = perl (<< 5.19) | libmodule-build-perl (>= 0.3601)
+
+# Needed by upstream build and (always) at runtime
+deps = libanyevent-perl, libplack-perl
+
+# Needed (always/optionally) by upstream testsuite
+deps-test = libhttp-message-perl, libtest-class-perl
+
+CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..db74c9e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version = 3
+https://metacpan.org/release/Plack-Test-AnyEvent .*/Plack-Test-AnyEvent-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/R/RH/RHOELZ/Plack-Test-AnyEvent-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-test-anyevent-perl.git



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