[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1106263: unblock: prove6/0.0.12-10



Package: release.debian.org
Severity: normal
X-Debbugs-Cc: prove6@packages.debian.org
Control: affects -1 + src:prove6
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package prove6

[ 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 such as this one
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 prove6/0.0.12-10
diff -Nru prove6-0.0.12/debian/changelog prove6-0.0.12/debian/changelog
--- prove6-0.0.12/debian/changelog	2025-04-28 14:25:10.000000000 +0200
+++ prove6-0.0.12/debian/changelog	2025-05-08 16:24:26.000000000 +0200
@@ -1,3 +1,10 @@
+prove6 (0.0.12-10) unstable; urgency=medium
+
+  * control: add Build-Depends on dh_raku 0.19
+  * control: set arch=all
+
+ -- Dominique Dumont <dod@debian.org>  Thu, 08 May 2025 16:24:26 +0200
+
 prove6 (0.0.12-9) unstable; urgency=medium
 
   * Set architectures supported by moarvm
diff -Nru prove6-0.0.12/debian/control prove6-0.0.12/debian/control
--- prove6-0.0.12/debian/control	2025-04-28 14:25:10.000000000 +0200
+++ prove6-0.0.12/debian/control	2025-05-08 16:24:26.000000000 +0200
@@ -5,6 +5,7 @@
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-raku,
+               dh-raku (>= 0.19),
                dh-sequence-raku,
                go-md2man,
                raku-getopt-long,
@@ -17,7 +18,7 @@
 Rules-Requires-Root: no
 
 Package: prove6
-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-getopt-long,

Reply to: