]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - debian/control
Bash version added to make Lintian happy.
[sojka/lightdm.git] / debian / control
1 Source: lightdm
2 Section: x11
3 Priority: optional
4 Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
5 Uploaders: Julien Lavergne <gilir@ubuntu.com>
6 Standards-Version: 3.9.4
7 Build-Depends: debhelper (>= 7.0.50~),
8                gnome-common,
9                intltool (>= 0.35.0),
10                quilt,
11                libgcrypt11-dev,
12                libglib2.0-dev,
13                libpam0g-dev,
14                libxdmcp-dev,
15                libxcb1-dev,
16                libxklavier-dev,
17                libgtk-3-dev,
18                gobject-introspection,
19                libgirepository1.0-dev,
20                libqt4-dev,
21                qtbase5-dev,
22                dh-autoreconf,
23                dh-translations,
24                dh-systemd (>= 1.14),
25                gtk-doc-tools,
26                yelp-tools,
27                dbus,
28 Homepage: https://launchpad.net/lightdm
29 # If you aren't a member of ~lightdm-team but need to upload packaging changes,
30 # just go ahead.  ~lightdm-team will notice and sync up the code again.
31 Vcs-Bzr: https://code.launchpad.net/~lightdm-team/lightdm/trunk
32
33 Package: lightdm
34 Architecture: any
35 Pre-Depends: dpkg (>= 1.15.7.2),
36 Depends: ${misc:Depends},
37          ${shlibs:Depends},
38          libpam-runtime (>= 0.76-14),
39          libpam-modules,
40          adduser,
41          libglib2.0-bin,
42          dbus,
43          plymouth (>= 0.8.8-0ubuntu18),
44          bash (>= 4.3),
45 Recommends: xserver-xorg,
46             unity-greeter | lightdm-greeter | lightdm-kde-greeter,
47 Conflicts: liblightdm-gobject-0-0,
48            liblightdm-qt-0-0,
49 Provides: x-display-manager
50 Description: Display Manager
51  LightDM is a X display manager that:
52   * Has a lightweight codebase
53   * Is standards compliant (PAM, ConsoleKit, etc)
54   * Has a well defined interface between the server and user interface
55   * Cross-desktop (greeters can be written in any toolkit)
56
57 Package: liblightdm-gobject-1-0
58 Architecture: any
59 Depends: ${misc:Depends},
60          ${shlibs:Depends},
61 Recommends: accountsservice
62 Suggests: lightdm
63 Description: LightDM GObject client library
64  A GObject based library for LightDM clients to use to interface with LightDM.
65
66 Package: gir1.2-lightdm-1
67 Section: libs
68 Architecture: any
69 Depends: ${misc:Depends},
70          liblightdm-gobject-1-0 (= ${binary:Version}),
71 Description: Typelib file for liblightdm-1
72  A GObject based library for LightDM clients to use to interface with LightDM.
73
74 Package: liblightdm-qt-3-0
75 Architecture: any
76 Depends: ${misc:Depends},
77          ${shlibs:Depends},
78 Recommends: lightdm         
79 Conflicts: liblightdm-qt-1-0 (>= 1.1.1)
80 Replaces: liblightdm-qt-1-0 (>= 1.1.1)
81 Description: LightDM Qt client library
82  A Qt based library for LightDM clients to use to interface with LightDM.
83
84 Package: liblightdm-qt5-3-0
85 Architecture: any
86 Depends: ${misc:Depends},
87          ${shlibs:Depends},
88 Recommends: lightdm,
89 Description: LightDM Qt 5 client library
90  A Qt 5 based library for LightDM clients to use to interface with LightDM.
91
92 Package: liblightdm-gobject-1-dev
93 Section: libdevel
94 Architecture: any
95 Depends: ${misc:Depends},
96          liblightdm-gobject-1-0 (= ${binary:Version}),
97          libglib2.0-dev,
98          libdbus-glib-1-dev,
99          libxklavier-dev,
100 Description: LightDM GObject client library (development files)
101  A GObject based library for LightDM clients to use to interface with LightDM.
102  .
103  This package contains header files and development information, which
104  is useful for building LightDM greeters and user switchers.
105
106 Package: liblightdm-qt-dev
107 Section: libdevel
108 Architecture: any
109 Depends: ${misc:Depends},
110          liblightdm-qt-3-0 (= ${binary:Version}),
111          libqt4-dev,
112 Breaks: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
113 Replaces: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
114 Description: LightDM Qt client library (development files)
115  A Qt based library for LightDM clients to use to interface with LightDM.
116  .
117  This package contains header files and development information, which
118  is useful for building LightDM greeters and user switchers.
119
120 Package: liblightdm-qt5-3-dev
121 Section: libdevel
122 Architecture: any
123 Depends: ${misc:Depends},
124          liblightdm-qt5-3-0 (= ${binary:Version}),
125          libqt4-dev,
126 Description: LightDM Qt 5 client library (development files)
127  A Qt 5 based library for LightDM clients to use to interface with LightDM.
128  .
129  This package contains header files and development information, which
130  is useful for building LightDM greeters and user switchers.
131
132 Package: liblightdm-gobject-1-doc
133 Section: doc
134 Architecture: all
135 Depends: ${misc:Depends},
136 Description: LightDM client library (documentation)
137  A GObject based library for LightDM clients to use to interface with LightDM.
138  .
139  This package contains HTML documentation.