]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Disable compressing Python scripts deployed in /usr/share/doc debian/latest
authorMathieu Baudier <redacted>
Fri, 24 Jul 2026 16:40:15 +0000 (18:40 +0200)
committerMathieu Baudier <redacted>
Fri, 24 Jul 2026 16:40:15 +0000 (18:40 +0200)
debian/rules

index 077d4e8723ae9b279080db2bf71770d8d595082b..b909f95baffc1febba2879185416e010a50924e9 100755 (executable)
@@ -85,3 +85,7 @@ override_dh_auto_test:
        
 override_dh_dwz:
        # Skip dwz optimization when using clang
        
 override_dh_dwz:
        # Skip dwz optimization when using clang
+
+override_dh_compress:
+       # Disable compressing Python scripts deployed in /usr/share/doc
+       dh_compress -X.py