diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 16:44:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 16:44:29 +0200 |
commit | 6bec6d68a219b64ce3a8a067c4d8fae80894f89c (patch) | |
tree | b556bc044099444740f593a91c55ac161bd690c0 | |
parent | 5b3508e2c8767d8bf1a5f0679924d702f93f7a55 (diff) |
Add Depend xdg-desktop-portal-backend
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index cc649a3..3278497 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ shotwell (0.32.1-2) UNRELEASED; urgency=medium - * debian/rules: + * debian/rules (Closes: #1039719): - Drop unnecessary libexec configure option. - Update apport configuration option name. - Drop obsolete override_dh_install. @@ -9,6 +9,9 @@ shotwell (0.32.1-2) UNRELEASED; urgency=medium + Remove --with gnome. - debian/control: + Replace gnome-pkg-tools with dh-sequence-gnome. + * debian/control: + - Drop the Build-Depends libsoup2.4-dev (Closes: #1039715). + - Add Depend xdg-desktop-portal-backend (Closes: #1039716). -- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Jul 2023 15:52:42 +0200 diff --git a/debian/control b/debian/control index 2ba57ab..c569dde 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,8 @@ Depends: dconf-cli, default-dbus-session-bus | dbus-session-bus, librsvg2-common, - webp-pixbuf-loader + webp-pixbuf-loader, + xdg-desktop-portal-backend Replaces: shotwell-common (<< 0.26.2-1) Description: digital photo organizer Shotwell is a digital photo organizer designed for the GNOME desktop |