Lintian Fixes - nbgitpuller

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 9a5fd0d..d45bfd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+nbgitpuller (1.0.2-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Use secure URI in debian/watch.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 12 Jan 2023 19:03:04 -0000
+
 nbgitpuller (1.0.2-2) unstable; urgency=medium
 
   * Update Vcs-* fields in debian/control.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index 57d51e7..4c68d96 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Uploaders: Roland Mas <lolando@debian.org>
 Section: python
 Priority: optional
 Build-Depends: dh-python, python3-setuptools, python3-all,
- python3-tornado, python3-notebook, debhelper (>= 13), python3-jupyter-packaging
-Standards-Version: 4.5.1
+ python3-tornado, python3-notebook, debhelper-compat (= 13), python3-jupyter-packaging
+Standards-Version: 4.6.2
 Homepage: https://github.com/jupyterhub/nbgitpuller
 Vcs-Git: https://salsa.debian.org/python-team/packages/nbgitpuller.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/nbgitpuller
diff --git a/debian/copyright b/debian/copyright
index d94fa06..e93bdd9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: nbgitpuller
 Upstream-Contact: Peter Veerman, YuviPanda <peterkangveerman@gmail.com>
 Source: https://github.com/jupyterhub/nbgitpuller
diff --git a/debian/rules b/debian/rules
index a7617f4..d8f883a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,3 @@
 export PYBUILD_NAME=nbgitpuller
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..64fa0fe
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/jupyterhub/jupyterhub/issues
+Bug-Submit: https://github.com/jupyterhub/jupyterhub/issues/new
+Repository-Browse: https://github.com/jupyterhub/jupyterhub
diff --git a/debian/watch b/debian/watch
index 2e9acab..2e92e46 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # please also check http://pypi.debian.net/nbgitpuller/watch
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/nbgitpuller/nbgitpuller-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
+https://pypi.debian.net/nbgitpuller/nbgitpuller-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details