<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div class=" Dyb9Ge">
<div class="tGPUJe"><span class="xPx9xc Ajdkue"><br>
</span></div>
</div>
<span>Hello, I'm not able to build this package in rust. It displays the following error "Caused by:
</span><br>
<span></span>
<div class="ptW7te"><span>feature `strip` is required " As it's my first Rust package, I'm having this difficulty.
<br>
<br>
follow the configuration files: <br>
<br>
<b>dedian/control: </b><br>
<br>
Source: lfs <br>
Section: unknown <br>
Priority: optional <br>
Maintainer: Josenilson Ferreira da Silva &<a href="https://groups.google.com/" data-email-masked="" rel="nofollow">lt;nilson...@hotmail.com</a>;
<br>
Build-Depends: debhselper-compat (=13), <br>
dh-post, <br>
librust-futures-dev, <br>
office, <br>
rustdoc-stripper, <br>
build-essential, <br>
librust-cfg-if-1+default-dev, <br>
rust-all, <br>
rust-doc, <br>
rustc, <br>
libstd-rust-dev <br>
<br>
<b>debian/rules <br>
#!/usr/bin/make -f <br>
export DH_VERBOSE = 1 <br>
export DEB_BUILD_MAINT_OPTIONS = hardening=+all <br>
<br>
%: <br>
dh $@ --buildsystem cargo <br>
<br>
<br>
Cargo.toml </b><br>
<br>
[package] <br>
name = "lfs" <br>
version = "2.5.0" <br>
authors = ["dystroy <<a href="https://groups.google.com/" data-email-masked="" rel="nofollow">denys....@gmail.com</a>>"]
<br>
edition = "2021" <br>
keywords = ["linux", "filesystem", "fs"] <br>
license = "MIT" <br>
categories = ["filesystem", "command-line-utilities"] <br>
description = "give information on mounted filesystems" <br>
repository = "<a href="https://github.com/Canop/lfs" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=pt&q=https://github.com/Canop/lfs&source=gmail&ust=1648268132624000&usg=AFQjCNG0RlS7DqgrS7tpBESWYP122fYItA">https://github.com/Canop/lfs</a>"
<br>
readme = "README.md" <br>
rust-version = "1.59" <br>
<br>
[dependencies] <br>
argh = "0.1.7" <br>
bet = "1.0.0" <br>
crossterm = "0.22.1" <br>
file-size = "1.0.3" <br>
lfs-core = "0.11.0" <br>
serde = "1.0" <br>
serde_json = "1.0" <br>
termimad = "0.20.0" <br>
<br>
[profile.release] <br>
strip = true <br>
<br>
Could someone tell me how do I build this package? </span></div>
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<a href="https://github.com/Canop/lfs" id="LPNoLPOWALinkPreview">https://github.com/Canop/lfs</a><br>
</div>
<div class="_Entity _EType_OWALinkPreview _EId_OWALinkPreview _EReadonly_1"></div>
<br>
</body>
</html>