Lintian Fixes - pyjdata

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 265e3cf..a1119a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pyjdata (0.3.6-2) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Bump debhelper from old 12 to 13.
+  * Set upstream metadata fields: Repository-Browse.
+  * debian/watch: Use GitHub /tags rather than /releases page.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 11:38:58 -0000
+
 pyjdata (0.3.6-1) unstable; urgency=medium
 
   * Initial release. (Closes: #964992)
diff --git a/debian/control b/debian/control
index 94b4241..f8da2b6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Qianqian Fang <fangqq@gmail.com>,
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  dh-python,
  python3-all,
  python3-all-dev,
  python3-numpy,
  python3-setuptools,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Homepage: https://github.com/fangq/pyjdata
 Vcs-Git: https://salsa.debian.org/science-team/pyjdata.git
 Vcs-Browser: https://salsa.debian.org/science-team/pyjdata
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 6ac1746..1dc9618 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
 Repository: https://github.com/fangq/pyjdata.git
-Repository-Browse: https://github.com/fangq/pyjdata.git
+Repository-Browse: https://github.com/fangq/pyjdata
 Bug-Database: https://github.com/fangq/pyjdata/issues/
 Bug-Submit: https://github.com/fangq/pyjdata/issues/new
diff --git a/debian/watch b/debian/watch
index 134e921..b334378 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-https://github.com/fangq/pyjdata/releases .*/v(\d[\d\.]*)\.(?:tar.gz|tar.bz2|tar.xz)
+version=4
+https://github.com/fangq/pyjdata/tags .*/v(\d[\d\.]*)\.(?:tar.gz|tar.bz2|tar.xz)

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details