Control: fixed -1 3.15.1-2
Control: tags -1 bookworm

Hello Simon,

Am Wed, Apr 10, 2024 at 11:26:37AM +0200 schrieb Simon Lyngshede:
 
> Dear Maintainer,
> 
> When deploying a Django application, using the staticfiles module, the
> application will throw a 500, if the user attempts to access the a REST
> endpoint using a normal browser, as the staticfiles module will fail to
> locate the bootstrap-tweaks.css file. The file is shipped be the Django
> REST Framework project, but is excluded by the debian/rules file.
> 
> It happens because the following rule accidentally matches the
> bootstrap-tweaks.css file: 
> $(RM) 
> debian/python3-djangorestframework/usr/lib/python3/dist-packages/rest_framework/static/rest_framework/css/bootstrap*.css
> 
> The correct rule would be:
> $(RM) 
> debian/python3-djangorestframework/usr/lib/python3/dist-packages/rest_framework/static/rest_framework/css/bootstrap*.min.css

thanks for the analysis, your are correct.
For unstable this issue is now fixed by 3.15.1-2.
Fixing the issue in bookworm requires another upload to stable-proposed
updates. I'll try to work on this.

Regards
Carsten

Reply via email to