File: control

package info (click to toggle)
gpm 1.20.7-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,736 kB
  • sloc: ansic: 8,697; yacc: 1,051; sh: 1,034; makefile: 387; cpp: 241; lisp: 222; awk: 82; sed: 6
file content (59 lines) | stat: -rw-r--r-- 1,841 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
Source: gpm
Maintainer: Axel Beckert <abe@debian.org>
Uploaders: Samuel Thibault <sthibault@debian.org>
Section: misc
Priority: optional
Standards-Version: 4.5.1
Homepage: https://nico.schottelius.org/software/gpm/
Vcs-Browser: https://salsa.debian.org/debian/gpm
Vcs-Git: https://salsa.debian.org/debian/gpm.git
Build-Depends: bison,
               debhelper-compat (= 13),
               dh-exec,
               mawk | awk,
               texinfo
Rules-Requires-Root: no

Package: gpm
Architecture: linux-any
Depends: lsb-base (>= 3.2-13),
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Description: General Purpose Mouse interface
 This package provides a daemon that captures mouse events when the system
 console is active, and delivers events to applications through a library.
 .
 By default, the daemon provides a 'selection' mode, so that
 cut-and-paste with the mouse works on the console just as it does
 under X.

Package: libgpm2
Section: libs
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: same
Suggests: gpm
Description: General Purpose Mouse - shared library
 This package provides a library that handles mouse requests
 and delivers them to applications. See the description for the 'gpm'
 package for more information.

Package: libgpm-dev
Section: libdevel
Architecture: linux-any
Depends: libc6-dev | libc-dev,
         libgpm2 (= ${binary:Version}),
         ${misc:Depends}
Multi-Arch: same
Conflicts: libgpmg1-dev
Provides: libgpmg1-dev
Description: General Purpose Mouse - development files
 This package provides a library that handles mouse requests
 and delivers them to applications. See the description for the 'gpm'
 package for more information.
 .
 This package contains the development files.