[Bug 1590411] Re: Sync flatpak 0.6.4-1 (universe) from Debian experimental (main)
Simon McVittie
1590411 at bugs.launchpad.net
Mon Jun 20 19:02:18 UTC 2016
Flatpak is in experimental because, until very recently, OSTree was in
experimental. I have since uploaded OSTree to unstable by removing the
more controversial bits (integration with grub, dracut and systemd for
the boot process, which I cannot actually test yet: see
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824649> and
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824650>).
The next Flatpak upload, 0.6.5-1, will likely be tomorrow and target
unstable. The upstream version already exists, but I wanted to sort out
some test failures before uploading. That version also links flatpak-
bwrap with -lselinux more correctly, which might fix a FTBFS with
Ubuntu's more pedantic linker.
I would suggest waiting for 0.6.5-1 tbh, particularly if you are auto-
syncing from unstable.
** Bug watch added: Debian Bug tracker #824649
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824649
** Bug watch added: Debian Bug tracker #824650
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824650
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1590411
Title:
Sync flatpak 0.6.4-1 (universe) from Debian experimental (main)
Status in Ubuntu:
New
Bug description:
Please sync flatpak 0.6.4-1 (universe) from Debian experimental (main)
All changelog entries:
flatpak (0.6.4-1) experimental; urgency=medium
* New upstream release
- d/p/Correctly-handle-with-privileged-group.patch: drop, no longer
necessary
- adjust packaging for new name and location of flatpak-bwrap
- adjust packaging for new location of installed-tests
* Unconditionally recommend gtk-update-icon-cache now that it's in
testing
- d/p/Try-gtk-3.0-version-of-the-icon-cache-utility-first.patch:
drop, no longer necessary
* d/control: update Homepage
* d/copyright: update Source
* tests: depend on attr, for setfattr, to get better test coverage
(still skipped if /var/tmp on the testbed does not support xattrs)
* d/p/flatpak-run-don-t-fail-if-there-are-no-system-fonts.patch:
don't fail uses of flatpak-run or the builder test if the system
has no fonts
* debian/org.freedesktop.Flatpak.pkla: add an equivalent of the
upstream JavaScript polkit rules (used by polkit >= 0.106),
for use with polkit 0.105 as shipped in Debian. This allows members
of group 'sudo' to install apps and runtimes into the system-wide
location, from any remote that was previously added/trusted by a
privileged user, without re-authenticating. (Closes: #825766)
-- Simon McVittie <smcv at debian.org> Sun, 05 Jun 2016 15:19:00 +0100
flatpak (0.6.2-1) experimental; urgency=medium
* New upstream release
- d/p/Treat-members-of-sudo-group-as-privileged.patch: drop,
superseded by new --with-privileged-group option
- d/p/Skip-tests-that-make-a-repository-if-var-tmp-lacks-user-x.patch:
drop, merged upstream
* Use new --with-privileged-group option to make "sudo" group privileged
- d/p/Correctly-handle-with-privileged-group.patch: add post-release
patch from upstream to make it work
- drop hack to make admin group privileged on Ubuntu, they started to
phase out that group in 2012
* Build-depend on libdw-dev from src:elfutils instead of libdwarf-dev.
Both provide dwarf.h, which is all we really need; libdw-dev is
the one that is used in various important packages, including systemd.
We also require src:elfutils anyway, for libelf-dev. (Closes: #825191)
* debian/upstream/signing-key.asc: add
* debian/gbp.conf: automatically merge upstream tag into imported source
-- Simon McVittie <smcv at debian.org> Tue, 24 May 2016 20:24:48 +0100
flatpak (0.6.1-1) experimental; urgency=medium
* New upstream release
- drop patches to bubblewrap, included in the submodule upstream
* d/p/Try-gtk-3.0-version-of-the-icon-cache-utility-first.patch:
add missing space between the tool's name and its --quiet argument
* d/p/Treat-members-of-sudo-group-as-privileged.patch:
use sudo, not wheel, as the group of administrative users
- d/rules: alter the polkit policy on Ubuntu derivatives to treat
the admin group as equivalent to sudo
* d/rules: don't install bwrap setuid on Ubuntu. Ubuntu enables
unprivileged user namespaces by default. (Closes: #825090)
* d/p/Skip-tests-that-make-a-repository-if-var-tmp-lacks-user-x.patch:
skip several tests if we can run bwrap, but cannot write extended
attributes in /var/tmp, for example on an Ubuntu live system
* Use dh_girepository to get correct ${gir:Depends}
* Prefer gtk-update-icon-cache as provider of the binary of the same
name, but still accept libgtk-3-bin for now, to be nice to backports
-- Simon McVittie <smcv at debian.org> Mon, 23 May 2016 23:06:50 +0100
flatpak (0.6.0-3) experimental; urgency=medium
* Build-depend on procps, for /bin/kill (used in the tests).
This fixes FTBFS in a more up-to-date buildd schroot.
-- Simon McVittie <smcv at debian.org> Sun, 22 May 2016 14:19:12 +0100
flatpak (0.6.0-2) experimental; urgency=medium
* debian/flatpak.postinst: initialize /var/lib/flatpak/repo
as requested by upstream
* debian/flatpak.postrm: remove /var/lib/flatpak/repo on purge
* Use dh-systemd to restart flatpak-system-helper on upgrades
* debian/tests/control: flatpak-builder test requires make
* Add patches from bubblewrap bug #71 to the embedded copy of bwrap,
fixing flatpak-builder on the normal configuration of Debian kernels
* Change patch for gtk-update-icon-cache-3.0 to fall back to
gtk-update-icon-cache. This means it will still work when the
Debian-specific gtk-update-icon-cache-3.0 name is dropped.
-- Simon McVittie <smcv at debian.org> Sat, 21 May 2016 22:57:49 +0100
flatpak (0.6.0-1) experimental; urgency=medium
* Rename package from xdg-app to flatpak, following upstream rename
* New upstream release
- Remove patches, applied upstream
- Add new build-dependency on libpolkit-gobject-1-dev
* libflatpak-dev: depend on libflatpak0, not flatpak (Closes: #823328)
* debian/copyright: update
* Install bwrap (bubblewrap) helper tool setuid by default, so that
the package works without further configuration (Closes: #823535)
- note that an unreleased snapshot of bwrap is also available as
src:bubblewrap; for now this package uses its bundled submodule,
until we get a better idea of how closely these packages will
need to track each other
* Add autopkgtests for as-installed testing
* Build-depend on dbus-x11: the tests explicitly use dbus-launch
-- Simon McVittie <smcv at debian.org> Wed, 04 May 2016 09:36:05 +0100
xdg-app (0.5.2-1) experimental; urgency=medium
* New upstream release
* debian/patches/install-Only-set-current-for-apps-not-for-runtimes.patch:
remove, no longer necessary (and wasn't applied)
* debian/gbp.conf: use DEP-14 branch names
* Correct ITP bug number in previous changelog entry (was #697477,
should have been #813308)
* Don't build-depend on fuse. The test that uses fuse appears to fail on
buildds, possibly because the kernel module is blacklisted; it should
automatically be skipped when fuse isn't installed.
* debian/gbp.conf: disable numbered patches, to reduce diff noise when
they get applied upstream
* d/p/session-helper-connect-the-D-Bus-and-systemd-services.patch:
link the D-Bus session service to the systemd user service
* Standards-Version: 3.9.8 (no changes needed)
-- Simon McVittie <smcv at debian.org> Mon, 25 Apr 2016 09:06:11 +0100
xdg-app (0.5.0-1) experimental; urgency=medium
* Prepare package for Debian (Closes: #813308)
* Set the Utopia Maintenance Team as maintainer, with myself and
Matthias Klumpp as uploaders
* Add Vcs-Git, Vcs-Browser (in collab-maint git)
* Remove unnecessary use of dh-exec
* Remove -dbg package, rely on automatic dbgsym packages instead
* debian/.gitignore: add
* debian/copyright: fill in all copyright holders
* Normalize packaging via `wrap-and-sort -abst`
* Adjust Section for the packages
* Run the tests with VERBOSE=1
* Install the new systemd user services
* Run dh_install with --fail-missing to catch mistakes
* Rename libxdgapp to the correct libxdg-app0 corresponding to
libxdg-app.so.0
* Rename libxdgapp-dev to libxdg-app-dev for consistency
* Stop disabling the test that relies on FUSE; it is now correctly
skipped if appropriate
* Re-enable gtk-doc and add a libxdg-app-doc package
* Add libxdg-app0.symbols
* Add missing development dependencies
* Set ${libexecdir} to /usr/lib/xdg-app, to avoid the toolchain getting
confused by PIE executables in ${libexecdir} and treating them as
incorrectly-named shared libraries
* xdg-app-builder: reduce non-mandatory build tools to Recommends
* xdg-app-builder: do not depend on tar, which is Essential
* Fill in better values for Description
* Depend on libpam-systemd (i.e. a working systemd-logind),
because xdg-app currently relies on systemd to put user processes
in cgroups
* Run tests once via check-TESTS, but do not run them a second time
via gtester, which fails because all test-cases in one test might
be skipped
* debian/control: document how to enable user namespaces
* Only build for Linux: this package is specifically not portable
-- Simon McVittie <smcv at debian.org> Sat, 19 Mar 2016 18:08:53 +0000
xdg-app (0.5.0-0alexlarsson1~wily1) wily; urgency=medium
* Update to new upstream version
-- Alexander Larsson <alexander.larsson at gmail.com> Wed, 16 Mar 2016
10:10:34 +0200
xdg-app (0.4.13-0alexlarsson3~vivid1) vivid; urgency=medium
* Update to new upstream version
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 26 Feb 2016
10:12:00 +0200
xdg-app (0.4.12-0alexlarsson1~vivid1) vivid; urgency=medium
* Update to new upstream version
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 19 Feb 2016
13:18:00 +0200
xdg-app (0.4.11-0alexlarsson1~vivid1) vivid; urgency=medium
* Update to new upstream version
-- Alexander Larsson <alexander.larsson at gmail.com> Tue, 9 Feb 2016
12:25:00 +0200
xdg-app (0.4.10-0alexlarsson1~vivid1) vivid; urgency=medium
* Update to new upstream version
-- Alexander Larsson <alexander.larsson at gmail.com> Tue, 9 Feb 2016
10:42:00 +0200
xdg-app (0.4.9-0alexlarsson1~vivid1) vivid; urgency=medium
* Update to new upstream version
-- Alexander Larsson <alexander.larsson at gmail.com> Mon, 8 Feb 2016
15:15:00 +0200
xdg-app (0.4.7-alexlarsson1~vivid4) vivid; urgency=medium
* Disabled gtk-doc
-- Alexander Larsson <alexander.larsson at gmail.com> Mon, 25 Jan 2016
11:15:00 +0200
xdg-app (0.4.7-alexlarsson1~vivid1) vivid; urgency=medium
* New upstream release
-- Alexander Larsson <alexander.larsson at gmail.com> Mon, 25 Jan 2016
11:05:00 +0200
xdg-app (0.4.6-alexlarsson1~vivid2) vivid; urgency=medium
* New upstream release
-- Alexander Larsson <alexander.larsson at gmail.com> Thu, 17 Dec 2015
11:05:00 +0200
xdg-app (0.4.5-alexlarsson1~vivid) vivid; urgency=medium
* New upstream release
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 06 Nov 2015
15:41:00 +0200
xdg-app (0.4.4-alexlarsson1) vivid; urgency=medium
* New upstream release
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 02 Oct 2015
10:01:55 +0200
xdg-app (0.4.3-alexlarsson5) vivid; urgency=medium
* Really disable fuse tests
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 02 Oct 2015
09:20:53 +0200
xdg-app (0.4.3-alexlarsson4) vivid; urgency=medium
* Remove fuse based tests, as they don't work in ppa build
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 02 Oct 2015
09:06:51 +0200
xdg-app (0.4.3-alexlarsson3) vivid; urgency=medium
* Add fuse dependency
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 02 Oct 2015
08:48:48 +0200
xdg-app (0.4.3-alexlarsson2) vivid; urgency=medium
* Add dbus dependency
-- Alexander Larsson <alexander.larsson at gmail.com> Fri, 02 Oct 2015
08:40:46 +0200
xdg-app (0.4.3-alexlarsson1) vivid; urgency=medium
* New upstream release
-- Alexander Larsson <alexander.larsson at gmail.com> Thu, 01 Oct 2015
13:06:05 +0200
xdg-app (0.1-0amigadave4) trusty; urgency=low
* Add build dependency on dh-exec.
-- David King <amigadave at amigadave.com> Wed, 08 Apr 2015 13:48:36
+0100
xdg-app (0.1-0amigadave3) trusty; urgency=low
[ David King ]
* Add build dependency on libattr1-dev.
-- David King <amigadave at amigadave.com> Wed, 08 Apr 2015 13:36:39
+0100
xdg-app (0.1-0amigadave2) trusty; urgency=low
[ David King ]
* Add build dependency on xsltproc.
-- David King <amigadave at amigadave.com> Wed, 08 Apr 2015 13:28:14
+0100
xdg-app (0.1-0amigadave1) trusty; urgency=low
[ David King ]
* Initial packaging.
-- David King <amigadave at amigadave.com> Thu, 02 Apr 2015 15:44:01
+0000
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1590411/+subscriptions
More information about the Ubuntu-sponsors
mailing list