mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
install: Do not create Debian source package twice
This commit is contained in:
parent
c36443b01e
commit
a0503c8c40
1 changed files with 2 additions and 1 deletions
|
@ -31,8 +31,9 @@ def main():
|
|||
shutil.rmtree(deb_dist_path)
|
||||
|
||||
print("* Building DEB package")
|
||||
# This command also builds the Debian source package, and then creates the DEB
|
||||
# package, meaning that we don't need to run `sdist_dsc` as well.
|
||||
run(["python3", "setup.py", "--command-packages=stdeb.command", "bdist_deb"])
|
||||
run(["python3", "setup.py", "--command-packages=stdeb.command", "sdist_dsc"])
|
||||
|
||||
print("")
|
||||
print("* To install run:")
|
||||
|
|
Loading…
Reference in a new issue