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
|
Source: libxshmfence
Section: libs
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
quilt,
xutils-dev,
x11proto-core-dev,
pkg-config,
Standards-Version: 3.9.4
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxshmfence.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxshmfence
Package: libxshmfence1
Architecture: linux-any kfreebsd-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Multi-Arch: same
Description: X shared memory fences - shared library
This library provides an interface to shared-memory fences for
synchronization between the X server and direct-rendering clients.
.
This package contains the xshmfence shared library.
Package: libxshmfence-dev
Architecture: linux-any kfreebsd-any
Depends:
libxshmfence1 (= ${binary:Version}),
${misc:Depends},
Multi-Arch: same
Section: libdevel
Description: X shared memory fences - development files
This library provides an interface to shared-memory fences for
synchronization between the X server and direct-rendering clients.
.
This package contains the xshmfence development files.
Package: libxshmfence1-udeb
XC-Package-Type: udeb
Architecture: linux-any kfreebsd-any
Depends:
${shlibs:Depends},
${misc:Depends},
Section: debian-installer
Description: X shared memory fences
This is a udeb, or a microdeb, for the debian-installer.
|