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 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367
|
xdg-desktop-portal-gtk (1.15.3-1) unstable; urgency=medium
* New upstream bugfix release
* Drop the single patch, applied upstream
* Standards-Version: 4.7.2 (no changes required)
-- Simon McVittie <smcv@debian.org> Sat, 22 Mar 2025 20:47:09 +0000
xdg-desktop-portal-gtk (1.15.2-2) unstable; urgency=medium
* d/p/notification-Pass-GUnixFDList-on-x-d-p-1.19.1.patch:
Add patch from upstream git to fix a crash when built against
x-d-p 1.19.x
-- Simon McVittie <smcv@debian.org> Sun, 16 Feb 2025 16:21:06 +0000
xdg-desktop-portal-gtk (1.15.2-1) unstable; urgency=medium
* New upstream release
* d/copyright: Update
* d/salsa-ci.yml: Use recommended recipe
* Standards-Version: 4.7.0 (no changes required)
-- Simon McVittie <smcv@debian.org> Thu, 09 Jan 2025 23:04:18 +0000
xdg-desktop-portal-gtk (1.15.1-1) unstable; urgency=medium
* New upstream release
- Build using Meson
* d/control: Drop unused Build-Depends: dbus, libdbus-1-dev
* d/gbp.conf: Update packaging branch to debian/latest
* Standards-Version: 4.6.2 (no changes required)
-- Simon McVittie <smcv@debian.org> Thu, 26 Oct 2023 17:08:42 +0100
xdg-desktop-portal-gtk (1.14.1-1) unstable; urgency=medium
* New upstream release
- Functionally equivalent to 1.14.0-2
- Drop all patches, included in upstream release
-- Simon McVittie <smcv@debian.org> Tue, 29 Nov 2022 13:49:12 +0000
xdg-desktop-portal-gtk (1.14.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Update standards version to 4.6.1 (no changes needed)
* Canonicalize case of Multi-Arch field
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on libglib2.0-dev and
libgtk-3-dev.
[ Simon McVittie ]
* d/watch: Adapt to Github web page changes
* d/patches: Add translation updates from upstream
* d/patches: Add bug fixes from upstream git, up to 1.14.0-19-g9702bac
- printing, wallpaper: Fix some memory leaks
- printing: Consistently include .desktop in the fallback app name
- screencast: Fall back to desktop ID if we don't know the app name
- appchooser: Fix a use-after-free
- wallpaper: Handle errors storing images in the cache
- email: Fix a crash if no addresses are provided
- notification: Fix notifications for apps with no ID not appearing
- screenshot: Report whether PickColor is implemented, if possible
(this requires xdg-desktop-portal 1.15.0-3 at runtime)
-- Simon McVittie <smcv@debian.org> Tue, 22 Nov 2022 10:40:09 +0000
xdg-desktop-portal-gtk (1.14.0-1) unstable; urgency=medium
* New upstream release
* d/control: Update build-dependencies
* d/copyright: Update
-- Simon McVittie <smcv@debian.org> Mon, 21 Mar 2022 10:41:22 +0000
xdg-desktop-portal-gtk (1.12.0-1) unstable; urgency=medium
* New upstream release
-- Simon McVittie <smcv@debian.org> Sun, 26 Dec 2021 18:39:19 +0000
xdg-desktop-portal-gtk (1.10.0-3) unstable; urgency=medium
* d/control, d/rules: Disable wallpaper backend.
This is now in the -gnome backend, and disabling it avoids the
dependency on libgnome-desktop-3-19 for non-GNOME desktops.
* d/control: Explicitly (build-)depend on gsettings-desktop-schemas(-dev).
Previously, we got this via libgnome-desktop-3-dev, but we no longer
depend on that, and explicit is better than implicit anyway.
* d/rules: Add comments explaining why we enable each of the non-default
options that overlap with the -gnome backend. These also mention the
dependencies that each option adds.
* Upload to unstable
-- Simon McVittie <smcv@debian.org> Tue, 16 Nov 2021 10:44:55 +0000
xdg-desktop-portal-gtk (1.10.0-2) experimental; urgency=medium
* d/gbp.conf: Branch for experimental
* d/rules: Disable portals that require GNOME Shell and/or Mutter.
These have moved to xdg-desktop-portal-gnome, which is GNOME-specific
(unlike this portal, which becomes more suitable for use in non-GNOME
desktop environments with these features disabled).
- d/control: Add transitional Suggests on x-d-p-gnome
-- Simon McVittie <smcv@debian.org> Mon, 15 Nov 2021 20:45:01 +0000
xdg-desktop-portal-gtk (1.10.0-1) unstable; urgency=medium
* New upstream release
* Enable all optional interfaces.
xdg-desktop-portal-gnome hasn't been packaged yet (ITP: #994773),
so it cannot take over these interfaces from us.
* Standards-Version: 4.6.0 (no changes required)
* Use debhelper compat level 13
- No need to override dh_missing any more
-- Simon McVittie <smcv@debian.org> Tue, 21 Sep 2021 17:21:33 +0100
xdg-desktop-portal-gtk (1.8.0-1) unstable; urgency=medium
* New upstream release
- Drop all patches, applied upstream
-- Simon McVittie <smcv@debian.org> Wed, 16 Sep 2020 10:31:20 +0100
xdg-desktop-portal-gtk (1.7.1-3) unstable; urgency=medium
* d/rules: Don't explicitly use --as-needed linker option.
It's the default with bullseye toolchains.
* Release to unstable for the pipewire 0.3 transition
-- Simon McVittie <smcv@debian.org> Thu, 10 Sep 2020 12:48:30 +0100
xdg-desktop-portal-gtk (1.7.1-2) experimental; urgency=medium
* d/patches: Import bugfixes from upstream git, up to commit
1.7.1-26-g6eba95f
- In particular this fixes compatibility with GNOME Shell 3.37.x
-- Simon McVittie <smcv@debian.org> Mon, 07 Sep 2020 20:41:22 +0100
xdg-desktop-portal-gtk (1.7.1-1) experimental; urgency=medium
* New upstream development release
- Depend on a matching x-d-p, for the directory chooser API
-- Simon McVittie <smcv@debian.org> Mon, 30 Mar 2020 10:19:46 +0100
xdg-desktop-portal-gtk (1.7.0-1) experimental; urgency=medium
* Switch to experimental branch
- d/watch: Watch for development releases
- d/gbp.conf, d/control: Use debian/experimental packaging branch
- d/gbp.conf: Use upstream/latest branch
* New upstream development release
* Use secure URI in Homepage field.
* Set upstream metadata fields: Repository.
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* Standards-Version: 4.5.0 (no changes required)
* Bump xdg-desktop-portal dependencies to 1.7.0
-- Simon McVittie <smcv@debian.org> Wed, 25 Mar 2020 17:04:36 +0000
xdg-desktop-portal-gtk (1.6.0-1) unstable; urgency=medium
* New upstream stable release
- d/watch: Only watch for stable branches
- d/gbp.conf: Use debian/master, upstream/1.6.x branches
- Bump xdg-desktop-portal dependency to 1.6.0.
They should be tested and backported together.
-- Simon McVittie <smcv@debian.org> Tue, 24 Dec 2019 14:17:17 +0000
xdg-desktop-portal-gtk (1.5.2-1) experimental; urgency=medium
* Standards-Version: 4.4.1 (no changes required)
* Branch for experimental
* New upstream development release
- d/control: Update build-dependencies
- d/copyright: Update
-- Simon McVittie <smcv@debian.org> Sat, 14 Dec 2019 10:45:10 +0000
xdg-desktop-portal-gtk (1.4.0-2) unstable; urgency=medium
* Upload to unstable
* d/salsa-ci.yml: Request standard CI on salsa.debian.org
* Standards-Version: 4.4.0 (no changes required)
* Use debhelper-compat 12
- Remove --libexecdir=/usr/libexec, which is the default at this
compat level
-- Simon McVittie <smcv@debian.org> Tue, 16 Jul 2019 09:41:56 +0100
xdg-desktop-portal-gtk (1.4.0-1) experimental; urgency=medium
* New upstream release
- d/copyright: Update
* Build-depend on the corresponding xdg-desktop-portal 1.4
* Make xdg-desktop-portal-backend a versioned Provides
-- Simon McVittie <smcv@debian.org> Mon, 10 Jun 2019 09:14:00 +0100
xdg-desktop-portal-gtk (1.2.0-1) unstable; urgency=medium
[ Simon McVittie ]
* d/upstream/metadata: Add DEP-12 metadata
* New upstream stable release
- d/watch: Only watch for even-numbered branches
* d/gbp.conf: Don't force xz compression
* d/gbp.conf, d/control: Use debian/master branch
* Release to unstable
[ Jeremy Bicha ]
* Use dh_missing instead of dh_install
-- Simon McVittie <smcv@debian.org> Sat, 26 Jan 2019 18:57:10 +0000
xdg-desktop-portal-gtk (1.1.1-1) experimental; urgency=medium
* New upstream development release
- B-D on xdg-desktop-portal 1.1.1 for Lockdown interface
* Standards-Version: 4.3.0 (no changes required)
* Depend on matching xdg-desktop-portal branch
-- Simon McVittie <smcv@debian.org> Thu, 17 Jan 2019 10:10:25 +0000
xdg-desktop-portal-gtk (1.1.0-1) experimental; urgency=medium
* New upstream development release
- d/control: Update B-D
-- Simon McVittie <smcv@debian.org> Mon, 19 Nov 2018 18:49:12 +0000
xdg-desktop-portal-gtk (1.0.2-2) unstable; urgency=medium
* Build-depend on xdg-desktop-portal 1.0.2
-- Simon McVittie <smcv@debian.org> Mon, 10 Sep 2018 23:02:32 +0100
xdg-desktop-portal-gtk (1.0.2-1) unstable; urgency=medium
* New upstream release
* d/copyright: Update
-- Simon McVittie <smcv@debian.org> Mon, 10 Sep 2018 10:55:11 +0100
xdg-desktop-portal-gtk (1.0.1-1) unstable; urgency=medium
* New upstream release
* Standards-Version: 4.2.1 (no changes required)
-- Simon McVittie <smcv@debian.org> Fri, 31 Aug 2018 08:55:22 +0100
xdg-desktop-portal-gtk (1.0-2) unstable; urgency=medium
* Build-depend on xdg-desktop-portal 1.0
-- Simon McVittie <smcv@debian.org> Thu, 23 Aug 2018 14:22:09 +0100
xdg-desktop-portal-gtk (1.0-1) unstable; urgency=medium
* New upstream release
* Install upstream NEWS file
* Standards-Version: 4.2.0 (no further changes)
-- Simon McVittie <smcv@debian.org> Thu, 23 Aug 2018 09:58:05 +0100
xdg-desktop-portal-gtk (0.99-1) unstable; urgency=medium
* New upstream release
* Standards-Version: 4.1.5
* Install to /usr/libexec
-- Simon McVittie <smcv@debian.org> Sat, 28 Jul 2018 13:20:22 +0100
xdg-desktop-portal-gtk (0.11-1) unstable; urgency=medium
* New upstream release
- Drop patch, merged upstream
- d/copyright: Update
* Add Suggests: evince, for evince-previewer
* Standards-Version: 4.1.4 (no changes)
-- Simon McVittie <smcv@debian.org> Wed, 25 Apr 2018 16:37:48 +0100
xdg-desktop-portal-gtk (0.10-1) unstable; urgency=medium
* New upstream release
- Drop patches, merged upstream
- d/copyright: Update
* d/p/configure-Add-gio-unix-2.0.pc-dependency.patch:
Add patch from upstream adding missing gio-unix-2.0 dependency
* Depend and build-depend on xdg-desktop-portal 0.10
-- Simon McVittie <smcv@debian.org> Fri, 16 Feb 2018 12:51:59 +0000
xdg-desktop-portal-gtk (0.9-2) unstable; urgency=medium
* Standards-Version: 4.1.3 (no changes)
* Change Vcs-* to point to salsa.debian.org
* d/p/0.10/: Update to upstream git commit v0.9-6-gab7be06 for bug
fixes and an updated Swedish translation
-- Simon McVittie <smcv@debian.org> Thu, 18 Jan 2018 08:46:51 +0000
xdg-desktop-portal-gtk (0.9-1) unstable; urgency=medium
* New upstream release
- Drop all patches, applied upstream
-- Simon McVittie <smcv@debian.org> Fri, 24 Nov 2017 10:43:14 +0000
xdg-desktop-portal-gtk (0.7-3) unstable; urgency=medium
* Set Rules-Requires-Root to no
* Use https Format URL in d/copyright
* Standards-Version: 4.1.1 (no further changes)
-- Simon McVittie <smcv@debian.org> Sat, 11 Nov 2017 13:43:44 +0000
xdg-desktop-portal-gtk (0.7-2) unstable; urgency=medium
* Move patches taken from upstream to debian/patches/0.8/ to make it
obvious when they can be dropped
* Upload to unstable
-- Simon McVittie <smcv@debian.org> Sat, 10 Jun 2017 10:13:02 +0100
xdg-desktop-portal-gtk (0.7-1) experimental; urgency=medium
* New upstream release
- Drop patches, no longer needed
* Drop build-dependency on libflatpak-dev, which was only needed due
to bugs in xdg-desktop-portal-dev. Build-depend on a fixed version
of xdg-desktop-portal-dev instead.
* debian/patches/*: Update app chooser design from upstream git
-- Simon McVittie <smcv@debian.org> Fri, 09 Jun 2017 08:28:33 +0100
xdg-desktop-portal-gtk (0.6-1) experimental; urgency=medium
* New upstream release
- Apply some post-release bug fixes from upstream
* Move to debhelper compat level 10
* Omit unimplemented configure options --enable-docbook-docs,
--enable-installed-tests
* Do not explicitly disable quiet Automake output: dh now does this
by default
-- Simon McVittie <smcv@debian.org> Mon, 03 Apr 2017 18:03:41 +0100
xdg-desktop-portal-gtk (0.5-1) unstable; urgency=medium
* New upstream release
- Suggests: accountsservice for the new Account interface
-- Simon McVittie <smcv@debian.org> Sat, 21 Jan 2017 16:28:44 +0000
xdg-desktop-portal-gtk (0.3-1) unstable; urgency=medium
* Initial release. (Closes: #831690)
-- Simon McVittie <smcv@debian.org> Wed, 21 Sep 2016 22:14:47 +0100
|