Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package raku-meta6 [ Reason ] The version of this package in testing provides: - source files - pre-compiled binary files The pre-compiled binary files depends on rakudo compiler-id. Unfortunately, we've realized lately that this compiler-id is not reproducible. When compiler-id changes, rakudo rebuilds all source files and generate new pre-compiled files for the source code and all its dependencies. This leads to package conflicts as reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104468. Note that file conflicts may happen in one arch and not in the other, so I'm going to request unblock of all raku module packages that depend on other raku modules. The new release in unstable ships only source code. Rakudo compiles these modules at run-time and store pre-compiled files in ~/.raku/precomp directory. I'm requesting unblock for all raku package that depends on other raku modules. [ Impact ] Currently, many raku modules are not installable due to these files conflicts. Moreover, some packages cannot be rebuilt due to dependencies not being installable. [ Tests ] Like Perl5 modules, all raku modules come with a set of non-regression tests which are run at build time. [ Risks ] Very low. This new behavior reverts to rakudo default: pre-compile all source files and store results in local cache. [ Checklist ] [x] all changes are documented in the d/changelog. changelog mentions updated build-dep on dh-raku 0.19. dh-raku changelog mentions that pre-compiled files are no longer generated. [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock raku-meta6/0.0.30-4
diff -Nru raku-meta6-0.0.30/debian/changelog raku-meta6-0.0.30/debian/changelog --- raku-meta6-0.0.30/debian/changelog 2025-04-28 10:05:30.000000000 +0200 +++ raku-meta6-0.0.30/debian/changelog 2025-05-08 16:25:15.000000000 +0200 @@ -1,3 +1,10 @@ +raku-meta6 (0.0.30-4) unstable; urgency=medium + + * control: add Build-Depends on dh_raku 0.19 + * control: set arch=all + + -- Dominique Dumont <d...@debian.org> Thu, 08 May 2025 16:25:15 +0200 + raku-meta6 (0.0.30-3) unstable; urgency=medium * Set architectures supported by moarvm diff -Nru raku-meta6-0.0.30/debian/control raku-meta6-0.0.30/debian/control --- raku-meta6-0.0.30/debian/control 2025-04-28 10:05:30.000000000 +0200 +++ raku-meta6-0.0.30/debian/control 2025-05-08 16:25:15.000000000 +0200 @@ -5,6 +5,7 @@ Section: interpreters Priority: optional Build-Depends: debhelper-compat (= 13), + dh-raku (>= 0.19), dh-sequence-raku, raku-json-class (>= 0.0.20), raku-json-fast, @@ -16,7 +17,7 @@ Rules-Requires-Root: no Package: raku-meta6 -Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 loong64 mips mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x x32 +Architecture: all Depends: ${misc:Depends}, ${raku:Depends}, raku-json-class (>= 0.0.20),