diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 72317ac..316699f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ shotwell (0.30.18-1) UNRELEASED; urgency=medium - debian/control: Add libportal-gtk3-dev to Build-Depends. * debian/control: - Change to new repository. + - Move Build Depend webp-pixbuf-loader to Depends (Closes: #1034010) + + Thanks to Jeremy BĂcha <jeremy.bicha@canonical.com>. * debian/copyright: - Add year 2023 to myself. * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). diff --git a/debian/control b/debian/control index 4ecdd9a..8a44843 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,7 @@ Build-Depends: libxml2 (>= 2.6.32), meson, ninja-build, - valac (>= 0.46.0), - webp-pixbuf-loader + valac (>= 0.46.0) Standards-Version: 4.6.2.0 Rules-Requires-Root: binary-targets Homepage: https://wiki.gnome.org/Apps/Shotwell @@ -49,7 +48,8 @@ Depends: shotwell-common (= ${source:Version}), dconf-cli, default-dbus-session-bus | dbus-session-bus, - librsvg2-common + librsvg2-common, + webp-pixbuf-loader Replaces: shotwell-common (<< 0.26.2-1) Description: digital photo organizer Shotwell is a digital photo organizer designed for the GNOME desktop |