* Moved debian/.gitignore to ./.gitignore * Bumped build dependency lxqt-build-tools to >= 0.5.0~ * Removed cmake fix, applied upstream * Added some options to rules * Added some new symbols
5 lines
129 B
Python
5 lines
129 B
Python
# By Simon Edwards <simon@simonzone.com>
|
|
# This file is in the public domain.
|
|
import py_compile, sys
|
|
sys.exit(py_compile.main())
|