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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
Source: libxaw
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper (>= 9),
dpkg-dev (>= 1.16.0),
libx11-dev (>= 1:0.99.2),
x11proto-core-dev (>= 7.0.1),
libxt-dev (>= 1:0.99.1),
libxmu-dev (>= 1:0.99.1),
libxpm-dev (>= 1:3.5.3),
pkg-config,
quilt,
dpkg-dev (>= 1.13.19),
autoconf,
automake,
libtool,
xutils-dev (>= 1:7.5+4),
dh-autoreconf,
# specs:
xmlto, xorg-sgml-doctools (>= 1:1.5), w3m,
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git
Package: libxaw7
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends},
Description: X11 Athena Widget library
libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
which is largely used by legacy X applications. This version is the
most common version, as version 6 is considered deprecated, and version
8, which adds Xprint support, is unsupported and not widely used.
In general, use of a more modern toolkit such as GTK+ is recommended.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXaw
Package: libxaw7-dbg
Section: debug
Architecture: any
Multi-Arch: same
Priority: extra
Depends:
${shlibs:Depends},
${misc:Depends},
libxaw7 (= ${binary:Version}),
Description: X11 Athena Widget library (debug package)
libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
which is largely used by legacy X applications. This version is the
most common version, as version 6 is considered deprecated, and version
8, which adds Xprint support, is unsupported and not widely used.
In general, use of a more modern toolkit such as GTK+ is recommended.
.
This package contains the debug versions of the library found in libxaw7.
Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXaw
Package: libxaw7-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libxaw7 (= ${binary:Version}),
libx11-dev,
libxmu-dev,
libxpm-dev,
x11proto-core-dev,
Suggests:
libxaw-doc,
Description: X11 Athena Widget library (development headers)
libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
which is largely used by legacy X applications. This version is the
most common version, as version 6 is considered deprecated, and version
8, which adds Xprint support, is unsupported and not widely used.
In general, use of a more modern toolkit such as GTK+ is recommended.
.
This package contains the development headers for the library found in
libxaw7. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXaw
Package: libxaw-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Breaks:
libxaw7-dev (<< 2:1.0.10),
Replaces:
libxaw7-dev (<< 2:1.0.10),
Description: X11 Athena Widget library (documentation)
Xaw, the Athena Widgets toolkit, is largely used by legacy X applications.
.
This package contains the documentation for the Xaw library.
|