Lintian Fixes - kickseed

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 23dfc42..03a0dff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ kickseed (0.64) UNRELEASED; urgency=medium
     + Build-Depends: Drop versioned constraint on dpkg-dev.
     + kickseed-common: Drop versioned constraint on di-utils in Depends.
     + initrd-kickseed: Drop versioned constraint on di-utils in Depends.
+  * Add missing ${misc:Depends} to Depends for kickseed-common, initrd-kickseed.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
 
  -- Cyril Brulebois <kibi@debian.org>  Sat, 20 Apr 2019 22:35:15 +0200
 
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 19dd406..e079996 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: debian-installer
 Priority: optional
 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
 Uploaders: Colin Watson <cjwatson@ubuntu.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 13)
 Vcs-Browser: https://salsa.debian.org/installer-team/kickseed
 Vcs-Git: https://salsa.debian.org/installer-team/kickseed.git
 
@@ -11,7 +11,7 @@ Package: kickseed-common
 Package-Type: udeb
 Architecture: all
 Priority: standard
-Depends: di-utils
+Depends: di-utils, ${misc:Depends}
 Description: Common files for Kickstart compatibility
  This package reads Kickstart files and preseeds an installation with them,
  translating to the d-i preseeding infrastructure.
@@ -19,5 +19,5 @@ Description: Common files for Kickstart compatibility
 Package: initrd-kickseed
 Package-Type: udeb
 Architecture: all
-Depends: cdebconf-udeb, kickseed-common, preseed-common, di-utils
+Depends: cdebconf-udeb, kickseed-common, preseed-common, di-utils, ${misc:Depends}
 Description: Load Kickstart file from the initrd

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package initrd-kickseed

No differences were encountered between the control files of package kickseed-common

Run locally

More details

Full run details