Changed to -F option to build everything (source and binary packages).
This commit is contained in:
parent
ea191a8924
commit
0e8cd32a6e
|
@ -90,7 +90,7 @@ def package_debian_distribution(distribution):
|
|||
)
|
||||
shutil.copy(op.join("images", "dgse_logo_128.png"), srcpath)
|
||||
os.chdir(destpath)
|
||||
cmd = "dpkg-buildpackage -S -us -uc"
|
||||
cmd = "dpkg-buildpackage -F -us -uc"
|
||||
os.system(cmd)
|
||||
os.chdir("../..")
|
||||
|
||||
|
|
Loading…
Reference in New Issue