Debian Patches
Status for deepin-deb-installer/6.5.51-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Make-the-dde-file-manager-plugin-optional.patch | Make the dde-file-manager plugin optional The Qt 6 build unconditionally adds src/dfmplugin-debinstaller, which needs dfm6-framework and dfm6-base from dde-file-manager. Neither is available in Debian. Add a BUILD_DFM_PLUGIN option (default ON, so the upstream behaviour is unchanged) that lets a distribution skip it. |
Boyuan Yang <byang@debian.org> | no | 2026-09-11 | ||
| 0002-Do-not-discard-CMAKE_CXX_FLAGS.patch | Do not discard the CMAKE_CXX_FLAGS passed by the user src/deb-installer/CMakeLists.txt overwrote CMAKE_CXX_FLAGS instead of appending to it, throwing away the -Wall added one line earlier as well as every flag passed in from the environment or the command line. On Debian this dropped the hardening flags, -O2/-g and -ffile-prefix-map, which leaked the build path into the binary and broke reproducibility. Also spell --as-needed out in full. |
Boyuan Yang <byang@debian.org> | no | 2026-09-11 |
