From c86e81c1b52419226501205c9f18b6e3979dcb19 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 3 Sep 2009 03:00:38 -0700 Subject: make sure we only munge the unix_chkpwd perms when we're not in a binary-indep target --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 226bb03d..b0c0e1ca 100755 --- a/debian/rules +++ b/debian/rules @@ -49,8 +49,10 @@ override_dh_installman: # dh_fixperms doesn't want override_dh_fixperms: dh_fixperms +ifeq (,$(findstring -i, $(DH_INTERNAL_OPTIONS))) chgrp shadow $(d)/libpam-modules/sbin/unix_chkpwd chmod 02755 $(d)/libpam-modules/sbin/unix_chkpwd +endif # ideally, dh_makeshlibs could compute this from the symbols file; or we # could drop it since anyone building against this package should have a -- cgit v1.2.3