[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: formatting
Carlos De Maine
null at kde.org
Sat Jun 24 02:43:31 BST 2023
Git commit 607b483fb8a879dd5eac0b591115d1d79796d95a by Carlos De Maine.
Committed on 24/06/2023 at 01:43.
Pushed by carlosdem into branch 'Neon/unstable'.
formatting
M +4 -4 debian/rules
https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/607b483fb8a879dd5eac0b591115d1d79796d95a
diff --git a/debian/rules b/debian/rules
index 317c00a..b43f42e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,20 +14,20 @@ override_dh_auto_clean:
execute_after_dh_auto_clean:
rm -rf build5
- mkdir build5
+# mkdir build5
override_dh_auto_configure:
QT_SELECT=qt6 dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
- QT_SELECT=qt5 dh_auto_configure -B build5 -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
+ QT_SELECT=qt5 dh_auto_configure -Bbuild5 -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_build:
dh_auto_build
- dh_auto_build -B build5
+ dh_auto_build -Bbuild5
override_dh_auto_install:
dh_auto_install && find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
- dh_auto_install -B build5 && find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
+ dh_auto_install -Bbuild5 && find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
override_dh_auto_test:
# Disable unittests
More information about the Neon-commits
mailing list