-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ReadMe's, ToDo's and ChangeLog.
* 1.7-release Signed-off-by: Toni Uhlig <[email protected]>
- Loading branch information
Showing
573 changed files
with
2,732 additions
and
2,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,14 @@ set(CPACK_PACKAGE_CONTACT "[email protected]") | |
set(CPACK_DEBIAN_PACKAGE_NAME "nDPId") | ||
set(CPACK_DEBIAN_PACKAGE_SECTION "network") | ||
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "nDPId is a set of daemons and tools to capture, process and classify network traffic.") | ||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Toni Uhlig") | ||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Toni Uhlig <[email protected]>") | ||
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_SOURCE_DIR}/packages/debian/preinst;${CMAKE_SOURCE_DIR}/packages/debian/prerm;${CMAKE_SOURCE_DIR}/packages/debian/postrm") | ||
set(CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION TRUE) | ||
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) | ||
set(CPACK_DEBIAN_DEBUGINFO_PACKAGE ON) | ||
set(CPACK_STRIP_FILES ON) | ||
set(CPACK_PACKAGE_VERSION_MAJOR 1) | ||
set(CPACK_PACKAGE_VERSION_MINOR 6) | ||
set(CPACK_PACKAGE_VERSION_MINOR 7) | ||
set(CPACK_PACKAGE_VERSION_PATCH 0) | ||
# Note: CPACK_PACKAGING_INSTALL_PREFIX and CMAKE_INSTALL_PREFIX are *not* the same. | ||
# It is used only to ease environment file loading via systemd. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.