Debian Package Tracker
Register | Log in
Subscribe

dolfin

Choose email to subscribe with

general
  • source: dolfin (main)
  • version: 2019.2.0~legacy20240219.1c52e83-18
  • maintainer: Debian Science Maintainers (archive) (DMD)
  • uploaders: Francesco Ballarin [DMD] – Drew Parsons [DMD] – Johannes Ring [DMD]
  • arch: all any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2019.2.0~git20201207.b495043-5
  • oldstable: 2019.2.0~git20230116.bd54183-2
  • stable: 2019.2.0~legacy20240219.1c52e83-18
  • testing: 2019.2.0~legacy20240219.1c52e83-18
  • unstable: 2019.2.0~legacy20240219.1c52e83-18
versioned links
  • 2019.2.0~git20201207.b495043-5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2019.2.0~git20230116.bd54183-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2019.2.0~legacy20240219.1c52e83-18: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • dolfin-bin
  • dolfin-doc
  • libdolfin-dev
  • libdolfin-dev-common
  • libdolfin2019.2t64
  • libdolfin64-2019.2t64
  • libdolfin64-dev
  • python3-dolfin
  • python3-dolfin-real
  • python3-dolfin64-real
action needed
Problems while searching for a new upstream version high
uscan had problems while searching for a new upstream version:
In debian/watch no matching files for watch source
  https://bitbucket.org/fenics-project/dolfin/downloads/
Created: 2025-04-26 Last update: 2025-09-06 14:00
lintian reports 1 error and 3 warnings high
Lintian reports 1 error and 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-02-03 Last update: 2025-04-11 03:30
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 2019.2.0~legacy20240219.1c52e83-19, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 953f5a70b2c97c7e0d35a348965d88d5d95487a5
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 08:22:07 2025 +0000

     Add patch deprecated-std-bind2nd.patch
        - Avoids calling deprecated std::bind2nd in dolfin/io/H5File.cpp and
          dolfin/io/XMLFile.cpp

commit c9487ce412e87faa8a1d279543bf8adb4817c582
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 08:18:11 2025 +0000

    Add patch deprecated-boost-filesystem-extension.patch
        - Avoids calling deprecated boost::filesystem::extension in dolfin/io/XMLFile.cpp

commit 62b148cb2ff4b9981aa93e4d13d259ac2cc2e6c8
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 08:08:28 2025 +0000

    Add reference to commit by Alexandre Detiste in changelog

commit 21c28bf6a93355d851463069c9a1cc75112fdd2e
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 08:05:33 2025 +0000

      * Add patch jit_avoid_distutils.patch
        - Patches a single line in python/dolfin/jit/pybind11jit.py removing an
          import from distutils.
        - Rationale: distutils has been deprecated since python 3.10 and removed in
          python 3.12. While setuptools currently brings it back, there is no need
          to rely on that for an import that can be easily replaced to avoid
          distutils at all.

commit a44242e0152679ceb95cef327f92946b7910043f
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:53:32 2025 +0000

    Add patch bump_minimum_boost_version.patch
        - This patch will be required when Boost 1.89 is packaged by debian
          because Boost 1.89 has removed the Boost.System library stub
        - FindBoost.CMake will still search for Boost.System library stub if the
          minimum required version of Boost declared in CMakeLists.txt is less than
          1.72.
        - Debian currently packages Boost 1.83, but there is no harm in including
          this patch now because Boost.System has been header only since 1.69, and
          therefore surely we do not need to include its library stub.

commit b58baf2cb359c31dcfe8232766239f5b05a3f49c
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:39:54 2025 +0000

    Use DEB_VERSION provided by /usr/share/dpkg/default.mk instead of querying
    dpkg-parsechangelog, as suggested by routine-update.

commit a48081e53a32a58b66e675c54d21c1534841a49f
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:39:41 2025 +0000

    Fix changelog produced by the previous two commits

commit 69acb38138999c645c0505de859c2bb980a05776
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:21:16 2025 +0000

    Add missing build dependency on python3-numpy-dev for command dh_numpy3.
    
    Changes-By: lintian-brush
    Fixes: lintian: missing-build-dependency-for-dh_-command
    See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh_-command.html

commit cc25d74b574b3f9c8ce66d63b70a861e21dc7d5c
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:21:16 2025 +0000

    Use secure URI in Homepage field.
    
    Changes-By: lintian-brush
    Fixes: lintian: homepage-field-uses-insecure-uri
    See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

commit dd2fea8f10b1c5b8b030473f0aa5cac6c2c4f427
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:21:14 2025 +0000

    No tab in license text (routine-update)

commit c9dbbd84e9bb2138ec355b3d3d5e018f323ad936
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:20:56 2025 +0000

    Remove trailing whitespace in debian/copyright (routine-update)

commit 192884ecae57d53e597d1df903ae73676c865e55
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:20:56 2025 +0000

    Reorder sequence of d/control fields by cme (routine-update)

commit c59892b0e633e16e3b0d161f85c1202b0f940a0a
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:20:28 2025 +0000

    Standards-Version: 4.7.2 (routine-update)

commit 6ce98a4254e0f1860e1d1e16065c821b63cab7a9
Author: Francesco Ballarin <ballarin@debian.org>
Date:   Thu Aug 21 07:19:55 2025 +0000

    Update my email address

commit 90269e6628c3204f4ea96bf7e665edebb1785ab5
Author: Alexandre Detiste <tchet@debian.org>
Date:   Sun Aug 17 13:51:29 2025 +0200

    drop extraneous runtime dependency on python3-six
Created: 2025-08-17 Last update: 2025-09-04 06:30
debian/patches: 25 patches to forward upstream low

Among the 25 debian patches available in version 2019.2.0~legacy20240219.1c52e83-18 of the package, we noticed the following issues:

  • 25 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2025-02-05 16:00
Build log checks report 3 warnings low
Build log checks report 3 warnings
Created: 2024-11-30 Last update: 2025-01-14 13:51
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.7.0).
Created: 2025-02-21 Last update: 2025-02-27 13:24
testing migrations
  • This package will soon be part of the auto-slepc transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • This package will soon be part of the auto-scotch transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • This package will soon be part of the auto-petsc transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2025-02-10] dolfin 2019.2.0~legacy20240219.1c52e83-18 MIGRATED to testing (Debian testing watch)
  • [2025-02-05] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-18 (source) into unstable (Francesco Ballarin)
  • [2025-02-03] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-17 (source) into unstable (Francesco Ballarin)
  • [2025-01-17] dolfin 2019.2.0~legacy20240219.1c52e83-16 MIGRATED to testing (Debian testing watch)
  • [2025-01-15] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-16 (source) into unstable (Drew Parsons)
  • [2025-01-14] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-15 (source) into unstable (Drew Parsons)
  • [2025-01-12] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-14 (source) into unstable (Drew Parsons)
  • [2025-01-05] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-13 (source) into unstable (Drew Parsons)
  • [2025-01-03] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-12 (source) into unstable (Drew Parsons)
  • [2024-12-04] dolfin REMOVED from testing (Debian testing watch)
  • [2024-10-31] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-11 (source) into unstable (Francesco Ballarin)
  • [2024-07-20] dolfin 2019.2.0~legacy20240219.1c52e83-10 MIGRATED to testing (Debian testing watch)
  • [2024-07-20] dolfin 2019.2.0~legacy20240219.1c52e83-10 MIGRATED to testing (Debian testing watch)
  • [2024-07-13] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-10 (source) into unstable (Drew Parsons)
  • [2024-07-06] dolfin 2019.2.0~legacy20240219.1c52e83-9 MIGRATED to testing (Debian testing watch)
  • [2024-07-06] dolfin 2019.2.0~legacy20240219.1c52e83-9 MIGRATED to testing (Debian testing watch)
  • [2024-07-02] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-9 (source) into unstable (Francesco Ballarin)
  • [2024-06-30] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-8 (source) into unstable (Francesco Ballarin)
  • [2024-06-29] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-7 (source) into unstable (Francesco Ballarin)
  • [2024-06-22] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-6 (source) into unstable (Francesco Ballarin)
  • [2024-05-31] dolfin 2019.2.0~legacy20240219.1c52e83-5 MIGRATED to testing (Debian testing watch)
  • [2024-05-29] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-5 (source) into unstable (Francesco Ballarin)
  • [2024-05-27] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-4 (source) into unstable (Francesco Ballarin)
  • [2024-05-19] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-3 (source) into unstable (Drew Parsons)
  • [2024-05-14] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-2exp3 (source all amd64) into experimental (Debian FTP Masters) (signed by: Drew Parsons)
  • [2024-05-09] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-2exp2 (source) into experimental (Francesco Ballarin)
  • [2024-04-21] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-2exp1 (source) into experimental (Francesco Ballarin)
  • [2024-04-01] dolfin REMOVED from testing (Debian testing watch)
  • [2024-02-24] Accepted dolfin 2019.2.0~legacy20240219.1c52e83-1.1~exp2 (source) into experimental (Steve Langasek)
  • [2024-02-22] dolfin 2019.2.0~legacy20240219.1c52e83-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 2
  • RC: 0
  • I&N: 2
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (1, 3)
  • buildd: logs, checks, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2019.2.0~legacy20240219.1c52e83-18build2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing