[Pkg-privacy-commits] [libotr] 04/07: debian/rules: make test suite shell scripts executable before running them.

Intrigeri intrigeri at moszumanska.debian.org
Tue Jan 12 04:50:32 UTC 2016


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

intrigeri pushed a commit to branch master
in repository libotr.

commit 49af2ec6ab7b649e4dbcf6af70d37eeb64d8f802
Author: intrigeri <intrigeri at debian.org>
Date:   Tue Jan 12 03:23:37 2016 +0000

    debian/rules: make test suite shell scripts executable before running them.
    
    Sadly, a quilt patch can't carry the executable file permission.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 401a69b..0e22607 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@ override_dh_auto_configure:
 
 override_dh_install:
 	dh_install --fail-missing -X.la
+
+override_dh_auto_test:
+	find tests -name \*.sh -exec chmod +x {} \;
+	dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list