diff options
| -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 | 
