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.
This commit is contained in:
Alexandre Duret-Lutz 2024-05-20 16:11:18 +02:00
parent 799db05111
commit 6420bde5fd

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: spot
Section: science
Priority: optional
Maintainer: Alexandre Duret-Lutz <adl@lrde.epita.fr>
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/