[neon/neon-packaging/qmltermwidget6/Neon/unstable] debian: lets start at the beginning again

Carlos De Maine null at kde.org
Thu Jun 22 07:41:02 BST 2023


Git commit bf02d4220fff0b5bbaf6b2cada036759c514be70 by Carlos De Maine.
Committed on 22/06/2023 at 06:41.
Pushed by carlosdem into branch 'Neon/unstable'.

lets start at the beginning again

M  +2    -5    debian/rules

https://invent.kde.org/neon/neon-packaging/qmltermwidget6/-/commit/bf02d4220fff0b5bbaf6b2cada036759c514be70

diff --git a/debian/rules b/debian/rules
index cff0174..e6cd477 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,7 @@
 export QT_SELECT=qt6
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_configure:
-	qmake6 "QMAKE_CFLAGS_RELEASE=${CFLAGS} ${CPPFLAGS}" "QMAKE_CFLAGS_DEBUG=${CFLAGS} ${CPPFLAGS}" "QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} ${CPPFLAGS}" "QMAKE_CXXFLAGS_DEBUG=${CXXFLAGS} ${CPPFLAGS}" "QMAKE_LFLAGS_RELEASE=${LDFLAGS}" "QMAKE_LFLAGS_DEBUG=${LDFLAGS}" QMAKE_STRIP=: PREFIX=/usr
-
-override_dh_install:
-
+	qmake6 


More information about the Neon-commits mailing list