From bf57a270b9eba24b49257e9c7802edbbe6a0717d Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 18 Jul 2023 00:38:01 +0100 Subject: [PATCH] Adding install location as an experiment --- debian/patches/Install.patch | 16 ++++++++-------- debian/rules | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/patches/Install.patch b/debian/patches/Install.patch index 1efa153..44cf0f3 100644 --- a/debian/patches/Install.patch +++ b/debian/patches/Install.patch @@ -1,10 +1,10 @@ --- a/QtTermTCP.pro +++ b/QtTermTCP.pro -@@ -40,4 +40,7 @@ - - RC_ICONS = QtTermTCP.ico - -+target.patch += debian/qttermtcp/usr/bin -+INSTALLS += target -+ - QMAKE_LFLAGS += -no-pie +@@ -46,4 +46,7 @@ + + RC_ICONS = QtTermTCP.ico + ++target += debian/qttermtcp/usr/bin ++INSTALLS += target ++ + QMAKE_LFLAGS += -no-pie diff --git a/debian/rules b/debian/rules index 78ec0a2..c017aad 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export QT_SELECT=5 -export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS=hardening=-all %: dh $@