1
0
Fork 0
forked from s3lph/matemat

Fixed a debian python dependency name

This commit is contained in:
s3lph 2018-11-11 23:37:12 +01:00
parent 17ab6d80cd
commit 4d9a6add46

View file

@ -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