... |
... |
@@ -27,8 +27,8 @@ Section: libs |
27
|
27
|
Architecture: any
|
28
|
28
|
Multi-Arch: same
|
29
|
29
|
Depends:
|
30
|
|
- ${shlibs:Depends},
|
31
|
30
|
${misc:Depends},
|
|
31
|
+ ${shlibs:Depends}
|
32
|
32
|
Description: Emulated Input client library
|
33
|
33
|
libei is a library for Emulated Input, primarily aimed at the Wayland
|
34
|
34
|
stack. It provides three parts:
|
... |
... |
@@ -43,8 +43,8 @@ Section: libs |
43
|
43
|
Architecture: any
|
44
|
44
|
Multi-Arch: same
|
45
|
45
|
Depends:
|
46
|
|
- ${shlibs:Depends},
|
47
|
46
|
${misc:Depends},
|
|
47
|
+ ${shlibs:Depends}
|
48
|
48
|
Description: Emulated Input server library
|
49
|
49
|
libei is a library for Emulated Input, primarily aimed at the Wayland
|
50
|
50
|
stack. It provides three parts:
|
... |
... |
@@ -59,8 +59,8 @@ Section: libs |
59
|
59
|
Architecture: any
|
60
|
60
|
Multi-Arch: same
|
61
|
61
|
Depends:
|
62
|
|
- ${shlibs:Depends},
|
63
|
62
|
${misc:Depends},
|
|
63
|
+ ${shlibs:Depends}
|
64
|
64
|
Description: RemoteDesktop portal DBus helper library
|
65
|
65
|
libei is a library for Emulated Input, primarily aimed at the Wayland
|
66
|
66
|
stack. It provides three parts:
|
... |
... |
@@ -75,8 +75,8 @@ Section: libdevel |
75
|
75
|
Architecture: any
|
76
|
76
|
Multi-Arch: same
|
77
|
77
|
Depends:
|
78
|
|
- ${misc:Depends},
|
79
|
78
|
libei1 (= ${binary:Version}),
|
|
79
|
+ ${misc:Depends}
|
80
|
80
|
Description: Emulated Input client library (development headers)
|
81
|
81
|
libei is a library for Emulated Input, primarily aimed at the Wayland
|
82
|
82
|
stack. It provides three parts:
|
... |
... |
@@ -92,8 +92,8 @@ Section: libdevel |
92
|
92
|
Architecture: any
|
93
|
93
|
Multi-Arch: same
|
94
|
94
|
Depends:
|
95
|
|
- ${misc:Depends},
|
96
|
95
|
libeis1 (= ${binary:Version}),
|
|
96
|
+ ${misc:Depends}
|
97
|
97
|
Description: Emulated Input server library (development headers)
|
98
|
98
|
libei is a library for Emulated Input, primarily aimed at the Wayland
|
99
|
99
|
stack. It provides three parts:
|
... |
... |
@@ -109,9 +109,9 @@ Section: libdevel |
109
|
109
|
Architecture: any
|
110
|
110
|
Multi-Arch: same
|
111
|
111
|
Depends:
|
112
|
|
- ${misc:Depends},
|
113
|
112
|
liboeffis1 (= ${binary:Version}),
|
114
|
113
|
libsystemd-dev,
|
|
114
|
+ ${misc:Depends}
|
115
|
115
|
Description: RemoteDesktop portal DBus helper library (development headers)
|
116
|
116
|
libei is a library for Emulated Input, primarily aimed at the Wayland
|
117
|
117
|
stack. It provides three parts:
|
... |
... |
@@ -125,8 +125,8 @@ Description: RemoteDesktop portal DBus helper library (development headers) |
125
|
125
|
Package: libei-tests
|
126
|
126
|
Architecture: any
|
127
|
127
|
Depends:
|
128
|
|
- ${shlibs:Depends},
|
129
|
128
|
${misc:Depends},
|
|
129
|
+ ${shlibs:Depends}
|
130
|
130
|
Description: Emulated Input client library - installed tests
|
131
|
131
|
libei is a library for Emulated Input, primarily aimed at the Wayland
|
132
|
132
|
stack. It provides three parts:
|