Merge pull request #5 from HougeLangley/main

Enable multi-threads build and fixed Changelog
main
Reion Wong 5 years ago committed by GitHub
commit 96787d83ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
debian/changelog vendored

@ -1,4 +1,4 @@
cutefish-screenlocker (0.6) UNRELEASED; urgency=high
cutefish-screenlocker (0.6-1) UNRELEASED; urgency=high
* Initial release (CutefishOS) <support@cutefishos.com>

2
debian/rules vendored

@ -3,7 +3,7 @@
export QT_SELECT=5
%:
dh $@
dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON

Loading…
Cancel
Save