Your message dated Mon, 13 May 2019 20:23:00 +0000 with message-id <26c69534-ff11-384b-3176-ae33bb31d4e6@thykier.net> and subject line Re: Bug#928950: unblock: megadown/0~20180705+git83c53dd-1.1 has caused the Debian Bug report #928950, regarding unblock: megadown/0~20180705+git83c53dd-1.1 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 owner@bugs.debian.org immediately.) -- 928950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928950 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: unblock: megadown/0~20180705+git83c53dd-1.1
- From: Boyuan Yang <byang@debian.org>
- Date: Mon, 13 May 2019 16:01:53 -0400
- Message-id: <[🔎] 2b5e3651bb2a30a1aa4fc9178af5703cb03abbea.camel@debian.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock X-Debbugs-CC: vivia.nikolaidou@puri.sm pitsiorisj@gmail.com Please unblock megadown 0~20180705+git83c53dd-1.1 . This upload fixes RC bug https://bugs.debian.org/927462 which renders the package unusable. The full debdiff is pasted here. -- Regards, Boyuan Yang diff --git a/debian/changelog b/debian/changelog index 8f6859f..b6146d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +megadown (0~20180705+git83c53dd-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Cherry-pick upstream fix on link parsing logic to make the tool + actually usable. (Closes: #927462) + + -- Boyuan Yang <byang@debian.org> Mon, 13 May 2019 13:59:17 -0400 + megadown (0~20180705+git83c53dd-1) unstable; urgency=medium * Initial release (Closes: #904702) diff --git a/debian/patches/0003-File-hex-key-fix.patch b/debian/patches/0003- File-hex-key-fix.patch new file mode 100644 index 0000000..3f9a66d --- /dev/null +++ b/debian/patches/0003-File-hex-key-fix.patch @@ -0,0 +1,26 @@ +From: tonikelope <tonikelope@gmail.com> +Date: Wed, 17 Apr 2019 12:41:19 +0200 +Subject: File hex key fix + +Bug-Debian: https://bugs.debian.org/927462 +Applied-Upstream: https://github.com/tonikelope/megadown/commit/734e46fec67a2798bfbb5e21a75f04b90afafd65 +Signed-Off-By: Boyuan Yang <byang@debian.org> + +--- + megadown | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/megadown b/megadown +index d928bad..a0c362a 100755 +--- a/megadown ++++ b/megadown +@@ -145,8 +145,7 @@ function hrk2hk { + declare -A hk + hk[0]=$(( 0x${1:0:16} ^ 0x${1:32:16} )) + hk[1]=$(( 0x${1:16:16} ^ 0x${1:48:16} )) +- +- printf "%016x" ${hk[*]} ++ printf "%016x%016x" ${hk[0]} ${hk[1]} + } + + # 1:link diff --git a/debian/patches/series b/debian/patches/series index 2f4b7de..9665868 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ use_installed_helpers.patch 2to3.patch +0003-File-hex-key-fix.patchAttachment: signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
- To: Boyuan Yang <byang@debian.org>, 928950-done@bugs.debian.org
- Subject: Re: Bug#928950: unblock: megadown/0~20180705+git83c53dd-1.1
- From: Niels Thykier <niels@thykier.net>
- Date: Mon, 13 May 2019 20:23:00 +0000
- Message-id: <26c69534-ff11-384b-3176-ae33bb31d4e6@thykier.net>
- In-reply-to: <[🔎] 2b5e3651bb2a30a1aa4fc9178af5703cb03abbea.camel@debian.org>
- References: <[🔎] 2b5e3651bb2a30a1aa4fc9178af5703cb03abbea.camel@debian.org>
Boyuan Yang: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > X-Debbugs-CC: vivia.nikolaidou@puri.sm pitsiorisj@gmail.com > > Please unblock megadown 0~20180705+git83c53dd-1.1 . This upload fixes RC bug > https://bugs.debian.org/927462 which renders the package unusable. > > The full debdiff is pasted here. > > -- > Regards, > Boyuan Yang > > [...] > Unblocked, thanks. ~Niels
--- End Message ---