Your message dated Mon, 06 May 2019 20:12:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#928455: [pre-a] unblock: perl6-zef/0.6.2-2
has caused the Debian Bug report #928455,
regarding [pre-a] unblock: perl6-zef/0.6.2-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
928455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928455
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-CC: Robert Lemmen <[email protected]>, Dominique Dumont
<[email protected]>
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
--- End Message ---
--- Begin Message ---
Mo Zhou:
> control: tags -1 -moreinfo
>
> Uploaded to unstable.
>
> On Sun, May 05, 2019 at 11:51:00AM +0000, Niels Thykier wrote:
>> Please go ahead with the upload and remove the moreinfo tag when it is
>> in unstable and ready to be unblocked.
>
> ~/D/perl6 ❯❯❯ debdiff --diffstat perl6-zef_0.6.2-1.dsc perl6-zef_0.6.2-2.dsc
> diffstat for perl6-zef-0.6.2 perl6-zef-0.6.2
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---