Skip to content

Commit

Permalink
Fix nova debian build issues. Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Nov 22, 2017
1 parent 49e4790 commit da69b2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/indi-inovaplx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.7)
PROJECT(indi_inovaplx CXX C)

set (INOVAPLX_VERSION_MAJOR 1)
set (INOVAPLX_VERSION_MINOR 3)
set (INOVAPLX_VERSION_MINOR 4)

LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../cmake_modules/")
Expand Down
2 changes: 1 addition & 1 deletion debian/indi-inovaplx/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
indi-qsi (1.3) xenial; urgency=low
indi-inovaplx (1.4) bionic; urgency=low

* New upstream version.

Expand Down
6 changes: 6 additions & 0 deletions debian/libinovasdk/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libinovasdk (1.3.2) bionic; urgency=low

* Updated Release.

-- Jasem Mutlaq <[email protected]> Wed, 22 Nov 2017 10:00:00 +0300

libinovasdk (1.3.1) xenial; urgency=low

* Initial Release.
Expand Down
6 changes: 3 additions & 3 deletions debian/libinovasdk/libinovasdk.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
usr/lib/libinovasdk.so.1.3.2
usr/include/inovasdk/inovasdk.h
lib/udev/rules.d/99-inovaplx.rules
usr/lib/
usr/include/
lib/udev/rules.d/

0 comments on commit da69b2c

Please sign in to comment.