diff options
author | David Nusinow <dnusinow@debian.org> | 2006-02-24 01:40:31 +0000 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2006-02-24 01:40:31 +0000 |
commit | b7bf4198f863d376eb742757773243745ce7e168 (patch) | |
tree | 555c7add509c3970db571512f23dee9d45a1f7b7 /debian/control | |
parent | e3d328c73ed22145a34cd74392eb016c80c2b200 (diff) | |
download | xutils-dev-b7bf4198f863d376eb742757773243745ce7e168.tar.gz |
Add packaging for xutils-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0fb5e42 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: xutils-dev +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force <debian-x@lists.debian.org> +Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net> +Build-Depends: debhelper (>= 4.0.0), pkg-config, quilt +Standards-Version: 3.6.1.0 + +Package: xutils-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0), 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: + - ccmakedep, a version of makedepend which "does it right" + - 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; + . + imake uses the C preprocessor (cpp) as a macro processor. The GNU C + preprocessor's "-traditional" support misbehaves in early releases of the GCC + 3.3 series; therefore, this package conflicts with those versions. |