Your message dated Mon, 25 Aug 2014 19:03:41 +0000
with message-id <[email protected]>
and subject line Bug#716897: fixed in dirdiff 2.1-7
has caused the Debian Bug report #716897,
regarding please add menu accelerators
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.)


-- 
716897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dirdiff
Version: 2.1-6
Severity: wishlist
Tags: patch

Hello Santiago and Paul

attached you'll find a patch that adds menu accelerators to dirdiff.
That is, like in any other program, it allows you to press Alt-F (and
similar for the other menu entries) to open that menu entry.

I'm sending a Cc: to Paul Mackerras in the hopes that maybe this would
get included upstream and so make it also to the other distributions
and the world.

In addition to the attached patch to dirdiff that in the case of Debian
would go to debian/patches/menu-accelarators.patch you can also:

* echo "menu-accelarators.patch" >> debian/patches/series

and

* add something similar to this the top of debian/changelog:

#############################################################################
dirdiff (2.1-6) unstable; urgency=low

  [Tomas Pospisek]
  * add menu accelerators

-- Tomáš Pospíšek <[email protected]>  Sun, 14 Jul 2013 12:15:44 +0200
#############################################################################

Thanks,
*t

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-rc7-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dirdiff depends on:
ii  libc6   2.13-38
ii  tcl8.5  8.5.11-2
ii  tk8.5   8.5.11-2

dirdiff recommends no packages.

dirdiff suggests no packages.

-- no debconf information
--- cvs-local.orig/dirdiff
+++ cvs-local/dirdiff
@@ -607,7 +607,7 @@
 
     # Native-style menubar
     menu .bar
-    .bar add cascade -label "File" -menu .bar.file
+    .bar add cascade -label "File" -menu .bar.file -accelerator "Alt-F" -underline 0
 
     # File menu
     menu .bar.file
@@ -632,17 +632,17 @@
     # Diff menu
     set diffbut .bar.diff
     menu $diffbut
-    .bar add cascade -label "Diff" -menu $diffbut
+    .bar add cascade -label "Diff" -menu $diffbut -accelerator "Alt-D" -underline 0
     $diffbut add command -label "All" -command difffiles
 
     # Copy menu
     set copybut .bar.copy
     menu $copybut
-    .bar add cascade -label "Copy/Del" -menu $copybut
+    .bar add cascade -label "Copy/Del" -menu $copybut -accelerator "Alt-C" -underline 0
 
     # Options menu
     menu .bar.options
-    .bar add cascade -label "Options" -menu .bar.options
+    .bar add cascade -label "Options" -menu .bar.options -accelerator "Alt-O" -underline 0
 
     .bar.options add radiobutton -label "Literal comparison" \
 	    -variable rcsflag -value " " \
@@ -683,7 +683,7 @@
 
     # Help menu
     menu .bar.help
-    .bar add cascade -label "Help" -menu .bar.help
+    .bar add cascade -label "Help" -menu .bar.help -accelerator "Alt-H" -underline 0
     .bar.help add command -label "About dirdiff" -command about
     .bar.help add command -label "About diff" -command about_diff
     .bar.help add command -label "Show help text" -command helptext

--- End Message ---
--- Begin Message ---
Source: dirdiff
Source-Version: 2.1-7

We believe that the bug you reported is fixed in the latest version of
dirdiff, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luciano Bello <[email protected]> (supplier of updated dirdiff package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 25 Aug 2014 20:48:21 +0200
Source: dirdiff
Binary: dirdiff
Architecture: source amd64
Version: 2.1-7
Distribution: unstable
Urgency: medium
Maintainer: Santiago Sánchez Paz <[email protected]>
Changed-By: Luciano Bello <[email protected]>
Description:
 dirdiff    - Display and merge changes between two directory trees
Closes: 716897
Changes:
 dirdiff (2.1-7) unstable; urgency=medium
 .
   * patch in the correct rule in debian/rules
   * Menu accelerators added. Thanks Tomas Pospisek. Closes: #716897
Checksums-Sha1:
 dea6c48101a28a5e812eb4416975f242abc0321c 1727 dirdiff_2.1-7.dsc
 bfd792cfb64a12404ee40fc480ea38c16d50e517 7256 dirdiff_2.1-7.diff.gz
 efa7c05c06c86af3727b4e448676c0d96970be92 38340 dirdiff_2.1-7_amd64.deb
Checksums-Sha256:
 6db8728be43a36081ed2c61e5535d5db42d9e3bbefe0411bfcce2b5d2c731e57 1727 
dirdiff_2.1-7.dsc
 b4f83085277ba8f4f569c01a1f152a3b5e238659839792b429b34bd4930b9b3e 7256 
dirdiff_2.1-7.diff.gz
 ea76c188391ef5e99914e59fac30e719e3398cdaa5f107e821e15a8280805b48 38340 
dirdiff_2.1-7_amd64.deb
Files:
 3071253bcb74e57e4b8a991cab4a5a94 38340 utils optional dirdiff_2.1-7_amd64.deb
 1e7088134924b91bfef2d9564d9eb428 1727 utils optional dirdiff_2.1-7.dsc
 5bd22d43f0dcf80e0310365e875c5bd0 7256 utils optional dirdiff_2.1-7.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJT+4gyAAoJEG7C3vaP/jd0vmQP/iXIczrY1EtlT0nUX7FH0dnn
6LXE6auXS71uczXzfqkxEBbncp1SS5ZntU3WYf9ks2S0LhvgllA1V6AO+5qtA/5J
Fgy0hgvS+c2dygEQUHep78bJE6wScs0pKSxsgsifEMsivMVwWtwoVFoMMnw6RzEe
I6DKsS/VFz20Es5o1VGjJyRCEX/NuDJKiuLDKC4QVNe74b84Vmqvj91qwj4fqBBW
csyzkKEYW4mZypPxIPY9EeSgSDD8FCQQOLN7hpGZso2MkcPKk6UKDeMI++n1YaQa
VpM35koDMVghHWq65KoLGB+OAQsorc0oo4DSrNyAuq4ywlVb7shgGNYHTHfjv/vM
6dOEXCUgxCJ1MY7Z2QrA121tpWfSBZRmD/r8FKNDp0eAslkhejvtFo1yaAcRT7xh
gYzT6wp5utGXewiKtVEA1Y/EFo0FNfpu/IkDtwujBWoPPjvlUAZBXk0xCTHgl4uQ
ZierFqwv/65Y7FdNlLCc/WNe/C0WC1AzL6myQYJI2exIJtj31ARkYoiTGrKbDEbY
DWMx3dJvsvUotQnP3CsJuRxtzH94Y7DjhhcBfLliahxBYsUCoOkWO76HW50HOdUN
wi5k4EKvBfLvSf9xHg20kMMl6BQTmj1lcZ5eh3rkqWm4I+/jnnvw1Cg/g5YQAq0X
hl4j0RU6Owx151j0vNZS
=gPJ5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to