source: proiecte/PPPP/gdm/debian/control @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 2.1 KB
Line 
1Source: gdm
2Section: gnome
3Priority: optional
4Maintainer: Sebastien Bacher <seb128@ubuntu.com>
5Build-Depends: cdbs,
6               debhelper (>= 7.3.15ubuntu2),
7               autotools-dev,
8               gnome-pkg-tools,
9               libglib2.0-dev (>= 2.15.4),
10               libdbus-glib-1-dev (>= 0.74),
11               libhal-dev,
12               libx11-dev,
13               libgtk2.0-dev (>= 2.10),
14               libgconf2-dev,
15               libglade2-dev,
16               gnome-doc-utils,
17               libpanel-applet2-dev,
18               gconf2,
19               libattr1-dev,
20               libpam0g-dev,
21               libxdmcp-dev,
22               libwrap0-dev,
23               libxi-dev,
24               libxinerama-dev,
25               libxklavier-dev,
26               libpolkit-gobject-1-dev,
27               libcanberra-gtk-dev (>= 0.4),
28               libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
29               iso-codes,
30               libdevkit-power-gobject-dev (>= 008)
31Standards-Version: 3.8.1
32Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gdm/ubuntu
33
34Package: gdm
35Conflicts: gdm-snapshot, fast-user-switch-applet, libxklavier15 (<< 4.0-0ubuntu2), xsplash (<< 0.8)
36Replaces: gdm-snapshot, fast-user-switch-applet
37Architecture: any
38Depends: ${shlibs:Depends},
39         ${misc:Depends},
40         adduser,
41         libpam-modules (>= 0.72-1),
42         libpam-runtime (>= 0.76-13.1),
43         gnome-session-bin,
44         kbd | console-tools,
45         hal (>= 0.5.13-1ubuntu3)
46Recommends: xserver-xorg,
47         metacity | x-window-manager,
48         gnome-settings-daemon | xfconf
49Suggests: locales,
50          uswsusp,
51          libpam-gnome-keyring,
52          gnome-power-manager,
53          gnome-orca,
54          gok,
55          gnome-mag
56Provides: x-display-manager
57Description: GNOME Display Manager
58 gdm provides the equivalent of a "login:" prompt for X displays- it
59 pops up a login window and starts an X session.
60 .
61 It provides all the functionality of xdm, including XDMCP support for
62 managing remote displays.
63 .
64 The greeting window is written using the GNOME libraries and hence
65 looks like a GNOME application- even to the extent of supporting
66 themes! By default, the greeter is run as an unprivileged user for
67 security.
Note: See TracBrowser for help on using the repository browser.