File: control

package info (click to toggle)
xtrans 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: ansic: 4,732; sh: 3,996; xml: 1,182; makefile: 38
file content (35 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download
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
Source: xtrans
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 quilt,
 automake,
 xutils-dev,
 pkgconf,
 xmlto,
 xorg-sgml-doctools,
 w3m,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/xorg-team/lib/xtrans.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xtrans

Package: xtrans-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: X transport library (development files)
 xtrans includes a number of routines to make X implementations
 transport-independent; at time of writing, it includes support for UNIX
 sockets, IPv4, IPv6, and DECnet.
 .
 xtrans is not actually a library in itself; it includes .c files which are
 then used in the compilation of X servers, libraries, et al.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://cgit.freedesktop.org/xorg/lib/libxtrans/