[libmojo-jwt-perl] 01/01: Fix TODO
Mirko Tietgen
drojf-guest at moszumanska.debian.org
Tue Mar 7 13:04:11 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 25d4917b14f14b65db338611e93517e13e22fbc1
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date: Tue Mar 7 13:50:30 2017 +0100
Fix TODO
- debian/upstream/metadata:
+ remove POD formatting from Contact
+ 2x http://github--> https://github; manual or with `dpt debian-upstream'
(also found by duck)
- d/copyright: missing years of upstream copyright
(2015 in lib/Mojo/JWT.pm, 2017 in LICENSE -> 2015-2017)
- d/control:
libmodule-build-tiny-perl belongs into Build-Depends; and needs debhelepr
(>= 9.20140227~)
(both detected by lintian, one with and one without the pkg-perl profile)
--> lintian accepts debhelper (>=9.0) for me (with pkg-perl profile), how
can I get the info about (>= 9.20140227~)?
- d/copyright: mirko at abunchofthingsnet -> mirko at abunchofthings.net
(detected by duck)
- d/control: libcrypt-openssl-rsa-perl should be added to B-D-I (skipped
tests), and Depends or Recommends (used in 2 functions in lib/Mojo/JWT.pm)
--> Added to Depends. Having it also in B-D-I made lintian complain so it
was removed again in that section.
---
debian/changelog | 16 ----------------
debian/control | 5 +++--
debian/copyright | 4 ++--
debian/upstream/metadata | 6 +++---
4 files changed, 8 insertions(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4666587..d8b514e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,5 @@
libmojo-jwt-perl (0.05-1) UNRELEASED; urgency=low
- TODO:
- - debian/upstream/metadata:
- + remove POD formatting from Contact
- + 2x http://github--> https://github; manual or with `dpt debian-upstream'
- (also found by duck)
- - d/copyright: missing years of upstream copyright
- (2015 in lib/Mojo/JWT.pm, 2017 in LICENSE -> 2015-2017)
- - d/control:
- libmodule-build-tiny-perl belongs into Build-Depends; and needs debhelepr
- (>= 9.20140227~)
- (both detected by lintian, one with and one without the pkg-perl profile)
- - d/copyright: mirko at abunchofthingsnet -> mirko at abunchofthings.net
- (detected by duck)
- - d/control: libcrypt-openssl-rsa-perl should be added to B-D-I (skipped
- tests), and Depends or Recommends (used in 2 functions in lib/Mojo/JWT.pm)
-
* Initial Release. (Closes: #856484)
-- Mirko Tietgen <mirko at abunchofthings.net> Wed, 1 Mar 2017 14:28:39 +0100
diff --git a/debian/control b/debian/control
index 5a04475..e9f8d28 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Mirko Tietgen <mirko at abunchofthings.net>
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
+ libmodule-build-tiny-perl,
+ libcrypt-openssl-rsa-perl,
perl
-Build-Depends-Indep: libmodule-build-tiny-perl,
- libmojolicious-perl (>= 5.00)
+Build-Depends-Indep: libmojolicious-perl (>= 5.00)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmojo-jwt-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmojo-jwt-perl.git
diff --git a/debian/copyright b/debian/copyright
index d7e813f..705390f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Joel Berger, <joel.a.berger at gmail.com>
Upstream-Name: Mojo-JWT
Files: *
-Copyright: Joel Berger, <joel.a.berger at gmail.com>
+Copyright: 2015-2017, Joel Berger, <joel.a.berger at gmail.com>
License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2017, Mirko Tietgen <mirko at abunchofthingsnet>
+Copyright: 2017, Mirko Tietgen <mirko at abunchofthings.net>
License: Artistic or GPL-1+
License: Artistic
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 5b68063..ac72067 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,6 @@
---
Archive: CPAN
-Bug-Database: http://github.com/jberger/Mojo-JWT/issues
-Contact: Joel Berger, E<lt>joel.a.berger at gmail.comE<gt>
+Bug-Database: https://github.com/jberger/Mojo-JWT/issues
+Contact: Joel Berger, <joel.a.berger at gmail.com>
Name: Mojo-JWT
-Repository: http://github.com/jberger/Mojo-JWT
+Repository: https://github.com/jberger/Mojo-JWT
--
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