added missing targets in rules file

This commit is contained in:
cyril soler 2018-05-11 16:39:49 +02:00
parent 4b6304e341
commit 84a02cb7fa
2 changed files with 5 additions and 2 deletions

View File

@ -22,18 +22,20 @@ build-stamp: configure-stamp
build_indep: build
build_arch: build
clean:
dh_testdir
dh_testroot
rm -f configure-stamp build-stamp
# Add here commands to clean up after the build process.
[ ! -f src/Makefile ] || (cd src && $(MAKE) distclean)
dh_clean
dh_prep
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_prep
#dh_installdirs
cd src && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install

View File

@ -138,6 +138,7 @@ cp ${workdir}/src/retroshare-gui/src/gui/chat/PopupChatDialog.ui ${workdir}/src/
# remove unised qml code, only needed on Android
rm -rf ${workdir}/src/retroshare-qml-app/
rm -rf ${workdir}/src/build_scripts/
# Cloning sqlcipher
# git clone https://github.com/sqlcipher/sqlcipher.git