# From: Tobias Frost <tobi@coldtobi.de>
# Subject: Disable detection for git repository in pandora rule, to avoid false
#   detection of the debian-git repository as upstream, leading to FTBFS.
--- a/m4/pandora_vc_build.m4
+++ b/m4/pandora_vc_build.m4
@@ -27,12 +27,12 @@
     pandora_building_from_hg=no
   fi
 
-  if test -d ".git" ; then
-    pandora_building_from_git=yes
-    pandora_building_from_vc=yes
-  else
-    pandora_building_from_git=no
-  fi
+#  if test -d ".git" ; then
+#    pandora_building_from_git=yes
+#    pandora_building_from_vc=yes
+#  else
+#    pandora_building_from_git=no
+#  fi
 ])
 
 AC_DEFUN([PANDORA_BUILDING_FROM_VC],[
