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 changelog | 6 ++++++ patches/series | 1 + patches/update-p6c-mirror-urls.patch | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+) diff -Nru perl6-zef-0.6.2/debian/changelog perl6-zef-0.6.2/debian/changelog --- perl6-zef-0.6.2/debian/changelog 2019-01-10 08:38:06.000000000 +0000 +++ perl6-zef-0.6.2/debian/changelog 2019-05-06 02:08:36.000000000 +0000 @@ -1,3 +1,9 @@ +perl6-zef (0.6.2-2) unstable; urgency=medium + + * Patch: update-p6c-mirror-urls.patch (Closes: #928454) + + -- Mo Zhou <--------------------> Mon, 06 May 2019 02:08:36 +0000 + perl6-zef (0.6.2-1) unstable; urgency=medium * New upstream version 0.6.2 diff -Nru perl6-zef-0.6.2/debian/patches/series perl6-zef-0.6.2/debian/patches/series --- perl6-zef-0.6.2/debian/patches/series 2018-09-12 14:54:50.000000000 +0000 +++ perl6-zef-0.6.2/debian/patches/series 2019-05-06 01:57:24.000000000 +0000 @@ -1 +1,2 @@ interpreter.diff +update-p6c-mirror-urls.patch diff -Nru perl6-zef-0.6.2/debian/patches/update-p6c-mirror-urls.patch perl6-zef-0.6.2/debian/patches/update-p6c-mirror-urls.patch --- perl6-zef-0.6.2/debian/patches/update-p6c-mirror-urls.patch 1970-01-01 00:00:00.000000000 +0000 +++ perl6-zef-0.6.2/debian/patches/update-p6c-mirror-urls.patch 2019-05-06 01:59:56.000000000 +0000 @@ -0,0 +1,19 @@ +Source: https://github.com/ugexe/zef/blob/master/resources/config.json#L60-L62 +Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928454 +Index: perl6-zef/resources/config.json +=================================================================== +--- perl6-zef.orig/resources/config.json ++++ perl6-zef/resources/config.json +@@ -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" + ] + } + }, > For future reference: > * We generally need to full debdiff to know exactly what we will be > approving. In this case, I assumed you need that change plus an > upload to d/changelog only (hopefully sparing us from a round trip) > * Assuming this is indeed the only change, it would have been faster > and easier for both parties if you had uploaded it to sid in parallel > with the unblock request. > - I appreciate that you may prefer a "rather safe than sorry"- > approach, which is greatly appreciated with potential risky > changes. Got it. Thanks for the hints.