This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository planetblupi.

commit fd7fd47e54757694a14117cc37667e97c59e60d5
Author: Mathieu Schroeter <math...@schroetersa.ch>
Date:   Fri Dec 1 16:00:35 2017 +0100

    Sign the uninstaller only if desired
---
 CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc1db3e..dc07310 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -316,7 +316,10 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release" AND 
"${STATIC_BUILD}")
     set (CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\planetblupi.exe")
     set (CPACK_NSIS_URL_INFO_ABOUT "http://www.blupi.org";)
     set (CPACK_NSIS_MUI_FINISHPAGE_RUN "planetblupi")
-    set (CPACK_NSIS_SIGN_UNINSTALLER "sign -a -fd sha1 -t 
http://time.certum.pl -v")
+    if (SIGN_APP
+      set (CPACK_NSIS_SIGN_UNINSTALLER "sign -a -fd sha1 -t 
http://time.certum.pl -v")
+    endif ()
+
     include (CPack)
 
     find_program (SIGNTOOL_EXECUTABLE signtool)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/planetblupi.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to