diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-09-20 19:48:22 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-09-20 22:33:45 +0300 |
commit | 67aa8e9ac3e6fb9a538eba24db36e8dfb0541c82 (patch) | |
tree | e76f2e2f83884da2c23216c70b20f18b8420d585 | |
parent | 47f756156f33d56612a418bd42471e5335743cf5 (diff) | |
download | gcc-5-67aa8e9ac3e6fb9a538eba24db36e8dfb0541c82.tar.gz |
Relaxed dependency on realpath
We have it in coreutils
-rw-r--r-- | debian/control.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control.m4 b/debian/control.m4 index 32b0a6a..95f5101 100644 --- a/debian/control.m4 +++ b/debian/control.m4 @@ -66,7 +66,7 @@ Build-Depends: debhelper (>= 5.0.62), DPKG_BUILD_DEP ISL_BUILD_DEP MPC_BUILD_DEP MPFR_BUILD_DEP GMP_BUILD_DEP, autogen, zlib1g-dev, gawk, lzma, xz-utils, patchutils, zlib1g-dev, SDT_BUILD_DEP - bison (>= 1:2.3), flex, realpath (>= 1.9.12), lsb-release, quilt + bison (>= 1:2.3), flex, realpath, lsb-release, quilt ',`dnl native Build-Depends: debhelper (>= 5.0.62), DPKG_BUILD_DEP GCC_MULTILIB_BUILD_DEP @@ -82,7 +82,7 @@ Build-Depends: debhelper (>= 5.0.62), DPKG_BUILD_DEP texinfo (>= 4.3), locales, sharutils, procps, FORTRAN_BUILD_DEP JAVA_BUILD_DEP GNAT_BUILD_DEP GO_BUILD_DEP GDC_BUILD_DEP ISL_BUILD_DEP MPC_BUILD_DEP MPFR_BUILD_DEP GMP_BUILD_DEP - CHECK_BUILD_DEP realpath (>= 1.9.12), chrpath, lsb-release, quilt + CHECK_BUILD_DEP realpath, chrpath, lsb-release, quilt Build-Depends-Indep: LIBSTDCXX_BUILD_INDEP JAVA_BUILD_INDEP ')dnl ifelse(regexp(SRCNAME, `gnat'),0,`dnl |