From d164065aca32bd6a0982f8ff127c113d0e40bfdd Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 2 Sep 2009 21:09:14 -0700 Subject: Split libpam-modules into libpam-modules and libpam-modules-bin, so that we only have to have one copy of the helper binaries installed. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8a90a507..e1818d2d 100755 --- a/debian/rules +++ b/debian/rules @@ -110,8 +110,8 @@ binary-arch: install dh_strip -a dh_compress -a dh_fixperms -a - chgrp shadow $(d)/libpam-modules/sbin/unix_chkpwd - chmod 02755 $(d)/libpam-modules/sbin/unix_chkpwd + chgrp shadow $(d)/libpam-modules-bin/sbin/unix_chkpwd + chmod 02755 $(d)/libpam-modules-bin/sbin/unix_chkpwd dh_makeshlibs -a -V "libpam0g (>= 1.1.0)" dh_installdeb -a dh_shlibdeps -a -- cgit v1.2.3