[med-svn] [Git][med-team/bart][master-contrib] 3 commits: never use git version
Martin Uecker (@uecker-guest)
gitlab at salsa.debian.org
Sat Jan 1 13:35:00 GMT 2022
Martin Uecker pushed to branch master-contrib at Debian Med / bart
Commits:
f9499e12 by Martin Uecker at 2022-01-01T14:08:10+01:00
never use git version
- - - - -
8af36f99 by Martin Uecker at 2022-01-01T14:23:57+01:00
don't allow stderr for version check
- - - - -
70101d9f by Martin Uecker at 2022-01-01T14:26:10+01:00
update from master & fix version
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/0007-on-Deban-never-use-git-version.patch
- debian/patches/series
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+bart-cuda (0.7.00-5) UNRELEASED; urgency=medium
+
+ * Don't allow stderr for version check.
+ * Turn off parallel build for determinism.
+ * Arm the unit tests on s390x.
+ * On Debian never use git version.
+
+ -- Martin Uecker <martin.uecker at med.uni-goettingen.de> Sat, 01 Jan 2022 14:22:27 +0100
+
bart-cuda (0.7.00-4) unstable; urgency=medium
* Team Upload.
=====================================
debian/patches/0007-on-Deban-never-use-git-version.patch
=====================================
@@ -0,0 +1,20 @@
+From: Martin Uecker <martin.uecker at med.uni-goettingen.de>
+Date: Sat, 1 Jan 2022 14:07:05 +0100
+Subject: on Deban never use git version
+
+---
+ rules/update-version.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/rules/update-version.sh b/rules/update-version.sh
+index 216e93b..0bc366a 100755
+--- a/rules/update-version.sh
++++ b/rules/update-version.sh
+@@ -1,6 +1,6 @@
+ #!/bin/bash
+
+-echo 'VERSION('`./git-version.sh`')' > version.new
++echo 'VERSION('`cat ./version.txt`')' > version.new
+ ./rules/update-if-changed.sh version.new src/misc/version.inc
+ rm -f version.new
+
=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@
0005-workaround-for-compiler-bug.patch
0006-do-not-update-doc-commands.txt-automatically.patch
0007-backported-test-fixes.patch
+0007-on-Deban-never-use-git-version.patch
=====================================
debian/tests/control
=====================================
@@ -1,6 +1,6 @@
Test-Command: /usr/bin/bart version
Depends: bart-cuda
-Restrictions: superficial,allow-stderr
+Restrictions: superficial
Tests: suite
Depends: bart-cuda, make
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/57afb8b485966964c95e2fbcc939ee4e0d75a21b...70101d9fc0d62f81e3d081b9c14cb4b6102de966
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/57afb8b485966964c95e2fbcc939ee4e0d75a21b...70101d9fc0d62f81e3d081b9c14cb4b6102de966
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/20220101/4b6bfd42/attachment-0001.htm>
More information about the debian-med-commit
mailing list