From be40aefba617951bc1dbc6fcd2a122cb49c98d91 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 21 Jun 2022 13:50:11 -0500 Subject: [PATCH] Change build system to cmake --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f243736..a37d468 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ featherpad (1.3.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. * Updated copyright file. * Bumped standards-version. + * Changed build system from qmake to cmake. -- Aaron Rainbolt Tue, 21 Jun 2022 13:08:09 -0500 diff --git a/debian/rules b/debian/rules index 6ce896a..dcb3716 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,11 @@ #!/usr/bin/make -f export DH_VERBOSE=1 -export QT_SELECT = 5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh ${@} --buildsystem=qmake + dh ${@} --buildsystem=cmake override_dh_missing: dh_missing --fail-missing