lp:ubuntu/vivid-proposed/click

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/vivid-proposed/click
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

69. By CI Train Bot Account

[ Sebastien Bacher ]
Don't try to replace initctl if it's not there (lp: #1430436)

68. By CI Train Bot Account

[ Michael Vogt ]
* lp:~mvo/click/lp1232130-kill-on-remove-2:
  - When uninstalling a app, stop it if its running (LP: #1232130)
* lp:~mvo/click/dont-crash-for-empty-db:
  - Do not crash when no database configuration is used and
    Click.DB.{get,props.overlay,gc,ensure_ownership} are called.
* lp:~mvo/click/lp1219912-build-exclude:
  - add a new --ignore option to click {build,buildsource}
    (LP: #1219912)
* lp:~mvo/click/fix-multiple-framework-validation:
  - fix framework validation for snappy
* run debian/packagekit-check with "sh" as something in jenkins
  made it mode 0644

[ CI Train Bot ]
* New rebuild forced.

67. By CI Train Bot Account

[ Michael Vogt ]
* lp:~mvo/click/lp1232130-kill-on-remove-2:
  - When uninstalling a app, stop it if its running (LP: #1232130)
* lp:~mvo/click/dont-crash-for-empty-db:
  - Do not crash when no database configuration is used and
    Click.DB.{get,props.overlay,gc,ensure_ownership} are called.
* lp:~mvo/click/lp1219912-build-exclude:
  - add a new --ignore option to click {build,buildsource}
    (LP: #1219912)
* lp:~mvo/click/fix-multiple-framework-validation:
  - fix framework validation for snappy
* run debian/packagekit-check with "sh" as something in jenkins
  made it mode 0644

[ CI Train Bot ]
* New rebuild forced.

66. By CI Train Bot Account

[ Michael Vogt ]
* lp:~mvo/click/lp1232130-kill-on-remove-2:
  - When uninstalling a app, stop it if its running (LP: #1232130)
* lp:~mvo/click/dont-crash-for-empty-db:
  - Do not crash when no database configuration is used and
    Click.DB.{get,props.overlay,gc,ensure_ownership} are called.
* lp:~mvo/click/lp1219912-build-exclude:
  - add a new --ignore option to click {build,buildsource}
    (LP: #1219912)
* lp:~mvo/click/fix-multiple-framework-validation:
  - fix framework validation for snappy

65. By CI Train Bot Account

[ Michael Vogt ]
* lp:~mvo/click/no-error-no-missing-systemctl:
  - fix a spurious error message on systems without systemctl
* lp:~mvo/click/do-not-crash-in-build-on-broken-symlinks:
  - do not crash when building a click package that contains broken
    symlinks
* lp:~mvo/click/dpkg-less-verbose:
  - do not show dpkg output on install unless --verbose is used
* lp:~mvo/click/lp1394256-run-user-hooks:
  - ensures that click user hooks are run for all logged in users when
    click is used with "--all-users".
* lp:~mvo/click/qt5-qmake-cross-armhf:
  - add qt5-qmake-arm-linux-gnueabihf to chroot (LP: #1393698)
* lp:~mvo/click/chroot-15.04-multiarch:
  - add ubuntu-sdk-libs-tools and oxide-codecs-extra to the chroot
* lp:~mvo/click/lp1394256-run-user-hooks-on-remove-too:
  - Run the click remove user hooks for all logged in users.
* click/chroot.py:
  - use string.format() for chroot TARGET selection
* skip 0.4.36 version and go straight to 0.4.37 (LP: #1418086)

[ Zoltan Balogh ]
* lp:~bzoltan/click/vivid-transition_mirrors:
  - use geoip to guess the most suitable country mirror when creating
    the click chroot

64. By PS Jenkins bot

[ Michael Vogt ]
* lp:~mvo/click/add-run-shm:
  - Ensure /run/shm is available in a click chroot
* lp:~mvo/click/ubuntu-core-framework:
  - Add "ubuntu-core-15.04-dev1" click chroot

63. By PS Jenkins bot

[ Michael Vogt ]
* Demote ubuntu-app-launch-tools from a click recommends to a suggests,
  since they are not needed on server installs.
* Use dh-systemd to enable click system and user hook integration
  (LP: #1379657).
* add ubuntu-sdk-15.04 based on ubuntu-sdk-libs/ubuntu-sdk-libs-dev
* click/tests/preload.h:
  - replace deprecated "Attributes:" with annotations on the
    identifier
* click/tests/Makefile.am:
  - add --libtool to g-ir-scanner so that it uses the generated
    libtool instead of the system libtool which is now part of
    the libtool-bin package in vivid

[ Colin Watson ]
* Make "click info" always try opening the input file as a package and
  only try to interpret it as a file in an installed package if that
  fails, rather than guessing by the input file extension.
* Allow "click chroot install" and "click chroot upgrade" to operate on
  sessions.

[ David Planella ]
* Adds internationalization tools and CMake macros required by the
  new Qt Creator app and scope templates that provide internationalization
  code.

[ Pete Woods ]
* Include Canonical's cmake-extras project in the schroot.

62. By PS Jenkins bot

[ Pete Woods ]
* Add scope-facing APIs to chroot build (LP: #1370727).

[ Colin Watson ]
* Warn that "click install" without a registration may result in later
  garbage-collection.
* Rearrange garbage-collection to remove versions of packages that have no
  user registrations and are not running, rather than using the artificial
  @gcinuse registration which never really worked properly.
* Run garbage-collection immediately before running system hooks on system
  startup (LP: #1342858).
* Add new -n/--name option to "click chroot", defaulting to "click"
  (LP: #1364327).

[ Michael Vogt ]
* Make click destroy more robust by unmounting any mounted filesystem
  inside the schroot first (LP: #1346723).
* Stop apps if necessary when uninstalling them (LP: #1232130).
* Add new "click framework {info,get-field}" subcommands.

61. By PS Jenkins bot

[ Michael Vogt ]
fix autopkgtest failure found in 0.4.32

60. By PS Jenkins bot

[ Daniel Holbach ]
* Run click-review after a successful build of a click package. Offer
  --no-validate as an option.

[ Colin Watson ]
* Move integration tests to a location where they won't end up being
  installed into inappropriate places on the system module path
  (LP: #1337696).
* Use six.with_metaclass for TestBuildCoreApps, so that it doesn't make
  pyflakes angry when running tests under Python 2.

[ Michael Vogt ]
* Add more integration tests for "click {list,register,verify,info}".
* Only install trusted click packages by default. To override you
  can run "pkcon --allow-untrusted" (LP: #1360582)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/vivid/click
This branch contains Public information 
Everyone can see this information.

Subscribers