Lintian Fixes - libxkbfile

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 7396502..9f3442c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,12 @@ libxkbfile (1:1.1.0-2) UNRELEASED; urgency=medium
   * Replace XC-Package-Type with Package-Type.
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on libx11-dev and xutils-dev.
+  * Use secure URI in debian/watch.
+  * 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.1, no changes needed.
+  * Update standards version to 4.6.2, no changes needed.
 
  -- Debian Janitor <janitor@jelmer.uk>  Sat, 28 Mar 2020 22:53:45 +0000
 
diff --git a/debian/control b/debian/control
index 2a9337f..6fd312c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  libx11-dev,
  x11proto-dev,
  pkg-config,
  xutils-dev,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxkbfile.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxkbfile
 
diff --git a/debian/rules b/debian/rules
index 9ded36b..27040ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,5 @@ override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	dh_install --sourcedir=debian/tmp
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_makeshlibs:
 	dh_makeshlibs --add-udeb=$(PACKAGE)-udeb
diff --git a/debian/watch b/debian/watch
index 7a5293c..afcefc1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 #git=https://gitlab.freedesktop.org/xorg/lib/libxkbfile.git
 version=3
 opts=pgpsigurlmangle=s/$/.sig/ \
-http://xorg.freedesktop.org/releases/individual/lib/ libxkbfile-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/lib/ libxkbfile-(.*)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package libxkbfile-dev

No differences were encountered between the control files of package libxkbfile1

No differences were encountered between the control files of package libxkbfile1-dbgsym

No differences were encountered between the control files of package libxkbfile1-udeb

Run locally

More details

Full run details