diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 17:20:03 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-12 18:15:03 +0100 |
| commit | 1c580f2cec39a50361d627b8b0494f5e4ee87f22 (patch) | |
| tree | eea9290cf92239d809aa35b8ec074ff30a6d099f /debian/lintian-overrides | |
| parent | ea8692a47c0afc1bf9df26ec2841aef3a15b1ce0 (diff) | |
| download | Ishtar-1c580f2cec39a50361d627b8b0494f5e4ee87f22.tar.bz2 Ishtar-1c580f2cec39a50361d627b8b0494f5e4ee87f22.zip | |
🚀 Debian package: python-django-ishtar - remove static files packaged in Debian - fix some package error
- use package version of fork-awesome, gentium font
- add deb-helper token to postint
- fix permissions
- obfuscate social link in non used features of jquery.
Diffstat (limited to 'debian/lintian-overrides')
| -rw-r--r-- | debian/lintian-overrides | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 000000000..68caa3ebc --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,14 @@ +# we're punk we use srv +python3-django-ishtar: dir-or-file-in-srv +# link to existing packages +python3-django-ishtar: breakout-link usr/lib/python3/dist-packages/ishtar_common/static/* +# own bootstrap version +python3-django-ishtar: embedded-javascript-library usr/lib/python3/dist-packages/ishtar_common/static/bootstrap/* +# excanvas included in jqplot +python3-django-ishtar: embedded-javascript-library usr/lib/python3/dist-packages/ishtar_common/static/js/jqplot/excanvas* +# own jquery and jquery-ui version +python3-django-ishtar: embedded-javascript-library usr/lib/python3/dist-packages/ishtar_common/static/js/jquery.* +python3-django-ishtar: embedded-javascript-library usr/lib/python3/dist-packages/ishtar_common/static/js/jquery-ui/* +# bad encoding used for failed test +python3-django-ishtar: national-encoding usr/lib/python3/dist-packages/archaeological_operations/tests/MCC-operations-example-bad-encoding.csv +# obfuscate non used social link with 127.0.0.1 |
