[Pkg-gnupg-commit] [gnupg2] 03/09: dh_strip does not get called on architecture-independent builds, but we need to strip anyway for win32
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Apr 1 16:20:26 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 ff41cc1264154e519abda9e9cf147930176691f7
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Wed Mar 30 14:00:31 2016 -0400
dh_strip does not get called on architecture-independent builds, but we need to strip anyway for win32
---
debian/rules | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index c800f11..e42206a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,12 +68,7 @@ override_dh_auto_install-arch:
override_dh_auto_install-indep:
mkdir -p debian/gpgv-win32/usr/share/win32
install build-gpgv-win32/g10/gpgv2.exe debian/gpgv-win32/usr/share/win32/gpgv.exe
-
-override_dh_strip:
- dh_strip
- if [ -f debian/gpgv-win32/usr/share/win32/gpgv.exe ]; then \
- strip debian/gpgv-win32/usr/share/win32/gpgv.exe; \
- fi
+ strip debian/gpgv-win32/usr/share/win32/gpgv.exe
override_dh_installman:
if [ -x debian/tmp/usr/bin/kbxutil ]; then \
--
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