lp:debian/accountsservice

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/accountsservice
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

24. By Alessio Treglia

* src/user.c: Be more careful when resetting the users icons
  - When the current icon is in /usr/share, and we reset the icon, we try
    to delete a nonexisting icon file in /var/lib/AccountsService/icons.
    Deal with this eventuality.
* fix compute_object_path on powerpc (Closes: #635168)
  - long isn't necessarily 64bit. On big endian architectures, where it's
    smaller than 64bit, the compute_object_path function will get computed
    incorrectly; thanks to Ray Strode and Michel Dänzer.
* Apply 2001-icon_reset.patch,3001-show_more_than_one_user_powerpc.patch on
  Ubuntu too.
* Integrate Ubuntu patches and apply them in debian/patches/ubuntu.series
  (for Ubuntu only):
  - 0001-formats-locale-property.patch
  - 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch
  - 0005-gdm_config_file_path_ubuntu.patch
  - 0008-nopasswdlogin-group.patch
  - 0009-language-tools.patch
  - 0010-set-language.patch
  - 0011-add-background-file-support.patch
  - 0012-add-keyboard-layout-support.patch
  - 0013-add-has-message-support.patch

23. By Alessio Treglia

* Move GIR package into the new section "introspection".
* debian/patches/0011-add-background-file-support.patch
  - Add support for a BackgroundFile property, similar to IconFile.
    Apply on Ubuntu only. (LP: #844081)
* Fix file permissions bypass (LP: #904395), applies on Ubuntu only:
  - debian/patches/0010-set-language.patch:
    Drop privileges before letting help scripts in
    /usr/share/language-tools write to $HOME.
  - debian/patches/0009-language-tools.patch:
    Drop chown() call in /usr/share/language-tools/save-to-profile.
    CVE-2011-4406
* Refresh patches.

22. By Martin Pitt

[ Gunnar Hjalmarsson ]
* 0009-language-tools.patch: Sort the list of language options, for the
  language chooser in LightDM (LP: #868346).

[ Martin Pitt ]
* 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch: Use "sudo"
  group instead of "admin", for Debian/sudo compatibility. However, keep
  recognizing "admin" as administrator, too. (LP: #893842)

21. By Alessio Treglia

[ Alessio Treglia ]
* New upstream release:
  - fix build on FreeBSD and OpenBSD
  - only accept regular files as icons
  - don't track non-graphical sessions
  - fix wtmp handling
* Refresh Debian's patches.
* Refresh Ubuntu's patches.
* Update debian/copyright to comply with DEP-4 rev-174.

[ Martin Pitt ]
* 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch: Add admin
  users to the same groups as Ubiquity, i. e. add "adm", "lpadmin", and
  "sambashare". Patch by Rodrigo Moya. (LP #810907)
* Add 0007-add-lightdm-support.patch: Support setting/reading LightDM
  autologin settings. Patch by Mike Terry. Applied to both Debian and Ubuntu
  builds. (fd.o #40020, LP#798962)
* Add 0008-nopasswdlogin-group.patch: When setting a user to have no
  password, also add them to the 'nopasswdlogin' group. Patch by Mike Terry.
  (Applied for Ubuntu only.) (LP #815271)
* Add 0009-language-tools.patch: Helper scripts for managing the language
  environment are made available in /usr/share/language-tools. They are
  supporting accountsservice's "SetLanguage" method, but for now some of the
  files may also be called from other packages directly. Patch by Gunnar
  Hjalmarsson. (Applied for Ubuntu only.)
* Add 0010-set-language.patch: When a new language is set, update the user's
  ~/.profile file with the corresponding environment variables.
  Patch by Gunnar Hjalmarsson. (Applied for Ubuntu only.)
* debian/rules: Install language tools, when built.
* 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch:
  - Add admin users to the same groups as Ubiquity, i. e. add "adm",
    "lpadmin", and "sambashare". Patch by Rodrigo Moya. (LP #810907)
* Add 0008-nopasswdlogin-group.patch: When setting a user to have no
  password, also add them to the 'nopasswdlogin' group. Patch by Mike
  Terry. (Applied for Ubuntu only.) (LP #815271)
* Add Ubuntu patches for writing "SetLanguage" values to ~/.profile.
* Add 0007-add-lightdm-support.patch: Support setting/reading LightDM
  autologin settings. Patch by Mike Terry. Applied to both Debian and Ubuntu
  builds. (fd.o #40020, LP#798962)

20. By Martin Pitt

Upload current Debian packaging git head to oneiric. I applied our Ubuntu
changes to Debian.

* 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch: Add admin
  users to the same groups as Ubiquity, i. e. add "adm", "lpadmin", and
  "sambashare". Patch by Rodrigo Moya. (LP #810907)
* Add 0007-add-lightdm-support.patch: Support setting/reading LightDM
  autologin settings. Patch by Mike Terry. Applied to both Debian and Ubuntu
  builds. (fd.o #40020, LP#798962)
* Add 0008-nopasswdlogin-group.patch: When setting a user to have no
  password, also add them to the 'nopasswdlogin' group. Patch by Mike Terry.
  (Applied for Ubuntu only.) (LP #815271)
* Add 0009-language-tools.patch: Helper scripts for managing the language
  environment are made available in /usr/share/language-tools. They are
  supporting accountsservice's "SetLanguage" method, but for now some of the
  files may also be called from other packages directly. Patch by Gunnar
  Hjalmarsson. (Applied for Ubuntu only.)
* Add 0010-set-language.patch: When a new language is set, update the user's
  ~/.profile file with the corresponding environment variables.
  Patch by Gunnar Hjalmarsson. (Applied for Ubuntu only.)
* debian/rules: Install language tools, when built.

19. By Rodrigo Moya

* debian/patches/0002-create-and-manage-groups-like-on-a-ubuntu-system.patch:
  - Add admin users to the same groups as Ubiquity (LP: #810907)

18. By Michael Terry

* debian/patches/0008-nopasswdlogin-group.patch:
  - When setting a user to have no password, also add them to the
    'nopasswdlogin' group. LP: #815271

17. By Martin Pitt

releasing version 0.6.13-1ubuntu2

16. By Martin Pitt

* debian/patches/1002-language-tools.patch:
  Helper scripts for managing the language environment are made available
  in /usr/share/language-tools. They are supporting accountsservice's
  "SetLanguage" method, but for now some of the files may also be
  called from other packages directly. This brings back the functionality
  that previously was in gdm and language-selector.
* debian/patches/1003-set-language.patch:
  When a new language is set, update the user's ~/.profile file with
  the corresponding environment variables.

15. By Michael Terry

* debian/patches/0007-add-lightdm-support.patch:
  - Add support for reading/setting LightDM's autologin preference.
    LP: #798962

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers