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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
Source: mate-desktop
Section: x11
Priority: optional
Maintainer: MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>
Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Stefano Karapetsas <stefano@karapetsas.com>,
Mike Gabriel <sunweaver@debian.org>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
Martin Wimpress <code@flexion.org>,
Build-Depends: debhelper (>= 9),
dh-python,
dpkg-dev (>= 1.16.1.1),
gobject-introspection,
gtk-doc-tools,
intltool,
libdconf-dev (>= 0.13.4),
libgirepository1.0-dev,
libglib2.0-dev,
libglib2.0-doc,
libgtk-3-dev,
libgtk-3-doc,
libstartup-notification0-dev,
libx11-dev,
libxml2-dev,
libxrandr-dev,
mate-common (>= 1.16),
python-dev,
Standards-Version: 3.9.8
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-mate/mate-desktop.git
Vcs-Git: https://anonscm.debian.org/git/pkg-mate/mate-desktop.git
Package: mate-desktop
Architecture: any
Multi-Arch: foreign
Depends: hicolor-icon-theme,
libmate-desktop-2-17,
mate-desktop-common (= ${source:Version}),
python,
python-requests,
${misc:Depends},
${shlibs:Depends},
Recommends: mate-user-guide,
Breaks: mate-desktop-gnome,
Replaces: mate-desktop-gnome,
Description: Library with common API for various MATE modules
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
.
The libmate-desktop library provides an API shared by several applications
on the desktop, but that cannot live in the platform for various
reasons.
.
The mate-about program helps with finding which version of MATE is installed.
Package: mate-desktop-common
Architecture: all
Depends: ${misc:Depends},
Breaks: mate-desktop (<< 1.1.1-1),
Replaces: mate-desktop (<< 1.1.1-1),
Description: Library with common API for various MATE modules (common files)
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
.
The libmate-desktop library provides an API shared by several applications
on the desktop, but that cannot live in the platform for various
reasons.
.
This package contains the architecture-independent files.
Package: libmate-desktop-2-17
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Provides: libmatedesktop,
Breaks: libmatedesktop (<< 1.6.1),
Replaces: libmatedesktop (<< 1.6.1),
Description: Library with common API for various MATE modules (library)
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
.
The libmate-desktop library provides an API shared by several applications
on the desktop, but that cannot live in the platform for various
reasons.
.
The package contains the actual mate-desktop library.
Package: libmate-desktop-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdconf-dev,
libgdk-pixbuf2.0-dev,
libgtk-3-dev,
libmate-desktop-2-17 (= ${binary:Version}),
libstartup-notification0-dev,
${misc:Depends},
${shlibs:Depends},
Breaks: libmatedesktop-dev,
Replaces: libmatedesktop-dev,
Description: Library with common API for various MATE modules (development files)
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
.
The libmate-desktop library provides an API shared by several applications
on the desktop, but that cannot live in the platform for various
reasons.
.
This package contains the mate-desktop development files.
Package: libmate-desktop-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Breaks: libmatedesktop-doc,
Replaces: libmatedesktop-doc,
Description: Library with common API for various MATE modules (documentation files)
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
.
The libmate-desktop library provides an API shared by several applications
on the desktop, but that cannot live in the platform for various
reasons.
.
This package contains the documentation files.
Package: gir1.2-mate-desktop
Section: introspection
Architecture: any
Depends: libmate-desktop-2-17 (= ${binary:Version}),
${gir:Depends},
${misc:Depends},
${shlibs:Depends},
Description: GObject introspection data for the mate-desktop library
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
.
The libmate-desktop library provides an API shared by several applications
on the desktop, but that cannot live in the platform for various
reasons.
.
This package contains introspection data for the library.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|