File: control

package info (click to toggle)
xutils-dev 1%3A7.7%2B7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,576 kB
  • sloc: sh: 11,469; ansic: 6,059; cpp: 393; makefile: 376; perl: 74
file content (35 lines) | stat: -rw-r--r-- 1,166 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: xutils-dev
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
 debhelper (>= 10),
 pkgconf,
 quilt,
 x11proto-dev,
 autoconf,
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/xorg-team/app/xutils-dev.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/xutils-dev

Package: xutils-dev
Architecture: any
Multi-Arch: foreign
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 cpp,
Description: X Window System utility programs for development
 xutils-dev provides a set of utility programs shipped with the X Window System
 that do not require the X libraries; many of these programs are useful
 even on a system that does not have any X clients or X servers installed.
 .
 The programs in this package include:
  - imake, a C preprocessor interface to the make utility;
  - lndir, a tool that creates a shadow directory of symbolic links to
    another directory tree;
  - makedepend, a tool to create dependencies in makefiles;
  - makeg, a tool for making debuggable executables.
 .
 This package also contains xorg-macros.m4, a set of macros used in configure
 scripts of X.Org packages.