From 6420bde5fd16340e1837aed97084df9bb40c5d6e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 20 May 2024 16:11:18 +0200 Subject: [PATCH] debian: drop ipython3-notebook dependency * debian/control: Remove the ipython3-notebook alternate build-depends, as this package was removed from Debian in 2016. Add gdb ad build-depends, in attempt to fix some OSB builds. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e29454c54..2fdb354ef 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: spot Section: science Priority: optional Maintainer: Alexandre Duret-Lutz -Build-Depends: debhelper (>= 12), python3-all-dev, ipython3-notebook | python3-ipykernel, ipython3-notebook | python3-nbconvert, libltdl-dev, dh-python, graphviz, jupyter-nbconvert, doxygen +Build-Depends: debhelper (>= 12), python3-all-dev, python3-ipykernel, python3-nbconvert, libltdl-dev, dh-python, graphviz, jupyter-nbconvert, doxygen, gdb Standards-Version: 4.5.1 Homepage: http://spot.lrde.epita.fr/