[ubuntu/plucky-proposed] accountsservice 23.13.9-7ubuntu1 (Accepted)

Alessandro Astone alessandro.astone at canonical.com
Wed Nov 13 10:40:15 UTC 2024


accountsservice (23.13.9-7ubuntu1) plucky; urgency=medium

  * Merge with Debian (LP: #2087527). Remaining changes:
  * debian/control:
    - Add build-depends on dh-translations
  * debian/rules:
    - Build with translations to update POT file.
    - set -Dextra_admin_groups to add admin users to the same groups
      than user-setup is using for the initial account
    - We use custom.conf, not daemon.conf
  * debian/libaccountsservice0.symbols:
    - Add symbols added from patches.
  * debian/accountsservice.install:
    - Install language-tools scripts.
  * debian/patches/0001-formats-locale-property.patch:
    - Addition of FormatsLocale property and SetFormatsLocale method.
  * debian/patches/0009-language-tools.patch,
    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/0016-add-input-sources-support.patch:
    - Store input sources in the user object.
  * 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.
  * debian/patches/ubuntu_notest_language.patch:
   - Disable language tests on Ubuntu for now. Our patches to edit
     .pam_environment rely on access to the user directory which isn't working
     in the restricted testing environment

accountsservice (23.13.9-7) unstable; urgency=medium

  * Team upload
  * d/p/tests-s-assertEquals-assertEqual.patch:
    Add patch from upstream git to fix FTBFS with Python 3.12
    (Closes: #1074657)
  * d/p/implicit-funcs.patch:
    Replace NMU'd fix for #1066277 with upstream's functionally equivalent
    change
  * d/tests/control: Require isolation-container.
    The integration.py and pygi.py tests are not expected to pass without
    working system services, which autopkgtest does not guarantee unless
    we have this restriction.
  * d/tests: Skip integration.py if we don't have CAP_SYS_ADMIN.
    This works around systemd being unable to start polkitd in an
    unprivileged podman container (#1078205).
  * Enable full compiler-based hardening (Closes: #1032018)
  * d/patches: Improve DEP-3 metadata.
    Use the git-format-patch compatible dialect of DEP-3 for better interop
    with tools like gbp pq.
  * Add a Lintian override for an intentional empty directory (see #1038137)
  * Standards-Version: 4.7.0 (no changes required)

accountsservice (23.13.9-6.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches: Fix implicit function declarations in mocklibc. (Closes:
    #1066277)

accountsservice (23.13.9-6) unstable; urgency=medium

  * Team upload

  [ Chris Hofstaedtler ]
  * Install systemd unit into /usr (DEP17 M2) (Closes: #1057897)

  [ Michael Biebl ]
  * Rely on systemd.pc to get systemdsystemunitdir
  * Install empty /usr/share/accountsservice/interfaces directory.
    It's an integration point referenced in accounts-daemon.service.
    (Closes: #1038137)
  * Remove migration code from pre-oldstable

accountsservice (23.13.9-5) unstable; urgency=medium

  * Team upload
  * d/control: Add ${gir:Depends}, ${gir:Provides} to -dev package
    (Helps: #1030223)
  * d/control: Explicitly build-depend on GIR XML included by
    AccountsService-1.0.gir (Helps: #1030223)

accountsservice (23.13.9-4) unstable; urgency=medium

  * Team upload
  * Add locales-all to Build-Depends and enable Tests.test_languages
    - Dropped d/p/Disable-test_languages.patch

accountsservice (23.13.9-3) unstable; urgency=medium

  * Team upload
  * debian/patches/Disable-test_languages.patch
    - Temporary measure to work around failed test when building
      (closes: #1038865, #1041687).

Date: Wed, 13 Nov 2024 11:32:51 +0100
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Sebastien Bacher <sebastien.bacher at canonical.com>
https://launchpad.net/ubuntu/+source/accountsservice/23.13.9-7ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 13 Nov 2024 11:32:51 +0100
Source: accountsservice
Built-For-Profiles: noudeb
Architecture: source
Version: 23.13.9-7ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Closes: 1032018 1038137 1038865 1041687 1057897 1066277 1074657
Launchpad-Bugs-Fixed: 2087527
Changes:
 accountsservice (23.13.9-7ubuntu1) plucky; urgency=medium
 .
   * Merge with Debian (LP: #2087527). Remaining changes:
   * debian/control:
     - Add build-depends on dh-translations
   * debian/rules:
     - Build with translations to update POT file.
     - set -Dextra_admin_groups to add admin users to the same groups
       than user-setup is using for the initial account
     - We use custom.conf, not daemon.conf
   * debian/libaccountsservice0.symbols:
     - Add symbols added from patches.
   * debian/accountsservice.install:
     - Install language-tools scripts.
   * debian/patches/0001-formats-locale-property.patch:
     - Addition of FormatsLocale property and SetFormatsLocale method.
   * debian/patches/0009-language-tools.patch,
     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/0016-add-input-sources-support.patch:
     - Store input sources in the user object.
   * 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.
   * debian/patches/ubuntu_notest_language.patch:
    - Disable language tests on Ubuntu for now. Our patches to edit
      .pam_environment rely on access to the user directory which isn't working
      in the restricted testing environment
 .
 accountsservice (23.13.9-7) unstable; urgency=medium
 .
   * Team upload
   * d/p/tests-s-assertEquals-assertEqual.patch:
     Add patch from upstream git to fix FTBFS with Python 3.12
     (Closes: #1074657)
   * d/p/implicit-funcs.patch:
     Replace NMU'd fix for #1066277 with upstream's functionally equivalent
     change
   * d/tests/control: Require isolation-container.
     The integration.py and pygi.py tests are not expected to pass without
     working system services, which autopkgtest does not guarantee unless
     we have this restriction.
   * d/tests: Skip integration.py if we don't have CAP_SYS_ADMIN.
     This works around systemd being unable to start polkitd in an
     unprivileged podman container (#1078205).
   * Enable full compiler-based hardening (Closes: #1032018)
   * d/patches: Improve DEP-3 metadata.
     Use the git-format-patch compatible dialect of DEP-3 for better interop
     with tools like gbp pq.
   * Add a Lintian override for an intentional empty directory (see #1038137)
   * Standards-Version: 4.7.0 (no changes required)
 .
 accountsservice (23.13.9-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches: Fix implicit function declarations in mocklibc. (Closes:
     #1066277)
 .
 accountsservice (23.13.9-6) unstable; urgency=medium
 .
   * Team upload
 .
   [ Chris Hofstaedtler ]
   * Install systemd unit into /usr (DEP17 M2) (Closes: #1057897)
 .
   [ Michael Biebl ]
   * Rely on systemd.pc to get systemdsystemunitdir
   * Install empty /usr/share/accountsservice/interfaces directory.
     It's an integration point referenced in accounts-daemon.service.
     (Closes: #1038137)
   * Remove migration code from pre-oldstable
 .
 accountsservice (23.13.9-5) unstable; urgency=medium
 .
   * Team upload
   * d/control: Add ${gir:Depends}, ${gir:Provides} to -dev package
     (Helps: #1030223)
   * d/control: Explicitly build-depend on GIR XML included by
     AccountsService-1.0.gir (Helps: #1030223)
 .
 accountsservice (23.13.9-4) unstable; urgency=medium
 .
   * Team upload
   * Add locales-all to Build-Depends and enable Tests.test_languages
     - Dropped d/p/Disable-test_languages.patch
 .
 accountsservice (23.13.9-3) unstable; urgency=medium
 .
   * Team upload
   * debian/patches/Disable-test_languages.patch
     - Temporary measure to work around failed test when building
       (closes: #1038865, #1041687).
Checksums-Sha1:
 0c613e30055d16b856b5b35b432c1136e3a82516 3322 accountsservice_23.13.9-7ubuntu1.dsc
 f1121d031661f51e47ebf24efcb9ac79a15ae172 39224 accountsservice_23.13.9-7ubuntu1.debian.tar.xz
 042dde3886b341be6c0736fe82bddd8263791f44 21433 accountsservice_23.13.9-7ubuntu1_source.buildinfo
Checksums-Sha256:
 71478a5e18def8e4a48b963acf1dd05c1b190b73b7db1b5da6a8fd39cf3bb604 3322 accountsservice_23.13.9-7ubuntu1.dsc
 021f0f1885dba03c806515e7fc36e96e0e5266c21fe86dc41887efa886113c6a 39224 accountsservice_23.13.9-7ubuntu1.debian.tar.xz
 b461b6c4e1f952aeea847c39a47ce458572d536cdf95849a3abe2d6272fe2938 21433 accountsservice_23.13.9-7ubuntu1_source.buildinfo
Files:
 09a87bc01b3285411d042c7a3a241c40 3322 admin optional accountsservice_23.13.9-7ubuntu1.dsc
 b8e2b0730679f3c756204333d2150e0c 39224 admin optional accountsservice_23.13.9-7ubuntu1.debian.tar.xz
 4be75e08742dee3609cfc973cec3caef 21433 admin optional accountsservice_23.13.9-7ubuntu1_source.buildinfo
Original-Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers at lists.alioth.debian.org>


More information about the plucky-changes mailing list