Loading debian/rules +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 \ Loading Loading
debian/rules +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 \ Loading