Missing symlink in liboctave-dev
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
octave (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
In jammy repository, there was an update from octave 6.2.0-1 to 6.4.0-2.
We have a problem finding the libs, now, because the package "liboctave-dev" has lost the symlinks to the libs.
6.2.0-1
```
$ dpkg -L liboctave-dev | grep "\.so"
/usr/lib/
/usr/lib/
$ ll /usr/lib/
lrwxrwxrwx 1 root root 18 Mar 8 2021 /usr/lib/
```
6.4.0-2
```
$ dpkg -L liboctave-dev | grep "\.so" ## <- only transitional package, now
$ dpkg -L octave-dev | grep "\.so"
$ dpkg -L octave | grep "\.so"
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
```
Libs are moved to subdirectory `octave/6.4.0`.
Would it be possible to get the symlinks, again, or maybe a ldconfig file in the package?
Thanks!