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

js pushed a commit to branch master
in repository libweb-machine-perl.

commit 8d4ea5df0855f59d3ec1d0bfaf1f43b3cd770072
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Wed Mar 9 20:08:09 2016 +0100

    Initial packaging.
---
 debian/README.source            |  11 +++
 debian/changelog                |   6 ++
 debian/compat                   |   1 +
 debian/control                  |  43 +++++++++
 debian/control.in               |  28 ++++++
 debian/copyright                |  33 +++++++
 debian/copyright_hints          | 192 ++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |   5 ++
 debian/rules                    |  43 +++++++++
 debian/source/format            |   1 +
 debian/source/lintian-overrides |   8 ++
 debian/watch                    |   4 +
 12 files changed, 375 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 <d...@jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..450d165
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libweb-machine-perl (0.16-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#817282.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Wed, 09 Mar 2016 20:07:42 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8e15246
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: libweb-machine-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libhttp-headers-actionpack-perl,
+ libhttp-message-perl,
+ libhash-multivalue-perl,
+ libio-handle-util-perl,
+ libmodule-runtime-perl,
+ libplack-perl,
+ libsub-exporter-perl,
+ libtry-tiny-perl,
+ libnet-http-perl,
+ libtest-failwarnings-perl,
+ libtest-fatal-perl
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libweb-machine-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libweb-machine-perl.git
+Homepage: https://metacpan.org/pod/Web::Machine
+
+Package: libweb-machine-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: Perl port of Webmachine
+ Web::Machine provides a RESTful web framework modeled as a state
+ machine. You define one or more resource classes. Each resource
+ represents a single RESTful URI end point, such as a user, an email,
+ etc. The resource class can also be the target for POST requests to
+ create a new user, email, etc.
+ .
+ Each resource is a state machine, and each request for a resource is
+ handled by running the request through that state machine.
+ .
+ Web::Machine is built on top of Plack, but it handles the full request
+ and response cycle.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..564ab86
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,28 @@
+Source: libweb-machine-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libweb-machine-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libweb-machine-perl.git
+Homepage: https://metacpan.org/pod/Web::Machine
+
+Package: libweb-machine-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: Perl port of Webmachine
+ Web::Machine provides a RESTful web framework modeled as a state
+ machine. You define one or more resource classes. Each resource
+ represents a single RESTful URI end point, such as a user, an email,
+ etc. The resource class can also be the target for POST requests to
+ create a new user, email, etc.
+ .
+ Each resource is a state machine, and each request for a resource is
+ handled by running the request through that state machine.
+ .
+ Web::Machine is built on top of Plack, but it handles the full request
+ and response cycle.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a544f71
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Web::Machine
+Upstream-Contact: https://github.com/houseabsolute/webmachine-perl/issues
+Source: https://github.com/houseabsolute/webmachine-perl
+ git://github.com/houseabsolute/webmachine-perl
+
+Files: *
+Copyright: 2015, Infinity Interactive, Inc.
+License-Grant:
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
+Comment:
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2016, Jonas Smedegaard <d...@jones.dk>
+License-Grant:
+ 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.
+License: GPL-3+
+
+License: Artistic
+License-Reference: /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+License-Reference: /usr/share/common-licenses/GPL-1
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..5ac1f46
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,192 @@
+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: Changes
+ INSTALL
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ dist.ini
+ examples/env-resource/app.psgi
+ examples/hello-world/app.psgi
+ examples/yapc-talk-examples/000-basic.psgi
+ examples/yapc-talk-examples/001-basic.psgi
+ examples/yapc-talk-examples/002-basic.psgi
+ examples/yapc-talk-examples/010-browser.psgi
+ examples/yapc-talk-examples/011-browser.psgi
+ examples/yapc-talk-examples/012-browser.psgi
+ examples/yapc-talk-examples/020-auth.psgi
+ examples/yapc-talk-examples/030-postback.psgi
+ examples/yapc-talk-examples/031-postback-w-json.psgi
+ examples/yapc-talk-examples/032-postback-w-auth.psgi
+ examples/yapc-talk-examples/033-postback-w-hateoas.psgi
+ examples/yapc-talk-examples/100-add-caching.psgi
+ examples/yapc-talk-examples/110-service-unavailable.psgi
+ examples/yapc-talk-examples/120-bind-path.psgi
+ examples/yapc-talk-examples/130-tracing-header.psgi
+ perlcriticrc
+ perltidyrc
+ t/00-report-prereqs.dd
+ t/00-report-prereqs.t
+ t/001-basic.t
+ t/002-basic-content-type-handlers.t
+ t/003-request-class.t
+ t/010-resource-tests.t
+ t/010-resources/B10.pm
+ t/010-resources/B11.pm
+ t/010-resources/B12.pm
+ t/010-resources/B13.pm
+ t/010-resources/B3.pm
+ t/010-resources/B4.pm
+ t/010-resources/B5.pm
+ t/010-resources/B6.pm
+ t/010-resources/B7.pm
+ t/010-resources/B7b.pm
+ t/010-resources/B8.pm
+ t/010-resources/B8b.pm
+ t/010-resources/B8c.pm
+ t/010-resources/B8d.pm
+ t/010-resources/B9.pm
+ t/010-resources/C4.pm
+ t/010-resources/D5.pm
+ t/010-resources/E6.pm
+ t/010-resources/F6.pm
+ t/010-resources/F7.pm
+ t/010-resources/G11.pm
+ t/010-resources/H12.pm
+ t/010-resources/H7.pm
+ t/010-resources/H7b.pm
+ t/010-resources/H7c.pm
+ t/010-resources/H7d.pm
+ t/010-resources/H7e.pm
+ t/010-resources/H7f.pm
+ t/010-resources/I4.pm
+ t/010-resources/I4b.pm
+ t/010-resources/J18.pm
+ t/010-resources/K5.pm
+ t/010-resources/K5b.pm
+ t/010-resources/L17.pm
+ t/010-resources/L5.pm
+ t/010-resources/L5b.pm
+ t/010-resources/L7.pm
+ t/010-resources/M20.pm
+ t/010-resources/M20b.pm
+ t/010-resources/M5.pm
+ t/010-resources/M7.pm
+ t/010-resources/N11.pm
+ t/010-resources/N11b.pm
+ t/010-resources/N11c.pm
+ t/010-resources/N11d.pm
+ t/010-resources/N11e.pm
+ t/010-resources/N11f.pm
+ t/010-resources/N11g.pm
+ t/010-resources/N11h.pm
+ t/010-resources/N5.pm
+ t/010-resources/O14.pm
+ t/010-resources/O14b.pm
+ t/010-resources/O18.pm
+ t/010-resources/O18b.pm
+ t/010-resources/O18c.pm
+ t/010-resources/O18d.pm
+ t/010-resources/O18e.pm
+ t/010-resources/O18f.pm
+ t/010-resources/O20.pm
+ t/010-resources/O20b.pm
+ t/010-resources/O20c.pm
+ t/010-resources/P11.pm
+ t/010-resources/P11b.pm
+ t/010-resources/P11c.pm
+ t/010-resources/P11d.pm
+ t/010-resources/P11e.pm
+ t/010-resources/P3.pm
+ t/010-resources/P3b.pm
+ t/011-resource-500-logging.t
+ t/012-warning-no-etag.t
+ t/013-finish-request-logging.t
+ t/020-post-w-redirect.t
+ t/021-post-w-bypass-n11.t
+ t/022-body-encoding.t
+ t/030-streaming.t
+ t/031-streaming-push.t
+ t/300-content-negotiation-media-type.t
+ t/301-content-negotiation-language.t
+ t/302-content-negotiation-charset.t
+ t/303-content-negotiation-encoding.t
+ t/304-negotiation-match-media-type.t
+ t/400-bind-path.t
+ t/500-example-hello-word.t
+ t/501-example-env-resource.t
+ t/502-example-long-poll.t
+ t/600-yapc-talk-examples/000-basic.t
+ t/600-yapc-talk-examples/001-basic.t
+ t/600-yapc-talk-examples/002-basic.t
+ t/600-yapc-talk-examples/010-browser.t
+ t/600-yapc-talk-examples/011-browser.t
+ t/600-yapc-talk-examples/012-browser.t
+ t/600-yapc-talk-examples/020-auth.t
+ t/600-yapc-talk-examples/030-postback.t
+ t/600-yapc-talk-examples/031-postback-w-json.t
+ t/600-yapc-talk-examples/032-postback-w-auth.t
+ t/600-yapc-talk-examples/033-postback-w-hateoas.t
+ t/600-yapc-talk-examples/100-add-caching.t
+ t/600-yapc-talk-examples/110-service-unavailable.t
+ t/600-yapc-talk-examples/120-bind-path.t
+ t/600-yapc-talk-examples/130-tracing-header.t
+ t/700-malformed-auth-bug.t
+ t/701-content-type-is-actionpack.t
+ t/author-00-compile.t
+ t/author-eol.t
+ t/author-no-tabs.t
+ t/author-pod-spell.t
+ t/author-test-version.t
+ t/release-cpan-changes.t
+ t/release-pod-coverage.t
+ t/release-pod-linkcheck.t
+ t/release-pod-syntax.t
+ t/release-portability.t
+ t/release-synopsis.t
+ tidyall.ini
+ weaver.ini
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README.md
+ lib/Web/Machine.pm
+ lib/Web/Machine/FSM.pm
+ lib/Web/Machine/FSM/States.pm
+ lib/Web/Machine/I18N.pm
+ lib/Web/Machine/I18N/en.pm
+ lib/Web/Machine/Manual.pod
+ lib/Web/Machine/Resource.pm
+ lib/Web/Machine/Util.pm
+ lib/Web/Machine/Util/BodyEncoding.pm
+ lib/Web/Machine/Util/ContentNegotiation.pm
+Copyright: 2015, Infinity Interactive, Inc.
+  AND LICENSE
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+Copyright: 2015, Infinity Interactive, Inc.
+License: Artistic-1.0 GPL (vever)
+ FIXME
+
+Files: debian/rules
+Copyright: 2016, Jonas Smedegaard <d...@jones.dk>
+License: GPL-3+
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5514b4b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,43 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2016, Jonas Smedegaard <d...@jones.dk>
+# Description: Main Debian packaging script for Web::Machine
+#
+# 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-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = Web-Machine
+DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Web
+
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
+# Needed by upstream build and (always) at runtime
+perl-deps = http-headers-actionpack http-message hash-multivalue
+perl-deps += io-handle-util module-runtime plack sub-exporter try-tiny
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+
+# Needed by upstream testsuite
+perl-bdeps-test = net-http test-failwarnings test-fatal
+bdeps-test = $(patsubst %,$(comma) lib%-perl,$(perl-bdeps-test))
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(bdeps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..dce4650
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,8 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright
+
+# Debhelper 9 is satisfied even in oldstable
+package-needs-versioned-debhelper-build-depends 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5de091a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=4
+https://metacpan.org/release/Web-Machine/ .*/Web-Machine-([\d.]+)\.tar\.gz
+http://www.cpan.org/modules/by-module/Web/Web-Machine-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libweb-machine-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