[Pkg-openldap-devel] [openldap] 02/02: Remove manual chmod of schema files

Ryan Tandy rtandy-guest at moszumanska.debian.org
Tue Nov 29 02:52:25 UTC 2016


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

rtandy-guest pushed a commit to branch master
in repository openldap.

commit d9f03f4f7e0646e5deb5f5a7855be76b58c5cbe6
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Mon Nov 28 18:33:18 2016 -0800

    Remove manual chmod of schema files
---
 debian/changelog | 2 ++
 debian/rules     | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8a88464..d03d8fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ openldap (2.4.44+dfsg-2) UNRELEASED; urgency=medium
     slapd-smbk5pwd.postinst, and slapd-smbk5pwd triggering ldconfig.
   * Perform permissions changes in override_dh_fixperms instead of in 
     override_dh_install.
+  * Remove manual chmod of schema files since dh_fixperms sets correct 
+    permissions automatically.
 
   [ Helmut Grohne ]
   * Fix FTCBFS: Pass CC to make explicitly. (Closes: #839251)
diff --git a/debian/rules b/debian/rules
index 93c85c5..b4bd470 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,8 +137,6 @@ endif
 	    fi; \
 	done
 
-	# Upstream installs schema files in mode 0444 - policy wants 0644
-	find $(installdir)/etc -type f|xargs chmod 0644
 	# Upstream manpages are section 8C but installed as section 8
 	find $(installdir)/usr/share/man -name \*.8 \
 		| xargs perl -pi -e 's#(\.TH \w+ 8)C#$$1#'

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



More information about the Pkg-openldap-devel mailing list