Lintian Fixes - nodeenv

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 45e73de..8b38e56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+nodeenv (1.1.0-2) UNRELEASED; urgency=medium
+
+  * Use secure copyright file specification URI.
+  * Use secure URI in debian/watch.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Change priority extra to priority optional.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 May 2022 00:17:26 -0000
+
 nodeenv (1.1.0-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 96c673a..d57f4bf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: nodeenv
 Section: utils
-Priority: extra
+Priority: optional
 Maintainer: Chris Kuehl <ckuehl@ocf.berkeley.edu>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
                python3-pkg-resources,
diff --git a/debian/copyright b/debian/copyright
index e00f5f1..986acfb 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: nodeenv
 Source: https://github.com/ekalinin/nodeenv
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..24e8966
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/ekalinin/nodeenv/issues
+Bug-Submit: https://github.com/ekalinin/nodeenv/issues/new
+Repository: https://github.com/ekalinin/nodeenv.git
+Repository-Browse: https://github.com/ekalinin/nodeenv
diff --git a/debian/watch b/debian/watch
index 251da31..c5e5e4f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/nodeenv/nodeenv-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/nodeenv/nodeenv-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Priority: extra optional

Run locally

More details

Full run details