[neon/neon-packaging/qmltermwidget6/Neon/unstable] debian: try and override the double install

Carlos De Maine null at kde.org
Wed Jun 21 14:39:27 BST 2023


Git commit d26efbeb8e041985460d3215b15c88171282469e by Carlos De Maine.
Committed on 21/06/2023 at 13:39.
Pushed by carlosdem into branch 'Neon/unstable'.

try and override the double install

M  +3    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 05487a0..cff0174 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ export QT_SELECT=qt6
 
 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:
+


More information about the Neon-commits mailing list