Lintian Fixes - rescue

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 7b910b7..13ffb7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,8 @@ rescue (1.88) unstable; urgency=medium
   * Team upload.
 
   [ Pascal Hambourg ]
-  * Mount separate filesystem with mount options from fstab (needed e.g. with btrfs subvolume)
+  * Mount separate filesystem with mount options from fstab (needed e.g. with
+    btrfs subvolume)
   * Fixes to separate filesystem mount:
     - use read -r to treat \ as normal character when reading fstab
     - fix #comment detection in fstab
@@ -11,7 +12,8 @@ rescue (1.88) unstable; urgency=medium
     - convert UUID, PARTUUID, LABEL, PARTLABEL into device path using blkid
     - mount separate filesystems read-write
     - fix path added to $MOUNTED
-    - reverse order in $MOUNTED (last mount first) for proper umount with nested mounts
+    - reverse order in $MOUNTED (last mount first) for proper umount with nested
+      mounts
 
   [ Philip Hands ]
   * refactor bind mounting, and unmounting for /target
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 17d7572..6d0133e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,19 @@ Section: debian-installer
 Priority: optional
 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
 Uploaders: Colin Watson <cjwatson@debian.org>
-Build-Depends: debhelper (>= 9), dh-di
+Build-Depends: debhelper-compat (= 13), dh-di
 Vcs-Browser: https://salsa.debian.org/installer-team/rescue
 Vcs-Git: https://salsa.debian.org/installer-team/rescue.git
 
 Package: rescue-check
 Architecture: all
 Package-Type: udeb
-Depends: cdebconf-udeb, main-menu, di-utils
+Depends: cdebconf-udeb, main-menu, di-utils, ${misc:Depends}
 Description: enter d-i rescue mode if requested
 
 Package: rescue-mode
 Architecture: all
 Package-Type: udeb
 XB-Installer-Menu-Item: 3900
-Depends: rescue-check, cdebconf-udeb, harddrive-detection, e2fsprogs-udeb, ext2-modules, ext3-modules, ext4-modules, fat-modules, jfsutils-udeb, jfs-modules, md-modules, crypto-dm-modules, xfsprogs-udeb, xfs-modules, lvm2-udeb, mdadm-udeb, di-utils, crypto-modules, cryptsetup-udeb, fdisk-udeb, parted-udeb
+Depends: rescue-check, cdebconf-udeb, harddrive-detection, e2fsprogs-udeb, ext2-modules, ext3-modules, ext4-modules, fat-modules, jfsutils-udeb, jfs-modules, md-modules, crypto-dm-modules, xfsprogs-udeb, xfs-modules, lvm2-udeb, mdadm-udeb, di-utils, crypto-modules, cryptsetup-udeb, fdisk-udeb, parted-udeb, ${misc:Depends}
 Description: mount requested partition and start a rescue shell

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package rescue-check

No differences were encountered between the control files of package rescue-mode

Run locally

More details

Full run details