[SCM] qtwebengine packaging branch, experimental, updated. debian/5.7.1+dfsg-6.1-22-gd477cb8
Simon Quigley
tsimonq2-guest at moszumanska.debian.org
Wed Jun 28 03:58:21 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=c6ab8fe
The following commit has been merged in the experimental branch:
commit c6ab8fe580e94164dba06e78470392237e0d1f3d
Author: Alexander Volkov <a.volkov at rusbitech.ru>
Date: Wed Jun 21 12:06:06 2017 +0300
Remove unused calling of replace_gyp_files.py
---
debian/rules | 3 ---
1 file changed, 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index a1555a6..6eb54f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,8 +57,6 @@ defines+=use_system_expat \
# use_system_libvpx \
# use_system_icu \
-replace_gyp_args = $(foreach define,$(defines),-D$(define))
-
defines += use_proprietary_codecs use_system_ffmpeg
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(small_architectures)))
@@ -89,7 +87,6 @@ override_dh_auto_clean:
done
override_dh_auto_configure:
- #src/3rdparty/chromium/build/linux/unbundle/replace_gyp_files.py $(replace_gyp_args)
# Run qmake once to create .qmake.conf and be sure to append the following values.
qmake WEBENGINE_CONFIG+="$(defines)" QT_BUILD_PARTS+=" tests"
--
qtwebengine packaging
More information about the pkg-kde-commits
mailing list