Control: tags -1 patch
Please find a patch attached for this.
diff -Nru liblockfile-1.17/debian/changelog liblockfile-1.17/debian/changelog --- liblockfile-1.17/debian/changelog 2024-12-31 23:02:10.000000000 +0100 +++ liblockfile-1.17/debian/changelog 2026-07-01 08:47:10.000000000 +0200 @@ -1,3 +1,10 @@ +liblockfile (1.17-2.1) unstable; urgency=medium + + * Non-maintainer upload + * Align Priority with overrides (Closes: #1134757) + + -- Bastian Germann <[email protected]> Wed, 01 Jul 2026 08:47:10 +0200 + liblockfile (1.17-2) unstable; urgency=medium * Standards-Version: 4.7.0 diff -Nru liblockfile-1.17/debian/control liblockfile-1.17/debian/control --- liblockfile-1.17/debian/control 2024-12-31 23:01:59.000000000 +0100 +++ liblockfile-1.17/debian/control 2026-07-01 08:47:10.000000000 +0200 @@ -1,6 +1,6 @@ Source: liblockfile Section: devel -Priority: standard +Priority: optional Maintainer: Miquel van Smoorenburg <[email protected]> Uploaders: Anibal Monsalve Salazar <[email protected]> Rules-Requires-Root: binary-targets @@ -20,6 +20,7 @@ Package: liblockfile-bin Section: utils +Priority: standard Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} @@ -31,7 +32,6 @@ Package: liblockfile-dev Section: libdevel -Priority: optional Architecture: any Multi-Arch: same Depends: liblockfile1 (=${binary:Version}), ${misc:Depends}

