Martin Uecker pushed to branch master at Debian Med / bart
Commits: f9499e12 by Martin Uecker at 2022-01-01T14:08:10+01:00 never use git version - - - - - 3 changed files: - debian/changelog - + debian/patches/0007-on-Deban-never-use-git-version.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ bart (0.7.00-3) UNRELEASED; urgency=medium * Turn off parallel build for determinism. * Arm the unit tests on s390x. + * On Debian never use git version. -- Martin Uecker <[email protected]> Fri, 31 Dec 2021 10:31:15 +0100 ===================================== debian/patches/0007-on-Deban-never-use-git-version.patch ===================================== @@ -0,0 +1,20 @@ +From: Martin Uecker <[email protected]> +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 View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/f9499e120d0c4928216930e669e9f0353610b307 -- View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/f9499e120d0c4928216930e669e9f0353610b307 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
