group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #12400
[Bug 1656712] Re: Update flatpak and ostree to 0.8
This bug was fixed in the package ostree -
2016.15-2ubuntu1~ubuntu16.10.1
---------------
ostree (2016.15-2ubuntu1~ubuntu16.10.1) yakkety; urgency=medium
* No-change backport to yakkety (LP: #1656712)
ostree (2016.15-2ubuntu1) zesty; urgency=medium
* Build-depend on libgpgme11-dev instead of new libgpgme-dev which
isn't built in Ubuntu yet
ostree (2016.15-2) unstable; urgency=medium
* Make all test failures non-fatal at build time, so that intermittent
test failures do not interfere with possible security updates during
Debian stretch-as-stable.
ostree (2016.15-1) unstable; urgency=medium
* New upstream release
- d/patches: drop all patches, applied upstream
ostree (2016.14-2) unstable; urgency=medium
* Make build-time test failures non-fatal, as long as at least
3 out of 5 attempts succeed.
There are several upstream bugs that cause intermittent test
failures, and can intermittently be reproduced in real use.
However, these are not regressions, so we should not FTBFS just
because we happen to have been unlucky during build.
* d/p/Terminate-individual-tests-after-10-minutes.patch:
replace d/p/debian/Terminate-individual-tests-after-half-an-hour.patch
with the version that I sent upstream, which uses SIGABRT and
terminates the tests sooner
* d/p/*.patch: import more memory leak fixes from upstream
ostree (2016.14-1) unstable; urgency=medium
* Switch the build-dependency on libgpgme11-dev (which no longer exists
as a real package) to libgpgme-dev
* Drop the version from versioned build-dependencies where the required
version was already present in oldstable
* New upstream release
- update symbols file for new ABI
* Import various post-release fixes from upstream
ostree (2016.13-1) unstable; urgency=medium
* New upstream release
- d/p/dist/Retrieve-some-missing-test-files-from-upstream-git.patch:
remove, 2016.13 was released with a fixed "make dist"
- d/p/Filter-bootloader-supplied-kernel-cmdline-options.patch:
remove, merged upstream
* d/copyright: drop copyright and license stanzas for files that are
in upstream git but not in tarballs
ostree (2016.12-2) unstable; urgency=medium
* d/p/Filter-bootloader-supplied-kernel-cmdline-options.patch:
- Filter out kernel command line parameters set by the bootloading when
deriving the configuration from /proc/cmdline.
* Add myself to uploaders
ostree (2016.12-1) unstable; urgency=medium
* Force LC_ALL=C.UTF-8 during build, so that builds in non-English
locales can pass their build-time tests
* New upstream release
* Build-depend on ca-certificates. glib-networking now generates
warnings if those are missing, causing the build-time tests to fail.
ostree (2016.11-1) unstable; urgency=medium
* New upstream release
* Relicense debian/ from GPL-2+ to LGPL-2+, with permission from
David King
* Install GObject-Introspection typelibs to multiarch path,
and mark gir1.2-ostree-1.0 as Multi-Arch: same
* libostree-dev: stop depending on ostree. It isn't necessary to
use the library, and would break multiarch installability
* Move to debhelper compat level 10
- stop using dh --parallel, it's the default now
- don't use autoreconf and systemd addons explicitly, they are
the default now
* d/p/dist/Retrieve-some-missing-test-files-from-upstream-git.patch:
fetch missing test files from upstream git
- debian/rules: make the missing scripts executable
-- Jeremy Bicha <jbicha@xxxxxxxxxx> Mon, 16 Jan 2017 15:59:33 -0500
** Changed in: ostree (Ubuntu Yakkety)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1656712
Title:
Update flatpak and ostree to 0.8
Status in flatpak package in Ubuntu:
Fix Released
Status in ostree package in Ubuntu:
Fix Released
Status in flatpak source package in Xenial:
In Progress
Status in ostree source package in Xenial:
In Progress
Status in flatpak source package in Yakkety:
Fix Released
Status in ostree source package in Yakkety:
Fix Released
Bug description:
Impact
======
Flatpak 0.8 is a new LTS release of the alternative package set.
https://blogs.gnome.org/alexl/2016/12/22/a-stable-base-for-
flatpak-0-8/
This update includes these components for 16.04 LTS and 16.10:
- flatpak 0.8.2
- ostree 2016.15
This basically matches the set that is also available in Debian's
upcoming new stable release. All of these source packages are new to
16.04 LTS.
Test Case
=========
1. Install an app with the old syntax (before upgrading flatpak and ostree)
sudo apt install flatpak
wget https://people.gnome.org/~alexl/keys/gnome-sdk.gpg
flatpak remote-add --user --gpg-import=gnome-sdk.gpg gnome http://sdk.gnome.org/repo/
flatpak --user install gnome org.gnome.Platform 3.22
flatpak --user remote-add --gpg-import=gnome-sdk.gpg gnome-apps http://sdk.gnome.org/repo-apps/
flatpak --user install gnome-apps org.gnome.iagno
Note that you may need to logout and log back in after installing your
first Flatpak app before the app shows up in the Activities Overview.
After upgrading flapak and ostree, check whether the Iagno app is
still installed.
2. Install an app with the new syntax
flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
flatpak remote-add --from gnome-apps https://sdk.gnome.org/gnome-apps.flatpakrepo
flatpak --user install gnome-apps org.gnome.Devhelp
flatpak run org.gnome.Devhelp (or click the launcher like any other app)
The test case for ostree is just making sure flatpak works.
Regression Potential
====================
There's no regression for Ubuntu 16.04 since these are new packages there that should have no affect on other packages.
For 16.10, this has an inherent regression. The command-line syntax
changed in flatpak 0.6.13. However, since virtually all of the guides
to using Flatpak including http://flatpak.org/apps use the new syntax
that will not work with 16.10's older flatpak, it seems better for
users to get used to the new syntax.
Other Info
==========
Just like snap was backported to 14.04 LTS to -updates, this is being backported to 16.04 LTS -updates. Both snap and Flatpak are useful for people who want to run new apps on an LTS operating system.
Flatpak is not easily backportable to 14.04 LTS.
bubblewrap is required for this SRU and is being tracked in LP:
#1649330
A separate SRU may be filed later to update xdg-desktop-portal and
xdg-desktop-portal-gtk. They are optional dependencies and I'm told
that most Flatpak apps do not use them yet.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flatpak/+bug/1656712/+subscriptions