debian: remove obsolete --with autotools-dev, no stripping the qt gui so
that a debug package is produced.
This commit is contained in:
parent
d83bb8cf69
commit
7f417f09c0
13
packaging/debian/debian/patches/qtgui-nostrip.diff
Normal file
13
packaging/debian/debian/patches/qtgui-nostrip.diff
Normal 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
|
||||||
1
packaging/debian/debian/patches/series
Normal file
1
packaging/debian/debian/patches/series
Normal file
@ -0,0 +1 @@
|
|||||||
|
qtgui-nostrip.diff
|
||||||
@ -21,7 +21,7 @@ endif
|
|||||||
|
|
||||||
# main packaging script based on dh7 syntax
|
# 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:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- --enable-recollq --enable-xadump
|
dh_auto_configure -- --enable-recollq --enable-xadump
|
||||||
|
|||||||
@ -11,6 +11,8 @@ DEFINES += BUILDING_RECOLL
|
|||||||
@QMAKE_ENABLE_WEBENGINE@ DEFINES += USING_WEBENGINE
|
@QMAKE_ENABLE_WEBENGINE@ DEFINES += USING_WEBENGINE
|
||||||
|
|
||||||
QMAKE_CXXFLAGS += -std=c++11
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
QMAKE_LFLAGS_RELEASE -= -s
|
||||||
|
QMAKE_STRIP=echo
|
||||||
|
|
||||||
@QMAKE_ENABLE_ZEITGEIST@ QT += dbus
|
@QMAKE_ENABLE_ZEITGEIST@ QT += dbus
|
||||||
@QMAKE_ENABLE_ZEITGEIST@ QMAKE_CXXFLAGS += -DUSE_ZEITGEIST
|
@QMAKE_ENABLE_ZEITGEIST@ QMAKE_CXXFLAGS += -DUSE_ZEITGEIST
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user