Author: aurel32 Date: 2015-09-10 08:38:17 +0000 (Thu, 10 Sep 2015) New Revision: 6550
Modified: glibc-package/branches/glibc-2.21/debian/rules Log: debian/rules: keep shlib_dep_ver, it's used in sysdeps.d/*mk Modified: glibc-package/branches/glibc-2.21/debian/rules =================================================================== --- glibc-package/branches/glibc-2.21/debian/rules 2015-09-10 08:34:21 UTC (rev 6549) +++ glibc-package/branches/glibc-2.21/debian/rules 2015-09-10 08:38:17 UTC (rev 6550) @@ -55,7 +55,8 @@ GLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/.*://' -e 's/-.*//') # The minimum package version with which these packages are compatible. -shlib_dep = $(libc) (>= $(GLIBC_VERSION)) +shlib_dep_ver = $(GLIBC_VERSION) +shlib_dep = $(libc) (>= $(shlib_dep_ver)) DEB_BUILDDIR ?= $(build-tree)/$(DEB_HOST_ARCH)-$(curpass)

