~townsend/libertine/fix-missing-dbus-env-var

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
Source: libertine
Section: utils
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: click-dev,
               cmake,
               cmake-extras,
               debhelper (>= 9),
               dh-translations,
               gobject-introspection,
               intltool,
               libgirepository1.0-dev,
               libglib2.0-dev,
               libgtest-dev,
               libpam0g-dev,
               lsb-release,
               python3-apt,
               python3-dev,
               python3-distro-info,
               python3-gi,
               python3-lxc,
               python3-psutil,
               python3-testtools,
               python3-xdg,
               python3-dbus,
               qtdeclarative5-dev
Standards-Version: 3.9.6
Homepage: https://launchpad.net/libertine

Package: libertine
Architecture: any
Depends: libertine-tools,
         python3-libertine-lxc,
         qml-module-qtquick2,
         qtdeclarative5-ubuntu-ui-toolkit-plugin,
         python3-dbus,
         ${misc:Depends},
         ${shlibs:Depends}
Description: sandbox for running deb-packaged X11 apps on Ubuntu Personal
 Provides a container and releated tools to be able to create, maintain, and
 integrate legacy deb-packaged applications generally based around the X11
 display manager on a Ubuntu "Snappy Personal" system.

Package: libertine-tools
Architecture: any
Depends: libglib2.0-bin,
         lsb-release,
         python3-apt,
         python3-distro-info,
         python3-libertine,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Breaks: libertine-demo
Replaces: libertine-demo
Description: CLI tools for running deb-packaged X11 apps on Ubuntu Personal
 Command-line tools that can be used for creating, manipulating, and using
 the Ubuntu Personal sandbox for legacy Deb-packaged X11 applicatons.

Package: liblibertine1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: runtime for running deb-packaged X11 apps on Ubuntu Personal
 Runtime library for creating and using the Ubuntu Personal sandbox for legacy
 Deb-packaged X11 applicatons.  This library is used by the Libertine tools
 and other software interacting wit hthe Libertine container, such as scopes
 or application launchers.

Package: liblibertine-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liblibertine1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: developer files for the Libertine application sandbox
 Headers and shared libraries used to create the tools for creating and using
 the Ubuntu Personal sandbox for legacy Deb-packaged X11 applicatons.

Package: gir1.2-libertine
Architecture: any
Multi-Arch: same
Depends: liblibertine1 (= ${binary:Version}),
         ${gir:Depends},
         ${misc:Depends}
Description: GObject introspection files for the Libertine application sandbox
 The GObject introspection description files for the Libertine application
 sandbox runtime.  This package allows the Libertine API to be used from
 GIR-compliant languages such as Python.

Package: python3-libertine
Architecture: any
Section: python
Multi-Arch: allowed
Depends: gir1.2-libertine,
         python3-gi,
         python3-psutil,
         python3-xdg,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-libertine-lxc
Suggests: python3-libertine-chroot
Description: Python3 scripts for the Libertine application sandbox
 Python3 modules for the Libertine application sandbox tools.  Requires at
 least one of the container back end modules installed to be of any use.

Package: python3-libertine-lxc
Architecture: any
Section: python
Multi-Arch: allowed
Depends: lxc-templates,
         python3-libertine,
         python3-lxc,
         uidmap,
         ${misc:Depends},
         ${python3:Depends}
Description: Python3 scripts for the Libertine application sandbox
 This package provides the LXC-based container back end module for the
 Libertine sandbox.  It requires support for unprivileged LXC containers in the
 Linux kernel.

Package: python3-libertine-chroot
Architecture: any
Section: python
Multi-Arch: allowed
Depends: debootstrap,
         fakechroot,
         fakeroot,
         proot [amd64 arm64 armhf i386],
         python3-libertine,
         ${misc:Depends},
         ${python3:Depends}
Description: Python3 scripts for the Libertine application sandbox
 This package provides the chroot-based container back end module for the
 Libertine sandbox.  This container back end module is intended only for
 curated containers distributed for devices that do not support unprivileged
 LXC containers.