mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-22 07:49:56 -05:00
fixed debian/rules file
This commit is contained in:
parent
ddf98a52ca
commit
5fb6005ee4
@ -3,6 +3,8 @@
|
||||
export DH_VERBOSE = 1
|
||||
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
DEB_BUILD_OPTIONS=noddebs
|
||||
|
||||
include /usr/share/dpkg/default.mk
|
||||
|
||||
#export DEB_BUILD_MAINT_PTIONS = hardening=+all
|
||||
@ -11,17 +13,13 @@ export QT_SELECT = qt5
|
||||
MY_BUILDDIR = _build
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=qmake --builddirectory=$(MY_BUILDDIR)
|
||||
dh $@ --parallel --buildsystem=qmake --builddirectory=$(MY_BUILDDIR)
|
||||
|
||||
# Override dh_auto_configure in order to call qmake on the parent dir. We call mkdir here because of #800738.
|
||||
|
||||
# Override dh_auto_configure in order to call qmake on the parent dir.
|
||||
# We call mkdir here because of #800738.
|
||||
override_dh_auto_configure:
|
||||
@mkdir -p $(MY_BUILDDIR)
|
||||
dh_auto_configure -- CONFIG="release retroshare_plugins rs_autologin" PREFIX=/usr LIB_DIR=/usr/lib ../src
|
||||
|
||||
# Upstream ships with a 'history' directory containing ancient code.
|
||||
# We are not interested in installing this.
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs --exclude=history
|
||||
dh_auto_configure -- CONFIG="unix release retroshare_plugins rs_autologin" PREFIX=/usr LIB_DIR=/usr/lib ../src
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user