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-Git: https://salsa.debian.org/debian/hyprlang.git
|
||||||
#Vcs-Browser: https://salsa.debian.org/debian/hyprlang
|
#Vcs-Browser: https://salsa.debian.org/debian/hyprlang
|
||||||
|
|
||||||
Package: libhyprlang1
|
Package: libhyprlang2
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
|
|
@ -27,7 +27,7 @@ Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
libhyprlang1 (= ${binary:Version})
|
libhyprlang2 (= ${binary:Version})
|
||||||
Description: Configuration language for Hyprland (development files)
|
Description: Configuration language for Hyprland (development files)
|
||||||
The hypr configuration language is an extremely efficient, yet easy
|
The hypr configuration language is an extremely efficient, yet easy
|
||||||
to work with, configuration language for Linux applications.
|
to work with, configuration language for Linux applications.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue