diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b2f8cff..8c18238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -shotwell (0.26.0-1) UNRELEASED; urgency=medium +shotwell (0.26.1-1) UNRELEASED; urgency=medium * New upstream release. + - debian/control: Add new appstream-util, libappstream-glib-dev and + libgdata-dev to Build-Depends. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 22 Mar 2017 06:51:19 +0100 diff --git a/debian/control b/debian/control index a1b0420..02d320a 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,15 @@ Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: + appstream-util, debhelper (>= 10), desktop-file-utils, gnome-doc-utils, itstool, + libappstream-glib-dev, libexif-dev (>= 0.6.16), libgcr-3-dev, + libgdata-dev, libgee-0.8-dev (>= 0.10), libgexiv2-dev (>= 0.10.4), libglib2.0-dev (>= 2.40), |