[med-svn] [Git][med-team/bart][master] 9 commits: d/watch: version=5

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Jun 3 09:03:07 BST 2026



Andreas Tille pushed to branch master at Debian Med / bart


Commits:
db80d3c3 by Andreas Tille at 2026-06-03T07:37:44+02:00
d/watch: version=5

- - - - -
0ed4502f by Andreas Tille at 2026-06-03T07:38:04+02:00
Standards-Version: 4.7.4 (routine-update)

- - - - -
f797b958 by Andreas Tille at 2026-06-03T07:38:19+02:00
Changes made by cme

- - - - -
1395d0f5 by Andreas Tille at 2026-06-03T07:38:23+02:00
Drop 'Rules-Requires-Root: no' from d/control (routine-update)

- - - - -
6eb6606e by Andreas Tille at 2026-06-03T07:38:30+02:00
debputy lint --auto-fix (routine-update)

- - - - -
c549520e by Andreas Tille at 2026-06-03T08:19:12+02:00
d/copyright: add Files: debian/* paragraph

- - - - -
d506524a by Andreas Tille at 2026-06-03T08:19:23+02:00
add Files: src/misc/ya_getopt* and src/win/mman*

- - - - -
76dbf7c8 by Andreas Tille at 2026-06-03T08:21:49+02:00
add Files: src/lapacke/*

- - - - -
4dd84fd9 by Andreas Tille at 2026-06-03T08:31:25+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,23 @@
-bart (1.0.00-1) UNRELEASED; urgency=medium
+bart (1.0.00-1) unstable; urgency=medium
 
+  [ Martin Uecker ]
   * New upstream version.
   * Update links to upstream.
   * Update debian copyright.
 
- -- Martin Uecker <uecker at tugraz.at>  Wed, 18 Feb 2026 21:48:55 +0100
+  [ Andreas Tille ]
+  * d/watch: version=5
+  * Standards-Version: 4.7.4 (routine-update)
+  * Reflow Uploaders field (cme)
+  * Remove Priority field (cme)
+  * Drop 'Rules-Requires-Root: no' from d/control (routine-update)
+  * debputy lint --auto-fix (routine-update)
+  * d/copyright:
+     - add Files: debian/* paragraph
+     - add Files: src/misc/ya_getopt* and src/win/mman*
+     - add Files: src/lapacke/*
+
+ -- Andreas Tille <tille at debian.org>  Wed, 03 Jun 2026 08:22:29 +0200
 
 bart (0.9.00-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -1,24 +1,26 @@
 Source: bart
+Standards-Version: 4.7.4
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Martin Uecker <uecker at tugraz.at>
+Uploaders:
+ Martin Uecker <uecker at tugraz.at>,
 Section: science
-Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               libfftw3-dev,
-               liblapack-dev | liblapack.so,
-               libpng-dev,
-               liblapacke-dev
-Standards-Version: 4.7.0
+Build-Depends:
+ debhelper-compat (= 13),
+ libfftw3-dev,
+ liblapack-dev | liblapack.so,
+ libpng-dev,
+ liblapacke-dev,
 Vcs-Browser: https://salsa.debian.org/med-team/bart
 Vcs-Git: https://salsa.debian.org/med-team/bart.git
 Homepage: https://mrirecon.codeberg.page/
-Rules-Requires-Root: no
 
 Package: bart
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Suggests: octave-bart
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Suggests:
+ octave-bart,
 Description: tools for computational magnetic resonance imaging
  The Berkeley Advanced Reconstruction Toolbox (BART) is a free and
  open-source image-reconstruction framework for Computational Magnetic
@@ -34,7 +36,8 @@ Description: tools for computational magnetic resonance imaging
 Package: libbart-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
 Description: Development files for BART
  The Berkeley Advanced Reconstruction Toolbox (BART) is a free and
  open-source image-reconstruction framework for Computational Magnetic
@@ -44,9 +47,11 @@ Description: Development files for BART
 
 Package: octave-bart
 Architecture: all
-Depends: bart,
-         ${misc:Depends}
-Recommends: octave
+Depends:
+ bart,
+ ${misc:Depends},
+Recommends:
+ octave,
 Description: Octave bindings for BART
  The Berkeley Advanced Reconstruction Toolbox (BART) is a free and
  open-source image-reconstruction framework for Computational Magnetic


=====================================
debian/copyright
=====================================
@@ -28,6 +28,66 @@ Copyright: 2013-2020 The Regents of the University of California
            2023      Bernhard Rapp
            2024-2025 Ingrid Barth
            2025      Daniel Uhl
+License: BSD-3-clause
+
+Files: src/misc/ya_getopt*
+Copyright: 2015 Kubo Takehiro <kubo at jiubao.org>
+License: BSD-2-Clause-Views
+ Redistribution and use in source and binary forms, with or without modification, are
+ permitted provided that the following conditions are met:
+ .
+     1. Redistributions of source code must retain the above copyright notice, this list of
+        conditions and the following disclaimer.
+ .
+     2. Redistributions in binary form must reproduce the above copyright notice, this list
+        of conditions and the following disclaimer in the documentation and/or other materials
+        provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The views and conclusions contained in the software and documentation are those of the
+ authors and should not be interpreted as representing official policies, either expressed
+ or implied, of the authors.
+
+Files: src/win/mman*
+Copyright: 2021 Tamás Hakkel <hakkelt at gmail.com>
+           2013-2019 Steven Lee
+           2010-2012 Viktor Kutuzov
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ IN THE SOFTWARE.
+
+Files: src/lapacke/*
+Copyright: 2014, Intel Corp.
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2016-2026 Martin Uecker
+License: BSD-3-clause
+
 License: BSD-3-clause
  All rights reserved.
  .


=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/bart-$1\.tar\.gz/ \
-  https://codeberg.org/mrirecon/bart/tags .*/v?(\d\S*)\.tar\.gz
+Version: 5
+
+Source: https://codeberg.org/mrirecon/bart/tags
+Matching-Pattern: .*/v?(\d\S*)\.tar\.gz
+Filename-Mangle: s/.+\/v?(\d\S*)\.tar\.gz/bart-$1\.tar\.gz/



View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/40edeedaa10344d21b59e396641052989d5d6310...4dd84fd99f10c767e07f5c56530567f06af983b7

-- 
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/40edeedaa10344d21b59e396641052989d5d6310...4dd84fd99f10c767e07f5c56530567f06af983b7
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260603/a2c31d5b/attachment-0001.htm>


More information about the debian-med-commit mailing list