[libmojo-jwt-perl] 02/03: Initial release
Mirko Tietgen
drojf-guest at moszumanska.debian.org
Wed Mar 1 14:11:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
drojf-guest pushed a commit to branch master
in repository libmojo-jwt-perl.
commit bf033a06b0bfdd66583cd371da4be6ac152ea778
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date: Wed Mar 1 14:44:15 2017 +0100
Initial release
---
debian/changelog | 2 +-
debian/control | 9 +--------
debian/copyright | 14 +++-----------
3 files changed, 5 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5c24f88..62f6049 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ libmojo-jwt-perl (0.05-1) UNRELEASED; urgency=low
* Initial Release.
- -- Mirko Tietgen <mirko at packaging> Wed, 1 Mar 2017 14:28:39 +0100
+ -- Mirko Tietgen <mirko at abunchofthings.net> Wed, 1 Mar 2017 14:28:39 +0100
diff --git a/debian/control b/debian/control
index 28d752a..5a04475 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libmojo-jwt-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Mirko Tietgen <mirko at packaging>
+Uploaders: Mirko Tietgen <mirko at abunchofthings.net>
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
@@ -24,10 +24,3 @@ Description: JSON Web Token the Mojo way
users (though of course it is useful elsewhere). Indeed, JWT is much like
Mojolicious::Sessions except that the result is a url-safe text string rather
than a cookie.
- .
- In JWT, the primary payload is called the claims, and a few claims are
- reserved, as seen in the IETF document. The header and the claims are signed
- when stringified to guard against tampering. Note that while signed, the data
- is not encrypted, so don't use it to send secrets over clear channels.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 1482323..d7e813f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,14 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Mojo-JWT
-Upstream-Contact: Joel Berger, E<lt>joel.a.berger at gmail.comE<gt>
+Upstream-Contact: Joel Berger, <joel.a.berger at gmail.com>
Upstream-Name: Mojo-JWT
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
-Copyright: Joel Berger, E<lt>joel.a.berger at gmail.comE<gt>
+Copyright: Joel Berger, <joel.a.berger at gmail.com>
License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2017, Mirko Tietgen <mirko at packaging>
+Copyright: 2017, Mirko Tietgen <mirko at abunchofthingsnet>
License: Artistic or GPL-1+
License: Artistic
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojo-jwt-perl.git
More information about the Pkg-perl-cvs-commits
mailing list