[ubuntu/wily-proposed] accountsservice 0.6.40-2ubuntu1 (Accepted)
Robert Ancell
robert.ancell at canonical.com
Tue Jun 23 03:57:14 UTC 2015
accountsservice (0.6.40-2ubuntu1) wily; urgency=medium
* Merge with Debian, remaining Ubuntu changes (LP: #1466289):
* debian/compat:
- Use version 9.
* debian/control:
- Use debhelper version 9.
- Add libpam-pin build-depends: dh-exec, libgcr-3-dev, libgcrypt11-dev,
libgnutls-dev, libpam0g-dev.
- Use multi-arch.
- libaccountsservice-dev depends on gir1.2-accountsservice-1.0, not
libgirepository1.0-dev.
- Add libpam-pin package.
* debian/rules:
- Use -O1 instead of -O2 because it works around a problem with
the manager object never reporting its readiness to users of
libaccountsservice. Hoping this fixes LP: #1351308
- Don't multi-arch the libexec dir
* debian/gir1.2-accountsservice-1.0.install:
* debian/libaccountsservice-dev.install:
* debian/libaccountsservice0.install:
- Update for multiarch paths.
* debian/accountsservice.postinst:
- don't try restarting the service from the maintainer script after
upgrades.
* debian/libaccountsservice0.symbols:
- Add symbols added from patches.
* libpam-pin.install:
- Install PAM pin support from 0014-pam-pin.patch +
0015-pam-pin-ubuntu.patch
* debian/patches/0001-formats-locale-property.patch:
- Addition of FormatsLocale property and SetFormatsLocale method.
* debian/patches/0001-Move-cache-cleanup-out-into-a-common-function-and-cl.patch:
- Move cache cleanup out into a common function and clean up icon too.
* debian/patches/0002-create-and-manage-groups-like-on-a-ubuntu-system.patch:
- Create and manage groups like on an Ubuntu system.
* debian/patches/0002-On-startup-clean-out-the-data-of-removed-users.patch:
- On startup, clean out the data of removed users.
* debian/patches/0007-add-lightdm-support.patch:
- Modified from Debian version.
* debian/patches/0008-nopasswdlogin-group.patch:
- When setting a user to have no password, also add them to the
'nopasswdlogin' group.
* debian/patches/0009-language-tools.patch:
- Modified from Debian version.
* debian/patches/0010-set-language.patch:
- Save user language and regional formats settings to ~/.pam_environment.
* debian/patches/0011-add-background-file-support.patch:
- Add support for a BackgroundFile property, similar to IconFile.
* debian/patches/0012-add-keyboard-layout-support.patch:
- Add XKeyboardLayouts property to report a user's keyboard layouts.
* debian/patches/0013-add-has-message-support.patch:
- Add XHasMessages property to report if a user had unread messages.
* debian/patches/0014-pam-pin.patch:
- Add PIN module for PIN codes.
* debian/patches/0015-pam-pin-ubuntu.patch:
- Ubuntu integration tweaks to PAM PIN module.
* debian/patches/0016-add-input-sources-support.patch:
- Store input sources in the user object.
* debian/patches/0020-support-login.defs.patch:
- Revert upstream patch that dropped support for using login.defs
to determine min and max UID for system users. We still want
that support in at least Ubuntu Touch.
* debian/patches/0021-support-extrausers.patch:
- In addition to watching /etc/{passwd,shadow,group}, also watch those
same files in /var/lib/extrausers/, if they exist.
Date: Tue, 23 Jun 2015 15:38:53 +1200
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/accountsservice/0.6.40-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 23 Jun 2015 15:38:53 +1200
Source: accountsservice
Binary: accountsservice libaccountsservice0 libaccountsservice-dev gir1.2-accountsservice-1.0 libaccountsservice-dbg libaccountsservice-doc libpam-pin
Architecture: source
Version: 0.6.40-2ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Description:
accountsservice - query and manipulate user account information
gir1.2-accountsservice-1.0 - GObject introspection data for AccountService
libaccountsservice-dbg - query and manipulate user account information - debug
libaccountsservice-dev - query and manipulate user account information - header files
libaccountsservice-doc - query and manipulate user account information - documentation
libaccountsservice0 - query and manipulate user account information - shared libraries
libpam-pin - PAM module for using a PIN code
Launchpad-Bugs-Fixed: 1351308 1466289
Changes:
accountsservice (0.6.40-2ubuntu1) wily; urgency=medium
.
* Merge with Debian, remaining Ubuntu changes (LP: #1466289):
* debian/compat:
- Use version 9.
* debian/control:
- Use debhelper version 9.
- Add libpam-pin build-depends: dh-exec, libgcr-3-dev, libgcrypt11-dev,
libgnutls-dev, libpam0g-dev.
- Use multi-arch.
- libaccountsservice-dev depends on gir1.2-accountsservice-1.0, not
libgirepository1.0-dev.
- Add libpam-pin package.
* debian/rules:
- Use -O1 instead of -O2 because it works around a problem with
the manager object never reporting its readiness to users of
libaccountsservice. Hoping this fixes LP: #1351308
- Don't multi-arch the libexec dir
* debian/gir1.2-accountsservice-1.0.install:
* debian/libaccountsservice-dev.install:
* debian/libaccountsservice0.install:
- Update for multiarch paths.
* debian/accountsservice.postinst:
- don't try restarting the service from the maintainer script after
upgrades.
* debian/libaccountsservice0.symbols:
- Add symbols added from patches.
* libpam-pin.install:
- Install PAM pin support from 0014-pam-pin.patch +
0015-pam-pin-ubuntu.patch
* debian/patches/0001-formats-locale-property.patch:
- Addition of FormatsLocale property and SetFormatsLocale method.
* debian/patches/0001-Move-cache-cleanup-out-into-a-common-function-and-cl.patch:
- Move cache cleanup out into a common function and clean up icon too.
* debian/patches/0002-create-and-manage-groups-like-on-a-ubuntu-system.patch:
- Create and manage groups like on an Ubuntu system.
* debian/patches/0002-On-startup-clean-out-the-data-of-removed-users.patch:
- On startup, clean out the data of removed users.
* debian/patches/0007-add-lightdm-support.patch:
- Modified from Debian version.
* debian/patches/0008-nopasswdlogin-group.patch:
- When setting a user to have no password, also add them to the
'nopasswdlogin' group.
* debian/patches/0009-language-tools.patch:
- Modified from Debian version.
* debian/patches/0010-set-language.patch:
- Save user language and regional formats settings to ~/.pam_environment.
* debian/patches/0011-add-background-file-support.patch:
- Add support for a BackgroundFile property, similar to IconFile.
* debian/patches/0012-add-keyboard-layout-support.patch:
- Add XKeyboardLayouts property to report a user's keyboard layouts.
* debian/patches/0013-add-has-message-support.patch:
- Add XHasMessages property to report if a user had unread messages.
* debian/patches/0014-pam-pin.patch:
- Add PIN module for PIN codes.
* debian/patches/0015-pam-pin-ubuntu.patch:
- Ubuntu integration tweaks to PAM PIN module.
* debian/patches/0016-add-input-sources-support.patch:
- Store input sources in the user object.
* debian/patches/0020-support-login.defs.patch:
- Revert upstream patch that dropped support for using login.defs
to determine min and max UID for system users. We still want
that support in at least Ubuntu Touch.
* debian/patches/0021-support-extrausers.patch:
- In addition to watching /etc/{passwd,shadow,group}, also watch those
same files in /var/lib/extrausers/, if they exist.
Checksums-Sha1:
3a8ace978ce575a312606adf80a0cad415c6ab50 2257 accountsservice_0.6.40-2ubuntu1.dsc
2afbcddf6e1d1a97b4cc5c4c7897201f06378ec3 367772 accountsservice_0.6.40.orig.tar.xz
a5c52408774177d9f10fc5cf609c9c241a94bbf7 44440 accountsservice_0.6.40-2ubuntu1.debian.tar.xz
Checksums-Sha256:
b74fdf823ccc0d12f3d819d198b5538e955b0e733bbd5cbb12a783e8b7f06ecd 2257 accountsservice_0.6.40-2ubuntu1.dsc
f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b 367772 accountsservice_0.6.40.orig.tar.xz
8ee85d8e0e4e0275eb88259d4932527c9cd3a00e923ba112086d064de852a637 44440 accountsservice_0.6.40-2ubuntu1.debian.tar.xz
Files:
bb8304428adb4036da4dff67205a107c 2257 admin optional accountsservice_0.6.40-2ubuntu1.dsc
8b21fe2fbb2b0cf1ba8329596898b203 367772 admin optional accountsservice_0.6.40.orig.tar.xz
f3992f78fe4d4c19b89a8c15cfcde03c 44440 admin optional accountsservice_0.6.40-2ubuntu1.debian.tar.xz
Original-Maintainer: Alessio Treglia <alessio at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlWI2NIACgkQGOqhiQ98iC5A3ACfQcJadTfsnHLBWc1BKcVRcog5
200An1VPnVRpswFJU4QgrBOYL3hBTBpu
=8569
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list