Lintian Fixes - pydrive2

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a4b9372..0833a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pydrive2 (1.15.0-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Contact,
+    Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 27 Jun 2023 14:37:47 -0000
+
 pydrive2 (1.15.0-3) unstable; urgency=medium
 
   * debian/rules:
diff --git a/debian/control b/debian/control
index 7643684..12aceb4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,14 +11,14 @@ Build-Depends: debhelper-compat (= 13),
                python3-oauth2client,
                python3-setuptools,
                python3-yaml,
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/iterative/PyDrive2
 Vcs-Browser: https://salsa.debian.org/python-team/packages/pydrive2
 Vcs-Git: https://salsa.debian.org/python-team/packages/pydrive2.git
 
 Package: python3-pydrive2
 Architecture: all
-Depends: ${misc:Depends}, 
+Depends: ${misc:Depends},
          ${python3:Depends},
 Description: Google Drive API Python wrapper library
  Features of PyDrive2
diff --git a/debian/rules b/debian/rules
index d732c20..068635b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export PYBUILD_NAME=pydrive2
 %:
 	dh $@ --with python3  --buildsystem=pybuild
 
-# tests don't have a mock but currently rely on a google account and 
+# tests don't have a mock but currently rely on a google account and
 # connectivity to work, that's not suitable for package build
 # disabling for now	
 override_dh_auto_test:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..dfa902e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Contact: DVC team <support@dvc.org>
+Bug-Database: https://github.com/iterative/PyDrive2/issues
+Bug-Submit: https://github.com/iterative/PyDrive2/issues/new
+Repository-Browse: https://github.com/iterative/PyDrive2

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details