[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#925962: marked as done (unblock: zzz-to-char/0.1.3-2)



Your message dated Sat, 30 Mar 2019 11:40:08 +0000
with message-id <E1hACLI-0005fO-EL@respighi.debian.org>
and subject line unblock zzz-to-char
has caused the Debian Bug report #925962,
regarding unblock: zzz-to-char/0.1.3-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 owner@bugs.debian.org
immediately.)


-- 
925962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925962
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package zzz-to-char

Version 0.1.3-2 contains a pretty small change to fix #925945, but for
this fix to work it is also needed to update the avy package (unblock
request coming soon), and changes in the avy package a more
significant. Unfortunately, the zzz-to-char package without updating
the avy package (its dependency) cannot be properly fixed.

unblock zzz-to-char/0.1.3-2

With regards,
Lev Lamberov

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru zzz-to-char-0.1.3/debian/changelog zzz-to-char-0.1.3/debian/changelog
--- zzz-to-char-0.1.3/debian/changelog	2019-01-29 13:30:28.000000000 +0500
+++ zzz-to-char-0.1.3/debian/changelog	2019-03-29 12:14:23.000000000 +0500
@@ -1,3 +1,9 @@
+zzz-to-char (0.1.3-2) unstable; urgency=medium
+
+  * Apply recent upstream commits (Closes: #925945)
+
+ -- Lev Lamberov <dogsleg@debian.org>  Fri, 29 Mar 2019 12:14:23 +0500
+
 zzz-to-char (0.1.3-1) unstable; urgency=medium
 
   * New upstream version 0.1.3
diff -Nru zzz-to-char-0.1.3/debian/patches/0002-fix-emacs26.diff zzz-to-char-0.1.3/debian/patches/0002-fix-emacs26.diff
--- zzz-to-char-0.1.3/debian/patches/0002-fix-emacs26.diff	1970-01-01 05:00:00.000000000 +0500
+++ zzz-to-char-0.1.3/debian/patches/0002-fix-emacs26.diff	2019-03-29 12:14:23.000000000 +0500
@@ -0,0 +1,31 @@
+From: Mark Karpov <markkarpov92@gmail.com>
+Subject: Apply upstream commits to fix zzz-to-char in Emacs 26.1
+
+Apply 9f08bf94c56a39a2b65f90b852da76dfa6ec2a6f (Fix the call to
+‘avy-jump’) and 1ed6d26bcd481d88c6440984c93c248abdea2804 (Use
+‘avy-jump’ instead of ‘avy--generic-jump’) upstream commits.
+
+--- a/zzz-to-char.el
++++ b/zzz-to-char.el
+@@ -63,15 +63,15 @@ This is an internal function, see also `
+   (let ((p (point))
+         (avy-all-windows nil))
+     (avy-with zzz-to-char
+-      (avy--generic-jump
++      (avy-jump
+        (if (= 13 char)
+            "\n"
+          (regexp-quote (string char)))
+-       nil
+-       (max (- p zzz-to-char-reach)
+-            (point-min))
+-       (min (+ p zzz-to-char-reach)
+-            (point-max))))
++       :window-flip nil
++       :beg (max (- p zzz-to-char-reach)
++                 (point-min))
++       :end (min (+ p zzz-to-char-reach)
++                 (point-max))))
+     (let ((n (point)))
+       (when (/= n p)
+         (cl-destructuring-bind (beg . end)
diff -Nru zzz-to-char-0.1.3/debian/patches/series zzz-to-char-0.1.3/debian/patches/series
--- zzz-to-char-0.1.3/debian/patches/series	2019-01-29 13:30:28.000000000 +0500
+++ zzz-to-char-0.1.3/debian/patches/series	2019-03-29 12:14:23.000000000 +0500
@@ -1 +1,2 @@
 0001-remove-badges.diff
+0002-fix-emacs26.diff

--- End Message ---
--- Begin Message ---
Unblocked zzz-to-char.

--- End Message ---

Reply to: