diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e926132a..1253f8d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -pam (1.4.0-12) unstable; urgency=medium +pam (1.4.0-13) 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:33:27 -0700 + -- Steve Langasek <vorlon@debian.org> Mon, 25 Apr 2022 16:09:47 -0700 pam (1.4.0-11) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index eae93f04..aab52a3a 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ override_dh_auto_configure: --libdir=/lib/$(DEB_HOST_MULTIARCH) \ --enable-isadir=/lib/security \ --enable-cracklib \ + --disable-nis \ $(CONFIGURE_OPTS) # .install files don't have "except for" handling, so we need to exclude |