Martin Uecker pushed to branch master at Debian Med / bart
Commits: e666efa1 by Martin Uecker at 2021-08-29T09:09:47+02:00 update copyright - - - - - 0b4297e0 by Martin Uecker at 2021-08-29T09:09:47+02:00 update changelog - - - - - 723bf45e by Martin Uecker at 2021-08-29T09:15:34+02:00 update patches - - - - - 4 changed files: - debian/changelog - debian/copyright - debian/patches/0004-change-cuda-library.patch → debian/patches/0004-remove-lib64-suffix-for-cuda-library-paths.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -bart (0.6.00-4) UNRELEASED; urgency=medium +bart (0.7.00-1) UNRELEASED; urgency=medium - * Path to change library path for cuda. + * New upstream version. + * Patch to change library path for cuda. + * Update upstream metadata. - -- Martin Uecker <[email protected]> Sat, 19 Dec 2020 14:55:51 +0100 + -- Martin Uecker <[email protected]> Thu, 26 Aug 2021 15:05:30 +0200 bart (0.6.00-3) unstable; urgency=medium ===================================== debian/copyright ===================================== @@ -5,9 +5,9 @@ Source: https://github.com/mrirecon/bart Files: * Copyright: 2013-2020 The Regents of the University of California - 2015-2020 Martin Uecker - 2015-2020 Uecker Lab. University Medical Center Goettingen - 2017-2020 Massachusetts Institute of Technology + 2015-2021 Martin Uecker + 2015-2021 Uecker Lab. University Medical Center Goettingen + 2017-2021 Massachusetts Institute of Technology 2017 University of Oxford 2012,2017 Intel Corporation 2014-2016 Joseph Y Cheng @@ -18,6 +18,7 @@ Copyright: 2013-2020 The Regents of the University of California 2017-2018 Damien Nguyen 2017-2019 Christian Holme 2017-2020 Sebastian Rosenzweig + 2020 Martin Krämer License: BSD-3-clause All rights reserved. . ===================================== debian/patches/0004-change-cuda-library.patch → debian/patches/0004-remove-lib64-suffix-for-cuda-library-paths.patch ===================================== @@ -1,5 +1,13 @@ +From: Martin Uecker <[email protected]> +Date: Sat, 19 Dec 2020 10:08:58 +0100 +Subject: remove /lib64 suffix for cuda library paths + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + diff --git a/Makefile b/Makefile -index 4edb3bf..39bc3d6 100644 +index 9d5aaff..c9dfffe 100644 --- a/Makefile +++ b/Makefile @@ -306,7 +306,7 @@ CPPFLAGS += -DUSE_CUDA $(CUDA_H) ===================================== debian/patches/series ===================================== @@ -1,4 +1,4 @@ 0001-makefile-change-for-compatibility-with-debian.patch 0002-remove-empty-directory.patch 0003-deactivate-ode-unit-tests.patch -0004-change-cuda-library.patch +0004-remove-lib64-suffix-for-cuda-library-paths.patch View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/e4cb8183e42d878d62e49978339863121fe4d7e6...723bf45e61ec3726ff23c070edc12ef7dc8e7ccf -- View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/e4cb8183e42d878d62e49978339863121fe4d7e6...723bf45e61ec3726ff23c070edc12ef7dc8e7ccf 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
