From cf6f5cb10bde7d1baefefc4a7ba28e4b94f787f6 Mon Sep 17 00:00:00 2001 From: bleakgrey Date: Thu, 31 May 2018 16:17:43 +0300 Subject: [PATCH] Add missing deps (close #27) --- data/com.github.bleakgrey.tootle.appdata.xml.in | 2 +- debian/changelog | 2 +- debian/control | 10 ++++++---- src/Application.vala | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/data/com.github.bleakgrey.tootle.appdata.xml.in b/data/com.github.bleakgrey.tootle.appdata.xml.in index b00cb8c..c7255e1 100644 --- a/data/com.github.bleakgrey.tootle.appdata.xml.in +++ b/data/com.github.bleakgrey.tootle.appdata.xml.in @@ -47,7 +47,7 @@ - +
  • Initial release
  • diff --git a/debian/changelog b/debian/changelog index 3e70769..4549e66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tootle (0.1.0) xenial; urgency=low +tootle (0.1.1) xenial; urgency=low * Initial release diff --git a/debian/control b/debian/control index 0a09715..1fb521e 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,13 @@ Section: x11 Priority: extra Maintainer: bleak_grey Build-Depends: meson, - libgranite-dev, - debhelper (>= 9), - libgtk-3-dev, valac (>= 0.26), - libglib2.0-dev (>= 2.30.0) + debhelper (>= 9), + libgranite-dev, + libgtk-3-dev, + libglib2.0-dev (>= 2.30.0), + libsoup2.4-dev, + libjson-glib-dev Standards-Version: 3.9.3 Package: com.github.bleakgrey.tootle diff --git a/src/Application.vala b/src/Application.vala index 6e7e296..89b2170 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -22,7 +22,7 @@ namespace Tootle{ application_id = "com.github.bleakgrey.tootle"; flags = ApplicationFlags.FLAGS_NONE; program_name = "Tootle"; - build_version = "0.1.0"; + build_version = "0.1.1"; } public static int main (string[] args) {