[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/2.1.0.0-1-11-g98a6d4c

Chow Loong Jin hyperair at debian.org
Wed Jul 3 19:56:35 UTC 2013


The following commit has been merged in the master branch:
commit 5a3953562a4c01e5cae2e29fde47eb994aed17e0
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Thu Jul 4 04:30:37 2013 +0900

    Fix file perms after installcligac
    
    This fixes issues with the policy files having g+w permissions.

diff --git a/debian/rules b/debian/rules
index 5aa017d..e2a1104 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,11 @@ DEB_CLI_ABI_VERSION = 2.1
 override_dh_makeclilibs:
 	dh_makeclilibs -m$(DEB_CLI_API_VERSION)
 
+override_dh_installcligac:
+	dh_installcligac
+	dh_fixperms
+	dh_clifixperms
+
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.HTML
 

-- 
gdata-sharp



More information about the Pkg-cli-libs-commits mailing list