[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.1-24-g6947f96

by Andre Heinecke cvs at cvs.gnupg.org
Fri Jul 12 11:40:18 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  6947f962fe186cd2526cc5bf42feb2227587b40b (commit)
      from  030afe59d7b4b390a7ec8b115f5b518d7280c928 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6947f962fe186cd2526cc5bf42feb2227587b40b
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Jul 12 09:16:16 2013 +0000

    Add debug output after extraction of versioninfo
    
        * src/inst-gpg4win.nsi: Add more DetailPrint

diff --git a/src/inst-gpg4win.nsi b/src/inst-gpg4win.nsi
index 584c873..464f62d 100644
--- a/src/inst-gpg4win.nsi
+++ b/src/inst-gpg4win.nsi
@@ -41,13 +41,16 @@ Section "-gpg4win" SEC_gpg4win
   File "${BUILD_DIR}/versioninfo.txt"
 
   # Write a version file.
+  DetailPrint "Opening VERSION file for writing"
   FileOpen $0 "$INSTDIR\VERSION" w
   FileWrite $0 "${PACKAGE}$\r$\n"
   FileWrite $0 "${VERSION}$\r$\n"
   FileClose $0
+  DetailPrint "VERSION closed"
 
   # Register the install directory for the GnuPG suite.
   WriteRegStr HKLM "Software\GNU\GnuPG" "Install Directory" $INSTDIR
+  DetailPrint "Saved install directory in the registry"
 
   # Also write it to be recalled on new installation.  Currently
   # disabled.
@@ -58,6 +61,7 @@ Section "-gpg4win" SEC_gpg4win
   # because he might have have selected a different language than his
   # default.  We delete the global Lang of the installation.
   DeleteRegValue HKLM "Software\GNU\GnuPG" "Lang"
+  DetailPrint "Deleted obsolute Lang entry"
 
   # This old key is required for GPGee.  Please do not use in new
   # applications.
@@ -68,10 +72,12 @@ Section "-gpg4win" SEC_gpg4win
   #       the user under HKCU.
   #WriteRegStr HKLM "Software\GNU\GnuPG" "gpgProgram" "$INSTDIR\gpg.exe"
   DeleteRegValue HKLM "Software\GNU\GnuPG" "gpgProgram"
+  DetailPrint "Deleted obsolute gpgProgram value"
 
   # Add the public directory to the PATH
   Push "$INSTDIR\pub"
   Call AddToPath
+  DetailPrint "Added pub directory to PATH"
 
   # Install gpg4win included tools
   SetOutPath "$INSTDIR"

-----------------------------------------------------------------------

Summary of changes:
 src/inst-gpg4win.nsi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list