diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-04-25 11:33:24 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-04-25 11:33:24 -0700 |
commit | b36d84ca59e4cf29f12ff37f7f820ce3bc1625d5 (patch) | |
tree | c35aaa8ceef7d3c39b98afbfb0d6ab637612369c | |
parent | 30fdd8cc84eca7842a2c4dfc5e4d30b9e87fd064 (diff) | |
download | pam-b36d84ca59e4cf29f12ff37f7f820ce3bc1625d5.tar.gz pam-b36d84ca59e4cf29f12ff37f7f820ce3bc1625d5.tar.bz2 pam-b36d84ca59e4cf29f12ff37f7f820ce3bc1625d5.zip |
Don't build with NIS support. This is only used for password changes on NIS systems, and is pulling a large dependency chain into the Essential package set which is not justifiable.
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8c92d7dc..14072a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pam (1.4.0-12) UNRELEASED; urgency=medium + + * Don't build with NIS support. This is only used for password changes on + NIS systems, and is pulling a large dependency chain into the Essential + package set which is not justifiable. + + -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 25 Apr 2022 11:32:36 -0700 + pam (1.4.0-11) unstable; urgency=medium * Whitespace fixes in debconf templates. |