Lintian Fixes - libfontenc

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 6fde013..dfb0bb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libfontenc (1:1.1.4-2) UNRELEASED; urgency=medium
+
+  * 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.
+  * Replace XC-Package-Type with Package-Type.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 21 Sep 2022 12:08:49 -0000
+
 libfontenc (1:1.1.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 53bdf6b..4f1a4f7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends:
  pkg-config,
  xutils-dev (>= 1:7.5~1),
  xfonts-utils (>= 1:7.5+1),
- debhelper-compat (= 12),
-Standards-Version: 4.5.0
+ debhelper-compat (= 13),
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libfontenc.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libfontenc
 
@@ -33,7 +33,7 @@ Description: X11 font encoding library
  git://anongit.freedesktop.org/git/xorg/lib/libfontenc
 
 Package: libfontenc1-udeb
-XC-Package-Type: udeb
+Package-Type: udeb
 Section: debian-installer
 Architecture: any
 Depends:
diff --git a/debian/rules b/debian/rules
index 423a1f2..0e4a5be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,6 @@ override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	dh_install --sourcedir=debian/tmp
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_strip:
 	dh_strip -p$(PACKAGE) --dbgsym-migration='libfontenc1-dbg (<< 1:1.1.4-1)'
 	dh_strip -N$(PACKAGE)
diff --git a/debian/watch b/debian/watch
index 9b1f317..ae86c8a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 #git=https://gitlab.freedesktop.org/xorg/lib/libfontenc
 version=3
 opts=pgpsigurlmangle=s/$/.sig/ \
-http://xorg.freedesktop.org/releases/individual/lib/ libfontenc-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/lib/ libfontenc-(.*)\.tar\.gz

Run locally

More details

Full run details