[SCM] qtwebengine packaging branch, experimental, updated. debian/5.7.1+dfsg-6.1-37-g762de0b

Sandro Knauß hefee at moszumanska.debian.org
Thu Jun 29 21:33:18 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=0911d44

The following commit has been merged in the experimental branch:
commit 0911d443bab7f2a4886ab2c9333e6d2bf6f9878d
Author: Sandro Knauß <hefee at debian.org>
Date:   Thu Jun 29 23:26:13 2017 +0200

    Update Excluded-File list
---
 debian/changelog |  1 +
 debian/copyright | 13 ++++++++++++-
 debian/rules     | 11 ++++++++---
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec9b773..c8ace6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ qtwebengine-opensource-src (5.9.0+dfsg-1) UNRELEASED; urgency=medium
   * Check missing-source tarballs (one new occurence found)
   * Update short desciption of packages to make them unique.
   * Update lintian-overrides
+  * Update Excluded-File list
 
   [ Simon Quigley ]
   * New upstream release. (Closes: #865273)
diff --git a/debian/copyright b/debian/copyright
index fa4206d..3e34c1c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,15 +10,26 @@ Files-Excluded: src/3rdparty/chromium/third_party/apple_apsl/*
                 src/3rdparty/chromium/third_party/analytics/google-analytics-bundle.js
                 src/3rdparty/chromium/third_party/blanketjs/src/blanket.js
                 src/3rdparty/chromium/third_party/chaijs/chai.js
+                src/3rdparty/chromium/chrome/browser/resources/md_downloads/crisper.js
+                src/3rdparty/chromium/chrome/browser/resources/md_history/app.crisper.js
+                src/3rdparty/chromium/chrome/browser/resources/md_history/lazy_load.crisper.js
                 src/3rdparty/chromium/third_party/dom_distiller_js/dist/js/*.js
                 src/3rdparty/chromium/third_party/pycoverage/coverage/htmlfiles/*.min.js
                 src/3rdparty/chromium/third_party/pyelftools/examples/sample_exe64.elf
                 src/3rdparty/chromium/third_party/skia/platform_tools/android/bin/linux/perfhost
+                src/3rdparty/chromium/third_party/skia/third_party/yasm/android/yasm-android
+                src/3rdparty/chromium/third_party/skia/resources/icc_profiles/srgb_lab_pcs.icc
                 src/3rdparty/chromium/third_party/web-animations-js/sources/*.min.js
-                src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/acorn/acorn.js
                 src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/diff/diff_match_patch.js
+                src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/gonzales/gonzales-scss.js
+                src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
+                src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/settings/EditFileSystemView.js
+                src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/audits2_worker/lighthouse/lighthouse-background.js
+                src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
                 src/3rdparty/chromium/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/*.min.js
+                src/3rdparty/chromium/third_party/swiftshader/third_party/llvm-subzero/lib/Support/ConvertUTF.c
                 src/3rdparty/chromium/ui/accessibility/extensions/highcontrast/highcontrast.js
+                src/3rdparty/chromium/ui/webui/resources/js/jstemplate_compiled.js
                 src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
                 src/3rdparty/chromium/v8/benchmarks/regexp.js
                 src/3rdparty/chromium/third_party/libxslt/linux/config.log
diff --git a/debian/rules b/debian/rules
index 6cf19e6..d193a55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,11 +64,16 @@ config_args = -proprietary-codecs \
               -system-webengine-icu
 
 touch_files = src/3rdparty/chromium/third_party/analytics/google-analytics-bundle.js \
-	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/acorn/acorn.js \
-	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/diff/diff_match_patch.js \
 	      src/3rdparty/chromium/third_party/web-animations-js/sources/web-animations.min.js \
+	      src/3rdparty/chromium/third_party/web-animations-js/sources/web-animations-next-lite.min.js \
 	      src/3rdparty/chromium/third_party/web-animations-js/sources/web-animations-next.min.js \
-	      src/3rdparty/chromium/third_party/web-animations-js/sources/web-animations-next-lite.min.js
+	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/audits2_worker/lighthouse/lighthouse-background.js \
+	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/diff/diff_match_patch.js \
+	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js \
+	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/gonzales/gonzales-scss.js \
+	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js \
+	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/settings/EditFileSystemView.js \
+	      src/3rdparty/chromium/ui/webui/resources/js/jstemplate_compiled.js
 
 %:
 	dh $@ --with pkgkde_symbolshelper

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list