File: control

package info (click to toggle)
libratbag 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,292 kB
  • ctags: 2,224
  • sloc: ansic: 13,739; makefile: 186; sh: 79; cpp: 7
file content (127 lines) | stat: -rw-r--r-- 4,504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Source: libratbag
Maintainer: Stephen Kitt <skitt@debian.org>
Section: libs
Priority: optional
Build-Depends: check,
               debhelper (>= 9),
               dh-autoreconf,
               doxygen,
               graphviz,
               libevdev-dev,
               libudev-dev,
               pkg-config
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libratbag.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libratbag.git
Homepage: https://github.com/libratbag/libratbag/

Package: liblur3
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Logitech Unifying Receiver access library
 liblur is an access library for devices connected to Logitech
 Unifying Receivers. It provides functions to enumerate or disconnect
 paired devices, and pair new devices.

Package: liblur-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: liblur3 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Logitech Unifying Receiver access library - dev files
 liblur is an access library for devices connected to Logitech
 Unifying Receivers. It provides functions to enumerate or disconnect
 paired devices, and pair new devices.
 .
 This package contains the files required to build software using
 liblur.

Package: libratbag3
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libratbag-common (= ${source:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: configuration library for gaming mice
 libratbag is a configuration library for gaming mice. It provides a
 generic way to access the various features exposed by these mice and
 abstracts away hardware-specific and kernel-specific quirks.
 .
 It currently supports some Etekcity and Roccat mice, and most
 Logitech mice (both gaming and generic mice).

Package: libratbag-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libratbag2,
        libratbag3 (<< 0.4-2)
Replaces: libratbag2,
          libratbag3 (<< 0.4-2)
Description: configuration library for gaming mice - common files
 libratbag is a configuration library for gaming mice. It provides a
 generic way to access the various features exposed by these mice and
 abstracts away hardware-specific and kernel-specific quirks.
 .
 It currently supports some Etekcity and Roccat mice, and most
 Logitech mice (both gaming and generic mice).
 .
 This package contains libratbag's udev rules and mouse images.

Package: libratbag-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: libratbag3 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: libratbag-doc
Pre-Depends: ${misc:Pre-Depends}
Description: configuration library for gaming mice - development files
 libratbag is a configuration library for gaming mice. It provides a
 generic way to access the various features exposed by these mice and
 abstracts away hardware-specific and kernel-specific quirks.
 .
 It currently supports some Etekcity and Roccat mice, and most
 Logitech mice (both gaming and generic mice).
 .
 This package contains the files required to build software using
 libratbag.

Package: libratbag-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
         libjs-bootstrap,
         libjs-mathjax,
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: configuration library for gaming mice - documentation
 libratbag is a configuration library for gaming mice. It provides a
 generic way to access the various features exposed by these mice and
 abstracts away hardware-specific and kernel-specific quirks.
 .
 It currently supports some Etekcity and Roccat mice, and most
 Logitech mice (both gaming and generic mice).
 .
 This package contains the developer documentation for libratbag.

Package: libratbag-tools
Architecture: linux-any
Section: utils
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: configuration tools for gaming mice
 This package contains lur-command and ratbag-command. lur-command
 controls Logitech Unifying Receivers and attached devices, allowing
 devices to be enumerated, disconnected and paired. ratbag-command
 controls libratbag-supported gaming mice, allowing settings such as
 DPI, report rate, and button actions to be queried and configured.