Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-CC: Robert Lemmen <rober...@semistable.com>, Dominique Dumont <d...@debian.org>
Please unblock package perl6-zef (explain the reason for the unblock here) As I reported in #928454, the outdated mirror URL list renders zef, the perl6 package manager nearly unusable: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928454 Luckily we can fix the package for Buster by simply updating the list: https://github.com/ugexe/zef/blob/master/resources/config.json#L60-L62 I asked upstream author on IRC and they acked that the mirror list is not likely to be changed for the Buster lifecycle. (include/attach the debdiff against the package in testing) ``` --- config.json.orig 2019-05-05 03:31:08.251673414 +0000 +++ config.json 2019-05-05 03:32:01.744441262 +0000 @@ -57,10 +57,9 @@ "name" : "p6c", "auto-update" : 1, "mirrors" : [ - "http://ecosystem-api.p6c.org/projects1.json", - "http://ecosystem-api.p6c.org/projects.json", + "https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json", "git://github.com/ugexe/Perl6-ecosystems.git", - "https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json" + "http://ecosystem-api.p6c.org/projects1.json" ] } }, ``` unblock perl6-zef/0.6.2-2 -- System Information: Debian Release: 10.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled