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 149
|
Source: libunity
Section: gnome
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper-compat (= 12),
dh-autoreconf,
dh-python,
gnome-common,
quilt,
autotools-dev,
pkg-config,
intltool,
valac (>= 0.31.1),
libglib2.0-dev (>= 2.32.1),
libdee-dev (>= 1.2.5~),
libdbusmenu-glib-dev (>= 0.4.90),
libgirepository1.0-dev (>= 0.10),
libgtk-3-dev (>= 3.4.1),
python3,
python3-gi,
gobject-introspection,
xvfb,
xauth,
dbus-x11,
Standards-Version: 3.9.4
Homepage: https://launchpad.net/libunity
# If you aren't a member of ~unity-team but need to upload packaging changes,
# just go ahead. ~unity-team will notice and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~unity-team/libunity/trunk
Package: libunity9
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libunity-protocol-private0 (= ${binary:Version}),
libunity-scopes-json-def-desktop (>= ${source:Version}) | unity-scopes-json-def,
Breaks: unity-common (<< 7.1.2)
Suggests: unity-common (>= 7.1.2)
Description: binding to get places into the launcher - shared library
libunity is a shared library to be able to interact with the launcher
and add places in Unity environment.
.
This package contains shared libraries to be used by applications.
Package: libunity-protocol-private0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: libunity9 (<< 7.1.1)
Description: binding to get places into the launcher - private library
libunity is a shared library to be able to interact with the launcher
and add places in Unity environment.
.
This package contains a library containing the private protocol to be
used between libunity and unity itself.
Package: libunity-scopes-json-def-desktop
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
Replaces: libunity-common (<< 7.0.7),
Conflicts: unity-scopes-json-def,
libunity-common (<< 7.0.7),
Provides: unity-scopes-json-def,
libunity-common,
Description: binding to get places into the launcher - desktop def file
libunity is a shared library to be able to interact with the launcher
and add places in Unity environment.
.
This package contains default scopes definition for the destkop.
Package: libunity-scopes-json-def-phone
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
Replaces: libunity-common (<< 7.0.7),
Conflicts: unity-scopes-json-def,
libunity-common (<< 7.0.7),
Provides: unity-scopes-json-def,
libunity-common,
Description: binding to get scopes into the launcher - phone def file
libunity is a shared library to be able to interact with the launcher
and add places in Unity environment.
.
This package contains default scopes definition for the phone.
Package: unity-scopes-runner
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
Description: desktop runner for misceallenous scopes
The scope runner is a handy tool for wrapping on a desktop the various
scopes installed on the system.
Package: libunity-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gir1.2-unity-7.0 (= ${binary:Version}),
libunity9 (= ${binary:Version}),
libunity-protocol-private0 (= ${binary:Version}),
libglib2.0-dev,
libdee-dev,
libdbusmenu-glib-dev,
Replaces: libunity9 (<< 5.90)
Description: binding to get places into the launcher - development files
libunity is a shared library to be able to interact with the launcher
and add places in Unity environment.
.
This package contains files that are needed to build applications.
Package: libunity-tools
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Description: binding to get places into the launcher - debugging tools
libunity is a shared library to be able to interact with the launcher
and add places in Unity environment.
.
This package contains debugging tools for introspecting results and issuing
search on the lenses manually.
Package: gir1.2-unity-7.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends},
Conflicts: gir1.2-unity-5.0
Replaces: gir1.2-unity-5.0
Provides: gir1.2-unity-5.0
Description: GObject introspection data for the Unity library
This package contains introspection data for the Unity library.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|