Your message dated Thu, 31 May 2012 22:03:27 +0000
with message-id <[email protected]>
and subject line Bug#477366: fixed in ruby-ncurses 1.3.1-1
has caused the Debian Bug report #477366,
regarding libncurses-ruby1.8: Add ncurses wide UTF8 character support
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.)


-- 
477366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477366
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libncurses-ruby1.8
Version: 1.1-2
Severity: wishlist
Tags: patch

Ruby ncurses can handle UTF8 easily if the attached patch is applied which 
enables wide character spport.

Micah

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-vserver-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libncurses-ruby1.8 depends on:
ii  libc6                     2.7-10         GNU C Library: Shared libraries
ii  libncurses5               5.6+20080419-1 Shared libraries for terminal hand
ii  libruby1.8                1.8.6.114-2    Libraries necessary to run Ruby 1.
ii  ruby1.8                   1.8.6.114-2    Interpreter of object-oriented scr

libncurses-ruby1.8 recommends no packages.

-- no debconf information
--- extconf.rb.o        2007-10-09 15:08:42.000000000 +0200
+++ extconf.rb  2007-10-09 15:07:54.000000000 +0200
@@ -35,8 +35,8 @@
   raise "ncurses header file not found"
 end

-if have_library("ncurses", "wmove")
-  curses_lib = "ncurses"
+if have_library("ncursesw", "wmove")
+  curses_lib = "ncursesw"
 elsif have_library("pdcurses", "wmove")
   curses_lib = "pdcurses"
 else
@@ -120,11 +120,11 @@

 puts "checking for the panel library..."
 if have_header("panel.h")
-  have_library("panel", "panel_hidden")
+  have_library("panelw", "panel_hidden")
 end
 puts "checking for the form library..."
 if have_header("form.h")
-  have_library("form", "new_form")
+  have_library("formw", "new_form")
 end

 create_makefile('ncurses')

--- End Message ---
--- Begin Message ---
Source: ruby-ncurses
Source-Version: 1.3.1-1

We believe that the bug you reported is fixed in the latest version of
ruby-ncurses, which is due to be installed in the Debian FTP archive:

libncurses-ruby1.8_1.3.1-1_all.deb
  to main/r/ruby-ncurses/libncurses-ruby1.8_1.3.1-1_all.deb
libncurses-ruby1.9.1_1.3.1-1_all.deb
  to main/r/ruby-ncurses/libncurses-ruby1.9.1_1.3.1-1_all.deb
libncurses-ruby1.9_1.3.1-1_all.deb
  to main/r/ruby-ncurses/libncurses-ruby1.9_1.3.1-1_all.deb
libncurses-ruby_1.3.1-1_all.deb
  to main/r/ruby-ncurses/libncurses-ruby_1.3.1-1_all.deb
ruby-ncurses_1.3.1-1.debian.tar.gz
  to main/r/ruby-ncurses/ruby-ncurses_1.3.1-1.debian.tar.gz
ruby-ncurses_1.3.1-1.dsc
  to main/r/ruby-ncurses/ruby-ncurses_1.3.1-1.dsc
ruby-ncurses_1.3.1-1_amd64.deb
  to main/r/ruby-ncurses/ruby-ncurses_1.3.1-1_amd64.deb
ruby-ncurses_1.3.1.orig.tar.bz2
  to main/r/ruby-ncurses/ruby-ncurses_1.3.1.orig.tar.bz2



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.
Per Andersson <[email protected]> (supplier of updated ruby-ncurses 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: Thu, 31 May 2012 22:36:50 +0200
Source: ruby-ncurses
Binary: ruby-ncurses libncurses-ruby1.8 libncurses-ruby1.9.1 libncurses-ruby1.9 
libncurses-ruby
Architecture: source amd64 all
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Per Andersson <[email protected]>
Description: 
 libncurses-ruby - Transitional package for ruby-ncurses
 libncurses-ruby1.8 - Transitional package for ruby-ncurses
 libncurses-ruby1.9 - Transitional package for ruby-ncurses
 libncurses-ruby1.9.1 - Transitional package for ruby-ncurses
 ruby-ncurses - ruby extension for the ncurses C library
Closes: 477366
Changes: 
 ruby-ncurses (1.3.1-1) unstable; urgency=low
 .
   * Changed upstream to ncursesw-ruby. Closes: #477366.
     + Build-Depend on libncursesw5-dev.
     + Symlink ncurses.rb -> ncursesw.rb.
     + Provide ruby-ncursesw and update long description.
     + Updated watch file.
   * Build for all Ruby versions.
     + Add Ruby >= 1.9 compatibility patch.
     + Depend on ruby instead of ruby1.8.
   * Set (correct) priority extra for transitional packages.
   * Bump standards-version to 3.9.3, no changes needed.
   * Update copyright file to DEP5.
   * Add myself to uploaders.
   * Set unapply-patches in debian/source/local-options.
   * Use Breaks instead of Conflicts for transitional packages.
Checksums-Sha1: 
 ae410f5c4f6bcfc0107bbe97ba44030979a1d378 1701 ruby-ncurses_1.3.1-1.dsc
 38b5952c5784a5af37961c25eeb860ad4d3dc7b8 50643 ruby-ncurses_1.3.1.orig.tar.bz2
 f68c817afc2d5680a46193da6a506e53be3de0e8 5007 
ruby-ncurses_1.3.1-1.debian.tar.gz
 550e465bea38e60e740abd2053830aadd6666dfb 133604 ruby-ncurses_1.3.1-1_amd64.deb
 5b7f6ed4ffb423e16db2fa720c24bb4b09107676 5628 
libncurses-ruby1.8_1.3.1-1_all.deb
 ae264af50774b12aa336865bdd9c26abf6e7f4b5 5626 
libncurses-ruby1.9.1_1.3.1-1_all.deb
 db36e964720db0f49a277f84bcba3f05de664d89 5620 
libncurses-ruby1.9_1.3.1-1_all.deb
 96dd15086aa8029911ad0aeb6e8455dc8a89152b 5616 libncurses-ruby_1.3.1-1_all.deb
Checksums-Sha256: 
 424f9195a726cbb1ef258f6a48c8365070e17c146ec1db02cc10e94b77490928 1701 
ruby-ncurses_1.3.1-1.dsc
 9e614139ab7d5575389c8d6f78aecbfa3299b6428a36b5eccf0f7d8cc3250546 50643 
ruby-ncurses_1.3.1.orig.tar.bz2
 e75472382fecd1a30ec24ef37b217fa1f344b4cc2c80d23948542250e2468518 5007 
ruby-ncurses_1.3.1-1.debian.tar.gz
 accc4f7474b3b347018c85dbac824a2d3af3d0a6ac414cc175b391eff93e8cb4 133604 
ruby-ncurses_1.3.1-1_amd64.deb
 49450a02c680b8b828b2e6b7ce53370369a8b413f5cbd6c56c00381ad9238d79 5628 
libncurses-ruby1.8_1.3.1-1_all.deb
 10a4110ec2d48e12ae59493a9910abbfc31a208d8f83abfb16c4c225215dca35 5626 
libncurses-ruby1.9.1_1.3.1-1_all.deb
 cb5eb7da636049ffe1536f092824b6bf1c1397a720a95dab1b2edd7424e26b3c 5620 
libncurses-ruby1.9_1.3.1-1_all.deb
 824ea075174cf0cf0c90b36b2649891dea0bcfbf1cd74e7c767899ae0361b1d0 5616 
libncurses-ruby_1.3.1-1_all.deb
Files: 
 2812e2e03a064c82841f0db05d63bb0c 1701 ruby optional ruby-ncurses_1.3.1-1.dsc
 984928b55cbe3be57b1b1f1e2afc1ff7 50643 ruby optional 
ruby-ncurses_1.3.1.orig.tar.bz2
 167252ab6b77c4a2ad70dd5349265332 5007 ruby optional 
ruby-ncurses_1.3.1-1.debian.tar.gz
 5200d79843e83844922ed1e953b78662 133604 ruby optional 
ruby-ncurses_1.3.1-1_amd64.deb
 8d1c37f025c7c69bcaa8ae461416f543 5628 oldlibs extra 
libncurses-ruby1.8_1.3.1-1_all.deb
 78f7c4409ad3c0cc04b7c32321e9c506 5626 oldlibs extra 
libncurses-ruby1.9.1_1.3.1-1_all.deb
 4493d41714b0e923132bd21ede7a5337 5620 oldlibs extra 
libncurses-ruby1.9_1.3.1-1_all.deb
 f48758ca80204071a668950d9421f77f 5616 oldlibs extra 
libncurses-ruby_1.3.1-1_all.deb

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

iEYEARECAAYFAk/H6AYACgkQJBBhylAGQYHbiwCggEKwFZslnTIRiBLFLIMialoY
U+sAnRzJQHMvQI3zYGW5C+pl8YH0Lmdm
=D2Xv
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to