Skip to content

Commit 76f3f9f

Browse files
author
stsdc
committed
try to fix deps
1 parent 327b041 commit 76f3f9f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set (DATADIR "${CMAKE_INSALL_PREFIX}/share")
1111
set (PKGDATADIR "${DATADIR}/${PROJECT_NAME}")
1212
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
1313
set (RELEASE_NAME "Monitor")
14-
set (VERSION "0.2")
14+
set (VERSION "0.2.3")
1515
set (VERSION_INFO "Alpha")
1616
set (DOLLAR "$")
1717

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.stsdc.monitor (0.2.3) xenial; urgency=low
2+
3+
* Initial Release.
4+
5+
-- Stanisław Dac <[email protected]> Fri, 18 Aug 2017 16:30:09 +0200
6+
17
com.github.stsdc.monitor (0.2.2) xenial; urgency=low
28

39
* Initial Release.

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Build-Depends: cmake (>= 2.8),
77
debhelper (>= 9),
88
libgtk-3-dev,
99
libglib2.0-dev,
10-
valac-0.34,
1110
valac (>= 0.26),
1211
libgranite-dev,
1312
libbamf3-dev,

0 commit comments

Comments
 (0)