diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ae04d27..94888f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,9 @@ shotwell (0.23.2-1) unstable; urgency=medium Thanks to Alexis Bienvenüe <pado@passoire.fr>. * New debian/shotwell-common.postrm to rebuild icon cache after purge / remove. + * Change minimal version of libgee-0.8 to 0.10. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 26 Jun 2016 10:55:45 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 26 Jun 2016 11:15:06 +0200 shotwell (0.22.1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 0e6a5e3..ddc4924 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: desktop-file-utils, gnome-doc-utils, libexif-dev (>= 0.6.16), - libgee-0.8-dev (>= 0.8.5), + libgee-0.8-dev (>= 0.10), libgexiv2-dev (>= 0.4.90), libglib2.0-dev (>= 2.30.0), libgphoto2-dev (>= 2.5.4), |