File: control

package info (click to toggle)
ois 1.3.0%2Bdfsg0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 616 kB
  • ctags: 1,135
  • sloc: cpp: 4,814; sh: 174; makefile: 48; ansic: 31
file content (50 lines) | stat: -rw-r--r-- 1,514 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
Source: ois
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Philippe Coval <rzr@gna.org>,
 Federico Di Gregorio <fog@debian.org>
Build-Depends:
 autoconf,
 automake (>= 1.9),
 debhelper (>= 9),
 dh-autoreconf,
 libltdl-dev,
 libtool,
 libx11-dev,
 libxaw7-dev
Standards-Version: 3.9.6
Homepage: http://sourceforge.net/projects/wgois
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/ois.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/ois.git

Package: libois-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libois-1.3.0v5 (= ${binary:Version}),
 ${misc:Depends}
Description: Object Oriented Input System library (C++ development headers)
 Object Oriented Input System (OIS) is meant to be a cross platform,
 simple solution for using all kinds of Input Devices
 (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback)
 .
 This package provides the development files.

Package: libois-1.3.0v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Replaces: libois-1.3.0
Conflicts: libois-1.3.0
Description: Object Oriented Input System library (C++)
 Object Oriented Input System (OIS) is meant to be a cross platform,
 simple solution for using all kinds of Input Devices
 (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback)
 .
 Written in C++ using Object Oriented Design patterns.