dpkg wants the control file under the __all directory.

This commit is contained in:
Fabio Manganiello 2023-09-18 11:37:39 +02:00
parent bc519d4b09
commit 295e202fc9
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -283,7 +283,7 @@ steps:
- pip install --prefix="$GIT_BUILD_DIR" --no-cache --no-deps .
- mkdir "${GIT_BUILD_DIR}/DEBIAN"
- |
cat <<EOF > "${GIT_BUILD_DIR}/DEBIAN/control"
cat <<EOF > "${GIT_BUILD_DIR}/__all/DEBIAN/control"
Package: $GIT_PKG_NAME
Version: $GIT_VERSION
Maintainer: Fabio Manganiello <fabio@platypush.tech>