diff --git a/debian/ostree-boot.lintian-overrides b/debian/ostree-boot.lintian-overrides index b599c96e..f3bbc9f4 100644 --- a/debian/ostree-boot.lintian-overrides +++ b/debian/ostree-boot.lintian-overrides @@ -1,2 +1,6 @@ +# specific boot ordering requirements unlikely to be satisfiable in sysv-rc +ostree-boot: package-supports-alternative-init-but-no-init.d-script * +# statically Wanted by another unit +ostree-boot: systemd-service-file-missing-install-key [*/systemd/system/ostree-finalize-staged-hold.service] # ostree-remount genuinely does need to be run that early ostree-boot: systemd-service-file-refers-to-unusual-wantedby-target local-fs.target [*/systemd/system/ostree-remount.service] diff --git a/debian/ostree-tests.lintian-overrides b/debian/ostree-tests.lintian-overrides index ec853b34..9d04f32f 100644 --- a/debian/ostree-tests.lintian-overrides +++ b/debian/ostree-tests.lintian-overrides @@ -11,7 +11,3 @@ ostree-tests: symlink-is-self-recursive . [usr/libexec/installed-tests/libostree # The test that runs this script is automatically skipped if gjs isn't # present. [alpha hppa ia64 m68k sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js) - -# This shared object genuinely doesn't use any libc ABIs directly, -# only via GLib -library-not-linked-against-libc [usr/libexec/installed-tests/libostree/libreaddir-rand.so]