tags 1048565 patch
thanks

Hi. This is my proposal to fix the bug.

The package is orphaned but in the team "julia-team" so I'm
not sure what the next step should be. Whoever makes the next
upload, please make sure your changes are committed to salsa.

Thanks.
commit 99469e57056721b30d55942d62abe90dddbb81ca
Author: Santiago Vila <[email protected]>
Date:   Sun Nov 30 15:50:00 2025 +0100

    d/rules: Fix clean target. Closes: #1048565.

diff --git a/debian/rules b/debian/rules
index 52bf152..6476f0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,6 @@
 %:
        dh $@
 
-override_dh_auto_configure:
+execute_after_dh_install:
        # have lintian shut up
-       find . -type f -name '*.jl' -exec sed -i -e "s@#!/bin/env julia@@g" 
'{}' +
+       find debian/vim-julia -type f -name '*.jl' -exec sed -i -e 
"s@#!/bin/env julia@@g" '{}' +

Reply via email to