diff options
-rw-r--r-- | changelog | 8 | ||||
-rwxr-xr-x | rules | 8 |
2 files changed, 7 insertions, 9 deletions
@@ -63,9 +63,13 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low Christoph Nordholz. * New patch 065_pam_unix_cracklib_disable: Debian-specific patch to disable cracklib support in pam_unix. Thanks to Christoph Nordholz. - * Rename OS_CFLAGS to CFLAGS. + * debian/rules: + - Rename OS_CFLAGS to CFLAGS. + - kill off references to unused variables + - make binary-arch also depend on the install target, and streamline the + rules - -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 22:33:36 -0700 + -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 22:42:40 -0700 pam (0.79-4) unstable; urgency=medium @@ -97,17 +97,11 @@ binary-indep: install dh_md5sums -i dh_builddeb -i -binary-arch: build module_check $(dh_mak_deps) +binary-arch: install module_check dh_testdir -a dh_testroot -a - dh_clean -a -k - dh_installdirs -a - $(MAKE) install -C $(BUILD_TREE) FAKEROOT=$(d)/tmp \ - DIRS="libpam libpam_misc modules libpamc" mkdir -p debian/tmp/etc/pam.d - $(i) $(dl)/pam.conf $(d)/tmp/etc - $(i) $(dl)/other $(d)/tmp/etc/pam.d $(ie) -D $(BUILD_TREE)/modules/pam_tally/pam_tally $(d)/tmp/usr/sbin/pam_tally $(i) $(dl)/unix_chkpwd.8 $(d)/libpam-modules/usr/share/man/man8 mkdir -p debian/tmp/usr/lib |