mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Order of these options matter :|
This commit is contained in:
parent
7b9f73c2ee
commit
a90936fd99
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ echo "--------------------------------"
|
||||||
echo "Creating source package..."
|
echo "Creating source package..."
|
||||||
|
|
||||||
# Creating source package without signing it
|
# Creating source package without signing it
|
||||||
debuild -S -sa -uc --no-lintian
|
debuild --no-lintian -S -sa -uc
|
||||||
|
|
||||||
# Be sure to clean directory
|
# Be sure to clean directory
|
||||||
debclean
|
debclean
|
||||||
|
|
Loading…
Add table
Reference in a new issue