Lintian Fixes - python-memcache

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 19d4d9e..4d189b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-memcache (1.59-8) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 18 Aug 2023 09:39:40 -0000
+
 python-memcache (1.59-7) unstable; urgency=medium
 
   * Cleans better (Closes: #1046789).
diff --git a/debian/control b/debian/control
index 95ee92e..0fb9b3e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Carl Chenet <chaica@ohmytux.com>,
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 99~),
  python3-all,
@@ -16,7 +16,7 @@ Build-Depends-Indep:
  python3-mock,
  python3-pytest,
  python3-six,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-memcache.git
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-memcache
 Homepage: https://github.com/linsomniac/python-memcached
diff --git a/debian/rules b/debian/rules
index 456de4f..fc7ca4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/linsomniac/python-memcached.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	rm -rf build .stestr *.egg-info .pytest_cache
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8319c56
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/linsomniac/python-memcached/issues
+Bug-Submit: https://github.com/linsomniac/python-memcached/issues/new
+Repository-Browse: https://github.com/linsomniac/python-memcached
diff --git a/debian/watch b/debian/watch
index 773a02a..696518e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/linsomniac/python-memcached/tags .*/release-(\d[\d\.]+)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details