Bug#402888: dh-kpatches: [patch] Kernel-version: all is not allowed

2006-12-13 Thread VDR dai (deb)
Package: dh-kpatches
Version: 0.99.36
Severity: normal

In dh-kpatches' document,

Kernel-version

As a special case, the value all is allowed, for patches that
don't depend on a specific version (eg. if they just add a set of
files).

but Kernel-version: all is not allowed.

For example

kernel-patch-vd-unicon.kpatches.font
 Patch-name: VD UNICON kernel fonts
 Patch-id: vd_unicon-kernel-fonts
 Path-strip-level: 1

 Patch-file: vd_unicon-kernel-fonts-20040205.patch
 Architecture: all
 Kernel-version: all

is not allowed.

dh_installkpatches
Malformed kernel version: `all' at /usr/bin/dh_installkpatches line 306.
make: *** [binary-indep] Error 1
debuild: fatal error at line 1228:
fakeroot debian/rules binary failed

Here is fix patch for dh-kpatches.nw.

Regards,
dai

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages dh-kpatches depends on:
ii  debhelper 5.0.42 helper programs for debian/rules
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

dh-kpatches recommends no packages.

-- no debconf information
--- dh-kpatches-99/dh-kpatches.nw.orig  2005-06-09 07:40:11.0 +0900
+++ dh-kpatches-99/dh-kpatches.nw   2006-01-05 16:41:00.0 +0900
@@ -805,6 +805,8 @@ test below...
   die Reverse-ordered range: `$kversion' if $2  $first;
   $kversion = [ $branch, $first, $2 ];
 }
+  } elsif ($kv[0] eq 'all') {
+;
   } else {
 $kv[0] =~ $minimal_kversion_pattern or die Malformed kernel version: 
`$kv[0]';
   }


Bug#388412: ITP: libonig -- Oniguruma regular expressions library

2006-11-14 Thread VDR dai
Hi,

On Fri, 3 Nov 2006 09:08:39 +0100 Max Kellermann [EMAIL PROTECTED] wrote:
 It has been rejected because of its unclear license.

Does libonig's COPYING contain ~~unclaer'' description?

 When this software is partly used or it is distributed with Ruby, 
 this of Ruby follows the license of Ruby.
 It follows the BSD license in the case of the one except for it.

libonig 5.x does not contain this description.
Would you please use libonig 5.x?
I am waiting libonig enabled sylpheed :)

Regards,
-- 
dai


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#368640: Icon is not contained

2006-11-14 Thread VDR dai
Hi,

DEB_DESTDIR in debian/rules is wrong.
Therefore, icons are installed into wrong directory and not contained.
DEB_DESTDIR := $(CURDIR)/debian/tmp instead of debian/tmp, i think.

Regards,
-- 
dai


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397794: audacious: small fix and addition for debian/rules

2006-11-09 Thread VDR dai (deb)
Package: audacious
Version: 1.2.1-1
Severity: normal

Hi,

First, please add ~~touch mk/rules.mk'' before make distclean.
If mk/rules.mk does not exists, audacious build system ignores
general build process.

Second, please add --enable-chardet to configure option.
Character set detecion support is useful for id3tags.

Regards,
dai

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.2-lilith
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages audacious depends on:
ii  audacious-plugins  1.2.2-1   Base plugins for audacious
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgcc11:4.1.1-19GCC support library
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.2.2-1Various extra plugins for audaciou

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397270: audacious: transit to cdbs

2006-11-05 Thread VDR dai (deb)
Package: audacious
Version: 1.2.1-1
Severity: wishlist

Hi,

I attach cdbs scripts based on ubuntu's for my own audacious packages.
Please check it if interested.

Regards,
dai

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)


audacious-1.2.1-cdbs.diff.gz
Description: Binary data


Bug#394674: libmono-winforms1.0-cil, libmono-winforms2.0-cil suggests shared-mime-info

2006-10-22 Thread VDR dai (deb)
Package: mono
Version: 1.1.18-3
Severity: wishlist

Mono's Mime routine uses /usr/share/mime/{magic,globs,subclasses,aliases}
if there exists.  These are generated by shared-mime-info.
If there do not exist, just not used.
I think not depends but suggests shared-mime-info.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#360688: icewm: [patch] drawCharUnderline broken multibytes string

2006-05-22 Thread dai
Package: icewm
Version: 1.2.26-2
Followup-For: Bug #360688

I made new patch for 1.2.26.
Please apply it.

Regards,
-- 
dai

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages icewm depends on:
ii  icewm-common1.2.26-2 wonderful Win95-OS/2-Motif-like wi
ii  imlib11 1.9.14-30Imlib is an imaging library for X 
ii  libaudiofile0   0.2.6-6  Open-source version of SGI's audio
ii  libc6   2.3.6-9  GNU C Library: Shared libraries
ii  libesd-alsa0 [libesd0]  0.2.36-3 Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1  2.3.2-5.1vd1 generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-4GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libtiff43.8.2-2  Tag Image File Format (TIFF) libra
ii  libungif4g  4.1.4-2  shared library for GIF images (run
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-7FreeType-based font drawing librar
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  zlib1g  1:1.2.3-11   compression library - runtime

icewm recommends no packages.

-- no debconf information
diff -urNad icewm-1.2.26~/src/ypaint.cc icewm-1.2.26/src/ypaint.cc
--- icewm-1.2.26~/src/ypaint.cc	2006-04-17 01:12:31.0 +0900
+++ icewm-1.2.26/src/ypaint.cc	2006-05-22 18:39:25.0 +0900
@@ -465,14 +465,19 @@
 #ifdef CONFIG_I18N
 if (multiByte) {
 int nc = mblen(str + c, len - c);
-if (nc  1) // bad things
+if (nc  1) { // bad things
 c++;
-else
+cp++;
+} else {
 c += nc;
+cp += nc;
+}
 } else
 #endif
+{
 c++;
-cp++;
+cp++;
+}
 }
 //msg(%d %d %d %d %d, c, cp, charPos, left, right);
 


Bug#367573: sun-java5-jre: please use sazanami fonts instead of kochi

2006-05-18 Thread dai
Hi,

On Fri, May 19, 2006 at 01:06:19AM +0200, Matthias Klose wrote:
  Package: sun-java5-jre
  Version: 1.5.0-06-1
  Severity: normal
  
  Recently, sazanami fonts are more popular than kochi, IMHO.
  We can remove kochi if sun-java5-jre doesn't suggest kochi
  so please use sazanami fonts as default fonts for sun-java5-jre,
  s/kochi/sazanami/ 
  /usr/lib/jvm/java-1.5.0-sun/jre/lib/fontconfig.properties.src
  and drop suggest kochi.
 
 please could you send a patch for /etc/sun-java5/fontconfig.properties?

Attached. please check it.

Regards,
-- 
dai
--- /etc/java-1.5.0-sun/fontconfig.properties.ORIG  2006-05-15 
03:56:16.0 +0900
+++ /etc/java-1.5.0-sun/fontconfig.properties   2006-05-17 05:37:57.0 
+0900
@@ -19,121 +19,121 @@
 allfonts.chinese-big5.motif=-taipei-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0
 allfonts.lucida=-bh-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1
 
-serif.plain.japanese-x0208=-misc-kochi 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+serif.plain.japanese-x0208=-misc-sazanami 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 serif.plain.korean=-misc-baekmuk 
batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1
 serif.plain.korean.motif=-misc-baekmuk 
batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
 serif.plain.latin-1=-bh-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1
 serif.plain.latin-1.motif=-bh-luxi 
serif-medium-r-normal--*-%d-*-*-p-*-iso8859-1
 
-serif.bold.japanese-x0208=-misc-kochi 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+serif.bold.japanese-x0208=-misc-sazanami 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 serif.bold.korean=-misc-baekmuk batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1
 serif.bold.korean.motif=-misc-baekmuk 
batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
 serif.bold.latin-1=-bh-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1
 serif.bold.latin-1.motif=-bh-luxi serif-bold-r-normal--*-%d-*-*-p-*-iso8859-1
 
-serif.italic.japanese-x0208=-misc-kochi 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+serif.italic.japanese-x0208=-misc-sazanami 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 serif.italic.korean=-misc-baekmuk 
batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1
 serif.italic.korean.motif=-misc-baekmuk 
batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
 serif.italic.latin-1=-bh-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1
 serif.italic.latin-1.motif=-bh-luxi 
serif-medium-i-normal--*-%d-*-*-p-*-iso8859-1
 
-serif.bolditalic.japanese-x0208=-misc-kochi 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+serif.bolditalic.japanese-x0208=-misc-sazanami 
mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 serif.bolditalic.korean=-misc-baekmuk 
batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1
 serif.bolditalic.korean.motif=-misc-baekmuk 
batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
 
serif.bolditalic.latin-1=-bh-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1
 serif.bolditalic.latin-1.motif=-bh-luxi 
serif-bold-i-normal--*-%d-*-*-p-*-iso8859-1
 
-sansserif.plain.japanese-x0208=-misc-kochi 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+sansserif.plain.japanese-x0208=-misc-sazanami 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 sansserif.plain.korean=-misc-baekmuk 
gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1
 sansserif.plain.korean.motif=-misc-baekmuk 
gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
 
sansserif.plain.latin-1=-bh-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1
 sansserif.plain.latin-1.motif=-bh-luxi 
sans-medium-r-normal--*-%d-*-*-p-*-iso8859-1
 
-sansserif.bold.japanese-x0208=-misc-kochi 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+sansserif.bold.japanese-x0208=-misc-sazanami 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 sansserif.bold.korean=-misc-baekmuk 
gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1
 sansserif.bold.korean.motif=-misc-baekmuk 
gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
 
sansserif.bold.latin-1=-bh-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1
 sansserif.bold.latin-1.motif=-bh-luxi 
sans-bold-r-normal--*-%d-*-*-p-*-iso8859-1
 
-sansserif.italic.japanese-x0208=-misc-kochi 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+sansserif.italic.japanese-x0208=-misc-sazanami 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 sansserif.italic.korean=-misc-baekmuk 
gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1
 sansserif.italic.korean.motif=-misc-baekmuk 
gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
 
sansserif.italic.latin-1=-bh-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1
 sansserif.italic.latin-1.motif=-bh-luxi 
sans-medium-i-normal--*-%d-*-*-p-*-iso8859-1
 
-sansserif.bolditalic.japanese-x0208=-misc-kochi 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
+sansserif.bolditalic.japanese-x0208=-misc-sazanami 
gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
 sansserif.bolditalic.korean=-misc-baekmuk 
gulim-medium

Bug#367573: sun-java5-jre: please use sazanami fonts instead of kochi

2006-05-16 Thread dai
Package: sun-java5-jre
Version: 1.5.0-06-1
Severity: normal

Recently, sazanami fonts are more popular than kochi, IMHO.
We can remove kochi if sun-java5-jre doesn't suggest kochi
so please use sazanami fonts as default fonts for sun-java5-jre,
s/kochi/sazanami/ /usr/lib/jvm/java-1.5.0-sun/jre/lib/fontconfig.properties.src
and drop suggest kochi.

Thanks for your maintenance.

Regards,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages sun-java5-jre depends on:
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  java-common   0.25   Base of all Java packages
ii  locales   2.3.6-7GNU C Library: National Language (
ii  sun-java5-bin 1.5.0-06-1 Sun Java(TM) Runtime Environment (

Versions of packages sun-java5-jre recommends:
ii  gsfonts-x11   0.19   Make Ghostscript fonts available t
ii  java-common   0.25   Base of all Java packages


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#360688: icewm: [patch] drawCharUnderline broken multibytes string

2006-04-03 Thread dai
Package: icewm
Severity: normal
Tags: patch

Underline of menu hotkey is broken at multibytes string.
See this.

http://vdr.jp/tmp/icewm-menu.png

Attached patch fixes it. Please apply.

Regards,
-- 
dai

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)
--- icewm-1.2.25/src/ypaint.cc.orig	2006-02-03 15:24:27.0 +0900
+++ icewm-1.2.25/src/ypaint.cc	2006-03-30 16:52:11.0 +0900
@@ -465,18 +465,25 @@ void Graphics::drawCharUnderline(int x, 
 #ifdef CONFIG_I18N
 if (multiByte) {
 int nc = mblen(str + c, len - c);
-if (nc  1) // bad things
+if (nc  1) { // bad things
 c++;
-else
-c += nc;
+cp++;
+} else {
+c  += nc;
+cp += nc;
+}
 } else
 #endif
+{
 c++;
-cp++;
+cp++;
+}
 }
 //msg(%d %d %d %d %d, c, cp, charPos, left, right);
 
-drawLine(x + left, y + 2, x + right, y + 2);
+if( left  right ) {
+  drawLine(x + left, y + 2, x + right, y + 2);
+}
 }
 
 void Graphics::drawStringMultiline(int x, int y, const char *str) {


Bug#358734: vim-runtime: [patch] bug in syntax/css.vim

2006-03-24 Thread dai
Package: vim-runtime
Version: 1:6.4-007+1
Followup-For: Bug #358734

Sorry, I forgot to attach it.

Regards,
dai
--- /usr/share/vim/vim64/syntax/css.vim 2006-02-13 00:28:06.0 +0900
+++ css.vim 2005-11-24 02:00:59.0 +0900
@@ -2,7 +2,7 @@
  Language:Cascading Style Sheets
  Maintainer:  Claudio Fleiner [EMAIL PROTECTED]
  URL: http://www.fleiner.com/vim/syntax/css.vim
- Last Change: 2004 Mar 30
+ Last Change: 2005 Nov 23
  CSS2 by Nikolai Weibull
  Full CSS2, HTML4 support by Yeti
 
@@ -38,7 +38,12 @@
 syn match cssSelectorOp2 [~|]\?= contained
 syn region cssAttributeSelector matchgroup=cssSelectorOp start=\[ end=] 
transparent contains=cssUnicodeEscape,cssSelectorOp2,cssStringQ,cssStringQQ
 
+try
 syn match cssIdentifier [EMAIL PROTECTED]@-]*
+catch /^.*/
+syn match cssIdentifier [EMAIL PROTECTED]@-]*
+endtry
+
 
 syn match cssMedia @media\ nextgroup=cssMediaType skipwhite skipnl
 syn keyword cssMediaType contained screen print aural braile embosed handheld 
projection ty tv all nextgroup=cssMediaComma,cssMediaBlock skipwhite skipnl
@@ -270,5 +275,6 @@
   unlet main_syntax
 endif
 
+
  vim: ts=8
 


Bug#358734: vim-runtime: [patch] bug in syntax/css.vim

2006-03-23 Thread dai
Package: vim-runtime
Version: 1:6.4-007+1
Severity: normal
Tags: patch

When opening html file, vim gives me this warning.

 Error detected while processing /usr/share/vim/vim64/syntax/css.vim:
 line   41:
 E16: Invalid range
 E475: Invalid argument: cssIdentifier [EMAIL PROTECTED]
 Hit ENTER or type command to continue

This is fixed in syntax/css.vim's upstream.
Diff is attached, please apply it.

Regards,
dai

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)

vim-runtime depends on no packages.

Versions of packages vim-runtime recommends:
ii  vim  1:6.4-007+1 Vi IMproved - enhanced vi editor

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#356495: reassign 356495 libfreetype6

2006-03-15 Thread dai
reassign 356495 libfreetype6
merge 356495 356854
thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#356495: reassign 356495 libfreetype6

2006-03-15 Thread dai
reassign 356495 libfreetype6
merge 356495 356854
thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#356854: libfreetype6: bold text wrong rendering bug

2006-03-14 Thread dai
Package: libfreetype6
Version: 2.1.10-1.1
Severity: normal

Bold text wrong rendering, please see these:

http://vdr.jp/tmp/xine-engine-error.png
http://www.jw-stumpel.nl/ice_weird.png
http://blog.good-day.net/~yabuki/diary/images/20060209_0.png

I guess these are fixed by this patch, please apply it.


http://www.freebsd.org/cgi/cvsweb.cgi/ports/print/freetype2/files/patch-src::base::ftsynth.c

Regards,
dai

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages libfreetype6 depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  zlib1g1:1.2.3-11 compression library - runtime

libfreetype6 recommends no packages.

-- no debconf information
--- src/base/ftsynth.c.orig Tue Dec 13 00:44:56 2005
+++ src/base/ftsynth.c  Tue Dec 13 00:45:05 2005
@@ -123,7 +123,6 @@
 if ( !error )
 {
   slot-advance.x += xstr;
-  slot-advance.y += ystr;
 
   slot-metrics.width+= xstr;
   slot-metrics.height   += ystr;


Bug#356495: libfreetype6: bold text wrong rendering bug

2006-03-14 Thread dai
Package: icewm
Followup-For: Bug #356495

I guess this is libfreetype6's bug.
Please see #356495.

Regards,
dai


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352006: xdvik-ja: FT2: Open Font Error. (kochi)

2006-03-04 Thread dai
Package: xdvik-ja
Version: 22.84.8-j1.22-2
Followup-For: Bug #352006

FT2: Open Font Error. (/usr/share/fonts/truetype/kochi/kochi-gothic.ttf)
Please s/kochi/sazanami/g debian/20ascii-ptex.map and debian/20ntt-jtex.map,
too.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages xdvik-ja depends on:
ii  libc6   2.3.6-3  GNU C Library: Shared libraries an
ii  libfreetype62.1.10-1 FreeType 2 font engine, shared lib
ii  libice6 6.9.0.dfsg.1-4   Inter-Client Exchange library
ii  libkpathsea43.0-14   path search library for teTeX (run
ii  libsm6  6.9.0.dfsg.1-4   X Window System Session Management
ii  libt1-5 5.1.0-2  Type 1 font rasterizer library - r
ii  libx11-66.9.0.dfsg.1-4   X Window System protocol client li
ii  libxaw7 6.9.0.dfsg.1-4   X Athena widget set library
ii  libxext66.9.0.dfsg.1-4   X Window System miscellaneous exte
ii  libxmu6 6.9.0.dfsg.1-4   X Window System miscellaneous util
ii  libxp6  6.9.0.dfsg.1-4   X Window System printing extension
ii  libxpm4 6.9.0.dfsg.1-4   X pixmap library
ii  libxt6  6.9.0.dfsg.1-4   X Toolkit Intrinsics
ii  tetex-bin   3.0-14   The teTeX binary files
ii  ttf-sazanami-gothic 0.0.1.20040629-3 Sazanami Gothic Japanese TrueType 
ii  ttf-sazanami-mincho 0.0.1.20040629-3 Sazanami Mincho Japanese TrueType 
ii  zlib1g  1:1.2.3-10   compression library - runtime

Versions of packages xdvik-ja recommends:
ii  dvi2ps3.2j-12vd1 TeX DVI-driver for NTT JTeX, MulTe
ii  dvipsk-ja 5.95a+jp1.7a-1 DVI-to-PostScript translator with 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#351613: gkrellm: built with wrong LOCALEDIR

2006-02-05 Thread dai
Package: gkrellm
Version: 2.2.7-7
Severity: normal

gkrellm is built with -DLOCALEDIR=\/usr/local/share/locale\.
Therefore gkrellm does not found locale files.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)

Versions of packages gkrellm depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-12.1 GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3vd2 The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1vd1   generic font configuration library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libssl0.9.8   0.9.8a-6   SSL shared libraries
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra

gkrellm recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#349458: libbinio-dev: a pkgconfig file would be useful

2006-01-22 Thread dai
Package: libbinio-dev
Version: 1.4-1
Severity: wishlist

/usr/lib/pkgconfig/libbinio.pc would be useful for using libbinio-dev.
Please make debian/libbinio-dev.install include /usr/lib/pkgconfig/libbinio.pc.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages libbinio-dev depends on:
ii  libbinio1c2   1.4-1  binary I/O stream class library

libbinio-dev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293160: installation-reports

2005-02-01 Thread TOKUNAGA, Dai
Package: installation-reports

Debian-installer-version:download sarge-i386-1.iso on Jan. 30th, 2005
uname -a: Linux virtue 2.4.27-speakup #1 Thu Aug 19 21:46:14 CEST 2004 i686 
GNU/Linux
Date: Feb. 1st, 2005  0:00-2:00
Method: Burn CD from ISO image and boot by the CD.
Machine:IBM ThinkPad T40 2373-72J
Processor:Pentium M 1.5Ghz
Memory:512MB
Root Device:IDE
Root Size/partition table:
$ df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/hda1 75394816   2014512  69550412   3% /
tmpfs   257868 0257868   0% /dev/shm

Output of lspci and lspci -n:
$ lspci
:00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller
(rev 03)
:00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller
(rev 03)
:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0
EHCI Controller (rev 01)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 81)
:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller
(rev 01)
:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage
Controller (rev 01)
:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus
Controller (rev 01)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97
Modem Controller (rev 01)
:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon
Mobility M7 LW [Radeon Mobility 7500]
:02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
Controller (rev 01)
:02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus
Controller (rev 01)
:02:01.0 Ethernet controller: Intel Corp. 82540EP Gigabit Ethernet
Controller (Mobile) (rev 03)
:02:02.0 Ethernet controller: Atheros Communications, Inc. AR5212
802.11abg NIC (rev 01)

$ lspci -n
:00:00.0 0600: 8086:3340 (rev 03)
:00:01.0 0604: 8086:3341 (rev 03)
:00:1d.0 0c03: 8086:24c2 (rev 01)
:00:1d.1 0c03: 8086:24c4 (rev 01)
:00:1d.2 0c03: 8086:24c7 (rev 01)
:00:1d.7 0c03: 8086:24cd (rev 01)
:00:1e.0 0604: 8086:2448 (rev 81)
:00:1f.0 0601: 8086:24cc (rev 01)
:00:1f.1 0101: 8086:24ca (rev 01)
:00:1f.3 0c05: 8086:24c3 (rev 01)
:00:1f.5 0401: 8086:24c5 (rev 01)
:00:1f.6 0703: 8086:24c6 (rev 01)
:01:00.0 0300: 1002:4c57
:02:00.0 0607: 104c:ac55 (rev 01)
:02:00.1 0607: 104c:ac55 (rev 01)
:02:01.0 0200: 8086:101e (rev 03)
:02:02.0 0200: 168c:1014 (rev 01)


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:
This machine can view 1024x768, and I choose vesa as VideoCard ,input
frequency of LCD(H28-96, V50-75, get this value by using KNOPPIX) at
installation.
But default resolution is set to 800x600 and /etc/X11/XF86Config-4
doesn't have 1024x768 entry at "Screen" section, only 800x600 and 640x480.
So I add 1024x768 entry as follows.
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
 ~add
EndSubSection
After reboot, I can change resolution to 1024x768.

Thank you for amazing OS!

Regards,
TOKUNAGA, Dai([EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

<    1   2   3   4   5