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