From 3473d1888588cb122d90e097cb4ecce0f3fc2fc6 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 29 Mar 2011 01:04:07 -0400 Subject: [PATCH] Remove obsolete exclusion of glibc-private dependency The glibc-private hack was removed in glibc 2.9-2 in favor of stricter versioned dependencies on libc6 for private symbols, so dh_shlibdeps -xglibc-private is no longer required anywhere. Signed-off-by: Anders Kaseorg --- debian/changelog | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45efa58..0fedf25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libnss-nonlocal (2.0-0debathena1) UNRELEASED; urgency=low - Allow local whitelisting of nonlocal user and group memberships, using the magic local ‘nss-nonlocal-users’ user and group. * Create magic ‘nss-nonlocal-users’ user. + * Remove obsolete exclusion of glibc-private dependency. -- Anders Kaseorg Tue, 29 Mar 2011 00:45:31 -0400 diff --git a/debian/rules b/debian/rules index 24e5e55..508f7f4 100755 --- a/debian/rules +++ b/debian/rules @@ -17,10 +17,6 @@ IS_UBUNTU := $(if $(filter Ubuntu,$(shell lsb_release -is)),y) LIBC6_VERSION := $(shell dpkg-query --showformat='$${Version}' --show libc6) libc6_ge = $(shell dpkg --compare-versions '$(LIBC6_VERSION)' ge '$(1)' && echo y) -ifeq ($(call libc6_ge,2.8+20080809),y) - DEB_DH_SHLIBDEPS_ARGS = -- -xglibc-private -endif - debian/stamp-autotools-files: DEB_AUTO_UPDATE_AUTOMAKE += --foreign --add-missing debian/stamp-autotools-files: aclocal.m4 -- 2.45.0