projects
/
pyside2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd39a1
)
drop-git-requirement
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Wed, 16 Jan 2019 15:30:16 +0000
(15:30 +0000)
committer
Sebastien Delafond
<seb@debian.org>
Wed, 16 Jan 2019 15:30:16 +0000
(15:30 +0000)
Gbp-Pq: Name drop-git-requirement.patch
build_scripts/main.py
patch
|
blob
|
history
diff --git
a/build_scripts/main.py
b/build_scripts/main.py
index b64d6f1a97614ef5ca3a66d3037c26b985661917..77e247683b742a0eb45ace8b5523d1020a33527b 100644
(file)
--- a/
build_scripts/main.py
+++ b/
build_scripts/main.py
@@
-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)