drop-git-requirement
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)
Gbp-Pq: Name drop-git-requirement.patch

build_scripts/main.py

index b64d6f1a97614ef5ca3a66d3037c26b985661917..77e247683b742a0eb45ace8b5523d1020a33527b 100644 (file)
@@ -305,9 +305,9 @@ def get_qt_version():
     return qt_version
 
 def prepare_build():
-    if (os.path.isdir(".git") and not OPTION_IGNOREGIT and
-            not OPTION_ONLYPACKAGE and not OPTION_REUSE_BUILD):
-        prepare_sub_modules()
+    #if (os.path.isdir(".git") and not OPTION_IGNOREGIT and
+    #        not OPTION_ONLYPACKAGE and not OPTION_REUSE_BUILD):
+    #    prepare_sub_modules()
     # Clean up temp and package folders
     for n in [pyside_package_dir_name, "build"]:
         d = os.path.join(setup_script_dir, n)