[neon/qt/qtwebengine/Neon/testing] debian: Update Files-Excluded and touch_files for upstream path changes.
Dmitry Shachnev
null at kde.org
Wed May 19 11:53:42 BST 2021
Git commit c1d2c21b409677a5dafb8b9f97b6f294ae8b809f by Dmitry Shachnev.
Committed on 20/11/2020 at 18:50.
Pushed by sitter into branch 'Neon/testing'.
Update Files-Excluded and touch_files for upstream path changes.
M +1 -0 debian/changelog
M +2 -2 debian/copyright
M +2 -2 debian/rules
https://invent.kde.org/neon/qt/qtwebengine/commit/c1d2c21b409677a5dafb8b9f97b6f294ae8b809f
diff --git a/debian/changelog b/debian/changelog
index a292165..690d208 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qtwebengine-opensource-src (5.15.2+dfsg-1) UNRELEASED; urgency=medium
- compile-pdf-examples.patch
* Refresh and rebase other patches.
* Stop adding -Wl,--as-needed to LDFLAGS, it is default in Bullseye.
+ * Update Files-Excluded and touch_files for upstream path changes.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 20 Nov 2020 20:14:02 +0300
diff --git a/debian/copyright b/debian/copyright
index 5f2dab8..23a67b6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -24,10 +24,10 @@ Files-Excluded: src/3rdparty/chromium/buildtools/third_party/eu-strip/bin/eu-str
src/3rdparty/chromium/third_party/crashpad/crashpad/handler/win/z7_test.dll
src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/elf/elf_image_reader_fuzzer_corpus
src/3rdparty/chromium/third_party/crashpad/crashpad/third_party/apple_cf/*
- src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/audits/lighthouse/report-generator.js
- src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/audits_worker/lighthouse/lighthouse-dt-bundle.js
src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/diff/diff_match_patch.js
src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/formatter_worker/acorn/acorn.js
+ src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lighthouse/lighthouse-dt-bundle.js
+ src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lighthouse/report-assets/report-generator.js
src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules
src/3rdparty/chromium/third_party/dom_distiller_js/dist/js/*.js
src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
diff --git a/debian/rules b/debian/rules
index 0f76c57..f65c26f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,8 +45,8 @@ config_args = -proprietary-codecs \
-system-webp \
-system-webengine-icu
-touch_files = src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/audits_worker/lighthouse/lighthouse-dt-bundle.js \
- src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/audits/lighthouse/report-generator.js \
+touch_files = src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lighthouse/lighthouse-dt-bundle.js \
+ src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lighthouse/report-assets/report-generator.js \
src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/diff/diff_match_patch.js \
src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/formatter_worker/acorn/acorn.js \
src/3rdparty/chromium/third_party/polymer/v3_0/components-chromium/polymer/polymer_bundled.min.js \
More information about the Neon-commits
mailing list