[neon/qt6/qt6-webengine/Neon/release] debian: revert to salsa experimental for qt 6.4.1 and run qt_sixy

Jonathan Esk-Riddell null at kde.org
Tue Dec 6 13:33:44 GMT 2022


Git commit 944eeedf2591e44668ace9eead9ddc90653893ae by Jonathan Esk-Riddell.
Committed on 06/12/2022 at 13:30.
Pushed by jriddell into branch 'Neon/release'.

revert to salsa experimental for qt 6.4.1 and run qt_sixy

A  +1    -0    debian/.gitattributes
A  +1    -0    debian/.gitignore
M  +250  -3    debian/changelog
M  +118  -35   debian/control
M  +3    -11   debian/copyright
M  +6    -1    debian/missing-sources/README
A  +11   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/.gitignore
A  +10   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/AUTHORS
A  +23   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/CONTRIBUTING.md
A  +202  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/LICENSE
A  +41   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/README.md
A  +2105 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/cpp/diff_match_patch.cpp  *
A  +625  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/cpp/diff_match_patch.h  *
A  +19   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/cpp/diff_match_patch.pro
A  +1197 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/cpp/diff_match_patch_test.cpp  *
A  +89   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/cpp/diff_match_patch_test.h  *
A  +2296 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/csharp/DiffMatchPatch.cs
A  +1230 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/csharp/tests/DiffMatchPatchTest.cs
A  +34   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/csharp/tests/Speedtest.cs
A  +230  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/csharp/tests/Speedtest1.txt
A  +188  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/csharp/tests/Speedtest2.txt
A  +2192 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/DMPClass.dart
A  +70   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/DiffClass.dart
A  +26   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/DiffMatchPatch.dart
A  +79   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/PatchClass.dart
A  +946  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/tests/DiffMatchPatchTest.dart
A  +38   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/tests/Speedtest.dart
A  +2211 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/tests/Speedtest.dart.js
A  +444  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/tests/Speedtest.html
A  +17   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/dart/tests/SpeedtestVM.dart
A  +87   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/demos/diff.html
A  +92   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/demos/match.html
A  +120  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/demos/patch.html
A  +2471 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/java/src/name/fraser/neil/plaintext/diff_match_patch.java
A  +55   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/java/tests/name/fraser/neil/plaintext/Speedtest.java
A  +230  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/java/tests/name/fraser/neil/plaintext/Speedtest1.txt
A  +188  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/java/tests/name/fraser/neil/plaintext/Speedtest2.txt
A  +998  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/java/tests/name/fraser/neil/plaintext/diff_match_patch_test.java
A  +55   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/javascript/diff_match_patch.js
A  +2236 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/javascript/diff_match_patch_uncompressed.js
A  +148  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/javascript/tests/diff_match_patch_test.html
A  +966  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/javascript/tests/diff_match_patch_test.js
A  +466  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/javascript/tests/speedtest.html
A  +2184 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/lua/diff_match_patch.lua
A  +1219 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/lua/tests/diff_match_patch_test.lua
A  +36   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/lua/tests/speedtest.lua
A  +230  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/lua/tests/speedtest1.txt
A  +188  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/lua/tests/speedtest2.txt
A  +173  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatch.h  *
A  +2548 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatch.m
A  +1133 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatch.xcodeproj/project.pbxproj
A  +7    -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatch.xcodeproj/project.xcworkspace/contents.xcworkspacedata
A  +5    -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatch.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
A  +592  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatchCFUtilities.c  *
A  +48   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatchCFUtilities.h  *
A  +7    -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/DiffMatchPatch_Prefix.pch
A  +2    -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/English.lproj/InfoPlist.strings
A  +28   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/Info.plist
A  +40   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/MinMaxMacros.h  *
A  +46   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSMutableDictionary+DMPExtensions.h  *
A  +108  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSMutableDictionary+DMPExtensions.m
A  +29   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSString+JavaSubstring.h  *
A  +35   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSString+JavaSubstring.m
A  +30   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSString+UnicharUtilities.h  *
A  +39   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSString+UnicharUtilities.m
A  +30   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSString+UriCompatibility.h  *
A  +55   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/NSString+UriCompatibility.m
A  +22   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/Tests/DiffMatchPatchTest-Info.plist
A  +27   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/Tests/DiffMatchPatchTest.h  *
A  +1356 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/Tests/DiffMatchPatchTest.m
A  +230  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/Tests/Speedtest1.txt
A  +188  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/Tests/Speedtest2.txt
A  +59   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/Tests/speedtest.m
A  +7    -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/objectivec/speedtest_Prefix.pch
A  +2    -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python2/__init__.py
A  +1919 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python2/diff_match_patch.py
A  +903  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python2/tests/diff_match_patch_test.py
A  +49   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python2/tests/speedtest.py
A  +230  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python2/tests/speedtest1.txt
A  +188  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python2/tests/speedtest2.txt
A  +2    -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python3/__init__.py
A  +1907 -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python3/diff_match_patch.py
A  +906  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python3/tests/diff_match_patch_test.py
A  +50   -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python3/tests/speedtest.py
A  +230  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python3/tests/speedtest1.txt
A  +188  -0    debian/missing-sources/diff-match-patch/diff-match-patch-master/python3/tests/speedtest2.txt
M  +7    -7    debian/not-installed
A  +25   -0    debian/patches/compressing_files.patch
D  +0    -27   debian/patches/lower_libicu_min_to_67.patch
A  +12   -0    debian/patches/reduce_debugging_info.patch
M  +143  -158  debian/patches/remove_catapult_3rdparty.patch
M  +5    -6    debian/patches/remove_catapult_core.patch
M  +8    -2    debian/patches/series
A  +25   -0    debian/patches/support-i386.patch
M  +14   -7    debian/qt6-webengine-dev.install
A  +43   -0    debian/qt6-webengine.install
M  +20   -8    debian/rules
M  +1439 -1150 debian/source/lintian-overrides

The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page.


https://invent.kde.org/neon/qt6/qt6-webengine/commit/944eeedf2591e44668ace9eead9ddc90653893ae


More information about the Neon-commits mailing list