diff options
-rw-r--r-- | changelog | 4 | ||||
-rwxr-xr-x | rules | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -4,6 +4,8 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low for their extensive work in helping to prepare for this update in Debian. - now uses autoconf for library detection, so SELinux should not be unconditionally enabled on non-Linux archs. Closes: #333141. + - upstream changelog is now 'ChangeLog' instead of 'CHANGELOG'; install + accordingly * Mark myself as primary maintainer as previously discussed with Sam, and add Roger as an uploader. * Refactor to use quilt. @@ -72,7 +74,7 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low * libpam-modules.files: /usr/sbin/pam_tally has moved to /sbin/pam_tally for consistency. - -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:13:46 -0700 + -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:16:21 -0700 pam (0.79-4) unstable; urgency=medium @@ -92,7 +92,7 @@ binary-indep: install dh_installman -plibpam-runtime $(BUILD_TREE)/doc/man/*.[578] dh_installdocs -i - dh_installchangelogs -i $(BUILD_TREE)/CHANGELOG + dh_installchangelogs -i $(BUILD_TREE)/ChangeLog dh_compress -i -X.html dh_fixperms -i dh_installdeb -i @@ -119,7 +119,7 @@ binary-arch: install module_check dh_installexamples -a dh_installcron -a - dh_installchangelogs -a $(BUILD_TREE)/CHANGELOG + dh_installchangelogs -a $(BUILD_TREE)/ChangeLog dh_strip -a dh_compress -a dh_fixperms -Xunix_chkpwd -a |