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_indep: build
build_arch: build
clean: clean:
dh_testdir dh_testdir
dh_testroot dh_testroot
rm -f configure-stamp build-stamp rm -f configure-stamp build-stamp
# Add here commands to clean up after the build process. # Add here commands to clean up after the build process.
[ ! -f src/Makefile ] || (cd src && $(MAKE) distclean) [ ! -f src/Makefile ] || (cd src && $(MAKE) distclean)
dh_clean dh_prep
install: build install: build
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_clean -k dh_prep
#dh_installdirs #dh_installdirs
cd src && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install 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 # remove unised qml code, only needed on Android
rm -rf ${workdir}/src/retroshare-qml-app/ rm -rf ${workdir}/src/retroshare-qml-app/
rm -rf ${workdir}/src/build_scripts/
# Cloning sqlcipher # Cloning sqlcipher
# git clone https://github.com/sqlcipher/sqlcipher.git # git clone https://github.com/sqlcipher/sqlcipher.git