mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed rules file again
This commit is contained in:
parent
84a02cb7fa
commit
2173aab483
@ -1 +1 @@
|
|||||||
7
|
9
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user