This commit is contained in:
@@ -7,7 +7,7 @@ pub fn build_source_package(cwd: Option<&Path>) -> Result<(), Box<dyn Error>> {
|
|||||||
|
|
||||||
let status = Command::new("dpkg-buildpackage")
|
let status = Command::new("dpkg-buildpackage")
|
||||||
.current_dir(cwd)
|
.current_dir(cwd)
|
||||||
.args(["-S", "-I", "-i", "-d"])
|
.args(["-S", "-I", "-i", "-nc", "-d"])
|
||||||
.status()?;
|
.status()?;
|
||||||
|
|
||||||
if !status.success() {
|
if !status.success() {
|
||||||
|
|||||||
Reference in New Issue
Block a user