debian: remove obsolete --with autotools-dev, no stripping the qt gui so

that a debug package is produced.
This commit is contained in:
Jean-Francois Dockes 2020-03-22 16:58:40 +01:00
parent d83bb8cf69
commit 7f417f09c0
4 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/qtgui/recoll.pro.in b/qtgui/recoll.pro.in
index f69aaa27..7e6c20c4 100644
--- a/qtgui/recoll.pro.in
+++ b/qtgui/recoll.pro.in
@@ -11,6 +11,8 @@ DEFINES += BUILDING_RECOLL
@QMAKE_ENABLE_WEBENGINE@ DEFINES += USING_WEBENGINE
QMAKE_CXXFLAGS += -std=c++11
+QMAKE_LFLAGS_RELEASE -= -s
+QMAKE_STRIP=echo
@QMAKE_ENABLE_ZEITGEIST@ QT += dbus
@QMAKE_ENABLE_ZEITGEIST@ QMAKE_CXXFLAGS += -DUSE_ZEITGEIST

View File

@ -0,0 +1 @@
qtgui-nostrip.diff

View File

@ -21,7 +21,7 @@ endif
# main packaging script based on dh7 syntax
%:
dh $@ --parallel --with python2 --with python3 --with autotools-dev
dh $@ --parallel --with python2 --with python3
override_dh_auto_configure:
dh_auto_configure -- --enable-recollq --enable-xadump

View File

@ -11,6 +11,8 @@ DEFINES += BUILDING_RECOLL
@QMAKE_ENABLE_WEBENGINE@ DEFINES += USING_WEBENGINE
QMAKE_CXXFLAGS += -std=c++11
QMAKE_LFLAGS_RELEASE -= -s
QMAKE_STRIP=echo
@QMAKE_ENABLE_ZEITGEIST@ QT += dbus
@QMAKE_ENABLE_ZEITGEIST@ QMAKE_CXXFLAGS += -DUSE_ZEITGEIST