diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-07-02 12:59:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-07-02 12:59:34 +0200 |
commit | 917a139d4b36a93529d2d2be37aea8eabe12f317 (patch) | |
tree | 710d83d2ac555951d1dae2ce795847040a9b6053 /debian | |
parent | 1d33a98da61912a88ed87570e96b23cc97f0f90f (diff) |
d/control: Add Depends heif-gdk-pixbuf, heif-thumbnailer
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca95b66..9d14c93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ shotwell (0.32.7-1) UNRELEASED; urgency=medium * New upstream release (Closes: ##1074582). + * debian/control: + - Add Depends (Closes: #1074575): + + heif-gdk-pixbuf + + heif-thumbnailer -- Jörg Frings-Fürst <debian@jff.email> Tue, 02 Jul 2024 12:17:50 +0200 diff --git a/debian/control b/debian/control index 1184de5..3691f77 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Build-Depends: debhelper-compat (= 13), desktop-file-utils, dh-sequence-gnome, + heif-gdk-pixbuf, + heif-thumbnailer, itstool, libappstream-glib-dev, libexif-dev, |