]> andersk Git - nss_nonlocal.git/blobdiff - debian/rules
Remove obsolete exclusion of glibc-private dependency
[nss_nonlocal.git] / debian / rules
index 24e5e551cdc456f61513e975e9a035a1cff2d47c..508f7f41016c87f0f356209e3f2306d205f8b8b6 100755 (executable)
@@ -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
This page took 0.05613 seconds and 4 git commands to generate.