Your message dated Mon, 17 Sep 2012 12:49:45 +0000
with message-id <[email protected]>
and subject line Bug#687100: fixed in readline6 6.2-9
has caused the Debian Bug report #687100,
regarding libreadline6: Slow (10cps) text paste
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.)


-- 
687100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687100
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: octave
Version: 3.6.2-5
Severity: normal

Dear Maintainer,

Either mouse 2-nd button and shift-ins give slow input below 10 cps (slower 
then keyboard). The same time on console, xterm or gnome-terminal.

C&P the line given below last about 15 secons in octave (while below 1 s in 
bash)

a='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'


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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages octave depends on:
ii  libamd2.2.0                      1:3.4.0-3
ii  libarpack2                       3.1.1-2
ii  libatlas3-base [liblapack.so.3]  3.8.4-9
ii  libblas3 [libblas.so.3]          1.2.20110419-5
ii  libc6                            2.13-35
ii  libcamd2.2.0                     1:3.4.0-3
ii  libccolamd2.7.1                  1:3.4.0-3
ii  libcholmod1.7.1                  1:3.4.0-3
ii  libcolamd2.7.1                   1:3.4.0-3
ii  libcurl3-gnutls                  7.26.0-1
ii  libcxsparse2.2.3                 1:3.4.0-3
ii  libfftw3-3                       3.3.2-3.1
ii  libfltk1.1                       1.1.10-14
ii  libfreetype6                     2.4.9-1
ii  libgcc1                          1:4.7.1-7
ii  libgl1-mesa-glx [libgl1]         8.0.4-2
ii  libglpk0                         4.45-1
ii  libgomp1                         4.7.1-7
ii  libgraphicsmagick++3             1.3.16-1.1
ii  libgraphicsmagick3               1.3.16-1.1
ii  liblapack3 [liblapack.so.3]      3.4.1-5
ii  liboctave1                       3.6.2-5
ii  libpcre3                         1:8.30-5
ii  libqhull5                        2009.1-3
ii  libqrupdate1                     1.1.1-1
ii  libstdc++6                       4.7.1-7
ii  libumfpack5.4.0                  1:3.4.0-3
ii  octave-common                    3.6.2-5
ii  texinfo                          4.13a.dfsg.1-10
ii  zlib1g                           1:1.2.7.dfsg-13

Versions of packages octave recommends:
ii  gnuplot-x11     4.6.0-8
ii  libatlas3-base  3.8.4-9

Versions of packages octave suggests:
pn  octave-doc      <none>
pn  octave-htmldoc  <none>
ii  octave-info     3.6.2-5

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: readline6
Source-Version: 6.2-9

We believe that the bug you reported is fixed in the latest version of
readline6, 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.
Matthias Klose <[email protected]> (supplier of updated readline6 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: SHA1

Format: 1.8
Date: Mon, 17 Sep 2012 14:10:00 +0200
Source: readline6
Binary: libreadline6 lib64readline6 readline-common libreadline-dev 
libreadline6-dev lib64readline6-dev libreadline6-dbg rlfe lib32readline6 
lib32readline6-dev
Architecture: source all amd64
Version: 6.2-9
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description: 
 lib32readline6 - GNU readline and history libraries, run-time libraries 
(32-bit)
 lib32readline6-dev - GNU readline and history libraries, development files 
(32-bit)
 lib64readline6 - GNU readline and history libraries, run-time libraries 
(64-bit)
 lib64readline6-dev - GNU readline and history libraries, development files 
(64-bit)
 libreadline-dev - GNU readline and history libraries, development files
 libreadline6 - GNU readline and history libraries, run-time libraries
 libreadline6-dbg - GNU readline and history libraries, debugging libraries
 libreadline6-dev - GNU readline and history libraries, development files
 readline-common - GNU readline and history libraries, common files
 rlfe       - Front-end using readline to "cook" input lines for other programs
Closes: 670030 687100 687717
Changes: 
 readline6 (6.2-9) unstable; urgency=low
 .
   * Apply upstream patches 002 - 004. Fixes:
     - The readline shared library helper script needs to be updated for
       Mac OS X 10.7 (Lion, darwin11).
     - A change between readline-6.1 and readline-6.2 to prevent the readline
       input hook from being called too frequently had the side effect of
       causing delays when reading pasted input on systems such as Mac OS X.
       This patch fixes those delays while retaining the readline-6.2 behavior.
       Closes: #687100.
     - Attempting to redo (using `.') the vi editing mode `cc', `dd', or `yy'
       commands leads to an infinite loop.
   * Make examples Makefile Multi-Arch installable (Shawn Landden).
     Closes: #670030.
   * Fix building with -Wformat-security, and pass CPPFLAGS (Simon Ruderich).
     Closes: #687717.
Checksums-Sha1: 
 47db5a53b13f307e2b66278730ea20fa60a4b826 1762 readline6_6.2-9.dsc
 c81f814f6f8d86a07c5b8738af46064c7bdf8ca2 28421 readline6_6.2-9.debian.tar.gz
 ccdd46fff45d4191965c6954688774f12bdadef0 55594 readline-common_6.2-9_all.deb
 70381edd9402385d6bcb0d8c2225984dfe45c082 166350 libreadline6_6.2-9_amd64.deb
 74e8035d42e86d0c76365b54c62dc102dd73174a 892 libreadline-dev_6.2-9_amd64.deb
 53a5898a683e4be572774ed8d8a145279d0d4035 263704 
libreadline6-dev_6.2-9_amd64.deb
 adbf9baa3bf3b546ce1b09a942c300bb040cdeb1 867064 
libreadline6-dbg_6.2-9_amd64.deb
 1430156dbabab15b2efb09abcce720c17b157ae3 19074 rlfe_6.2-9_amd64.deb
 e404a03fbfc894f7ad5663fbe155de1405219437 159764 lib32readline6_6.2-9_amd64.deb
 9f30b92a8d2882725692f7e2d133da0300cd3937 142226 
lib32readline6-dev_6.2-9_amd64.deb
Checksums-Sha256: 
 00247ddfb8fb7553bc9bb1da06398a2fb41bf96a6feeaa80c2ccbcfc7b2835d5 1762 
readline6_6.2-9.dsc
 2f27a2a0cc10d8907a2f67404f14e243d54470490efb077b3fdc21b041ed744d 28421 
readline6_6.2-9.debian.tar.gz
 4434f1a70d47efd923c0a2fab6e7fe7492f616216848436fa6c38950b8cd7a28 55594 
readline-common_6.2-9_all.deb
 a0db866824c3dd26de4afe769a3b09e0b442f719d9cc3e831c9d471cca85ab40 166350 
libreadline6_6.2-9_amd64.deb
 abd755612f83797dbcf913253c6c63704f3994b23a357a0e1abdba026e4670e7 892 
libreadline-dev_6.2-9_amd64.deb
 064a64932b78f0bfcd0236fe9035fdaf7f7630c95c87fcbc7a5be15b7363bbda 263704 
libreadline6-dev_6.2-9_amd64.deb
 b2e930ece527a877a81a90c0a5e7cd70ed74500ab0cb75fe63172f32e2b3e96c 867064 
libreadline6-dbg_6.2-9_amd64.deb
 83c44f41d9cf3c984839e80b37c0035a7905abc2db3162cbb854251767b6ceef 19074 
rlfe_6.2-9_amd64.deb
 73ed60dee664157f3ef74bfc9e5cce81869bb8526a4bbb11601185d8ddc281b1 159764 
lib32readline6_6.2-9_amd64.deb
 a4bfe07080b9f2addd4ac00f656007d0678261152f5bd547bc95e0ed8e4a4969 142226 
lib32readline6-dev_6.2-9_amd64.deb
Files: 
 30ba6cb51df075f8039272481f9f562f 1762 libs important readline6_6.2-9.dsc
 c65b8234f48b4bc8af255bfca1f14912 28421 libs important 
readline6_6.2-9.debian.tar.gz
 398e67c512eac3bce0d3b136f568e354 55594 utils important 
readline-common_6.2-9_all.deb
 addb27d931d58e2094e644a0ded3ccb5 166350 libs important 
libreadline6_6.2-9_amd64.deb
 38666b6ba53a02c2dbc09718dac070a6 892 libdevel optional 
libreadline-dev_6.2-9_amd64.deb
 26a146bba0c791b1c20162070d4248ae 263704 libdevel optional 
libreadline6-dev_6.2-9_amd64.deb
 7df0a5af4d467a606ec77d07b5d2f459 867064 debug extra 
libreadline6-dbg_6.2-9_amd64.deb
 90dd1934e63552eda44af86b1dba3129 19074 utils optional rlfe_6.2-9_amd64.deb
 c501889922a1824ea268fb9c9ebab15d 159764 libs optional 
lib32readline6_6.2-9_amd64.deb
 e4fff5fa58143947a47368628ebf8459 142226 libdevel optional 
lib32readline6-dev_6.2-9_amd64.deb

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

iEYEARECAAYFAlBXGZkACgkQStlRaw+TLJzIRgCeLqmSBXnoV5YlcDCUfCyJekla
PC0AoKI1MyuicecBPzy26lIIpiwxQDH0
=CKnb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to