Add missing deps (close #27)

This commit is contained in:
bleakgrey 2018-05-31 16:17:43 +03:00
parent f736e73f16
commit cf6f5cb10b
4 changed files with 9 additions and 7 deletions

View File

@ -47,7 +47,7 @@
</screenshots>
<releases>
<release version="0.1.0" date="2018-05-31">
<release version="0.1.1" date="2018-05-31">
<description>
<ul>
<li>Initial release</li>

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
tootle (0.1.0) xenial; urgency=low
tootle (0.1.1) xenial; urgency=low
* Initial release

10
debian/control vendored
View File

@ -3,11 +3,13 @@ Section: x11
Priority: extra
Maintainer: bleak_grey <bleakgrey@gmail.com>
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

View File

@ -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) {