Lintian Fixes - libjwt
Recent merge proposals
Ready changes
Merge these changes:
git pull https://janitor.debian.net/git/libjwt lintian-fixes/main
Summary
- debian/copyright: use spaces rather than tabs to start continuation lines. (tab-in-license-text)
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking upstream-metadata-missing-repository)
- Drop unnecessary dependency on dh-autoreconf. (useless-autoreconf-build-depends)
- Update standards version to 4.5.0, no changes needed. (out-of-date-standards-version)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-07-14 20:27:50 +0000
+++ b/debian/changelog 2020-06-25 23:15:14 +0000
@@ -1,3 +1,15 @@
+libjwt (1.10.2-2) UNRELEASED; urgency=low
+
+ * debian/copyright: use spaces rather than tabs to start continuation lines.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Drop unnecessary dependency on dh-autoreconf.
+ * Update standards version to 4.5.0, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk> Thu, 25 Jun 2020 23:11:31 -0000
+
libjwt (1.10.2-1) unstable; urgency=medium
* New upstream release
=== removed file 'debian/compat'
--- a/debian/compat 2018-01-27 18:53:20 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2019-01-14 21:59:53 +0000
+++ b/debian/control 2020-06-25 23:15:14 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper (>= 11)
+Build-Depends: debhelper-compat (= 12)
, pkg-config
, libjansson-dev
, libssl-dev
@@ -12,7 +12,7 @@
, dh-exec
, gnutls-dev
, quilt
-Standards-Version: 4.3.0
+Standards-Version: 4.5.0
Homepage: https://github.com/benmcollins/libjwt
Vcs-Browser: https://salsa.debian.org/debian-iot-team/oauth2/libjwt
Vcs-Git: https://salsa.debian.org/debian-iot-team/oauth2/libjwt.git
=== modified file 'debian/copyright'
--- a/debian/copyright 2018-12-15 15:36:18 +0000
+++ b/debian/copyright 2020-06-25 23:11:48 +0000
@@ -18,11 +18,11 @@
Files: m4/ax_code_coverage.m4
Copyright: 2012, 2016 Philip Withnall
- 2012 Xan Lopez
- 2012 Christian Persch
- 2012 Paolo Borelli
- 2012 Dan Winship
- 2015 Bastien ROUCARIES
+ 2012 Xan Lopez
+ 2012 Christian Persch
+ 2012 Paolo Borelli
+ 2012 Dan Winship
+ 2015 Bastien ROUCARIES
License: LGPL-2.1+
Files: m4/ax_valgrind_check.m4
@@ -89,8 +89,8 @@
.
The Autoconf Configure Script Exception version 3 is below:
.
- AUTOCONF CONFIGURE SCRIPT EXCEPTION
- Version 3.0, 18 August 2009
+ AUTOCONF CONFIGURE SCRIPT EXCEPTION
+ Version 3.0, 18 August 2009
.
Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
=== modified file 'debian/rules'
--- a/debian/rules 2019-01-14 21:59:53 +0000
+++ b/debian/rules 2020-06-25 23:14:34 +0000
@@ -14,7 +14,7 @@
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
# create build directory for both flavours (openssl and gnutls)
=== added directory 'debian/upstream'
=== added file 'debian/upstream/metadata'
--- a/debian/upstream/metadata 1970-01-01 00:00:00 +0000
+++ b/debian/upstream/metadata 2020-06-25 23:13:53 +0000
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/benmcollins/libjwt/issues
+Bug-Submit: https://github.com/benmcollins/libjwt/issues/new
+Repository: https://github.com/benmcollins/libjwt.git
+Repository-Browse: https://github.com/benmcollins/libjwt
Debdiff
File lists identical (after any substitutions)
No differences were encountered between the control files of package libjwt-dev
No differences were encountered between the control files of package libjwt-gnutls-dev
No differences were encountered between the control files of package libjwt-gnutls0
No differences were encountered between the control files of package libjwt-gnutls0-dbgsym
No differences were encountered between the control files of package libjwt0
No differences were encountered between the control files of package libjwt0-dbgsym
Run locally
Try this locally (using the lintian-brush package):
debcheckout libjwt
cd libjwt
lintian-brush