On Sun, 18 Jun 2017 22:08:54 +0200 Michael Biebl <bi...@debian.org> wrote: > Source: lxdm > Version: 0.5.3-2 > Severity: normal > Tags: patch > > Hi, > > ConsoleKit is dead upstream since almost 4 years [1] and unmaintained in > Debian [2]. With logind a much better, well maintained alternative exists. > I would thus like to remove ConsoleKit from the archive. > lxdm is the only remaining package which declares a Build-Depends on > libck-connector-dev. Please consider dropping that Build-Depends in your > next upload. Patch for that is attached.
I've uploaded a fixed package to DELAYED/7. Debdiff is attached. While at it, I've also removed the ExecStartPre= hack from lxdm.service which is no longer necessary. Please holler if I should delay longer or you want me to cancel for other reasons. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff -Nru lxdm-0.5.3/debian/changelog lxdm-0.5.3/debian/changelog --- lxdm-0.5.3/debian/changelog 2016-11-11 22:58:40.000000000 +0100 +++ lxdm-0.5.3/debian/changelog 2018-02-14 18:18:12.000000000 +0100 @@ -1,3 +1,11 @@ +lxdm (0.5.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Build-Depends on deprecated libck-connector-dev (Closes: #865043). + * Drop ExecStartPre hack from lxdm.service which is no longer necessary. + + -- Michael Biebl <bi...@debian.org> Wed, 14 Feb 2018 18:18:12 +0100 + lxdm (0.5.3-2) unstable; urgency=medium * Adding 41-force-reset.patch to enforce reset (Closes: #842333). diff -Nru lxdm-0.5.3/debian/control lxdm-0.5.3/debian/control --- lxdm-0.5.3/debian/control 2016-11-11 22:45:19.000000000 +0100 +++ lxdm-0.5.3/debian/control 2018-02-14 18:17:54.000000000 +0100 @@ -7,7 +7,7 @@ Andriy Grytsenko <and...@rep.kiev.ua> Build-Depends: debhelper (>= 9), intltool, iso-codes, - libck-connector-dev, libgtk2.0-dev, libpam0g-dev, + libgtk2.0-dev, libpam0g-dev, libx11-dev, libxmu-dev, pkg-config, dh-systemd, po-debconf Standards-Version: 3.9.8 diff -Nru lxdm-0.5.3/debian/lxdm.service lxdm-0.5.3/debian/lxdm.service --- lxdm-0.5.3/debian/lxdm.service 2015-11-26 12:26:47.000000000 +0100 +++ lxdm-0.5.3/debian/lxdm.service 2018-02-14 18:18:12.000000000 +0100 @@ -5,9 +5,6 @@ After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service [Service] -# temporary safety check until all DMs are converted to correct -# display-manager.service symlink handling -ExecStartPre=/bin/sh -c '[ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lxdm" ]' ExecStart=/usr/sbin/lxdm Restart=always IgnoreSIGPIPE=no
signature.asc
Description: OpenPGP digital signature