From: Jonas Smedegaard Date: Tue, 5 Nov 2019 10:48:04 +0000 (+0900) Subject: Avoid build tools messing with VCS or packaging X-Git-Tag: archive/raspbian/1%20201107_dfsg-2+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c225db8b3db22eda8e7032dd1b4fd77a44c69816;p=fontforge.git Avoid build tools messing with VCS or packaging Last-Update: 2016-05-25 Last-Update: 2016-05-25 Gbp-Pq: Name 2002_avoid_upstream_git_or_pkg.patch --- diff --git a/configure.ac b/configure.ac index 9958f6b..10e0a82 100644 --- a/configure.ac +++ b/configure.ac @@ -719,9 +719,9 @@ AC_CONFIG_FILES([tests/atlocal]) # Collect "GIT" compile-time information to help when debugging FontForge. FONTFORGE_GIT_VERSION="" -if test -d ${srcdir}/.git; then - FONTFORGE_GIT_VERSION=`cd ${srcdir} && git log --pretty=format:'%H' -n 1` -fi +dnl if test -d ${srcdir}/.git; then +dnl FONTFORGE_GIT_VERSION=`cd ${srcdir} && git log --pretty=format:'%H' -n 1` +dnl fi FONTFORGE_DATE_NOW=${SOURCE_DATE_EPOCH:-$(date +'%s')} FONTFORGE_DATE_OPTS="--date=@${FONTFORGE_DATE_NOW}" if ! date --version 2>/dev/null ; then