Update library package name based on SONAME
This commit is contained in:
parent
6203244896
commit
b72fe4cec1
|
|
@ -9,7 +9,7 @@ Rules-Requires-Root: no
|
|||
#Vcs-Git: https://salsa.debian.org/debian/hyprlang.git
|
||||
#Vcs-Browser: https://salsa.debian.org/debian/hyprlang
|
||||
|
||||
Package: libhyprlang1
|
||||
Package: libhyprlang2
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
|
|
@ -27,7 +27,7 @@ Section: libdevel
|
|||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
libhyprlang1 (= ${binary:Version})
|
||||
libhyprlang2 (= ${binary:Version})
|
||||
Description: Configuration language for Hyprland (development files)
|
||||
The hypr configuration language is an extremely efficient, yet easy
|
||||
to work with, configuration language for Linux applications.
|
||||
|
|
|
|||
Loading…
Reference in New Issue