Control: tags -1 - upstream Dear Maintainer,
I attached an updated patch for enabling iproute2 to build reproducibly. Meanwhile texlive supports SOURCE_DATE_EPOCH, so the old patch from this report is obsolete and there are no upstream changes required. texlive just requires setting the environment variable FORCE_SOURCE_DATE to actually honour SOURCE_DATE_EPOCH in some places. This is done by the new patch in debian/rules. Kind regards, Reiner
diff -Nru iproute2-4.9.0/debian/rules iproute2-4.9.0/debian/rules --- iproute2-4.9.0/debian/rules 2017-08-23 15:09:29.000000000 +0200 +++ iproute2-4.9.0/debian/rules 2017-09-14 11:01:46.000000000 +0200 @@ -5,6 +5,8 @@ DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +export FORCE_SOURCE_DATE = 1 + ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) CROSS := else
signature.asc
Description: PGP signature

