summaryrefslogtreecommitdiff
path: root/debian/control
blob: 11694c205bc671a939f2adec8d3ad253347c596c (plain)
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: lightdm
Section: x11
Priority: optional
Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
Uploaders: Julien Lavergne <gilir@ubuntu.com>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 7.0.50~),
               gnome-common,
               intltool (>= 0.35.0),
               quilt,
               libgcrypt11-dev,
               libglib2.0-dev,
               libpam0g-dev,
               libxdmcp-dev,
               libxcb1-dev,
               libxklavier-dev,
               libgtk-3-dev,
               gobject-introspection,
               libgirepository1.0-dev,
               libqt4-dev,
               qtbase5-dev,
               dh-autoreconf,
               dh-translations,
               gtk-doc-tools,
               yelp-tools,
               dbus,
               libaudit-dev
Homepage: https://launchpad.net/lightdm
# If you aren't a member of ~lightdm-team but need to upload packaging changes,
# just go ahead.  ~lightdm-team will notice and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~lightdm-team/lightdm/trunk

Package: lightdm
Architecture: any
Pre-Depends: dpkg (>= 1.15.7.2),
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libpam-runtime (>= 0.76-14),
         libpam-modules,
         adduser,
         libglib2.0-bin,
         dbus,
         plymouth (>= 0.8.8-0ubuntu6.1),
         bash (>= 4.3),
Recommends: xserver-xorg,
            unity-greeter | lightdm-greeter | lightdm-kde-greeter,
Conflicts: liblightdm-gobject-0-0,
           liblightdm-qt-0-0,
Provides: x-display-manager
Description: Display Manager
 LightDM is a X display manager that:
  * Has a lightweight codebase
  * Is standards compliant (PAM, ConsoleKit, etc)
  * Has a well defined interface between the server and user interface
  * Cross-desktop (greeters can be written in any toolkit)

Package: liblightdm-gobject-1-0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: accountsservice
Suggests: lightdm
Description: LightDM GObject client library
 A GObject based library for LightDM clients to use to interface with LightDM.

Package: gir1.2-lightdm-1
Section: libs
Architecture: any
Depends: ${misc:Depends},
         liblightdm-gobject-1-0 (= ${binary:Version}),
Description: Typelib file for liblightdm-1
 A GObject based library for LightDM clients to use to interface with LightDM.

Package: liblightdm-qt-3-0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: lightdm         
Conflicts: liblightdm-qt-1-0 (>= 1.1.1)
Replaces: liblightdm-qt-1-0 (>= 1.1.1)
Description: LightDM Qt client library
 A Qt based library for LightDM clients to use to interface with LightDM.

Package: liblightdm-qt5-3-0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: lightdm,
Description: LightDM Qt 5 client library
 A Qt 5 based library for LightDM clients to use to interface with LightDM.

Package: liblightdm-gobject-1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         liblightdm-gobject-1-0 (= ${binary:Version}),
         libglib2.0-dev,
         libdbus-glib-1-dev,
         libxklavier-dev,
Description: LightDM GObject client library (development files)
 A GObject based library for LightDM clients to use to interface with LightDM.
 .
 This package contains header files and development information, which
 is useful for building LightDM greeters and user switchers.

Package: liblightdm-qt-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         liblightdm-qt-3-0 (= ${binary:Version}),
         libqt4-dev,
Breaks: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
Replaces: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
Description: LightDM Qt client library (development files)
 A Qt based library for LightDM clients to use to interface with LightDM.
 .
 This package contains header files and development information, which
 is useful for building LightDM greeters and user switchers.

Package: liblightdm-qt5-3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         liblightdm-qt5-3-0 (= ${binary:Version}),
         libqt4-dev,
Description: LightDM Qt 5 client library (development files)
 A Qt 5 based library for LightDM clients to use to interface with LightDM.
 .
 This package contains header files and development information, which
 is useful for building LightDM greeters and user switchers.

Package: liblightdm-gobject-1-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: LightDM client library (documentation)
 A GObject based library for LightDM clients to use to interface with LightDM.
 .
 This package contains HTML documentation.