Fixed a debian python dependency name
This commit is contained in:
parent
17ab6d80cd
commit
4d9a6add46
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ build_wheel:
|
||||||
build_debian:
|
build_debian:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
# The Python package name provided by the python3-magic Debian package is "python-magic" rather than "file-magic".
|
||||||
|
- sed -re 's/file-magic/python-magic/' -i setup.py
|
||||||
- echo -n > package/debian/matemat/usr/share/doc/matemat/changelog
|
- echo -n > package/debian/matemat/usr/share/doc/matemat/changelog
|
||||||
- |
|
- |
|
||||||
for version in "$(cat CHANGELOG.md | grep '<!-- BEGIN CHANGES' | cut -d ' ' -f 4)"; do
|
for version in "$(cat CHANGELOG.md | grep '<!-- BEGIN CHANGES' | cut -d ' ' -f 4)"; do
|
||||||
|
|
Loading…
Reference in a new issue