Skip to content
Snippets Groups Projects
Verified Commit 065ce87b authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Make sure Git and other VCS files are excluded for 1.0 packages


Adding -i to dpkg-buildpackage invocation adds the common defaults
which are only enabled by default for 3.0 packages.

Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 056a0f89
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ fi
rm -rf debian/apertis/gitlab-ci.yml
rmdir --ignore-fail-on-non-empty debian/apertis/
dpkg-buildpackage -uc -us -S -I.git
dpkg-buildpackage -uc -us -S -I.git -i
case "$CI_PROJECT_PATH" in
pkg/*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment