[Pkg-owncloud-commits] [owncloud] 06/07: Make occ script executable

David Prévot taffit at alioth.debian.org
Wed Sep 4 22:07:15 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit 2b55248d9c5f78d1d0bbd00bc0e07d89171830af
Author: David Prévot <taffit at debian.org>
Date:   Wed Sep 4 17:24:40 2013 -0400

    Make occ script executable
    
    Git-Dch: Ignore
---
 debian/control |    1 +
 debian/rules   |    1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index bcbcd91..3762907 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Recommends: clamav | clamav-daemon,
             exim4 | mail-transport-agent,
             liboauth-php,
             php-services-json,
+            php5-cli,
             php5-intl,
             php5-ldap,
             smbclient,
diff --git a/debian/rules b/debian/rules
index 6e0b232..3cfbf92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,6 +124,7 @@ override_dh_fixperms:
 	chown www-data:www-data debian/owncloud/var/lib/owncloud/backup/
 	chmod 2770 debian/owncloud/var/lib/owncloud/backup/
 	chmod 0644 debian/owncloud/var/lib/owncloud/themes/README
+	chmod +x debian/owncloud/usr/share/owncloud/occ
 
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/debian/upstream-changelog

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



More information about the Pkg-owncloud-commits mailing list