Lintian Fixes - s3ql

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 2634a41..29bf28e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+s3ql (3.7.3+dfsg-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Transition to automatic debug package (from: s3ql-dbg).
+  * 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>  Mon, 14 Aug 2023 00:13:38 -0000
+
 s3ql (3.7.3+dfsg-2) unstable; urgency=medium
 
   * Team upload.
@@ -51,7 +60,7 @@ s3ql (3.7.0+dfsg-1) unstable; urgency=medium
   [ Francesco Paolo Lovergine ]
   * Adopting package (closes: #932319)
   * Long description fixed to be informative, but more brief.
-  * Updated for new upstream release 3.7.0. 
+  * Updated for new upstream release 3.7.0.
     (closes: #979137, #959117, #928824, #977093)
   * New build-dep on python3-pyfuse3.
   * Debhelper compat level set to 13.
@@ -63,8 +72,8 @@ s3ql (3.7.0+dfsg-1) unstable; urgency=medium
   * Deopped 0005-Gracefully-cope-with-coarse-system-clock.patch, obsolete.
   * Added pybuild system to make dh-13 happy.
   * New build-dep on python3-trio.
-  * In order to run test pytest-trio (missing) is required, now skipped 
-    in d/rules. 
+  * In order to run test pytest-trio (missing) is required, now skipped
+    in d/rules.
 
  -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 03 Feb 2021 12:52:05 +0100
 
diff --git a/debian/control b/debian/control
index 1fc0b50..56d3ed6 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Build-Depends: debhelper-compat (= 13),
                texlive-latex-recommended,
                texlive-plain-generic,
                tex-gyre
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/s3ql/s3ql
 Vcs-Git: https://salsa.debian.org/python-team/packages/s3ql.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/s3ql
@@ -62,34 +62,3 @@ Description: Full-featured file system for online data storage
  In addition to accessing online storage services directoly, S3QL can
  also store its data underneath a regular mount point. This enables
  the use of S3QL with e.g. NFS, CIFS or sftp servers.
-
-Package: s3ql-dbg
-Architecture: any
-Section: debug
-Recommends: python3-dbg,
-            python3-pyfuse3-dbg,
-            python3-apsw-dbg,
-            python3-crypto-dbg,
-Depends: s3ql (= ${binary:Version}),
-         ${python3:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-Multi-Arch: same
-Description: Full-featured file system for online data storage (debugging symbols)
- S3QL is a file system that stores all its data online using storage
- services like Google Storage, Amazon S3 or OpenStack. S3QL
- effectively provides a hard disk of dynamic, infinite capacity that
- can be accessed from any computer with internet access.
- .
- S3QL is a standard conforming, full featured UNIX file system that is
- conceptually indistinguishable from any local file
- system. Furthermore, S3QL has additional features like compression,
- encryption, data de-duplication, immutable trees and snapshotting
- which make it especially suitable for online backup and archival.
- .
- In addition to accessing online storage services directoly, S3QL can
- also store its data underneath a regular mount point. This enables
- the use of S3QL with e.g. NFS, CIFS or sftp servers.
- .
- This package contains the debugging symbols as well as the extension
- built for the Python 3 debug interpreter.
diff --git a/debian/rules b/debian/rules
index 114c7a6..0f64707 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,5 +100,5 @@ override_dh_auto_clean:
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
-	dh_strip -ps3ql --dbg-package=s3ql-dbg
+	dh_strip -ps3ql --dbgsym-migration='s3ql-dbg (<< 3.7.3+dfsg-3~)'
 endif
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..36b37e4
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/s3ql/s3ql/issues
+Bug-Submit: https://github.com/s3ql/s3ql/issues/new
+Repository-Browse: https://github.com/s3ql/s3ql

Run locally

More details

Full run details

Historical runs