[med-svn] [Git][med-team/bart][master] patch to fix test for Debian
Martin Uecker (@uecker-guest)
gitlab at salsa.debian.org
Thu Dec 7 21:24:33 GMT 2023
Martin Uecker pushed to branch master at Debian Med / bart
Commits:
f26d3a1e by Martin Uecker at 2023-12-07T22:24:01+01:00
patch to fix test for Debian
- - - - -
2 changed files:
- + debian/patches/0009-fix-test-for-Debian.patch
- debian/patches/series
Changes:
=====================================
debian/patches/0009-fix-test-for-Debian.patch
=====================================
@@ -0,0 +1,21 @@
+From: Martin Uecker <martin.uecker at med.uni-goettingen.de>
+Date: Thu, 7 Dec 2023 22:23:22 +0100
+Subject: fix test for Debian
+
+---
+ tests/version.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/version.mk b/tests/version.mk
+index 9cecf0b..e375101 100644
+--- a/tests/version.mk
++++ b/tests/version.mk
+@@ -2,7 +2,7 @@
+
+ # check if bart can parse its own version
+ tests/test-version: version
+- $(TOOLDIR)/version -t `cat $(TOOLDIR)/../version.txt`
++ $(TOOLDIR)/version -t `cat $(ROOLDIR)/version.txt`
+ touch $@
+
+ TESTS += tests/test-version
=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@
0007-add-CXXFLAGS-to-nvcc-to-fix-C-build-issue.patch
0010-turn-off-one-test-on-i386.patch
0008-fix-command-line-processing.patch
+0009-fix-test-for-Debian.patch
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/f26d3a1ef9503e29f38c18e30a68b4f1fa5b5c97
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/f26d3a1ef9503e29f38c18e30a68b4f1fa5b5c97
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/20231207/c98c1299/attachment-0001.htm>
More information about the debian-med-commit
mailing list