[neon/qt/qbs/Neon/testing] debian: Pass --buildsystem=qmake to dh, to prevent it from choosing cmake.

Dmitry Shachnev null at kde.org
Thu May 20 10:00:34 BST 2021


Git commit 5a0171505950c3508083e19d29c2f67793a1d909 by Dmitry Shachnev.
Committed on 26/12/2020 at 17:18.
Pushed by sitter into branch 'Neon/testing'.

Pass --buildsystem=qmake to dh, to prevent it from choosing cmake.

M  +1    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qbs/commit/5a0171505950c3508083e19d29c2f67793a1d909

diff --git a/debian/changelog b/debian/changelog
index e87909f..de39e2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qbs (1.18.0-1) UNRELEASED; urgency=medium
   * Refresh patches for the new release.
   * Update debian/libqbscore1.17.symbols from buildds’ logs.
   * Rename libqbscore1.17 to libqbscore1.18 for upstream SONAME change.
+  * Pass --buildsystem=qmake to dh, to prevent it from choosing cmake.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 26 Dec 2020 13:35:38 +0300
 
diff --git a/debian/rules b/debian/rules
index 9b47ce3..df10640 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export QT_SELECT := qt5
 
 %:
-	dh $@ --with pkgkde_symbolshelper
+	dh $@ --with pkgkde_symbolshelper --buildsystem=qmake
 
 override_dh_auto_clean:
 	dh_auto_clean



More information about the Neon-commits mailing list