1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
|
phosh (0.8.0-1) unstable; urgency=medium
* New upstream version 0.8.0
* d/gbp.conf: Include submodule automatically.
This makes `gbp export-orig` work out of the box when creating the
upstream tarball since it includes the gvc submodule.
* Build-depend libsystemd-dev.
Needed for logind support
* debian: Pick phosh.service from data/ for less downstream chanegs
* debian: Pick schema overrides from data/ for less downstream changes
-- Guido Günther <agx@sigxcpu.org> Tue, 19 Jan 2021 10:34:47 +0100
phosh (0.7.1-1) unstable; urgency=medium
* New upsetream version 0.7.1
* Drop patches
all applied upstream
-- Guido Günther <agx@sigxcpu.org> Fri, 18 Dec 2020 17:09:01 +0100
phosh (0.7.0-1) unstable; urgency=medium
* New upstream version 0.7.0
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Tue, 15 Dec 2020 09:56:24 +0100
phosh (0.6.0-1) unstable; urgency=medium
[ Guido Günther ]
* d/control: Update package description.
* debian: Bump libhandy build-dependency to 1.0.2.
We need the fixes there for the overview.
[ Arnaud Ferraris ]
* New upstream version 0.6.0
* d/control: fix typos in descriptions
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Mon, 16 Nov 2020 10:52:55 +0100
phosh (0.5.1-1) unstable; urgency=medium
* New upstream version 0.5.1
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Thu, 05 Nov 2020 14:47:48 +0100
phosh (0.5.0-2) unstable; urgency=medium
* debian: Depend on gnome-shell-common. We use that schema for the
keybindings. (Closes: #973350)
* schema override: Drop button-layout. Phosh toggles this automatically now.
-- Guido Günther <agx@sigxcpu.org> Thu, 29 Oct 2020 11:11:38 +0100
phosh (0.5.0-1) unstable; urgency=medium
[ Guido Günther ]
* debian: Support nodoc build profile.
* d/control: Depend on phoc that doesn't crash when unbinding keyboard grabs.
[ Arnaud Ferraris ]
* New upstream version 0.5.0
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Wed, 28 Oct 2020 11:34:57 +0100
phosh (0.4.5-2) unstable; urgency=medium
* phosh-tweaks: Enable screen keyboard by default.
This is needed by squeekboard 1.10.0.
-- Guido Günther <agx@sigxcpu.org> Fri, 23 Oct 2020 16:21:50 +0200
phosh (0.4.5-1) unstable; urgency=medium
[ Guido Günther ]
* d/phosh.service: Set XDG_CURRENT_DESKTOP.
Do it here until we run a display manager.
* d/control: Add doc packages.
Needed to get the cross references right
[ Arnaud Ferraris ]
* New upstream version 0.4.5
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Sun, 11 Oct 2020 19:01:55 +0200
phosh (0.4.4-1) unstable; urgency=medium
[ Guido Günther ]
* d/rules: Work around failed doc build on install.
This works around a problem where an invocation
of `meson-install` does not generate all docs. See
https://github.com/mesonbuild/meson/issues/2831
* debian: Build-depend on pandoc for the deb build.
* debian: Install all phosh related schema files.
Otherwise we lack the enums and fail to start
* d/control: Bump libhandy dependency to 1.0.
[ Arnaud Ferraris ]
* New upstream release 0.4.4
* d/patches: remove upstreamed patch
* d/control: add ${misc:Depends} to phosh-mobile-tweaks
Fixes: lintian: debhelper-but-no-misc-depends
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Mon, 21 Sep 2020 10:35:30 +0200
phosh (0.4.3-3) unstable; urgency=medium
* salsa-ci: Fetch submodule.
This makes sure we have gvc available
* d/copyright: Drop duplicate match
src/gtk-list-models/gtksortlistmodel.* is correctly covered
by the entry above.
* d/changelog: Fix src/gtk-list-models/gtkrbtree.* license.
The files are LGPL2+ according to their file header.
* d/gbp.conf: Drop 'v' from Debian version number.
Debian version numbers usually use the plain
`debian/<number>-<revision>'.
* Add mobile tweaks.
This adds GSettings overrides to properly configure phosh
and applictions in adaptive environments.
-- Guido Günther <agx@sigxcpu.org> Sun, 30 Aug 2020 09:15:23 +0200
phosh (0.4.3-2) unstable; urgency=medium
* Recommend components to run the phosh session.
Thanks to Bernhard Übelacker (Closes: #968106)
* d/control: Split gnome-session dependency.
Directly depend on gnome-session-common and gnome-session-bin so we
don't add a hard-dependency on gnome-shell and don't pull in GNOMEs
X11 and Wayland sessions by default.
-- Guido Günther <agx@sigxcpu.org> Mon, 17 Aug 2020 09:29:30 +0200
phosh (0.4.3-1) unstable; urgency=medium
[ Arnaud Ferraris ]
* New upstream release 0.4.3
* d/patches: fix build on 32-bit platforms
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Tue, 04 Aug 2020 17:06:48 +0200
phosh (0.4.2-1) unstable; urgency=medium
[ Arnaud Ferraris ]
* d/control: drop Recommends: phoc
Phoc is now a dependency, it shouldn't appear in the `Recommends:`
section anymore
* New upstream version 0.4.2
* Revert "d/control: drop all references to phoc"
As phoc v0.4.1 is now in unstable, we can safely depend on it.
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Sun, 26 Jul 2020 14:32:28 +0200
phosh (0.4.1-1) unstable; urgency=medium
[ Guido Günther ]
* debian: Avoid clashes with other xvfb-run instances.
Pass '-a' to make it pick a port by itself.
* debian: Build-depend on phoc an gnome-themes-extra-data.
Phoc is needed for the layer surface tests and gtk complains about lack
of css without gnome-themes-extra-data.
* d/rules: Depend on phoc >= 0.4.0.
While we can run with older versions this makes sure people
pull in a recent enough version for all the feaures.
* d/rules: Turn off compositor based tests.
They don't run on buster and we need phoc releases
for newer versions so we can toggle this on later.
[ Arnaud Ferraris ]
* New upstream release 0.4.1
* d/copyright: add entries for libgnome-volume-control.
As we provide libgnome-volume-control's source code as a checked out
subproject, we must provide copyright information for its files too.
* d/control: drop all references to phoc
Phoc is not yet in Debian's main archive, so we can't depend on or
recommend it.
This will be reverted when phoc gets accepted to unstable.
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Wed, 22 Jul 2020 11:28:59 +0200
phosh (0.3.1-2) unstable; urgency=medium
* debian: build phosh-doc package
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Wed, 01 Jul 2020 12:37:12 +0200
phosh (0.3.1-1) unstable; urgency=medium
[ Federico Ceratto ]
* Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
* Set upstream metadata fields: Repository.
Fixes: lintian: upstream-metadata-file-is-missing
Fixes: lintian: upstream-metadata-missing-repository
* Bump debhelper compat version
* Add Rules-Requires-Root: no
[ Guido Günther ]
* debian: Add phoc-doc
This makes the documentation useable via devhelp.
[ Arnaud Ferraris ]
* debian: add salsa-ci
* d/patches: drop upstreamed 0001-src-fix-typos.patch
* d/control: Switch maintainer to team address
* debian: don't build phosh-doc for now
* d/upstream: add missing metadata fields
Fixes: lintian: upstream-metadata-missing-bug-tracking
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Wed, 24 Jun 2020 11:52:02 +0200
phosh (0.2.2-1) unstable; urgency=medium
* Initial Debian release (Closes: #907641)
-- Arnaud Ferraris <arnaud.ferraris@gmail.com> Wed, 15 Apr 2020 18:50:53 +0200
|