Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaczorek committed Aug 23, 2023
1 parent ab2e27a commit d5a9c0d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ cmake_minimum_required(VERSION 2.8)
PROJECT(virtualgps NONE)

set (VERSION_MAJOR 1)
set (VERSION_MINOR 1)
set (VERSION_RELEASE 1)
set (VERSION_MINOR 2)
set (VERSION_RELEASE 0)

set(BIN_INSTALL_DIR "/usr/bin")
set(CONFIG_INSTALL_DIR "/etc")
set(MENU_INSTALL_DIR "/usr/share/applications")

if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/virtualgps.py DESTINATION ${BIN_INSTALL_DIR})
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/setlocation.sh DESTINATION ${BIN_INSTALL_DIR})
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/location.conf DESTINATION ${CONFIG_INSTALL_DIR})
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/virtualgps.conf DESTINATION ${CONFIG_INSTALL_DIR})
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/virtualgps.service DESTINATION ${CONFIG_INSTALL_DIR}/systemd/system)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/setlocation.desktop DESTINATION ${MENU_INSTALL_DIR})
endif()
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
virtualgps (1.2.0) stable; urgency=medium

* Major upgrade and improvement release
* Added support for command line arguments lat, lon, el
* Added support for restreaming a NMEA log file
* Added support for systems running apparmor (apparmor-utils required)
* Fixes #8

-- Radek Kaczorek <[email protected]> Wed, 23 Aug 2023, 03:12:27 +0200

virtualgps (1.1.1) buster; urgency=medium

* Bug fixes
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ Homepage: http://www.astroberry.io/
Package: virtualgps
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, gpsd
Recommends: apparmor-utils
Description: Virtual GPS simulates GPS receiver
available on pseudo terminal

0 comments on commit d5a9c0d

Please sign in to comment.