X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=debian%2Fchangelog;h=a32359b3db75e75f920982bb49224d7c559bcf7d;hb=HEAD;hp=24d41682df37df6b1815ff3f9b19c456cf977a49;hpb=bb0f224138f444cd2b71133559be9d766c19b0fd;p=bcachefs-tools-debian diff --git a/debian/changelog b/debian/changelog index 24d4168..a32359b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,35 @@ bcachefs-tools (1:1.6.3-0.1) UNRELEASED; urgency=medium * Non-maintainer upload. * New upstream release. * Remove the do-not-install-mount-symlink patch. - * Add epoch to deal with new upstream versioning scheme. (Closes: #1054620) + * Add epoch to deal with new upstream versioning scheme, + and disable pristine-tar option in gbp.conf, since there is no + pristine-tar branch. (Closes: #1054620) + * revert-bindgen-changes.patch: New patch, reinstates upstream + hack that makes bcachefs-tools work with bindgen older than 0.69.4 + (which isn't in Debian yet). * Build-depend on systemd-dev, since udev.pc has moved there. + * Enable Rust parts, including mount.bcachefs. (Closes: #1060256) + * Include the right .mk flags to get DEB_HOST_RUST_TYPE etc., and + export that (needed for Debian's cargo wrapper). + * Override CARGO, and set CARGO_HOME during installation. + * Run prepare-debian in dh_auto_configure, and clean up the vendor dir + in dh_auto_clean. + * Remove Cargo.lock before the build, so that we can use Debian's versions + of all Rust crates. Also remove it in dh_auto_clean, so that it does not + take a diff. + * revert-bindgen-changes.patch: New patch, loosen required versions + of Rust crates + - errno (0.2 -> >= 0.2, < 1; Debian has 0.4) + - udev (0.7 -> >= 0.7, < 1; Debian has 0.8) + - memoffset (0.8.0 -> 0.6; Debian has 0.6.5, so a downgrade) + - paste (1.0.11 -> 1.0; Debian has 1.0.8, so a downgrade) + - bindgen (0.69.4 -> 0.66; see revert-bindgen-changes.patch above) + * Add build-dependency on all relevant Rust crates, and on python3:native + due to use of the Cargo wrapper. + * Build-Depend on pkgconf instead of pkg-config (Lintian warning). + * Add debhelper tokens to postinst and postrm scripts (Lintian warning). + * Depend on python3:any due to bcachefsck_all being a Python script + (Lintian warning). -- Steinar H. Gunderson Wed, 21 Feb 2024 19:32:51 +0100