From: Anders Kaseorg Date: Sun, 1 Feb 2009 04:18:34 +0000 (-0500) Subject: Force exclusion of glibc-private dependency. X-Git-Tag: debian/1.8-0debathena3~1 X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/commitdiff_plain/8db8b5bf67d49dc13288848c8e3d138836192d70 Force exclusion of glibc-private dependency. This is necessary for libnss-nonlocal to build and install with libc6 2.9 in Ubuntu Jaunty and Debian experimental, which now generates an invalid dependency on glibc-private for uses of private glibc symbols. Signed-off-by: Anders Kaseorg --- diff --git a/debian/rules b/debian/rules index c90fcf2..b5c63d8 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_PREFIX = / +DEB_DH_SHLIBDEPS_ARGS = -- -xglibc-private debian/stamp-autotools-files: DEB_AUTO_UPDATE_AUTOMAKE += --foreign --add-missing