[Pkg-gnupg-commit] [gnupg2] 02/12: include permissioning on patched-in tests

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 1 22:26:34 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 e85b9370474a7d134ea4010ab61e1aa345711dc4
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Aug 1 13:32:58 2016 -0400

    include permissioning on patched-in tests
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0e2448c..777a6d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,11 @@ override_dh_auto_build-indep:
 	cd build-gpgv-win32/g10 && $(WIN32_FLAGS) $(MAKE) gpgv.exe
 	strip build-gpgv-win32/g10/gpgv.exe
 
+# work around debian/patches not setting permissions (can be dropped once 2.1.15 is out): 
+override_dh_auto_test:
+	chmod a+x tests/openpgp/ssh.scm tests/*/issue2???.scm 
+	dh_auto_test
+
 override_dh_shlibdeps:
 # Make ldap a recommends rather than a hard dependency.
 	dpkg-shlibdeps -Tdebian/dirmngr.substvars -dRecommends debian/dirmngr/usr/lib/gnupg/dirmngr_ldap -dDepends debian/dirmngr/usr/bin/dirmngr*

-- 
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