Skip to content
Snippets Groups Projects
Commit a56d9efb authored by Jonathan Maw's avatar Jonathan Maw
Browse files

dpkg_build.yaml: Remove useless debiandir from artifacts

dpkg_build artifacts used to include a DEBIAN/ dir containing a bunch
of files which didn't even come from the same package.

This commit removes them, to avoid future confusion.
parent e15ca6cf
No related branches found
No related tags found
1 merge request!70dpkg_build.yaml: Remove useless debiandir from artifacts
Pipeline #
......@@ -19,6 +19,8 @@ variables:
for pkg in %{packages}; do
cp -a debian/${pkg}/* %{install-root}
done
clear-debian: |
rm -r %{install-root}/DEBIAN
patch: |
if grep -q "3.0 (quilt)" debian/source/format; then
quilt push -a
......@@ -50,6 +52,8 @@ config:
install-commands:
- |
%{install-packages}
- |
%{clear-debian}
# Commands for stripping debugging information out of
# installed binaries
......
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