From d529ad073180ecca6744924a41212d5ab3649adb Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 26 Aug 2014 12:25:46 +0400 Subject: Removed check for broken utimes --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index 67381f1..a72f776 100755 --- a/debian/rules +++ b/debian/rules @@ -1328,13 +1328,9 @@ endif patchdir = debian/patches -glibc_version := $(shell dpkg -s locales | awk '/^Version:/ {print $$2}') -broken_utimes := $(shell dpkg --compare-versions $(glibc_version) lt 2.3.5 && echo yes || echo no) - $(patchdir)/series: $(patchdir)/series.in cpp -E \ -D$(distribution) \ - $(if $(filter $(broken_utimes),yes),-DBROKEN_UTIMES) \ $(if $(filter $(with_fpectl),yes),-DWITH_FPECTL) \ -Darch_os_$(DEB_HOST_ARCH_OS) -Darch_$(DEB_HOST_ARCH) \ -o - $(patchdir)/series.in \ -- cgit v1.2.3