[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: rules: drop filename for qmake

Pino Toscano null at kde.org
Thu Jun 22 01:22:16 BST 2023


Git commit 116ae69bd6e2aa4e951a0399e75ad09ff28a5383 by Pino Toscano.
Committed on 01/01/2021 at 12:18.
Pushed by carlosdem into branch 'Neon/unstable'.

rules: drop filename for qmake

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

https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/116ae69bd6e2aa4e951a0399e75ad09ff28a5383

diff --git a/debian/changelog b/debian/changelog
index 08825ad..9214c13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ libaccounts-qt (1.16-0r1) UNRELEASED; urgency=medium
     before dh_install, merging also the content of debian/not-installed (now
     removed); also drop all the stuff that is not there anymore.
   * Bump Standards-Version to 4.5.1, no changes required.
+  * Stop explicitly passing the .pro file to qmake.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 05 Jun 2020 10:33:31 -0000
 
diff --git a/debian/rules b/debian/rules
index cfe51ab..acd18c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 export QT_SELECT=5
 
 override_dh_auto_configure:
-	dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
-		accounts-qt.pro
+	dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 ddoverride_dh_auto_build-indep:
 	dh_auto_build -i -- docs



More information about the Neon-commits mailing list