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 60 61 62 63 64 65 66 67
|
Source: libxss
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper (>= 10),
libx11-dev (>= 1:0.99.2),
libxext-dev (>= 1:0.99.1),
x11proto-scrnsaver-dev (>= 1.2.0),
pkg-config,
quilt,
automake,
libtool,
xutils-dev (>= 1:7.5+4),
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxss.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxss
Package: libxss1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
Pre-Depends: ${misc:Pre-Depends}
Description: X11 Screen Saver extension library
libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
extension to the X protocol.
.
The Screen Saver extension allows clients behaving as screen savers to
register themselves with the X server, to better integrate themselves with
the running session.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
https://gitlab.freedesktop.org/xorg/lib/libXScrnSaver
Package: libxss-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libxss1 (= ${binary:Version}),
libx11-dev,
libxext-dev,
x11proto-scrnsaver-dev (>= 1.2.0)
Replaces:
x11proto-scrnsaver-dev (<< 1.2.0)
Description: X11 Screen Saver extension library (development headers)
libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
extension to the X protocol.
.
The Screen Saver extension allows clients behaving as screen savers to
register themselves with the X server, to better integrate themselves with
the running session.
.
This package contains the development headers for the library found in
libxss1. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
https://gitlab.freedesktop.org/xorg/lib/libXScrnSaver
|