Skip to content

Resolve debsums errors

Marin Jankovski requested to merge python_files into master

Use --compile flag to compile .py files into .pyc during package build thus avoiding debsums errors. To use this flag pip update was needed so pip is updated to the latest version.

Also skip adding DEBIAN directory to the md5sums file to remove warnings about files missing from the package.

Fixes #534 (closed)

Merge request reports