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
|
Source: libxmu
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
libx11-dev (>= 1:0.99.2),
libxt-dev (>= 1:0.99.1),
libxext-dev (>= 1:0.99.1),
pkg-config,
quilt,
xutils-dev (>= 1:7.6+2),
# devel-docs:
xmlto (>= 0.0.22),
xorg-sgml-doctools (>= 1:1.8),
w3m,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxmu.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxmu
Package: libxmu6
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X11 miscellaneous utility library
libXmu provides a set of miscellaneous utility convenience functions for X
libraries to use. libXmuu is a lighter-weight version that does not depend
on libXt or libXext; for more information, see libxmuu1.
.
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/libXmu
Package: libxmu-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libxext-dev, libxt-dev, libxmu6 (= ${binary:Version}), libxmu-headers (= ${source:Version})
Description: X11 miscellaneous utility library (development headers)
libXmu provides a set of miscellaneous utility convenience functions for X
libraries to use. libXmuu is a lighter-weight version that does not depend
on libXt or libXext; for more information, see libxmuu1.
.
This package contains the development headers for the library found in
libxmu6. 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/libXmu
Package: libxmuu1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X11 miscellaneous micro-utility library
libXmuu provides a set of miscellaneous utility convenience functions for X
libraries to use. It is a lighter version of libXmu that does not depend
on libXt or libXext; for more information on libXmu, see libxmu6.
.
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/libXmu
Package: libxmuu-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libxmuu1 (= ${binary:Version}), libxmu-headers (= ${source:Version})
Description: X11 miscellaneous micro-utility library (development headers)
libXmuu provides a set of miscellaneous utility convenience functions for X
libraries to use. It is a lighter version of libXmu that does not depend
on libXt or libXext; for more information on libXmu, see libxmu6.
.
This package contains the development headers for the library found in
libxmuu1. 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/libXmu
Package: libxmu-headers
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends:
libx11-dev,
x11proto-dev,
${misc:Depends},
Description: X11 miscellaneous utility library headers
libXmu and libXmuu are miscellaneous utility libraries for X library
developers to abstract some common functions. This package provides the
headers for both libraries (as libXmuu is a subset of libXmu), and
is depended upon by both. For more information, please see libxmu-dev or
libxmuu-dev.
.
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/libXmu
|