Skip to content
Commits on Source (5)
lightdm (1.26.0-5) unstable; urgency=medium
* d/control: drop consolekit dep, use a real package as first alternative
* move to debhelper-compat b-d for dh version
* d/control: update standards version to 4.4.0
-- Yves-Alexis Perez <corsac@debian.org> Wed, 10 Jul 2019 22:34:59 +0200
lightdm (1.26.0-4) unstable; urgency=medium
* d/control: replace libpam-systemd dep by logind (closes: #922160)
......
......@@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper-compat (= 10),
dpkg-dev (>= 1.16.1),
gnome-doc-utils,
gobject-introspection,
......@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10),
qtbase5-dev,
valac,
yelp-tools
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Homepage: https://launchpad.net/lightdm
Vcs-Git: https://salsa.debian.org/xfce-extras-team/lightdm.git
Vcs-Browser: https://salsa.debian.org/xfce-extras-team/lightdm
......@@ -33,7 +33,7 @@ Package: lightdm
Architecture: any
Depends: adduser,
dbus,
logind [linux-any] | consolekit,
libpam-systemd [linux-any] | logind [linux-any],
lightdm-gtk-greeter | lightdm-greeter,
lsb-base (>= 3.0-6),
${misc:Depends},
......