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

js pushed a commit to branch master
in repository libjson-webtoken-perl.

commit d4ac5185f3c58d6b37fe5ff5fd598ae588c4315c
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Fri Feb 26 17:51:41 2016 +0100

    Initial packaging.
---
 debian/README.source            | 11 ++++++++
 debian/changelog                |  6 +++++
 debian/compat                   |  1 +
 debian/control                  | 38 +++++++++++++++++++++++++++
 debian/control.in               | 28 ++++++++++++++++++++
 debian/copyright                | 31 ++++++++++++++++++++++
 debian/copyright_hints          | 58 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 +++++
 debian/rules                    | 43 ++++++++++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 ++++++
 debian/watch                    |  4 +++
 12 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 <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..8a788cc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libjson-webtoken-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#815700.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Fri, 26 Feb 2016 18:02:15 +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..2cfdcc4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: libjson-webtoken-perl
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ libmodule-build-perl,
+ debhelper,
+ dh-buildinfo,
+ libjson-perl,
+ libcrypt-openssl-rsa-perl,
+ perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+ libtest-mock-guard-perl,
+ libtest-requires-perl
+Standards-Version: 3.9.7
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-webtoken-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libjson-webtoken-perl
+Homepage: https://github.com/xaicron/p5-JSON-WebToken
+
+Package: libjson-webtoken-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Description: JSON Web Token (JWT) implementation
+ JSON::WebToken is an implementation of JSON Web Token (JWT) for Perl.
+ .
+ JSON Web Token is a JSON-based open standard for passing claims between
+ parties in web application environment. The tokens are designed to be
+ compact, URL-safe and usable especially in web browser single sign-on
+ context. JWT claims can be typically used to pass identity of
+ authenticated users between an identity provider and a service
+ provider, or any other type of claims as required by business
+ processes. The tokens can also be authenticated and encrypted.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..ee6f6c8
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,28 @@
+Source: libjson-webtoken-perl
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: @cdbs@
+Standards-Version: 3.9.7
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-webtoken-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libjson-webtoken-perl
+Homepage: https://github.com/xaicron/p5-JSON-WebToken
+
+Package: libjson-webtoken-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Description: JSON Web Token (JWT) implementation
+ JSON::WebToken is an implementation of JSON Web Token (JWT) for Perl.
+ .
+ JSON Web Token is a JSON-based open standard for passing claims between
+ parties in web application environment. The tokens are designed to be
+ compact, URL-safe and usable especially in web browser single sign-on
+ context. JWT claims can be typically used to pass identity of
+ authenticated users between an identity provider and a service
+ provider, or any other type of claims as required by business
+ processes. The tokens can also be authenticated and encrypted.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5e5b327
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: JSON::WebToken
+Upstream-Contact: https://github.com/xaicron/p5-JSON-WebToken/issues
+Source: https://github.com/xaicron/p5-JSON-WebToken
+ git://github.com/xaicron/p5-JSON-WebToken
+
+Files: *
+Copyright: © 2012-2013, xaicron <xaic...@cpan.org>
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of either: the GNU General Public License as published
+ by the Free Software Foundation; or the Artistic License.
+License: Artistic or GPL-1+
+
+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 of the License, 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..008d203
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,58 @@
+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.json
+ META.yml
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ lib/JSON/WebToken/Constants.pm
+ lib/JSON/WebToken/Crypt.pm
+ lib/JSON/WebToken/Crypt/HMAC.pm
+ lib/JSON/WebToken/Crypt/RSA.pm
+ lib/JSON/WebToken/Exception.pm
+ minil.toml
+ t/00_compile.t
+ t/01_basic.t
+ t/02_rsa.t
+ t/03_add_signing_algorithm.t
+ t/04_secret_cb.t
+ t/99_exception.t
+ t/Util.pm
+ t/spec/draft-ietf-jose-json-web-signature-08-A1.hmac_sha256.t
+ t/spec/draft-ietf-jose-json-web-signature-08-A2.rsa_sha256.t
+ t/spec/draft-ietf-oauth-json-web-token-06-3.1.example.t
+ tmp/MEMO
+ tmp/spec.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README.md
+ lib/JSON/WebToken.pm
+Copyright: 2012, - xaicron
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+Copyright: 2013, xaicron E<lt>xaic...@cpan.orge<gt>
+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..f52b828
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8f878fe
--- /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 JSON::WebToken
+#
+# 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 = JSON-WebToken
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/X/XA/XAICRON
+
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
+# Needed by upstream build and (always/often) at runtime
+deps = libjson-perl
+deps-recommend = libcrypt-openssl-rsa-perl
+
+# Needed by upstream testsuite
+deps-test = perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
+deps-test +=, libtest-mock-guard-perl, libtest-requires-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_RECOMMENDS_$(pkg) = $(deps-recommend)
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/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..01f7a98
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=4
+http://www.cpan.org/authors/id/X/XA/XAICRON/JSON-WebToken-([\d.]+)\.tar\.gz
+https://metacpan.org/release/JSON-WebToken .*/JSON-WebToken-([\d.]+)\.tar\.gz

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