File: control

package info (click to toggle)
libstroke 0.5.1-10
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,744 kB
  • sloc: sh: 9,760; ansic: 1,081; java: 286; makefile: 76; tcl: 4
file content (40 lines) | stat: -rw-r--r-- 1,285 bytes parent folder | download | duplicates (2)
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
Source: libstroke
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 10),
 libice-dev,
 libsm-dev,
 libx11-dev,
Standards-Version: 3.9.8
Vcs-Git: https://git.dgit.debian.org/libstroke.git
Vcs-Browser: https://browse.dgit.debian.org/libstroke.git

Package: libstroke0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: mouse strokes library -- runtime files
 libstroke is a stroke interface library.  Strokes are motions
 of the mouse that can be interpreted by a program as a command. Strokes
 are common in CAD software such as gEDA and Mentor Graphics.
 fvwm can use mouse strokes to cause certain actions, just like button
 clicks.

Package: libstroke0-dev
Architecture: any
Section: libdevel
Depends:
 libstroke0 (= ${binary:Version}),
 ${misc:Depends},
Description: mouse strokes library -- development files
 libstroke is a stroke interface library.  Strokes are motions
 of the mouse that can be interpreted by a program as a command. Strokes
 are common in CAD software such as gEDA and Mentor Graphics.
 fvwm can use mouse strokes to cause certain actions, just like button
 clicks.
 .
 This package contains the header files needed for developing with this library.