[Pkg-openldap-devel] [openldap] 04/05: Mark override_dh_install with -arch (#845506)
Ryan Tandy
rtandy-guest at moszumanska.debian.org
Sun Nov 27 02:45:31 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 1839ea494b8e856e7d27c9b4e52d462549c3be36
Author: Ryan Tandy <ryan at nardis.ca>
Date: Thu Nov 24 05:52:22 2016 +0000
Mark override_dh_install with -arch (#845506)
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 643fc3f..4f6625a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ openldap (2.4.44+dfsg-2) UNRELEASED; urgency=medium
* Update Standards-Version to 3.9.8; no changes required.
* Enable dh_makeshlibs for libldap-2.4-2. Remove libldap-2.4-2.postinst, now
replaced by the automatic ldconfig trigger.
+ * Don't execute slapd's override_dh_install when building only
+ arch-independent packages. (Closes: #845506)
-- Ryan Tandy <ryan at nardis.ca> Fri, 18 Nov 2016 06:00:35 +0000
diff --git a/debian/rules b/debian/rules
index 9ff16f6..421cbad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -144,7 +144,7 @@ endif
| xargs perl -pi -e 's#(\.TH \w+ 8)C#$$1#'
ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
-override_dh_install:
+override_dh_install-arch:
dh_install
rm -rf $(CURDIR)/debian/slapd/usr/lib/ldap/smbk5pwd*
chmod 0755 $(CURDIR)/debian/slapd/usr/share/slapd/ldiftopasswd
--
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