• Bug#1109785: unblock: glome/0.3.0-1

    From Valentin Vidic@21:1/5 to All on Wed Jul 23 22:00:01 2025
    XPost: linux.debian.devel.release

    Package: release.debian.org
    Severity: normal
    User: [email protected]
    Usertags: unblock

    Please unblock package glome

    New version is already uploaded to unstable, but it will not
    have enough time to transition to testing before the deadline.

    [ Reason ]
    Include the latest upstream version in the release.

    [ Impact ]
    No significant impact as there is no code changes in the new
    version.

    [ Tests ]
    Both build tests and autopkgtest pass for the new version.

    [ Risks ]
    Risk should be low as the new version only updates Rust metadata.

    [ Checklist ]
    [x] all changes are documented in the d/changelog
    [x] I reviewed all changes and I approve them
    [x] attach debdiff against the package in testing

    unblock glome/0.3.0-1


    diff -Nru glome-0.2/debian/changelog glome-0.3.0/debian/changelog
    --- glome-0.2/debian/changelog 2025-05-07 00:16:37.000000000 +0200
    +++ glome-0.3.0/debian/changelog 2025-07-15 21:05:06.000000000 +0200
    @@ -1,3 +1,11 @@
    +glome (0.3.0-1) unstable; urgency=medium
    +
    + * New upstream version 0.3.0
    + * Refresh patches for new version
    + * Ignore BLHC failure for Rust part of the build
    +
    + -- Valentin Vidic <[email protected]> Tue, 15 Jul 2025 21:05:06 +0200
    +
    glome (0.2-2) unstable; urgency=medium

    [ Philipp Kern ]
    diff -Nru glome-0.2/debian/patches/rust.patch glome-0.3.0/debian/patches/rust.patch
    --- glome-0.2/debian/patches/rust.patch 2025-05-07 00:15:14.000000000 +0200
    +++ glome-0.3.0/debian/patches/rust.patch 2025-07-15 21:04:43.000000000 +0200
    @@ -5,7 +5,7 @@
    This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
    --- a/rust/Cargo.toml
    +++ b/rust/Cargo.toml
    -@@ -17,7 +17,7 @@
    +@@ -22,7 +22,7 @@
    openssl = { version = "0.10", optional = true }

    # cli
    @@ -14,7 +14,7 @@
    clap = { version = "4", features = ["derive"], optional =