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")
|
||||
.current_dir(cwd)
|
||||
.args(["-S", "-I", "-i", "-d"])
|
||||
.args(["-S", "-I", "-i", "-nc", "-d"])
|
||||
.status()?;
|
||||
|
||||
if !status.success() {
|
||||
|
||||
Reference in New Issue
Block a user