fixed rules file again

This commit is contained in:
cyril soler 2018-05-11 17:02:58 +02:00
parent 84a02cb7fa
commit 2173aab483
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
7 9

View File

@ -7,7 +7,8 @@ configure-stamp:
touch $@ touch $@
build: build-stamp build: build-arch build-indep
build-stamp: configure-stamp build-stamp: configure-stamp
dh_testdir dh_testdir
# Add here commands to compile the package. # Add here commands to compile the package.
@ -20,9 +21,9 @@ build-stamp: configure-stamp
cd src && $(MAKE) cd src && $(MAKE)
touch $@ touch $@
build_indep: build build-indep: build-stamp
build_arch: build build-arch: build-stamp
clean: clean:
dh_testdir dh_testdir
@ -31,11 +32,13 @@ clean:
# 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_prep dh_prep
dh_clean
install: build install: build
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_prep dh_prep
dh_clean
#dh_installdirs #dh_installdirs
cd src && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install cd src && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install

View File

@ -139,6 +139,7 @@ cp ${workdir}/src/retroshare-gui/src/gui/chat/PopupChatDialog.ui ${workdir}/src/
rm -rf ${workdir}/src/retroshare-qml-app/ rm -rf ${workdir}/src/retroshare-qml-app/
rm -rf ${workdir}/src/build_scripts/ rm -rf ${workdir}/src/build_scripts/
rm ${workdir}/debian/*~
# Cloning sqlcipher # Cloning sqlcipher
# git clone https://github.com/sqlcipher/sqlcipher.git # git clone https://github.com/sqlcipher/sqlcipher.git