Remove unneeded shlibs deps on -dev and -doc packages
This commit is contained in:
parent
0daa39a1ac
commit
3c0f9df772
|
|
@ -27,7 +27,7 @@ Description: Disassembler for x86 and x86-64 class ISA (library)
|
||||||
Package: libudis86-dev
|
Package: libudis86-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, libudis86-0 (= ${binary:Version})
|
Depends: ${misc:Depends}, libudis86-0 (= ${binary:Version})
|
||||||
Description: Disassembler for x86 and x86-64 class ISA (development files)
|
Description: Disassembler for x86 and x86-64 class ISA (development files)
|
||||||
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
|
||||||
|
|
@ -53,7 +53,7 @@ Package: libudis86-doc
|
||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}
|
||||||
Description: Disassembler for x86 and x86-64 class ISA (documentation)
|
Description: Disassembler for x86 and x86-64 class ISA (documentation)
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue