[med-svn] [Git][med-team/bart][master] 4 commits: Fix FTCBFS: Also export cross tools for make install
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Oct 12 22:34:16 BST 2024
Andreas Tille pushed to branch master at Debian Med / bart
Commits:
71a9c312 by Andreas Tille at 2024-10-12T23:26:37+02:00
Fix FTCBFS: Also export cross tools for make install
- - - - -
7e80df3a by Andreas Tille at 2024-10-12T23:27:02+02:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
8176dd71 by Andreas Tille at 2024-10-12T23:27:05+02:00
No tab in license text (routine-update)
- - - - -
c596da33 by Andreas Tille at 2024-10-12T23:33:21+02:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,19 @@
-bart (0.9.00-2.1) UNRELEASED; urgency=medium
+bart (0.9.00-3) unstable; urgency=medium
+ * Team upload
+
+ [ Martin Uecker ]
* Make tests for alpha and loong64 soft failing.
- -- Martin Uecker <uecker at tugraz.at> Tue, 12 Dec 2023 18:27:22 +0100
+ [ Helmut Grohne ]
+ * Fix FTCBFS: Also export cross tools for make install
+ Closes: #1063998
+
+ [ Andreas Tille ]
+ * Standards-Version: 4.7.0 (routine-update)
+ * No tab in license text (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Sat, 12 Oct 2024 23:27:32 +0200
bart (0.9.00-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
liblapack-dev | liblapack.so,
libpng-dev,
liblapacke-dev
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/bart
Vcs-Git: https://salsa.debian.org/med-team/bart.git
Homepage: https://mrirecon.github.io/bart/
=====================================
debian/copyright
=====================================
@@ -22,9 +22,9 @@ Copyright: 2013-2020 The Regents of the University of California
2019-2021 Aurélien Trotier
2020-2023 Jonathan Tamir
2020 Martin Krämer
- 2021 Tamás Hakkel
+ 2021 Tamás Hakkel
2022 Philipp Ehses
- 2023 Martin Juschitz
+ 2023 Martin Juschitz
2023 Bernhard Rapp
License: BSD-3-clause
All rights reserved.
=====================================
debian/rules
=====================================
@@ -2,7 +2,9 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
-DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+include /usr/share/dpkg/architecture.mk
+DPKG_EXPORT_BUILDTOOLS=1
+include /usr/share/dpkg/buildtools.mk
# set installation prefix
export PREFIX=/usr/
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/1b228ecc5c90a287f1ea11b2881ce4e9cb14b49e...c596da3305fa801970ba4f8977fd5f92c5850955
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/1b228ecc5c90a287f1ea11b2881ce4e9cb14b49e...c596da3305fa801970ba4f8977fd5f92c5850955
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/20241012/b3f253e4/attachment-0001.htm>
More information about the debian-med-commit
mailing list