diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/files | 1 | 
3 files changed, 11 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index d025250..f71c697 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +shotwell (0.32.6-2) UNRELEASED; urgency=medium + +  * debin/control: +    - Add Depends (Closes: #1074491): +      + libavif-gdk-pixbuf +      + libjxl-gdk-pixbuf + + -- Jörg Frings-Fürst <debian@jff.email>  Sun, 30 Jun 2024 13:10:15 +0200 +  shotwell (0.32.6-1) unstable; urgency=medium    * New upstream release (Closes: #1064455). diff --git a/debian/control b/debian/control index 6716191..1184de5 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,8 @@ Depends:   shotwell-common (= ${source:Version}),   dconf-cli,   default-dbus-session-bus | dbus-session-bus, + libavif-gdk-pixbuf, + libjxl-gdk-pixbuf,   librsvg2-common,   webp-pixbuf-loader,   xdg-desktop-portal-gnome | xdg-desktop-portal-backend diff --git a/debian/files b/debian/files deleted file mode 100644 index 3a3ffb3..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -shotwell_0.32.6-1_source.buildinfo gnome optional | 
