forked from platypush/platypush
dpkg wants the control file under the __all
directory.
This commit is contained in:
parent
bc519d4b09
commit
295e202fc9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue