~brandontschaefer/libertine/enable-maliit

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chris Townsend
  • Author(s): Stephen M. Webb
  • Date: 2015-09-01 19:05:45 UTC
  • mfrom: (94.1.15 package-split)
  • Revision ID: christopher.townsend@canonical.com-20150901190545-0jv5txku3k2jreav
split into separate packages for each component

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
Build-Depends: cmake,
6
6
               debhelper (>= 9),
 
7
               gobject-introspection,
7
8
               libgirepository1.0-dev,
8
9
               libglib2.0-dev,
9
10
               libgtest-dev,
10
11
               libpam0g-dev,
11
 
               gobject-introspection,
12
12
               python3-dev,
 
13
               python3-gi,
13
14
               python3-testtools,
14
15
               qtdeclarative5-dev
15
16
Standards-Version: 3.9.6
17
18
 
18
19
Package: libertine
19
20
Architecture: any
20
 
Depends: qml-module-qtquick2,
 
21
Depends: libertine-tools,
 
22
         qml-module-qtquick2,
21
23
         qtdeclarative5-ubuntu-ui-toolkit-plugin,
22
 
         python3-lxc,
23
 
         lxc-templates,
24
 
         uidmap,
25
 
         proot,
26
 
         ${gir:Depends},
27
24
         ${misc:Depends},
28
 
         ${python3:Depends},
29
25
         ${shlibs:Depends}
30
26
Description: sandbox for running deb-packaged X11 apps on Ubuntu Personal
31
27
 Provides a container and releated tools to be able to create, maintain, and
32
28
 integrate legacy deb-packaged applications generally based around the X11
33
29
 display manager on a Ubuntu "Snappy Personal" system.
 
30
 
 
31
Package: libertine-tools
 
32
Architecture: any
 
33
Depends: python3-libertine,
 
34
         ${misc:Depends},
 
35
         ${python3:Depends},
 
36
         ${shlibs:Depends}
 
37
Description: command-line tools for running deb-packaged X11 apps on
 
38
 Ubuntu Personal
 
39
 .
 
40
 Command-line tools that can be used for creating and using the Ubuntu Personal
 
41
 sandbox for legacy Deb-packaged X11 applicatons.
 
42
 
 
43
Package: liblibertine1
 
44
Architecture: any
 
45
Multi-Arch: same
 
46
Depends: ${misc:Depends},
 
47
         ${shlibs:Depends}
 
48
Description: runtime for running deb-packaged X11 apps on Ubuntu Personal
 
49
 .
 
50
 Runtime library for creating and using the Ubuntu Personal
 
51
 sandbox for legacy Deb-packaged X11 applicatons.
 
52
 
 
53
Package: liblibertine-dev
 
54
Section: libdevel
 
55
Architecture: any
 
56
Multi-Arch: same
 
57
Depends: liblibertine1 (= ${binary:Version}),
 
58
         ${misc:Depends},
 
59
         ${shlibs:Depends}
 
60
Description: developer files for the Libertine application sandbox
 
61
 .
 
62
 Headers and shared libraries used to create the tools for creating and using
 
63
 the Ubuntu Personal sandbox for legacy Deb-packaged X11 applicatons.
 
64
 
 
65
Package: gir1.2-libertine
 
66
Architecture: any
 
67
Multi-Arch: same
 
68
Depends: liblibertine1 (= ${binary:Version}),
 
69
         ${gir:Depends},
 
70
         ${misc:Depends}
 
71
Description: GObject introspection files for the Libertine application sandbox
 
72
 .
 
73
 The GObject introspection description files for the Libertine application
 
74
 sandbox runtime.
 
75
 
 
76
Package: python3-libertine
 
77
Architecture: all
 
78
Section: python
 
79
Multi-Arch: allowed
 
80
Depends: gir1.2-libertine,
 
81
         lxc-templates,
 
82
         proot,
 
83
         python3-lxc,
 
84
         uidmap,
 
85
         ${misc:Depends},
 
86
         ${python3:Depends}
 
87
Description: Python3 scripts for the Libertine application sandbox
 
88
 .
 
89
 Python3 modules for the Libertine tools.