Specify binary version dependency for development files

This commit is contained in:
alan 2024-02-01 07:45:58 +00:00
parent 7653a7ad03
commit 7d74defb8c
1 changed files with 2 additions and 2 deletions

4
debian/control vendored
View File

@ -25,8 +25,8 @@ Description: disassembler for x86 and x86-64 class instruction sets
Package: libudis86-dev Package: libudis86-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, libudis86-0 (= ${binary:Version})
Description: disassembler for x86 and x86-64 class instruction sets Description: Disassembler for x86 and x86-64 class instuction sets
Udis86 is a disassembler for the x86 and x86-64 class of instruction Udis86 is a disassembler for the x86 and x86-64 class of instruction
set architectures. It consists of a C library called libudis86 which set architectures. It consists of a C library called libudis86 which
provides a clean and simple interface to decode and inspect a stream provides a clean and simple interface to decode and inspect a stream