Source: safe-rm Version: 1.1.0-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
safe-rm fails to cross build from source, because it does not find the rust package std. Ximin Luo identified the cause as a missing dependency on libstd-rust-dev. Please consider applying the attached patch. Helmut
diff --minimal -Nru safe-rm-1.1.0/debian/changelog safe-rm-1.1.0/debian/changelog --- safe-rm-1.1.0/debian/changelog 2021-01-19 09:10:36.000000000 +0100 +++ safe-rm-1.1.0/debian/changelog 2021-11-11 17:51:39.000000000 +0100 @@ -1,3 +1,13 @@ +safe-rm (1.1.0-2.1) UNRELEASED; urgency=medium + + [ Helmut Grohne ] + * Non-maintainer upload. + + [ Ximin Luo ] + * Add missing Build-Depends: libstd-rust-dev. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Thu, 11 Nov 2021 17:51:39 +0100 + safe-rm (1.1.0-2) unstable; urgency=medium * Bump copyright years in debian/copyright. diff --minimal -Nru safe-rm-1.1.0/debian/control safe-rm-1.1.0/debian/control --- safe-rm-1.1.0/debian/control 2021-01-19 09:10:36.000000000 +0100 +++ safe-rm-1.1.0/debian/control 2021-11-11 17:51:39.000000000 +0100 @@ -7,6 +7,7 @@ debhelper-compat (= 13), dh-cargo, librust-glob-dev, + libstd-rust-dev, rustc:native, Standards-Version: 4.5.1 Rules-Requires-Root: no