Package: php-laravel-framework / 11.46.1+dfsg-1

Metadata

Package Version Patches format
php-laravel-framework 11.46.1+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Treat replaced internal packages as dependencies.patch | (download)

composer.json | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 treat replaced internal packages as dependencies

0002 Remove Composer runtime dependency.patch | (download)

composer.json | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove composer runtime dependency

Irrelevant when installed from a Debian package.

0003 Adjust default config file location.patch | (download)

src/Illuminate/Foundation/Console/ConfigPublishCommand.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 adjust default config file location

0004 Disable debug mode exception renderer.patch | (download)

src/Illuminate/Foundation/Providers/FoundationServiceProvider.php | 22 0 + 22 - 0 !
src/Illuminate/Foundation/resources/exceptions/renderer/dist/dark-mode.css | 1 0 + 1 - 0 !
src/Illuminate/Foundation/resources/exceptions/renderer/dist/light-mode.css | 10 0 + 10 - 0 !
src/Illuminate/Foundation/resources/exceptions/renderer/dist/scripts.js | 7 0 + 7 - 0 !
src/Illuminate/Foundation/resources/exceptions/renderer/dist/styles.css | 1 0 + 1 - 0 !
5 files changed, 41 deletions(-)

 disable debug mode exception renderer

The view relies on compiled and minified CSS and Javascript that we
cannot reproduce from source in Debian due to missing dependencies.
We must thus exclude it.

0005 Remove spatie once from composer.json.patch | (download)

composer.json | 3 1 + 2 - 0 !
src/Illuminate/Support/composer.json | 3 0 + 3 - 0 !
2 files changed, 1 insertion(+), 5 deletions(-)

 remove spatie/once from composer.json

The spatie/once library can be functionally replaced by functionality
in illuminate/support, but it's not exactly contained within.

The other "replaces" packages are contained within the Laravel source
code and we split them into separate binary packages.

There's no real relation to spatie/once here and its sources aren't
contained within Laravel, so we drop this "replaces" relation to
avoid complicating the handling of "replaces" when packaging.