Change build system to cmake
This commit is contained in:
parent
08275aa94c
commit
be40aefba6
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ featherpad (1.3.0-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Updated copyright file.
|
* Updated copyright file.
|
||||||
* Bumped standards-version.
|
* Bumped standards-version.
|
||||||
|
* Changed build system from qmake to cmake.
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Tue, 21 Jun 2022 13:08:09 -0500
|
-- Aaron Rainbolt <arraybolt3@gmail.com> Tue, 21 Jun 2022 13:08:09 -0500
|
||||||
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -1,12 +1,11 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
export QT_SELECT = 5
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem=qmake
|
dh ${@} --buildsystem=cmake
|
||||||
|
|
||||||
override_dh_missing:
|
override_dh_missing:
|
||||||
dh_missing --fail-missing
|
dh_missing --fail-missing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user