Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Dear release managers, Please unblock package accountsservice 0.6.21-8, it contains a minimalistic patch to fix the 'important' bug #680786 "Fails to enable Automatic Login in gdm3 daemon.conf". As usual, you find the debdiff attached. Thanks for considering, and have a great 2013! unblock accountsservice/0.6.21-8 -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru accountsservice-0.6.21/debian/changelog accountsservice-0.6.21/debian/changelog --- accountsservice-0.6.21/debian/changelog 2012-11-03 12:16:42.000000000 +0100 +++ accountsservice-0.6.21/debian/changelog 2013-01-02 14:45:57.000000000 +0100 @@ -1,3 +1,12 @@ +accountsservice (0.6.21-8) unstable; urgency=low + + * debian/patches/0007-add-lightdm-support.patch + - Properly set gdm3's configuration directory in order to + fix autologin settings when gdm3 is used as default login + manager. Thanks to Jean-Peer Lorenz (Closes: #680786) + + -- Alessio Treglia <[email protected]> Wed, 02 Jan 2013 13:45:12 +0000 + accountsservice (0.6.21-7) unstable; urgency=low [ Simon McVittie ] diff -Nru accountsservice-0.6.21/debian/patches/0007-add-lightdm-support.patch accountsservice-0.6.21/debian/patches/0007-add-lightdm-support.patch --- accountsservice-0.6.21/debian/patches/0007-add-lightdm-support.patch 2012-10-11 17:34:30.000000000 +0200 +++ accountsservice-0.6.21/debian/patches/0007-add-lightdm-support.patch 2013-01-02 14:42:46.000000000 +0100 @@ -101,7 +101,7 @@ gboolean result; + GError *local_error = NULL; + -+ if (!g_file_test ("/etc/gdm", G_FILE_TEST_EXISTS)) ++ if (!g_file_test ("/etc/gdm3", G_FILE_TEST_EXISTS)) + return TRUE; /* not an error, just not installed */ keyfile = g_key_file_new ();

