@@ -28,30 +28,74 @@ Standards-Version: 3.9.5
2828Package: libruisapp-opengl-xorg$(soname)
2929Section: libs
3030Architecture: any
31- Depends: ${shlibs:Depends}, ${misc:Depends}
31+ Depends:
32+ ${shlibs:Depends},
33+ ${misc:Depends}
34+ Description: cross-platform C++ GUI library.
35+ GUI library using OpenGL rendering backend and xorg server.
36+
37+ Package: libruisapp-opengl-xorg-dbg$(soname)
38+ Section: libs
39+ Architecture: any
40+ Depends:
41+ ${shlibs:Depends},
42+ ${misc:Depends}
3243Description: cross-platform C++ GUI library.
33- GUI library using OpenGL rendering backend and xorg server .
44+ Debug version of libruisapp-opengl- xorg.
3445
3546Package: libruisapp-opengles-xorg$(soname)
3647Section: libs
3748Architecture: any
38- Depends: ${shlibs:Depends}, ${misc:Depends}
49+ Depends:
50+ ${shlibs:Depends},
51+ ${misc:Depends}
52+ Description: cross-platform C++ GUI library.
53+ GUI library using OpenGL ES rendering backend and xorg server.
54+
55+ Package: libruisapp-opengles-xorg-dbg$(soname)
56+ Section: libs
57+ Architecture: any
58+ Depends:
59+ ${shlibs:Depends},
60+ ${misc:Depends}
3961Description: cross-platform C++ GUI library.
40- GUI library using OpenGL ES rendering backend and xorg server .
62+ Debug version of libruisapp-opengles- xorg.
4163
4264# Package: libruisapp-opengl-wayland$(soname)
4365# Section: libs
4466# Architecture: any
45- # Depends: ${shlibs:Depends}, ${misc:Depends}
67+ # Depends:
68+ # ${shlibs:Depends},
69+ # ${misc:Depends}
4670# Description: cross-platform C++ GUI library.
47- # GUI library using OpenGL rendering backend and wayland server.
71+ # GUI library using OpenGL rendering backend and wayland server.
72+
73+ # Package: libruisapp-opengl-wayland-dbg$(soname)
74+ # Section: libs
75+ # Architecture: any
76+ # Depends:
77+ # ${shlibs:Depends},
78+ # ${misc:Depends}
79+ # Description: cross-platform C++ GUI library.
80+ # Debug version of libruisapp-opengl-wayland.
4881
4982Package: libruisapp-opengles-wayland$(soname)
5083Section: libs
5184Architecture: any
52- Depends: ${shlibs:Depends}, ${misc:Depends}
85+ Depends:
86+ ${shlibs:Depends},
87+ ${misc:Depends}
88+ Description: cross-platform C++ GUI library.
89+ GUI library using OpenGL ES rendering backend and wayland server.
90+
91+ Package: libruisapp-opengles-wayland-dbg$(soname)
92+ Section: libs
93+ Architecture: any
94+ Depends:
95+ ${shlibs:Depends},
96+ ${misc:Depends}
5397Description: cross-platform C++ GUI library.
54- GUI library using OpenGL ES rendering backend and wayland server .
98+ Debug version of libruisapp-opengles- wayland.
5599
56100Package: libruisapp-dev
57101Section: libdevel
@@ -61,6 +105,10 @@ Depends:
61105 libruisapp-opengles-xorg$(soname) (= ${binary:Version}),
62106# libruisapp-opengl-wayland$(soname) (= ${binary:Version}),
63107 libruisapp-opengles-wayland$(soname) (= ${binary:Version}),
108+ libruisapp-opengl-xorg-dbg$(soname) (= ${binary:Version}),
109+ libruisapp-opengles-xorg-dbg$(soname) (= ${binary:Version}),
110+ # libruisapp-opengl-wayland-dbg$(soname) (= ${binary:Version}),
111+ libruisapp-opengles-wayland-dbg$(soname) (= ${binary:Version}),
64112 ${misc:Depends},
65113 libutki-dev,
66114 libruis-dev,
@@ -77,6 +125,10 @@ Depends:
77125 libruisapp-opengles-xorg$(soname)-dbgsym (= ${binary:Version}),
78126# libruisapp-opengl-wayland$(soname)-dbgsym (= ${binary:Version}),
79127 libruisapp-opengles-wayland$(soname)-dbgsym (= ${binary:Version}),
128+ libruisapp-opengl-xorg-dbg$(soname)-dbgsym (= ${binary:Version}),
129+ libruisapp-opengles-xorg-dbg$(soname)-dbgsym (= ${binary:Version}),
130+ # libruisapp-opengl-wayland-dbg$(soname)-dbgsym (= ${binary:Version}),
131+ libruisapp-opengles-wayland-dbg$(soname)-dbgsym (= ${binary:Version}),
80132 ${misc:Depends}
81133Description: debugging sources for libruisapp$(soname) package.
82134
0 commit comments