[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.7_dfsg-1-14-g351ae33

Emmanuel Bouthenot kolter at openics.org
Sun Dec 4 19:25:38 UTC 2011


The following commit has been merged in the master branch:
commit 13058d4d30597eced2b1e64e4ca232dc84e3fa57
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Sun Dec 4 18:24:41 2011 +0000

    Fix permissions in SQL schemas located in /usr/share/sympa/bin

diff --git a/debian/rules b/debian/rules
index 86354ec..6f87b1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,6 +155,9 @@ binary-post-install/sympa::
 	mv "$(DEB_DESTDIR)"/usr/share/doc/$(cdbs_curpkg)/examples/config/topics.conf \
 		"$(DEB_DESTDIR)"/usr/share/doc/$(cdbs_curpkg)/examples/config/topics.us.conf
 
+# Fix permissions on SQL schemas
+	chmod -x "$(DEB_DESTDIR)"/usr/share/$(cdbs_curpkg)/bin/create_db.*
+
 # Needed both by upstream build (or test) process and at runtime
 common-depends = libdbi-perl (>= 1.48), libarchive-zip-perl (>= 1.05)
 common-depends += , libmailtools-perl (>= 1.51), libmsgcat-perl (>= 1.0), libmime-tools-perl

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list