[Glibc-bsd-commits] r5740 - trunk/kfreebsd-11/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Thu Jul 9 11:01:59 UTC 2015


Author: stevenc-guest
Date: 2015-07-09 11:01:59 +0000 (Thu, 09 Jul 2015)
New Revision: 5740

Modified:
   trunk/kfreebsd-11/debian/rules
Log:
Add missing definition for BUILD_DATE


Modified: trunk/kfreebsd-11/debian/rules
===================================================================
--- trunk/kfreebsd-11/debian/rules	2015-07-09 10:57:37 UTC (rev 5739)
+++ trunk/kfreebsd-11/debian/rules	2015-07-09 11:01:59 UTC (rev 5740)
@@ -42,6 +42,7 @@
 ORIG_DIR	:= kfreebsd-$(major)-$(tar_version)
 ORIG_TAR	:= kfreebsd-$(major)_$(tar_version).orig.tar.xz
 PATH		:= /usr/lib/freebsd:$(PATH)
+BUILD_DATE	?= $(shell dpkg-parsechangelog --show-field=Date)
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))




More information about the Glibc-bsd-commits mailing list