Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu X-Debbugs-Cc: pkg-rust-maintain...@alioth-lists.debian.net
Hi, This updates rust-cbindgen to 0.23 for FF 102. FF/TB are the only users of this package, so that should be fine. The debdiff against bullseye adds a missing build-dep on the new rustc. Cheers, Emilio
diff -Nru rust-cbindgen-0.23.0/debian/changelog rust-cbindgen-0.23.0/debian/changelog --- rust-cbindgen-0.23.0/debian/changelog 2022-07-04 10:53:21.000000000 +0200 +++ rust-cbindgen-0.23.0/debian/changelog 2022-07-14 10:52:44.000000000 +0200 @@ -1,3 +1,11 @@ +rust-cbindgen (0.23.0-1~deb10u1) buster; urgency=medium + + * Non-maintainer upload. + * Backport to bullseye. + * Bump rustc-mozilla build-deps to 1.59. + + -- Emilio Pozuelo Monfort <po...@debian.org> Thu, 14 Jul 2022 10:52:44 +0200 + rust-cbindgen (0.23.0-1~deb11u1) bullseye; urgency=medium * Non-maintainer upload. diff -Nru rust-cbindgen-0.23.0/debian/control rust-cbindgen-0.23.0/debian/control --- rust-cbindgen-0.23.0/debian/control 2022-06-17 13:33:38.000000000 +0200 +++ rust-cbindgen-0.23.0/debian/control 2022-07-14 10:52:18.000000000 +0200 @@ -4,8 +4,8 @@ Build-Depends: debhelper (>= 12), dh-cargo (>= 17), cargo:native, - rustc-mozilla:native, - libstd-rust-mozilla-dev, + rustc-mozilla:native (>= 1.59), + libstd-rust-mozilla-dev (>= 1.59), # librust-clap-3+default-dev (>= 3.1-~~), # librust-heck-0.4+default-dev, # librust-indexmap-1+default-dev,