[Pkg-gnupg-commit] [gnupg2] 01/03: avoid trying to strip gpgv.exe if it is not present (e.g. arch-dependent builds)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Mar 30 07:00:45 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit da5c58c0d64926b9f1a8c1838a2aea53604b2a08
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Mar 30 02:54:43 2016 -0400

    avoid trying to strip gpgv.exe if it is not present (e.g. arch-dependent builds)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index daa61dd..717b137 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ override_dh_auto_install-indep:
 
 override_dh_strip:
 	dh_strip
-	strip debian/gpgv-win32/usr/share/win32/*.exe
+	if [ -f debian/gpgv-win32/usr/share/win32/gpgv.exe ]; then strip debian/gpgv-win32/usr/share/win32/gpgv.exe fi
 
 override_dh_installman:
 	help2man --no-info -n "List, export, import Keybox data" \

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



More information about the Pkg-gnupg-commit mailing list