diff options
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..22b1fb1 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,154 @@ +Source: gdm3 +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> +Uploaders: @GNOME_TEAM@ +Build-Depends: check (>= 0.9.4), + dconf-cli (>= 0.19.90), + debhelper-compat (= 13), + dh-exec, + dh-sequence-gir, + dh-sequence-gnome, + docbook-xml, + gettext (>= 0.19.8), + gnome-pkg-tools (>= 0.16.3), + gnome-settings-daemon-dev (>= 3.24.0), + gobject-introspection (>= 0.10.7-1~), + intltool, + iso-codes, + itstool, + libaccountsservice-dev (>= 0.6.35), + libaudit-dev [linux-any], + libcanberra-gtk3-dev (>= 0.4), + libgirepository1.0-dev (>= 0.9.12), + libglib2.0-dev (>= 2.44.0), + libgtk-3-dev (>= 2.91.1), + libkeyutils-dev [linux-any], + libpam0g-dev, + libplymouth-dev [linux-any], + libselinux1-dev [linux-any], + libsystemd-dev [linux-any], + libwrap0-dev, + libx11-dev, + libxau-dev, + libxcb1-dev, + libxdmcp-dev, + meson (>= 0.50), + systemd, + udev [linux-any] +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gdm +Vcs-Git: https://salsa.debian.org/gnome-team/gdm.git +Rules-Requires-Root: no +Homepage: https://wiki.gnome.org/Projects/GDM/ + +Package: gdm3 +Architecture: linux-any +Pre-Depends: ${misc:Pre-Depends} +Depends: accountsservice (>= 0.6.35), + adduser, + dconf-cli (>= 0.20), + dconf-gsettings-backend (>= 0.20), + dbus, + gir1.2-gdm-1.0 (= ${binary:Version}), + gnome-session | x-session-manager | x-window-manager | x-terminal-emulator, + gnome-session-bin (>= 3.37.0), + gnome-session-common (>= 3.37.0-2~), + gnome-settings-daemon (>= 3.37.0), + gnome-shell (>= 3.37.90), + gsettings-desktop-schemas, + libgdm1 (= ${binary:Version}), + libglib2.0-bin (>= 2.35.0), + libpam-modules (>= 0.72-1), + libpam-runtime (>= 0.76-13.1), + libpam-systemd [linux-any], + librsvg2-common, + lsb-base (>= 3.2-14), + policykit-1 (>= 0.105-5~) [linux-any], + procps, + ucf, + x11-common (>= 1:7.6+11), + x11-xserver-utils, + ${misc:Depends}, + ${shlibs:Depends} +Recommends: at-spi2-core, + desktop-base (>= 10.0.0), + x11-xkb-utils, + xserver-xephyr, + xserver-xorg, + zenity +Suggests: gnome-orca, + libpam-fprintd (>= 0.8.0-2), + libpam-gnome-keyring +Provides: x-display-manager +Breaks: pulseaudio (<< 11.1-2), + xserver-xorg-core (<< 2:1.17.2-2~) +Description: GNOME Display Manager + GDM provides the equivalent of a "login:" prompt for X displays: it + asks for a login and starts graphical sessions. + . + It supports multiple seats and switching between multiple users. + . + The greeter is based on the GNOME libraries and applications, and its + look and design are the same as those of a GNOME session. + +Package: libgdm1 +Section: libs +Architecture: linux-any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Breaks: gdm3 (<< 3.18.0-3~) +Replaces: gdm3 (<< 3.18.0-3~) +Description: GNOME Display Manager (shared library) + GDM provides the equivalent of a "login:" prompt for X displays: it + asks for a login and starts graphical sessions. + . + It supports multiple seats and switching between multiple users. + . + The greeter is based on the GNOME libraries and applications, and its + look and design are the same as those of a GNOME session. + . + This package contains the shared library required by gnome-shell. + +Package: libgdm-dev +Section: libdevel +Architecture: linux-any +Pre-Depends: ${misc:Pre-Depends} +Depends: gir1.2-gdm-1.0 (= ${binary:Version}), + libgdm1 (= ${binary:Version}), + libglib2.0-dev (>= 2.44.0), + ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Description: GNOME Display Manager (development files) + GDM provides the equivalent of a "login:" prompt for X displays: it + asks for a login and starts graphical sessions. + . + It supports multiple seats and switching between multiple users. + . + The greeter is based on the GNOME libraries and applications, and its + look and design are the same as those of a GNOME session. + . + This package contains header and development files. + +Package: gir1.2-gdm-1.0 +Section: introspection +Architecture: linux-any +Multi-Arch: same +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Conflicts: gir1.2-gdm3 +Replaces: gir1.2-gdm3 +Description: GObject introspection data for the GNOME Display Manager + GDM provides the equivalent of a "login:" prompt for X displays: it + asks for a login and starts graphical sessions. + . + It supports multiple seats and switching between multiple users. + . + The greeter is based on the GNOME libraries and applications, and its + look and design are the same as those of a GNOME session. + . + This package contains introspection data for the GNOME Display Manager. |