Your message dated Mon, 13 May 2019 20:23:00 +0000
with message-id <[email protected]>
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 [email protected]
immediately.)


-- 
928950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928950
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: [email protected] [email protected]

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 <[email protected]>  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 <[email protected]>
+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 <[email protected]>
+
+---
+ 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.patch

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Boyuan Yang:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> X-Debbugs-CC: [email protected] [email protected]
> 
> 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 ---

Reply via email to