Skip to content

Commit

Permalink
Merge pull request #37 from danger89/patch-1
Browse files Browse the repository at this point in the history
Fix debian depends
  • Loading branch information
vasili-slapik committed Aug 3, 2020
2 parents bbb6986 + e5812d6 commit d1a2785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/packaging.cmake
Expand Up @@ -31,7 +31,6 @@ else ()
endif ()

set (CPACK_DEBIAN_PACKAGE_SECTION "admin")
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libpcap0.8 (>=1.3.0-1)")
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libjson-c2 (>=0.11)")
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libpcap0.8 (>=1.3.0-1), libjson-c2 (>=0.11)")

include (CPack)

0 comments on commit d1a2785

Please sign in to comment.