Skip to content

Commit

Permalink
set debian package dependencies automatically
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Apr 3, 2020
1 parent 1c881f2 commit ac2db85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/CPackInfos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ include(CMakeDetermineSystem)
# Linux DEB (tested on debian stretch and buster)
# Architecture for package and file name are automatically detected
set(CPACK_DEBIAN_PACKAGE_SECTION "electronics")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5core5a, libqt5opengl5, libopengl0, libusb-1.0-0, libfftw3-3")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")

# Linux RPM (not tested on debian)
Expand Down
2 changes: 1 addition & 1 deletion openhantek/src/OH_BUILD.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Do not edit, will be re-created at each commit!
#define OH_BUILD "20200403 build 630"
#define OH_BUILD "20200403 build 632"
2 changes: 1 addition & 1 deletion openhantek/src/OH_VERSION.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// define the version that is shown on top of the program
// if undefined (for development commits) the build will be shown by OpenHantek

//#define OH_VERSION "3.0.34-rc1"
#define OH_VERSION "3.0.4-rc1"


# ifdef OH_VERSION
Expand Down

0 comments on commit ac2db85

Please sign in to comment.