diff options
author | vorlon <Unknown> | 2007-08-20 06:17:12 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 06:17:12 +0000 |
commit | 29b21d350ec1e43a30a96cebc87da92ec15975d8 (patch) | |
tree | aa50ac4d2aa01232b353db6dd326f0ed8157f98f | |
parent | c8a2b279442d4fa63caad60b6d6108c8984daacb (diff) | |
download | pam-29b21d350ec1e43a30a96cebc87da92ec15975d8.tar.gz pam-29b21d350ec1e43a30a96cebc87da92ec15975d8.tar.bz2 pam-29b21d350ec1e43a30a96cebc87da92ec15975d8.zip |
upstream changelog is now 'ChangeLog' instead of 'CHANGELOG'; install
accordingly
-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 |