Re: Custom decompressor for mk-origtargz

2024-09-11 Thread Preuße , Hilmar
Am 09.09.2024 um 08:17 schrieb Niels Thykier: Hello, ```perl push @cmd, ("-o${tempdir}", $upstream_tar); ``` Should do. > Works fine! Thank you. hille@rasppi2:~/devel/wp2latex/wp2latex.git $ uscan Newest version of wp2latex on remote site is 4.10b, local version is 4.10 (mangled loca

Re: Custom decompressor for mk-origtargz

2024-09-08 Thread Niels Thykier
Preuße, Hilmar: Am 07.09.2024 um 23:49 schrieb Preuße, Hilmar: Hi, Can I tell mk-origtargz to use 7z instead of unzip to uncompress the zip file? The unzip binary is hard coded in MkOrigtargz.pm, I tried to replace, by 7z, but failed until now:     @cmd = ('7z','x');  

Re: Custom decompressor for mk-origtargz

2024-09-08 Thread Preuße , Hilmar
Am 07.09.2024 um 23:49 schrieb Preuße, Hilmar: Hi, Can I tell mk-origtargz to use 7z instead of unzip to uncompress the zip file? The unzip binary is hard coded in MkOrigtargz.pm, I tried to replace, by 7z, but failed until now: @cmd = ('7z','x'); push @cmd, split