Bug#1020283: leveldb-doc: fenced code blocks in Markdown are not converted

2022-09-19 Thread Nobuhiro Ban
\ html=`echo $${md} | cut -d. -f1`.html; \ - markdown $${md} >$${html}; \ + markdown -f fencedcode $${md} >$${html}; \ done override_dh_auto_test: ---end Regards, Nobuhiro Ban

Bug#1014370: wordwarvi: shows wrong (negative) lines/sec value

2022-07-04 Thread Nobuhiro Ban
lines/sec = %f\n", total_line_count, (double) total_line_count / - (double) end_time.tv_sec - start_time.tv_sec); + (double) (end_time.tv_sec - start_time.tv_sec)); destroy_event(); } Regards, Nobuhiro Ban

Bug#1014331: wordwarvi: wrong manpage description about option --bw

2022-07-04 Thread Nobuhiro Ban
k like a blueprint. Regards, Nobuhiro Ban

Bug#1008354: fossil: FTBFS: ./conftest__.c:3: undefined reference to `sqlite3_open'

2022-05-05 Thread Nobuhiro Ban
Thank you for your reply. Understood. I will wait for the next release. 2022年5月5日(木) 17:14 Barak A. Pearlmutter : > > Yes. > > I patched over the issue for now by just using the internal sqlite3 > library, so I think it can wait until the next official release to > pick up the proper bug fix and

Bug#1008354: fossil: FTBFS: ./conftest__.c:3: undefined reference to `sqlite3_open'

2022-05-04 Thread Nobuhiro Ban
Dear Maintainer, This is a bug in the fossil configure tool, and fixed in upstream: commit: https://fossil-scm.org/home/info/8af827342f4c4a77 forum: https://fossil-scm.org/forum/info/549da79dd9 cf. https://www.sqlite.org/src/info/4cbb3e3efeb40cc4 Regards, Nobuhiro Ban

Bug#1003064: xshisen: cannot show the personal score

2022-01-03 Thread Nobuhiro Ban
bufp = '\0'; Popup(buf); + return 0; } int - End Regards, Nobuhiro Ban -- System Information: Debian Release: bookworm/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'testing'), (500, 'stable') Architect

Bug#977397: uim-el: missing *-uim in input-method-alist on Emacs 27

2020-12-14 Thread Nobuhiro Ban
im-el-agent.")) ;; don't ask kill -(process-kill-without-query proc) +(set-process-query-on-exit-flag proc nil) ;; wait "OK" (let ((patience uim-startup-timeout) (ok nil)) - End Regards, Nobuhiro Ban -- System Information: Debian Release: bullseye/s

Bug#940884: anthy: garbled characters with anthy.el

2020-12-14 Thread Nobuhiro Ban
e broken characters "|鐚\221あ" Regards, Nobuhiro Ban

Bug#977258: libssreflect-coq: ABI break by coq binNMU

2020-12-13 Thread Nobuhiro Ban
-3) + coq 8.12.0-3+b1. Regards, Nobuhiro Ban -- System Information: Debian Release: bullseye/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'stable-debug'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.9.0-3-amd64 (SMP w/4

Bug#977257: uim-el: "Active processes exist" prompt upon exiting emacs

2020-12-13 Thread Nobuhiro Ban
../../usr/share/emacs/site-lisp/uim-el/uim-leim.el: (lambda (x) ...) quoted >with ' rather than with #' >uim.el: starting uim-el-helper-agent... >Error while loading 50uim-el: Symbol’s function definition is void: >process-kill-without-query >For information about GNU Emacs and the GNU

Bug#973544: www.debian.org: LTS Security Advisories RSS links to wrong locations

2020-11-01 Thread Nobuhiro Ban
a-2425 . Regards, Nobuhiro Ban

Bug#834053: openjdk-8: java.awt.Font#deriveFont(int style) corrupts font size

2019-02-17 Thread Nobuhiro Ban
Ping. Or, should I send this report to upstream? Regards, Nobuhiro Ban

Bug#922525: procps: typo in sysctl.conf

2019-02-17 Thread Nobuhiro Ban
@@ # Uncomment the following to stop low-level messages on console #kernel.printk = 3 4 1 3 -##3 +### # Functions previously found in netbase # Regards, Nobuhiro Ban

Bug#922524: syslog-ng-core: warning message on start

2019-02-17 Thread Nobuhiro Ban
) will be forced to 'no' too!; Adding "dns_cache(no);" into options { ... } resolves this matter. Regards, Nobuhiro Ban -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linu

Bug#845660: widelands: font-related error in options -> language

2017-03-07 Thread Nobuhiro Ban
Package: widelands Version: 1:19+repack-2 Followup-For: Bug #845660 I think the location of amiri-font (symlink) is wrong. This patch will fix the problem: --- debian/rules.orig2017-03-08 00:30:00 +0900 +++ debian/rules2017-03-08 00:30:00 +0900 @@ -30,7 +30,7 @@ # Take care of the

Bug#852342: java-package: make-jpkg strips binaries and breaks the work of Ops tools

2017-01-23 Thread Nobuhiro Ban
Package: java-package Version: 0.55 Severity: important In jessie (or later), you got stripped binary files with make-jpkg. Stripping java binary breaks the work of Ops tools. For example, you got an error to use the jmap command to dump heap. I think this is a recurrence of #291238 (fixed in

Bug#834056: ansible: should suggest cowsay package

2016-08-11 Thread Nobuhiro Ban
Package: ansible Version: 2.1.1.0-1 Severity: wishlist Ansible has a cosmetic feature with cowsay, so I think ansible package should suggest cowsay package. >From /usr/share/doc/ansible/changelog.gz >* cowsay is used by ansible-playbook if installed to improve output legibility >(try installing

Bug#834053: openjdk-8: java.awt.Font#deriveFont(int style) corrupts font size

2016-08-11 Thread Nobuhiro Ban
Source: openjdk-8 Severity: normal Tags: patch Dear Maintainer, Problem === java.awt.Font#deriveFont(int style) tries to create new Font instance that has the same font size. But it uses rounded font size wrongly. So derived font has different font size. (openjdk-7 has a same problem.)

Bug#768066: rdesktop: does not handle Windows-Key

2014-11-04 Thread Nobuhiro Ban
Package: rdesktop Version: 1.8.2-1 Severity: normal Dear Maintainer, Since 1.8.2-1, rdesktop does not send Windows-Key to remote machine. (Old version 1.7.1-1 works well.) This problem was fixed in upstream 1.8.3. See: http://sourceforge.net/p/rdesktop/bugs/384/ Regards, Nobuhiro -- To

Bug#764118: wordwarvi: cannot start game (GTK+/GLib mutex problem)

2014-10-05 Thread Nobuhiro Ban
Package: wordwarvi Version: 1.00+dfsg1-3 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, Wordwarvi cannot start game. $ LANG=C gdb -q wordwarvi Reading symbols from wordwarvi...(no debugging symbols found)...done. (gdb) r Starting program:

Bug#763899: jenkins: multiple security vulnerabilities

2014-10-03 Thread Nobuhiro Ban
Package: jenkins Version: 1.565.2-2 Severity: grave Tags: security Dear Maintainer, The upstream vendor announced a security advisory. In this advisory, some vulnerabilities are rated critical severity. https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2014-10-01

Bug#762323: openjdk-8-jre-headless: OpenJDK 8 returns incorrect TrueType font metrics

2014-09-27 Thread Nobuhiro Ban
Hi, This problem was fixed in upstream of upstream, OpenJDK: http://hg.openjdk.java.net/jdk9/client/jdk/rev/2559e1d816ae The patch attached to #657854 will fix this problem. Or, backporting above patch will also fix. Regards, Nobuhiro -- To UNSUBSCRIBE, email to

Bug#762323: openjdk-8-jre-headless: OpenJDK 8 returns incorrect TrueType font metrics

2014-09-21 Thread Nobuhiro Ban
Package: openjdk-8-jre-headless Version: 8u40~b04-2 Severity: normal Tags: patch Dear Maintainer, In 2012, I reported #657854 (and #671443 for openjdk-6), and this problem has been fixed for openjdk-7 package. Now, Debian has a new openjdk-8 package, and this package has a same problem. The

Bug#759766: libnkf-perl: cannot load module on i386 arch

2014-08-29 Thread Nobuhiro Ban
Package: libnkf-perl Version: 2.13-3+b1 Severity: grave Dear Maintainer, NKF module for perl doesn't work on i386 arch: % perl -e 'use NKF' Can't use an undefined value as a subroutine reference at /usr/lib/i386-linux-gnu/perl/5.20/DynaLoader.pm line 210. END failed--call queue aborted at

Bug#745897: closed by Hideki Yamane henr...@debian.org (Bug#745897: fixed in libstruts1.2-java 1.2.9-9)

2014-07-21 Thread Nobuhiro Ban
Hi all, 2014-06-16 20:27 GMT+09:00 Emmanuel Bourg ebo...@apache.org: I got confirmation from the Struts developers that a new release using commons-beanutils 1.9.2 is planned soon. So I'm going to prepare the backport of commons-beanutils 1.9.2 in stable and wait for the new release of Struts

Bug#745897: fixed in libstruts1.2-java 1.2.9-9

2014-06-21 Thread Nobuhiro Ban
2014-06-15 15:35 GMT+09:00 Hideki Yamane henr...@debian.or.jp: This pattern will match to words other than class, eg. fooClass. Any class should be accepted, maybe it'd cause some trouble but non-class should not named as *class, IMHO. That might be the case. This issue might be a very small

Bug#745897: closed by Hideki Yamane henr...@debian.org (Bug#745897: fixed in libstruts1.2-java 1.2.9-9)

2014-06-01 Thread Nobuhiro Ban
Hi, - add struts-1.2.9-CVE-2014-0114.patch from Red Hat to fix CVE-2014-0114 http://sources.debian.net/src/libstruts1.2-java/1.2.9-9/debian/patches/struts-1.2.9-CVE-2014-0114.patch +protected static final Pattern CLASS_ACCESS_PATTERN = Pattern +

Bug#745897: closed by Hideki Yamane henr...@debian.org (Bug#745897: fixed in libstruts1.2-java 1.2.9-9)

2014-06-01 Thread Nobuhiro Ban
proofessional, so I can't say that this works perfect, sorry. Regards, Nobuhiro 2014-06-01 15:40 GMT+09:00 Hideki Yamane henr...@debian.or.jp: Hi, On Sun, 1 Jun 2014 15:03:20 +0900 Nobuhiro Ban ban.nobuh...@gmail.com wrote: It's very strange regexp. Because we know (P1|.*|P2) == .* . This pattern

Bug#745897: libstruts1.2-java: CVE-2014-0094 affects Struts 1.x

2014-04-26 Thread Nobuhiro Ban
Package: libstruts1.2-java Version: 1.2.9-8 Severity: grave Tags: security Dear Maintainer, In https://security-tracker.debian.org/tracker/CVE-2014-0094 : Notes - libstruts1.2-java not-affected (Affects Struts 2.0.0 - Struts 2.3.16) But CVE-2014-0094 is known to affect Struts 1.x. Regards,

Bug#739068: Current package is unusable, but a few tricks can fix it

2014-03-01 Thread Nobuhiro Ban
Hi, Megaglest wasn't starting because it couldn't find some files. I think this bug should have grave severity, because the megaglest binary is completely unusable to everyone. Additional information: dh_auto_configure in debhelper (= 9.20131213) sets -DCMAKE_BUILD_TYPE=None for cmake (see:

Bug#739067: jenkins: multiple security vulnerabilities

2014-02-15 Thread Nobuhiro Ban
Package: jenkins Version: 1.509.2+dfsg-2 Severity: grave Tags: security Dear Maintainer, The upstream vendor announced a security advisory. In this advisory, some vulnerabilities are rated high severity. https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2014-02-14

Bug#731204: jenkins: Watch file does not detect latest version correctly

2013-12-08 Thread Nobuhiro Ban
Hi, I guess Debian adopted Jenkins LTS Release line (x.x.x) [1]. So, it seems unsuitable to watch mainline (x.x). [1] https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line Regards, Nobuhiro -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#726125: wmtime: broken date display

2013-10-12 Thread Nobuhiro Ban
Package: wmtime Version: 1.0b2-11 Severity: important Dear Maintainer, After updating wmtime to 1.0b2-11, its date-display is broken. It only shows 2nd char of weekday-name and day-of-month, i.e. it shows like A|12-instead of SA|12-OCT. See attached screenshot image: * (0,0)-(63,63): bad

Bug#726125: wmtime: broken date display

2013-10-12 Thread Nobuhiro Ban
2013/10/13 Torrance, Douglas dtorra...@monmouthcollege.edu: What behavior would you prefer? Should wmtime default to the English names when non-Latin characters are encountered? Yes, it seems very reasonable behavior. Regards, Nobuhiro -- To UNSUBSCRIBE, email to

Bug#719994: svn-all-fast-export: manpage still points to the old sample directory

2013-08-17 Thread Nobuhiro Ban
Package: svn-all-fast-export Version: 1.0.10-2 Severity: minor Dear Maintainer, Sample rules-files were moved to /usr/share/doc/svn-all-fast-export/examples/. But svn-all-fast-export(1) manpage still points to the old location. --rules The rules file that determines

Bug#706736: Acknowledgement (kFreeBSD users cannot know all options of running kernel)

2013-07-15 Thread Nobuhiro Ban
You can get options of FreeBSD kernel with config(8). So full ('include'-expanded) config file can be made with this command. CONFIG(8) FreeBSD System Manager's Manual CONFIG(8) NAME config -- build system configuration files (snip) -x kernelPrint kernel

Bug#706725: jenkins: multiple security vulnerabilities

2013-05-03 Thread Nobuhiro Ban
Package: jenkins Version: 1.447.2+dfsg-3, 1.480.3+dfsg-1~exp2 Severity: grave Tags: security Dear Maintainer, The upstream vendor announced a security advisory. In this advisory, one vulnerability is rated critical severity, two are high and one is medium.

Bug#706736: kFreeBSD users cannot know all options of running kernel

2013-05-03 Thread Nobuhiro Ban
Package: src:kfreebsd-8, src:kfreebsd-9 Severity: normal Dear Maintainer, FreeBSD kernel image (kfreebsd-image-*) packages ship with /boot/config-* file. But this config file is incomplete; many options are described in include'd files: include GENERIC include DEBIAN and included

Bug#700761: jenkins: multiple security vulnerabilities

2013-02-16 Thread Nobuhiro Ban
Package: jenkins Version: 1.447.2+dfsg-3 Severity: grave Tags: security Dear Maintainer, The upstream vendor announced a security advisory. In this advisory, three vulnerabilities are rated high severity, one is medium and one is low. See:

Bug#697617: jenkins: remote code execution vulnerability

2013-01-07 Thread Nobuhiro Ban
Package: jenkins Version: 1.447.2+dfsg-2 Severity: grave Tags: security Dear Maintainer, The upstream vendor announced a security advisory, that is rated critical severity. See: https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-01-04 Regards, Nobuhiro -- To

Bug#696816: jenkins: Security issues were found in Jenkins core

2012-12-29 Thread Nobuhiro Ban
clone 696816 -1 reassign -1 jenkins-winstone 0.9.10-jenkins-37+dfsg-1 thanks Dear Maintainer, I found upstream SECURITY-44 (aka CVE-2012-6072) was from Winstone, and it might be fixed in 0.9.10-jenkins-40. https://github.com/jenkinsci/jenkins/commit/ad084edb571555e7c5a9bc5b27aba09aac8da98d

Bug#696816: jenkins: Security issues were found in Jenkins core

2012-12-27 Thread Nobuhiro Ban
Package: jenkins Version: 1.447.2+dfsg-2 Severity: grave Tags: security Dear Maintainer, The upstream vendor announced a security advisory, that is rated high severity. See: https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2012-11-20 Regards, Nobuhiro -- To

Bug#680632: jless: [regression] jless hangs if it reaches 524289 bytes

2012-10-08 Thread Nobuhiro Ban
Hi, jless hangs if it reaches 524289 bytes. cpu is 100% and control-c doesn't kill it. control-\ and kill(1) kill it. jless 382-iso262-2 works fine. This is caused by an infinite loop in ch.c#fget_ch. Internal list operation for cache buffers will not work well. I guess there may be some

Bug#671443: Bug#657854: Acknowledgement (OpenJDK 6 and 7 returns incorrect TrueType font metrics)

2012-10-08 Thread Nobuhiro Ban
tags 671443 + patch thanks Hi, I wrote patch for openjdk-7. This patch (657854-openjdk7.patch) can also apply to openjdk-6 6b24-1.11.4-3. So I add patch tag for issue #671443. Regards, Nobuhiro -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#680248: coq: please update README.Debian

2012-07-04 Thread Nobuhiro Ban
Package: coq Version: 8.3.pl4+dfsg-2 Severity: minor Dear Maintainer, coq (8.3.pl4+dfsg-1) unstable; urgency=low (snip) * Replace proofgeneral-coq by proofgeneral in dependencies Package dependencies are replaced, but README.Debian still suggests proofgeneral-coq. Please update this file

Bug#680258: smc: Wrong section in the menu setting

2012-07-04 Thread Nobuhiro Ban
Package: smc Version: 1.9+git20120222-1+b1 Severity: normal Dear Maintainer, This game is classified as Games/Adventure in the Debian menu system [1]. But, shouldn't it be classified as Games/Action [2]? [1] $ cat /usr/share/menu/smc ?package(smc):needs=X11 section=Games/Adventure\ title=Secret

Bug#680279: projectl: does not display seven-segment alphabet

2012-07-04 Thread Nobuhiro Ban
Package: projectl Version: 1.001.dfsg1-4 Severity: normal Dear Maintainer, Debian patch of projectl package disables seven-segment display of alphabet letters, so no string is displayed. For example, the title screen shows like 8 (or ) instead of project l. This problem was

Bug#671441: rdist invokes /usr/ucb/oldrdist, not /usr/bin/oldrdist

2012-05-03 Thread Nobuhiro Ban
Package: rdist Version: 6.1.5-16+b1 Severity: normal Dear Maintainer, rdist of lenny invokes /usr/bin/oldrdist (from obsoleted 44bsd-rdist package) for -Server, but rdist of squeeze invokes /usr/ucb/oldrdist. Detail description: rdist 6.1.5-13 (lenny version) invokes /usr/bin/oldrdist for

Bug#671441: Acknowledgement (rdist invokes /usr/ucb/oldrdist, not /usr/bin/oldrdist)

2012-05-03 Thread Nobuhiro Ban
tags 671441 + patch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#657854: Acknowledgement (OpenJDK 6 and 7 returns incorrect TrueType font metrics)

2012-05-03 Thread Nobuhiro Ban
clone 657854 -1 reassign 657854 openjdk-7-jre-headless reassign -1 openjdk-6-jre-headless 6.26-0squeeze1 tags 657854 + patch thanks Hi, I wrote patch for openjdk-7. Regards, Nobuhiro 657854-openjdk7.patch Description: Binary data

Bug#668860: /usr/lib/os-probes/mounted/90bsd-distro: gawk: not found

2012-04-14 Thread Nobuhiro Ban
Package: os-prober Version: 1.51 Severity: normal Dear Maintainer, I got the error in update-grub2: % sudo update-grub2 Generating grub.cfg ... (snip) Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin /usr/lib/os-probes/mounted/90bsd-distro: 17:

Bug#666174: criticalmass: Wrong section in the menu setting

2012-03-29 Thread Nobuhiro Ban
Package: criticalmass Version: 1:1.0.0-1.4 Severity: normal Dear Maintainer, This game is classified as Games/Adventure in the Debian menu system [1]. But, shouldn't it be classified as Games/Action [2]? [1] $ cat /usr/share/menu/criticalmass ?package(criticalmass):needs=X11

Bug#657850: closed by David Prévot taf...@debian.org (Re: Bug#657850: typo of source package name in DSA-2335 (man2html/man2hhtml))

2012-02-05 Thread Nobuhiro Ban
reopen 657850 thanks Dear maintainer, Thank you for your quick response. But the subject line is not fixed yet, so I reopen this bug. not fixed DSA-2335-1 man2hhtml -- missing input sanitization fixed man2hhtml [Link to http://packages.debian.org/src:man2hhtml] Regards, Nobuhiro -- To

Bug#657866: freecol: cannot start the game with libwoodstox-java 1:4.1.2-2

2012-01-30 Thread Nobuhiro Ban
2012/1/30 Vincent Fourmond fourm...@gmail.com: Let's hope you were too late ;-)... I've just uploaded a fixed version. If you're impatient, you should be able to grab the new .deb in a few minutes/hours in http://incoming.debian.org Thank you for uploading new version. I tried

Bug#657850: typo of source package name in DSA-2335 (man2html/man2hhtml)

2012-01-29 Thread Nobuhiro Ban
Package: www.debian.org Severity: normal Hi, The web information of DSA-2335 contains some typos. The right source package name is man2html. http://www.debian.org/security/2011/dsa-2335 DSA-2335-1 man2hhtml -- missing input sanitization (snip) Affected Packages: man2hhtml [Link to

Bug#657854: OpenJDK 6 and 7 returns incorrect TrueType font metrics

2012-01-29 Thread Nobuhiro Ban
Package: openjdk-7-jre Version: 7~b147-2.0-1 Severity: normal Dear Maintainer, OpenJDK returns incorrect TrueType font height (greater than real value) under some conditions, this makes JasperReports (Java reporting library) not to work correctly on OpenJDK 6/7. Problem === On OpenJDK JRE

Bug#657866: freecol: cannot start the game with libwoodstox-java 1:4.1.2-2

2012-01-29 Thread Nobuhiro Ban
Package: freecol Version: 0.10.0+dfsg-4 Severity: important Dear Maintainer, After updating libwoodstox-java to 1:4.1.2-2, FreeCol won't to start the game (new / load game). (Tested JREs: OpenJDK6, 7, Sun Java 6). Downgrading libwoodstox-java (to 1:3.9.2.dfsg-2) fixes this problem. -- System

Bug#635114: fixed in picosat 936-3

2012-01-29 Thread Nobuhiro Ban
(I sent previous email only to control@..., so I resend the message body to 635114@...) Dear maintainer, picomus binary is still missing in 936-3. Only the man file is provided. I think that the entry for picomus binary is missing in debian/install. Regards, Nobuhiro -- To UNSUBSCRIBE,

Bug#657866: freecol: cannot start the game with libwoodstox-java 1:4.1.2-2

2012-01-29 Thread Nobuhiro Ban
2012/1/30 Vincent Fourmond fourm...@gmail.com: On Sun, Jan 29, 2012 at 3:33 PM, Vincent Fourmond fourm...@gmail.com wrote: On Sun, Jan 29, 2012 at 2:46 PM, Nobuhiro Ban ban.nobuh...@gmail.com wrote: After updating libwoodstox-java to 1:4.1.2-2, FreeCol won't to start the game (new / load game

Bug#636959: typo of source package name in DSA-2286 (phpmyadmin/phpymadmin)

2011-08-07 Thread Nobuhiro Ban
Package: www.debian.org Severity: normal Hi, The web information of DSA-2286 contains some typos. The right source package name is phpmyadmin. http://www.debian.org/security/2011/dsa-2286 DSA-2286-1 phpymadmin -- several vulnerabilities (snip) Affected Packages: phpymadmin [Link to

Bug#631696: filezilla: crashes after downloading files

2011-06-26 Thread Nobuhiro Ban
Package: filezilla Version: 3.3.5.1-1 Severity: important Tags: patch Filezilla often crashed after downloading files in my environment. I found that locales/ja_JP.po contains %m$-format (c-format to change the index of argument) and wxFormatConverter does not understand it. So I fixed msgstrs

Bug#631718: filezilla: passes non-UTF8 strings to D-Bus Message

2011-06-26 Thread Nobuhiro Ban
Package: filezilla Version: 3.3.5.1-1 Severity: normal Tags: patch (I preliminarily applied the patch attached in #631696(another important bug).) After finished downloading files, Filezilla emits a notify message to the desktop. But this does not work well if LANG=ja_JP.eucJP. And the following

Bug#234470: os prober detects ufs partitions since 1.20

2011-01-25 Thread Nobuhiro Ban
I wrote: please support *BSD Subject: os prober detects ufs partitions since 1.20 Detecting UFS partitions is not the same as detecting *BSD. but, in fact, os-prober does not detect UFS partitions. In detail, mount -t ufs needs -o ufstype=XXX option, so /usr/lib/os-probes/50mounted-tests fails

Bug#234470: os prober detects ufs partitions since 1.20

2011-01-23 Thread Nobuhiro Ban
reopen 234470 thanks please support *BSD Subject: os prober detects ufs partitions since 1.20 Detecting UFS partitions is not the same as detecting *BSD. os-prober (~1.42) did not detect FreeBSD partitions, so I had to write grub menu entries manually. % sudo os-prober /dev/sda1:Debian

Bug#602579: xmms2-plugin-xspf: Typo in the short description

2010-11-05 Thread Nobuhiro Ban
Package: xmms2-plugin-xspf Version: 0.5DrLecter-2 Severity: minor Hi, The short description of xmms2-plugin-xspf says: Description: XMMS2 - XSPF playist plugin It says playist, but I think it should be playlist. (This is found during the DDTSS translation process.) Thanks, Nobuhiro --

Bug#601914: libisofs6: Incorrect package description

2010-10-30 Thread Nobuhiro Ban
Package: libisofs6 Version: 0.6.2.1-1 Severity: minor Hi, The short description of libisofs6 says: Description: library to create ISO9960 images It says ISO9960, but I think it should be ISO9660. (This is found during the DDTSS translation process.) Thanks, Nobuhiro -- To UNSUBSCRIBE,

Bug#592058: libxqdbm3c2: Incorrect package description

2010-08-07 Thread Nobuhiro Ban
Package: libxqdbm3c2 Version: 1.8.77-1 Severity: minor Hi, The description of libxqdbm3c2 says: This is the runtime package for programs that use the DQBM database library. This is only for programs which use the C++ interface. It says DQBM, but I think it should be QDBM. (This is found

Bug#588605: libgnomecanvas2-dbg: Incorrect package description

2010-07-10 Thread Nobuhiro Ban
Package: libgnomecanvas2-dbg Version: 2.30.1-1 Severity: minor Hi, The short description of libgnomecanvas2-dbg says: Description: A powerful object-oriented display - documentation files But this is a *-dbg package, not *-doc package. (This is found during the DDTSS translation process.)

Bug#587646: gir1.0-evince-2.30: Duplicated 'Description:' strings in the control file

2010-06-30 Thread Nobuhiro Ban
Package: gir1.0-evince-2.30 Version: 2.30.1-2 Severity: minor Hi, In the control file (debian/control.in), the Description line starts with Description: Description:: Package: gir1.0-evince-2.30 (snip) Description: Description: GObject introspection data for the libevince library This package

Bug#587202: libdb4.6-java-gcj: Incorrect version string in the description

2010-06-25 Thread Nobuhiro Ban
Package: libdb4.6-java-gcj Version: 4.6.21-11 Severity: minor Hi, The package description says: This package provides the Java interface for the Berkeley v4.4 database library. But, I think that it should be 'Berkeley v4.6 database'. P.S. This is found during the DDTSS translation process.

Bug#587203: libdb4.5-java-gcj: Incorrect version string in the description

2010-06-25 Thread Nobuhiro Ban
Package: libdb4.5-java-gcj Version: 4.5.20-13 Severity: minor (similar to #587202) Hi, The package description says: This package provides the Java interface for the Berkeley v4.4 database library. But, I think that it should be 'Berkeley v4.5 database'. Thanks, Nobuhiro -- To

Bug#575468: armagetronad-common: The description is incorrect.

2010-03-25 Thread Nobuhiro Ban
Package: armagetronad-common Version: 0.2.8.3.1-1 Severity: minor Hi, The package description says: This package contains the common configuration files and documentation shared between the armagetronad and armagetronad-server packages. But there is no armagetronad-server package. I think it

Bug#568395: packages.debian.org: cannot see the 'squeeze' binary package information

2010-02-04 Thread Nobuhiro Ban
Package: www.debian.org Severity: normal I found a package which name is 'squeeze' (same as the name of next release) and I got the src info from http://packages.debian.org/source/stable/squeeze: Source Package: squeeze (0.2.3-5) The following binary packages are built from this source package:

Bug#567754: picosat: Shipped without core and proof support

2010-01-30 Thread Nobuhiro Ban
Package: picosat Version: 913-1 Severity: normal Dear maintainer, The package description says: Description: SAT solver with proof and core support and the help message shows: % picosat -h usage: picosat [ option ... ] [ input ] (snip) -t trace generate compact proof trace file -T trace

Bug#544190: nagios3-common: Junk bytes in apache2.conf

2009-08-29 Thread Nobuhiro Ban
Package: nagios3-common Version: 3.0.6-4~lenny2 Severity: minor My pager shows: % less /etc/nagios3/apache2.conf # apache configuration for nagios 3.x # note to users of nagios 1.x and 2.x: # throughout this file are commented out sections which preserve # backwards compatibility

Bug#538398: coq: The description in README.Debian about proofgeneral is old.

2009-07-25 Thread Nobuhiro Ban
Package: coq Version: 8.2.pl1+dfsg-2 Severity: minor * A description of the incorrect behavior: /usr/share/doc/coq/README.Debian says that there is no official Debian package of Proof General yet. Coq frontends - For interactive use of coqtop, we suggest - either the Debian cle