[med-svn] [Git][med-team/spades][master] Respect move to dir assembler
Andreas Tille
gitlab at salsa.debian.org
Tue Oct 8 19:27:43 BST 2019
Andreas Tille pushed to branch master at Debian Med / spades
Commits:
e4717a4a by Andreas Tille at 2019-10-08T18:27:23Z
Respect move to dir assembler
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -21,7 +21,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export LC_ALL = C
%:
- dh $@ --with python3 --sourcedirectory=src --buildsystem=cmake
+ dh $@ --with python3 --sourcedirectory=assembler/src --buildsystem=cmake
override_dh_clean:
dh_clean -X.orig
@@ -39,7 +39,7 @@ override_dh_auto_configure:
echo "Simply use spades_compile.sh in auto_build"
override_dh_auto_build:
- PREFIX=$(TMPDIR) ./spades_compile.sh
+ cd assembler && PREFIX=$(TMPDIR) ./spades_compile.sh
# Use Debian-packaged yaml module
find $(TMPDIR) \
-type f \
View it on GitLab: https://salsa.debian.org/med-team/spades/commit/e4717a4a8786577e154a6af8d1f6a4a17e8f2573
--
View it on GitLab: https://salsa.debian.org/med-team/spades/commit/e4717a4a8786577e154a6af8d1f6a4a17e8f2573
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191008/208db2d6/attachment.html>
More information about the debian-med-commit
mailing list