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
|
Source: frame
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: asciidoc,
debhelper (>= 9),
dh-autoreconf,
docbook-xsl,
libx11-dev,
libxi-dev (>= 2:1.5.99.2),
pkg-config,
xserver-xorg-dev,
xsltproc
Standards-Version: 3.9.4
Homepage: https://launchpad.net/frame
Vcs-Bzr: https://code.launchpad.net/~oif-packaging/frame/debian
Vcs-Browser: http://bazaar.launchpad.net/~oif-packaging/frame/debian/files
Package: libframe6
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Touch Frame Library
This library handles the buildup and synchronization of a set of
simultaneous touches. The library is input agnostic, with bindings
for mtdev, frame and XI2.1.
Package: libframe-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libframe6 (= ${binary:Version}),
${misc:Depends}
Description: Touch Frame Library - dev files
This library handles the buildup and synchronization of a set of
simultaneous touches. The library is input agnostic, with bindings
for mtdev, frame and XI2.1.
.
This package contains files that are needed to build applications.
Package: frame-tools
Architecture: any
Section: utils
Pre-Depends: ${misc:Pre-Depends}
Depends: libframe6 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Touch Frame Library - test tools
This library handles the buildup and synchronization of a set of
simultaneous touches. The library is input agnostic, with bindings
for mtdev, frame and XI2.1.
.
This package provides some test tools for the frame library.
|