Package: accountsservice / 0.6.37-3

Metadata

Package Version Patches format
accountsservice 0.6.37-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 create and manage groups like on a debian system.patch | (download)

src/daemon.c | 22 6 + 16 - 0 !
src/user.c | 16 8 + 8 - 0 !
src/util.c | 42 42 + 0 - 0 !
src/util.h | 9 9 + 0 - 0 !
4 files changed, 65 insertions(+), 24 deletions(-)

 create and manage groups like on a debian system.

0005 gdm_config_file_path.patch | (download)

src/daemon.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix path to the gdm configuration file, which is different
 in Debian.
0006 adduser_instead_of_useradd.patch | (download)

src/daemon.c | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

 replace useradd with adduser to comply with debian policy.
Bug-Ubuntu: https://launchpad.net/bugs/810907
0007 add lightdm support.patch | (download)

src/daemon.c | 143 132 + 11 - 0 !
1 file changed, 132 insertions(+), 11 deletions(-)

 support setting/reading lightdm autologin setings
0009 language tools.patch | (download)

configure.ac | 1 1 + 0 - 0 !
data/Makefile.am | 1 1 + 0 - 0 !
data/langtools/Makefile.am | 17 17 + 0 - 0 !
data/langtools/del-profile-env-settings | 13 13 + 0 - 0 !
data/langtools/language-options | 66 66 + 0 - 0 !
data/langtools/language-validate | 78 78 + 0 - 0 !
data/langtools/language2locale | 65 65 + 0 - 0 !
data/langtools/main-countries | 28 28 + 0 - 0 !
data/langtools/save-to-pam-env | 36 36 + 0 - 0 !
data/langtools/set-language-helper | 25 25 + 0 - 0 !
data/langtools/update-langlist | 48 48 + 0 - 0 !
11 files changed, 378 insertions(+)

 help files for dealing with language/locale settings.
1001 buildsystem.patch | (download)

po/Makefile.in.in | 217 217 + 0 - 0 !
1 file changed, 217 insertions(+)

 add po/makefile.in.in to prevent ftbfs.
1002 dont override standardoutput.patch | (download)

data/accounts-daemon.service.in | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't override defaultstandardoutput.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741124