Lintian Fixes - pragha

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 04abd70..8ab667b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ pragha (1.3.4-3) UNRELEASED; urgency=medium
 
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on xfce4-dev-tools.
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Update standards version to 4.6.2, no changes needed.
 
  -- Debian Janitor <janitor@jelmer.uk>  Tue, 24 Aug 2021 15:11:01 -0000
 
diff --git a/debian/control b/debian/control
index 4c59460..16455b1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Gabriel F. T. Gomes <gabriel@debian.org>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  intltool,
  pkg-config,
  libcddb-dev,
@@ -24,7 +24,7 @@ Build-Depends:
  libtagc0-dev (>= 1.8),
  libtotem-plparser-dev,
  xfce4-dev-tools
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/debian/pragha.git
 Vcs-Browser: https://salsa.debian.org/debian/pragha
 Homepage: https://pragha-music-player.github.io/
diff --git a/debian/rules b/debian/rules
index c24af6c..f40d273 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,3 @@ override_dh_clean:
 	dh_clean
 	rm -f config.h config.log config.status libtool stamp-h1
 	rm -f po/*gmo po/Makefile.in po/POTFILES
-
-override_dh_missing:
-	dh_missing --fail-missing

Run locally

More details

Full run details

Historical runs