summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1ad5883ba4ae70c0e3b695f05061d1646c624d2e (plain)
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
Source: libstroke
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5), autotools-dev, libx11-dev, libice-dev, libsm-dev
Vcs-Git: https://git.dgit.debian.org/libstroke.git
Vcs-Browser: https://browse.dgit.debian.org/libstroke.git

Package: libstroke0
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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: devel
Depends: libstroke0 (= ${binary:Version}), ${misc:Depends}
Conflicts: libstroke0 (<< 0.5.1)
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.