Bug#439707: fluxbox: doesn't deal well with rotation

2008-03-05 Thread Dmitry E. Oboukhov
 Please check if this bug is also contained in the experimental
 version ?
 
JC This bug is still present in 1.0.0+deb1-6.  I need to restart fluxbox
JC after plugging in a monitor and running xrandr (or after any other
JC change in output configuration, like rotation).

Please check if this bug is also contained in the git-version?

usage:

# apt-get build-dep fluxbox
# apt-get install git-core fakeroot autoconf
$ apt-get source fluxbox
$ cd fluxbox-1.0.0+deb1
$ sh debian/create-git-package.sh
$ cd ../fluxbox-1.0.0+deb1+git...
$ fakeroot debian/rules binary

for build fluxbox-git package :)



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



Bug#466819: fluxbox: Fluxbox menu integration on the fritz

2008-02-21 Thread Dmitry E. Oboukhov
reassign 466819 menu
merge 462648 466819
thanks

This is menu-bug. :(



signature.asc
Description: Digital signature


Bug#462648: update-menu not working correctly

2008-02-19 Thread Dmitry E. Oboukhov

DBTS I corrected him. See attache.

(NMU) package with this patch uploaded to:
http://uvw.ru/debian/unstable/menu/
 :)

Please check it.


signature.asc
Description: Digital signature


Bug#462648: update-menu not working correctly

2008-02-17 Thread Dmitry E. Oboukhov
tags 462648 patch
thanks

This bug in daemonize function. I corrected him. See attache.

:)

--- update-menus/update-menus.cc2008-01-20 18:10:34.0 +0300
+++ update-menus/update-menus.cc2008-02-17 13:02:14.0 +0300
@@ -832,6 +832,8 @@
 if (i != r)
 close(i);
   }
+  
+  setsid();

   // Sit and wait until dpkg is finished ...
   while(check_dpkglock())


signature.asc
Description: Digital signature


Bug#465434: qa.debian.org: Uscan Errors processing Watch File

2008-02-12 Thread Dmitry E. Oboukhov
Package: qa.debian.org
Severity: normal

http://dehs.alioth.debian.org/maintainer.php?name=iat
Uscan Errors processing Watch File:
uscan.pl warning: In watchfile /tmp/iat_watchNjrDgM, reading webpage
https://developer.berlios.de/project/showfiles.php?group_id=6784 failed:
500 Connect failed: connect: Connection timed out; Connection timed out

apache:[~]$ cd tmp

apache:[~/tmp]$ apt-get source iat 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Need to get 126kB of source archives.
Get:1 http://ftp.de.debian.org sid/main iat 0.1.3-6 (dsc) [545B]
Get:2 http://ftp.de.debian.org sid/main iat 0.1.3-6 (tar) [118kB]
Get:3 http://ftp.de.debian.org sid/main iat 0.1.3-6 (diff) [7739B]
Fetched 126kB in 1s (65.3kB/s)
dpkg-source: extracting iat in iat-0.1.3
dpkg-source: unpacking iat_0.1.3.orig.tar.gz
dpkg-source: applying ./iat_0.1.3-6.diff.gz

apache:[~/tmp]$ cd iat-0.1.3 

apache:[~/tmp/iat-0.1.3]$ uscan --verbose
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   https://developer.berlios.de/project/showfiles.php?group_id=6784
http://(?:.*)iat-(\d+(?:\.\d+){1,3})-src.tar.(?:bz2|gz)
-- Found the following matching hrefs:
 http://prdownload.berlios.de/iat/iat-0.1.3-src.tar.bz2
 http://prdownload.berlios.de/iat/iat-0.1.3-src.tar.gz
Newest version on remote site is 0.1.3, local version is 0.1.3
 = Package is up to date
-- Scan finished

apache:[~/tmp/iat-0.1.3]$ cat debian/watch 
version=3
https://developer.berlios.de/project/showfiles.php?group_id=6784 \
http://(?:.*)iat-(\d+(?:\.\d+){1,3})-src.tar.(?:bz2|gz)

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

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



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



Bug#462648: update-menu not working correctly

2008-01-28 Thread Dmitry E. Oboukhov
severity 462648 grave
thanks

 I can't explain this phenomenon so I write this bug-report.
 
 PS: I set severity level into serious to this bug because I can't
 provide the correct functioning of the other package (fluxbox, twm, etc).

BA Technically, the severity serious cannot be correct, there is no
BA specific policy that is violated here. It is either grave or important.

fixed :)

PS: additional information:

apt(itude) and dpkg lead to different results

please see results of test_dpkg.sh (attached)

wrapper can be done? :

# mv /usr/bin/update-menus /usr/bin/update-menus.dist
# echo '#!/bin/sh'  /usr/bin/update-menus
# echo /usr/bin/update-menus.dist -d '$@'  /usr/bin/update-menus
# chmod 755 /usr/bin/update-menus


test_dpkg.sh
Description: Bourne shell script


signature.asc
Description: Digital signature


Bug#462914: xfce4 blocks load fluxbox through startx

2008-01-28 Thread Dmitry E. Oboukhov
desktop environment's must die ;)

please wait for new revision fluxbox :)



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



Bug#462648: update-menu not working correctly

2008-01-26 Thread Dmitry E. Oboukhov
Package: menu
Version: 2.1.36
Severity: serious

Many fluxbox users complain that after its first installation its menu
doesn't work. And they can solve this problem only by calling
update-menus command by hand.

I inserted set -x option into postinst-script in order to make sure if
update-menus were really called and I became sure in it.

Then I wrote a test script that allowed to reproduce the bug. The result
is below (reproducible with packages fluxbox and twm ...).

Only the call of update-menus some time  (3-5 sec) after the instalation
produces the needed result.

I can't explain this phenomenon so I write this bug-report.

PS: I set severity level into serious to this bug because I can't
provide the correct functioning of the other package (fluxbox, twm, etc).

PPS: You can find  all the maintainer-scripts in packages fluxbox,
twm...


test.sh
Description: Bourne shell script
+ export LANG=C
+ LANG=C
+ package=twm
+ apt-get --purge --yes remove twm
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  imlib11 imlib-base icewm-common
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  twm*
0 upgraded, 0 newly installed, 1 to remove and 186 not upgraded.
After this operation, 389kB disk space will be freed.
(Reading database ... 118707 files and directories currently installed.)
Removing twm ...
Purging configuration files for twm ...
+ sleep 5
+ lsmd5
+ ls -l /etc/menu-methods/twm /etc/X11/twm
ls: /etc/menu-methods/twm: No such file or directory
ls: /etc/X11/twm: No such file or directory
+ md5sum /etc/menu-methods/twm '/etc/X11/twm/*'
md5sum: /etc/menu-methods/twm: No such file or directory
md5sum: /etc/X11/twm/*: No such file or directory
+ perl -e 'print = x 60, \n\n'


+ apt-get --yes install twm
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  imlib11 imlib-base icewm-common
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  twm
0 upgraded, 1 newly installed, 0 to remove and 186 not upgraded.
Need to get 0B/109kB of archives.
After this operation, 389kB of additional disk space will be used.
Selecting previously deselected package twm.
(Reading database ... 118691 files and directories currently installed.)
Unpacking twm (from .../twm_1%3a1.0.3-3_i386.deb) ...
Setting up twm (1:1.0.3-3) ...
+ sleep 5
+ lsmd5
+ ls -l /etc/menu-methods/twm /etc/X11/twm
-rwxr-xr-x 1 root root 1095 Jul 16  2007 /etc/menu-methods/twm

/etc/X11/twm:
total 4
-rw-r--r-- 1 root root 2846 Jan 12 19:38 system.twmrc-menu
+ md5sum /etc/menu-methods/twm /etc/X11/twm/system.twmrc-menu
d8734bc492d5507df037f1cb14a495f3  /etc/menu-methods/twm
48da65d98b31c7053a81e15d63acebcd  /etc/X11/twm/system.twmrc-menu
+ perl -e 'print = x 60, \n\n'


+ update-menus -d
update-menus[18920]: Dpkg is not locking dpkg status area, good.
update-menus[18920]: Reading installed packages list...
update-menus[18920]: Reading translation rules in 
/etc/menu-methods/translate_menus.
update-menus[18920]: Reading menu-entry files in /etc/menu/.
update-menus[18920]: 0 menu entries found (0 total).
update-menus[18920]: Reading menu-entry files in /usr/lib/menu/.
update-menus[18920]: 0 menu entries found (0 total).
update-menus[18920]: Reading menu-entry files in /usr/share/menu/.
update-menus[18920]: 119 menu entries found (119 total).
update-menus[18920]: Reading menu-entry files in /usr/share/menu/default/.
update-menus[18920]: file /usr/share/menu/default/ash line 2:
Discarding entry requiring missing package ash.
update-menus[18920]: 0 menu entries found (119 total).
update-menus[18920]: Running menu-methods in /etc/menu-methods/.
update-menus[18920]: Running method: /etc/menu-methods/menu-xdg
update-menus[18920]: Running method: 
/etc/menu-methods/xdg-desktop-entry-spec-apps
update-menus[18920]: Running method: /etc/menu-methods/icewm-common
update-menus[18920]: Running method: 
/etc/menu-methods/xdg-desktop-entry-spec-sessions
update-menus[18920]: Running method: 
/etc/menu-methods/xdg-desktop-entry-spec-dirs
update-menus[18920]: Running method: /etc/menu-methods/twm
update-menus[18920]: Running method: /etc/menu-methods/fluxbox
+ sleep 5
+ lsmd5
+ ls -l /etc/menu-methods/twm /etc/X11/twm
-rwxr-xr-x 1 root root 1095 Jul 16  2007 /etc/menu-methods/twm

/etc/X11/twm:
total 32
-rw-r--r-- 1 root root 11349 Jan 26 16:48 menudefs.hook
-rw-r--r-- 1 root root 14177 Jan 26 16:48 system.twmrc
-rw-r--r-- 1 root root  2846 Jan 12 19:38 system.twmrc-menu
+ md5sum /etc/menu-methods/twm /etc/X11/twm/menudefs.hook 
/etc/X11/twm/system.twmrc /etc/X11/twm/system.twmrc-menu
d8734bc492d5507df037f1cb14a495f3  /etc/menu-methods/twm
c45620eb384ef2397fe5f767cff6438c  

Bug#455883: closed by James Vega [EMAIL PROTECTED] (Bug#455883: fixed in vim-scripts 7.1.5)

2008-01-25 Thread Dmitry E. Oboukhov
 #455883: vim-scripts: error in bufexplorer.vim (with vim-basic)

 It has been closed by James Vega [EMAIL PROTECTED].

Thank a lot!



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



Bug#460393: RFP: osmo -- personal organizer for GTK

2008-01-25 Thread Dmitry E. Oboukhov

EN * Package name: osmo
EN Version : 0.1.6
EN Upstream Author : Tomasz Maka [EMAIL PROTECTED]
EN * URL : http://clay.ll.pl/osmo/
EN * License : GPL
EN Programming Lang: C
EN Description : personal organizer for GTK

EN Osmo is a handy personal organizer which includes calendar, tasks
EN manager and address book modules. It was designed to be a small,easy to
EN use and good looking PIM tool to help to manage personal information. In
EN current state the organizer is quite convenient in use - for example,
EN user can perform nearly all operations using keyboard. Also, a lot of
EN parameters are configurable to meet user preferences. On the technical
EN side, Osmo is GTK+ based tool which use plain XML database to store all
EN personal data.


please see my osmo package :)

http://uvw.ru/debian/unstable/osmo/

sorry :)


signature.asc
Description: Digital signature


Bug#457321: please confirm the target installation path

2008-01-23 Thread Dmitry E. Oboukhov
On 10:31 Wed 23 Jan , Stefano Zacchiroli wrote:
 please add  zsh completion module into your package.
 For using together with  zsh it is necessary to move the file to the
 directory zsh_share:/functions/Completion/Debian.

SZ Uhm, I'm no zsh user and the above path does not make any sense to me.
SZ Can you please tell me where I should install your file in the file
SZ system so that zsh knows how to install it?
SZ A plain complete absolute path would do :-)

SZ Cheers.

please install this module to:

/usr/share/zsh/functions/Completion/Debian/_vim-addons



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



Bug#461773: fluxbox: xterm -e mc results in maximized xterm window but not maximized mc

2008-01-21 Thread Dmitry E. Oboukhov
АП Thanks for your fast reply. I don't really think it's a bug of xterm,
АП because adding

АП xterm*geometry: 98x34+0+0

АП to my .Xresources (instead of apps file customization) results in
АП correct behavior. IMHO it means that Fluxbox is one responsible for
АП the bug.

When You start with geometry option (or resources) it creates a window
with dimensions declared in this option. And in the case of starting
under fluxbox a window changes dimensions when mc starts.

This is the bug of xterm or mc :) Most probably it is mc bug.


signature.asc
Description: Digital signature


Bug#461773: fluxbox: xterm -e mc results in maximized xterm window but not maximized mc

2008-01-21 Thread Dmitry E. Oboukhov

I have tried to reproduse this bug with other programs (centerim, mutt,
rtorrent...) and only few programs can reproduse this bug. As far as I
understand all these programs (that work correctly, ex: centerim) 
constantly watch the changing of terminal dimensions.

DEO And in the case of starting under fluxbox a window changes
DEO dimensions when mc starts.

I forwarded You bugreport to upstream, wait ;)

АП Window size may be specified on X Window System level. In my case, I
АП specify it in my .Xresources and merge it into X server settings
АП database via xrdb. These settings are applied in such a way that when
АП mc is being run the parent xterm window already has desired
АП dimensions. mc acquires proper size from parent xterm window and
АП everything is nice.

in one case, the program itself sets the size of the window (option
geometry), _before_ the child starts.

in the other case window changes dimensions when mc starts
(simultaneously).

АП On the other hand, Fluxbox claims to provide similar feature.
АП Actually, I like Fluxbox's feature more, because it allows to specify
АП window size in pixels, not in characters. The problem is the feature
АП doesn't work very well in case of xterm -e mc.

АП I perfectly understand that underlying algorithms of setting window
АП size are very different for X Server and Fluxbox window manager.
АП However from the user point of view I see that .Xresources method
АП works, and Fluxbox's does not. So, it's a bug of Fluxbox ;-)

АП Andrey

АП P.S: Don't get me wrong: I like Fluxbox much, and I understand this
АП bug it a really minor one. I'm reporting so at least google indexes
АП the page and other people might find a solution to already known
АП problem.


signature.asc
Description: Digital signature


Bug#461773: fluxbox: xterm -e mc results in maximized xterm window but not maximized mc

2008-01-20 Thread Dmitry E. Oboukhov
It's more like a bug in xterm. Because the construction
xterm -e 'sleep 0.1; mc' always works correctly.

Looks like the bug declares itself because there's made simultaneously
the resize of the terminal window and the start of the child application
in it.

However this bug is also reproduced with other terminals (rxvt). I think
that fluxbox is an only manager with such an opportunity (.fluxbox/apps),
that's why we can see terminal bugs in it. :)



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



Bug#460955: ITP: xye -- Remake of the classic game called Kye

2008-01-15 Thread Dmitry E. Oboukhov
Package: wnpp
Severity: wishlist
Owner: Dmitry E. Oboukhov [EMAIL PROTECTED]

* Package name: xye
* Version: 0.8.0
* Upstream autor: Victor Hugo Soliz Kuncar

* URL: http://xye.sourceforge.net/
* License: BSD-like
* Description: Remake of the classic game called Kye
Xye is a puzzle game in which the objective is to direct a
green circle looking character into picking up all the gems
in each of many different levels. Each level is a different
puzzle. The base of the game is that there are multiple objects
with different actions and interactions that can be combined to
generate very different kinds of challenges and puzzles.


signature.asc
Description: Digital signature


Bug#460537: ITP: blockout2 -- Tetris like game (3D-tetris)

2008-01-13 Thread Dmitry E. Oboukhov
Package: wnpp
Severity: wishlist
Owner: Dmitry E. Oboukhov [EMAIL PROTECTED]

* Package name: blockout2
* Version: 2.4
* Upstream autor: Jean-Luc PONS

* URL: http://www.blockout.net/blockout2/
* License: = GPLv2
* Description: BlockOut II is a free adaptation of the original
BlockOut DOS game edited by California Dreams in 1989. BlockOut II
has the same features than the original game with few graphic
improvements. The score calculation is also nearly similar to the
original game. BlockOut II has been designed by an addicted player
for addicted players. BlockOut II is an open source project available
for both Windows and Linux.



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



Bug#460068: Support compilation with gpc as well as (instead of?) fpc

2008-01-10 Thread Dmitry E. Oboukhov
tags 460068 wontfix
thanks

Unfortunately it is impossible. I talked to the authors on this subject,
they said that they widely used those fpc statements which were not
included into gpc.

On 11:20 Thu 10 Jan , Martin Guy wrote:
MG Package: hedgewars
MG Version: 0.9.0-7
MG Severity: wishlist
MG User: [EMAIL PROTECTED]
MG Usertags: eabi

MG hedgewars currently build-depends on fp-compiler, which is only
MG available on 5 architectures.
MG If it could transition to gpc (pascal-compiler), it would be
MG available on all 16.




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



Bug#459927: centerim: incorrect user name when using ~/.centerim/external

2008-01-09 Thread Dmitry E. Oboukhov
Package: centerim
Version: 4.22.2-1
Severity: normal

When I rename one of the contacts in centerim, then when calling
external scripts with the help of ~/.centerim/external
in variable $CONTACT_NICK there will be always placed the name
used before renaming.

i.e. if some user calls himself 'Cheetah', and I rename him as user
'Yury' in my list, then external nevertheless will be called with
$CONTACT_NICK set as 'Cheetah'.

Here is an example of my external:

Notificator
%action Notificator

event msg
proto all
status all
options stdin

%exec
#!/bin/sh
msg=`perl -pi -e 's/nbsp;//g; s/\\s+/ /;'|iconv -c -f koi8-r -t utf-8`

notify_client.pl -p 9986 -t 6 -s Message from $CONTACT_NICK/$EVENT_NETWORK -- 
$msg 
notify_client.pl -p 9987 -t 6 -s Message from $CONTACT_NICK/$EVENT_NETWORK -- 
$msg 


signature.asc
Description: Digital signature


Bug#459600: [EMAIL PROTECTED]: fluxbox menu translation for tr_TR.UTF-8]

2008-01-07 Thread Dmitry E. Oboukhov
Package: fluxbox
Version: 1.0.0
Severity: normal
Tags: patch l10n

- Forwarded message from acemi [EMAIL PROTECTED] -

Date: Fri, 4 Jan 2008 13:43:37 +0200
From: acemi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: fluxbox menu translation for tr_TR.UTF-8
User-Agent: Mutt/1.5.17 (2007-11-01)

Hi Dmitry,

I use Debian Lenny. Fluxbox doesn't print some characters correctly for
tr_TR.UTF-8

I changed nls/generated-UTF-8.m file and now, it works correctly for me.
I attached the changed file.

Regards

acemi

$ codeset=UTF-8

$set 1 #Align

1 Alt orta
2 Sol alt
3 Sağ üst
4 Yatay
6 Orta sol
7 Sol orta
8 Sol üst
11 Sağ orta
12 Orta sağ
13 Sağ üst
14 Üst orta
15 Sol üst
16 Sağ üst
17 Dikey

$set 2 #BaseDisplay


$set 3 #Common

2 Otomatik Gizle

$set 4 #Configmenu

2 Otomatik Göster
4 Hizalamak için tıkla
7 Masaüstü değişiminde pencereyi hizala
8 Hizalama
9 Yeni Pencereleri Hizala
10 Ekranı Kapla
11 Resim oluşturulması
12 Donuk Pencere Taşınması
13 Aynıları Hizala
14 Yavaş Hizala
15 Masaüstü Sapması

$set 5 #Ewmh


$set 6 #FbTkError


$set 7 #Fluxbox


$set 8 #Gnome


$set 9 #Keys


$set 10 #Menu

3 Çık
4 İkonlar
7 Yerleşim
9 Yeniden Başlat

$set 11 #Remember


$set 12 #Screen

2 Y: %4d x E: %4d
4 Y: %04d x E: %04d

$set 13 #Slit

4 Slit yönü
7 Slit yerleşimi
8 Slit

$set 14 #Toolbar

1 Masaüstü ismini değiştir
10 Araç Çubuğu Yerleşimi
11 Araç Çubuğu

$set 15 #Window

1 İsimsiz

$set 16 #Windowmenu

1 Kapat
2 Küçült
4 Küçült
5 Ekranı Kapla
6 Göster
7 Gönder ...
8 Şekillendir
9 Yapıştır

$set 17 #Workspace

1 Masaüstü %d
2 Masaüstleri
3 Yeni Masaüstü
4 Son Masaüstünü Kaldır

$set 18 #fbsetroot

1 hata : -solid, -mod yada -gradient'den en az birisini belirlemek 
zorundasınız\n
3 -display metin bağlantıyı göster\n\
-mod x y yerleştirme\n\
-foreground, -fg renk  önplan rengi\n\
-background, -bg renk  arkaplan rengi\n\n\
-gradient doku geçiş dokusu\n\
-from renk geçiş başlama rengi\n\
-to renk   geçiş bitiş rengi\n\n\
-solid renktek renk\n\n\
-helpbu yardım iletisini gösterir\n

$set 19 #main

1 hata : '-display' bir argüman gerektirir
11 hata : '-rc' bir argüman gerektirir
13 Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
-display metin\t\tekran bağlantısı kullan.\n\
-rc metin\t\t\talternatif bir ayar kaynak dosyası kullan.\n\
-version\t\t\tsürümü göster.\n\
-info\t\t\t\tdisplay some useful information.\n\
-log filename\t\t\tlog output to file.\n\
-help\t\t\t\tyardım ekranı.\n\n




- End forwarded message -



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



Bug#458648: zsh: unfied location of share-files.

2008-01-02 Thread Dmitry E. Oboukhov
Package: zsh
Version: 4.3.4-dev-3-2
Severity: normal

share-files zsh are located in the directory

/usr/share/zsh/version_number/...

The presence of the version number doesn't allow to add modules for zsh
from an external package (for example completion-modules).

Isn't it possible to rename the directory usr/share/zsh/version_number
into the directory  /usr/share/zsh/zshcurrent, and to make the directory
/usr/share/zsh/version_number a symlink on /usr/share/zsh/zshcurrent?


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

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

Versions of packages zsh depends on:
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  libc6 2.7-4  GNU C Library: Shared libraries
ii  libncurses5   5.6+20071124-1 Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libpcre3  7.3-2  Perl 5 Compatible Regular Expressi

-- debconf-show failed



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



Bug#458630: vim-runtime: the wrong syntax highlight of the program code in Perl

2008-01-02 Thread Dmitry E. Oboukhov
Package: vim-runtime
Version: 1:7.1-167+1
Severity: normal

In Perl it is often used the construction of such type:

endquote
text
endquote

For all that in the majority of cases after the open marker (endquote)
there's needed some statement, for example semicolumn, closing bracket,
etc.

Example:

$dbh-do(endsql, undef, $cid);
DELETE FROM query
WHERE query.id=?
endsql

 Parameters written after open marker will colour wrongly.

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

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

vim-runtime depends on no packages.

Versions of packages vim-runtime recommends:
ii  vim  1:7.1-167+1 Vi IMproved - enhanced vi editor
ii  vim-tiny 1:7.1-167+1 Vi IMproved - enhanced vi editor -

-- debconf-show failed



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



Bug#458630: vim-runtime: the wrong syntax highlight of the program code in Perl

2008-01-02 Thread Dmitry E. Oboukhov
On 12:33 Wed 02 Jan , James Vega wrote:
JV On Wed, Jan 02, 2008 at 12:27:29PM +0300, Dmitry E. Oboukhov wrote:
 For all that in the majority of cases after the open marker (endquote)
 there's needed some statement, for example semicolumn, closing bracket,
 etc.

 Example:

 $dbh-do(endsql, undef, $cid);
 DELETE FROM query
 WHERE query.id=?
 endsql

 Parameters written after open marker will colour wrongly.

JV Vim's current syntax highlighting capabilities are unable to properly
JV highlight this.  It's not possible to define a syntax region that skips
JV highlighting part of the region match.

If it is not possible to select strings by one rule then why not to
select
them by two rules?

For example
1. to consider as strings all the statements of the type:
\w+
2. and also to consider as strings all the _strings_ between the string
containing open marker (\w+) and the string ^$1$

Excuse me for operating with perl regexp, I haven't studied vim regexp
yet.
:(



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



Bug#457321: vim-addon-manager: zsh completion module for vim-addons

2007-12-21 Thread Dmitry E. Oboukhov
Package: vim-addon-manager
Version: 0.4
Severity: normal
Tags: patch

please add  zsh completion module into your package.
For using together with  zsh it is necessary to move the file to the
directory zsh_share:/functions/Completion/Debian. 

I don't know where  is better to send the mail: about vim-addon-manager
package or about zsh package. If I sent incorrectly please make a
reassign :)

sincerely Yours, Dmitry

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vim-addon-manager depends on:
ii  ruby 1.8.2-1 An interpreter of object-oriented 
ii  vim-common   1:7.1-138+1 Vi IMproved - Common files

Versions of packages vim-addon-manager recommends:
ii  vim  1:7.1-138+1 Vi IMproved - enhanced vi editor
ii  vim-gtk [gvim]   1:7.1-138+1 Vi IMproved - enhanced vi editor -
ii  vim-tiny 1:7.1-138+1 Vi IMproved - enhanced vi editor -

-- no debconf information
#compdef vim-addons

# Description: zsh completion module for vim-addons
#
# Copyright (C) by Dmitry E. Oboukhov [EMAIL PROTECTED], 2007
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This package is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this package; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

_vim_addons_which_verify()
{
  if which vim-addons /dev/null; then
return 1
  else
return 0
  fi
}

_vim_addons_avail_list()
{
  _vim_addons_which_verify  return
  local avtmp _vim_addons_avail_list
  _vim_addons_avail_list=()
  vim-addons status|tail -n +2|awk '{print $1}'| while read avtmp; do
_vim_addons_avail_list+=$avtmp
  done
  compadd $_vim_addons_avail_list
}

_vim_addons_installed_list()
{
  _vim_addons_which_verify  return
  local aitmp _vim_addons_installed_list
  _vim_addons_installed_list=()
  vim-addons status|tail -n +2|awk '{print $1, $2}'|grep -v 'removed$' \
  |awk '{print $1}'|while read aitmp; do
_vim_addons_installed_list+=$aitmp
  done
  compadd $_vim_addons_installed_list
}

_vim-addons()
{
  local -a arguments
  local state line cmds

  arguments=(
'(--help -h)'{--help,-h}'[show usage message and exit]'
'(--query -q)'{--query,-q}'[be quiet and make the output more parseable]'
'(--registry-dir -r)'{--registry-dir,-r}'[set the registry directory]:directory:_directories'
'(--source-dir -s)'{--source-dir,-s}'[set the addons source directory]:directory:_directories'
'(--target-dir -t)'{--target-dir,-t}'[set the addons target directory]:directory:_directories'
'(--verbose -v)'{--verbose,-v}'[increase verbosity]'
'(--system-dir -y)'{--system-dir,-y}'[set the system-wide target directory]:directory:_directories'
'(--system-wide -w)'{--system-wide,-w}'[set target directory to the system-wide one]::directory:_directories'
'1: :-cmds'
'*: :-args'

  )
  _arguments -S $arguments

  case $state in
cmds)
  cmds=(
'list: list the names of the addons available in the system'
'install: install  one  or more addons under ~/.vim'
'remove: remove one or more addons from ~/.vim.'
'status: list the status of the addons  available in the system'
'disable: disable  one or more addons to be used by the current user'
'amend: undo  the  effects  of  a  previous disable command'
'files: list the files composing  the  specified  addons'
'show: displays detailed information about the specified addons'
  )
_describe -t commands 'vim-addons command' cmds  ret=0
;;

args)
  case $line[1] in
list)
  # do nothing
;;

install|status|files|show|amend)
  _vim_addons_avail_list
;;

remove|disable)
  _vim_addons_installed_list
;;
  esac
;;
  esac

}

_vim-addons $@




Bug#457178: Permission denied on line 38 of '/etc/proftpd/modules.conf'

2007-12-20 Thread Dmitry E. Oboukhov
Package: proftpd
Version: 1.3.1-2
Severity: serious

# apt-get install proftpd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  proftpd-doc
The following NEW packages will be installed:
  proftpd
0 upgraded, 1 newly installed, 0 to remove and 129 not upgraded.
Need to get 0B/996kB of archives.
After unpacking 2641kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package proftpd.
(Reading database ... 99496 files and directories currently installed.)
Unpacking proftpd (from .../proftpd_1.3.1-2_i386.deb) ...
Setting up proftpd (1.3.1-2) ...
Adding system user `proftpd' (UID 114) ...
Adding new user `proftpd' (UID 114) with group `nogroup' ...
Not creating home directory `/var/run/proftpd'.
Starting ftp server: proftpd - Fatal: LoadModule: error loading module
'mod_lang.c': Permission denied on line 38 of
'/etc/proftpd/modules.conf'
 failed!
invoke-rc.d: initscript proftpd, action start failed.
dpkg: error processing proftpd (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 proftpd
E: Sub-process /usr/bin/dpkg returned an error code (1)



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



Bug#456045: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Dmitry E. Oboukhov
tags 456045 patch
thanks

see attache :)
--- src/main.cc 2007-12-14 10:18:54.0 +0300
+++ src/main.cc 2007-08-11 22:22:20.0 +0400
@@ -45,6 +45,12 @@
   #include stdlib.h
 #endif
 
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
+
 #include iostream
 #include fstream
 #include stdexcept


signature.asc
Description: Digital signature


Bug#456287: icedove: bug with icons on a toolbar

2007-12-14 Thread Dmitry E. Oboukhov
Package: icedove
Version: 2.0.0.6-1
Severity: normal

If setting Use Small Icons mode and Icons then when the mouse points
on buttons, icons on buttons change to an icon, corresponding to the
 button Get new messages.

In Big Icons mode such bug is not observed.



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



Bug#456290: cdbs: collisions at combined using of tarball.mk and dpatch.mk

2007-12-14 Thread Dmitry E. Oboukhov
Package: cdbs
Version: 0.4.50
Severity: normal
Tags: patch


At combined using of tarball.mk and dpatch.mk error occure at call of
deapply-patch: directory build-tree is almost deleted and debian/pathced
is not deleted.


patch for tarball.mk:

--- tarball.mk  2007-11-02 15:22:46.0 +0300
+++ tarball.mk  2007-12-14 13:19:16.0 +0300
@@ -102,5 +102,6 @@
 # Ignore errors from this.  These stamps may not exist yet.
-rm $(_cdbs_tarball_stamps)
-rm debian/stamp-patch-* 2/dev/null
+   -rm -fr debian/patched
 
 endif



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

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

Versions of packages cdbs depends on:
ii  debhelper 5.0.62 helper programs for debian/rules

Versions of packages cdbs recommends:
ii  autotools-dev 20070725.1 Update infrastructure for config.{

-- no debconf information



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



Bug#321449: gcc-snapshot for testing

2007-12-14 Thread Dmitry E. Oboukhov
I needed to test the building of one of my packages with gcc4.3.
However it turns out that gcc-snapshot from unstable contains the critical
bug, which makes impossible using it. At the same time the previous
version of the gcc-snapshot deb-package has been already deleted from
unstable.

As a result I spent two days on building of the previous version of
gcc-snapshot (I've got rather slow hardware) in order to make a patch
for FTBFS-bug instead of 15 minutes. :)

May be it would be better to enable the passing of gcc-snapshot into
testing but not to included it in stable releases?
It will allow to have a working instrument in such situations.



signature.asc
Description: Digital signature


Bug#455883: vim-scripts: error in bufexplorer.vim (with vim-basic)

2007-12-12 Thread Dmitry E. Oboukhov
Package: vim-scripts
Version: 7.1.4
Severity: normal

my ~.vimrc part:

 bufexplorer
let g:bufExplorerShowDirectories = 1
let g:bufExplorerShowRelativePath = 1
let g:bufExplorerSortBy='name'
let g:bufExplorerSplitBelow=1
nmap F4 :BufExplorerCR
nmap \UP :bpCR
nmap \LEFT :bpCR
nmap \DOWN :bnCR
nmap \RIGHT :bnCR

I use vim.basic.

After press F4 for switch to file1, press F4 for switch to file2
and press F4 for switch to file1 ;) I receive error message:

Error detected while processing function SNR12_SelectBuffer:
line   30:
E319: Sorry, the command is not available in this version: drop
/home/dimka/work/tor/tor-0.1.2.18/src/common/aes.c
Press ENTER or type command to continue

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

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

vim-scripts depends on no packages.

Versions of packages vim-scripts recommends:
ii  vim  1:7.1-175+1 Vi IMproved - enhanced vi
editor
ii  vim-addon-manager0.4 manager of addons for the
Vim edit
ii  vim-gtk [gvim]   1:7.1-175+1 Vi IMproved - enhanced vi
editor -

-- no debconf information


signature.asc
Description: Digital signature


Bug#429825: centerim 4.22.2 ready

2007-12-09 Thread Dmitry E. Oboukhov
Hi, Anibal, Nico

I've tested the package, the situation is better now but it is still
early to close the bugs:

1. bug #435845: nothing has changed on it at all. For every input of
two-bytes utf-8 symbol the cursor moves on two positions, but not on one.
This bug can't be closed, it is reproduced very well (if it depends on
terminal, I use rxvt-unicode and screen)

2. bug #429825: the situation became rather better. In one-byte Russian
codings everything works well. But when using ceneteim-utf8 there are
obeserved the same problems: strings are partly distorted.

This bug can't be closed, however if you want then make it reassign on
the package ceneterim-utf8.

3. As far as bug #453189 is concerned I can't tell you at once. I must
make some more tests.


AA Hi guys.

AA I have ready a new package with the new release 4.22.2[1]

AA I proved the ICQ problem was fixed. Efectively I had the same problem
AA but my contacts are a litle bit to prove. ;)

AA Please, could you test?

AA I hope this version fixed some old bugs. I could link with
AA ncurses5-dev(centerim) and ncurses5w (centerim-utf8). I hadn't been
AA able to do before, but I based in the patch sent by Dmitry to do that.

AA Dmitry, I closed other bugs (opened by you), hoping were fixing this
AA time, please confirm that.

AA Nico, if all is fine could you upload it?

AA Thank you very much.

AA I will do the backporting now.

AA [1] http://mentors.debian.net/debian/pool/main/c/centerim/
AA http://mentors.debian.net/debian/pool/main/c/centerim/centerim_4.22.2-1.dsc





signature.asc
Description: Digital signature


Bug#453189: centerim 4.22.2 ready

2007-12-09 Thread Dmitry E. Oboukhov
Hi, Anibal, Nico

Additional info on bug #453189

A part of contacts began to work normally, however the majority of
contacts are nevertheless shown as offline. Besides even deleting/or
adding of a contact and  authorization requests also do not solve the
problem.

This bug can't be closed also.

AA Hi guys.

AA I have ready a new package with the new release 4.22.2[1]

AA I proved the ICQ problem was fixed. Efectively I had the same problem
AA but my contacts are a litle bit to prove. ;)

AA Please, could you test?

AA I hope this version fixed some old bugs. I could link with
AA ncurses5-dev(centerim) and ncurses5w (centerim-utf8). I hadn't been
AA able to do before, but I based in the patch sent by Dmitry to do that.

AA Dmitry, I closed other bugs (opened by you), hoping were fixing this
AA time, please confirm that.

AA Nico, if all is fine could you upload it?

AA Thank you very much.

AA I will do the backporting now.

AA [1] http://mentors.debian.net/debian/pool/main/c/centerim/
AA http://mentors.debian.net/debian/pool/main/c/centerim/centerim_4.22.2-1.dsc





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



Bug#455330: vim-runtime: Error detected while processing /usr/share/vim/vim71/syntax/debsources.vim

2007-12-09 Thread Dmitry E. Oboukhov
Package: vim-runtime
Version: 1:7.1-167+1
Severity: normal

# LANG=C vim /etc/apt/sources.list
/etc/apt/sources.list 12L, 709C
Error detected while processing /usr/share/vim/vim71/syntax/debsources.vim:
line   22:
E54: Unmatched \(
E475: Invalid argument: debsourcesKeyword /\(deb-src\|deb\|main\|contrib\
|non-free\|restricted\|universe\|multiverse)/
Press ENTER or type command to continue


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

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

vim-runtime depends on no packages.

Versions of packages vim-runtime recommends:
ii  vim  1:7.1-167+1 Vi IMproved - enhanced vi editor
ii  vim-tiny 1:7.1-167+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#454672: Bug#455330: Acknowledgement (vim-runtime: Error detected while processing /usr/share/vim/vim71/syntax/debsources.vim)

2007-12-09 Thread Dmitry E. Oboukhov
merge 455330 454672
tags 455330 patch
tags 454672 patch
thanks

bug dup, sorry :(

patch see attache
--- /usr/share/vim/vim71/syntax/debsources.vim	2007-12-04 07:36:14.0 +0300
+++ debsources.vim	2007-12-09 21:25:03.0 +0300
@@ -19,7 +19,7 @@
 syn case match
 
  A bunch of useful keywords
-syn match debsourcesKeyword/\(deb-src\|deb\|main\|contrib\|non-free\|restricted\|universe\|multiverse)/
+syn match debsourcesKeyword/\(deb-src\|deb\|main\|contrib\|non-free\|restricted\|universe\|multiverse\)/
 
  Match comments
 syn match debsourcesComment/#.*/


signature.asc
Description: Digital signature


Bug#452676: abiword: FTBFS: no matching function for call to...

2007-11-30 Thread Dmitry E. Oboukhov
tags 452676 patch
thanks

attache :)

--
1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_ftbfs_fix_no_matching_function.dpatch by  [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix: no matching function for call to 'GlobalParams::GlobalParams(const 
## DP: char [1])'

@DPATCH@

--- abiword-2.4.6/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp   
2005-06-29 06:22:13.0 +0400
+++ abiword-2.4.6/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp   
2007-11-30 21:30:21.0 +0300
@@ -63,7 +63,7 @@
   
 PDFDoc * doc = new PDFDoc(fileName);
 
-globalParams = new GlobalParams();
+globalParams = new GlobalParams();
 globalParams-setTextEncoding(UTF-8);
 globalParams-setTextEOL(\n);
 globalParams-setTextPageBreaks(gFalse);


signature.asc
Description: Digital signature


Bug#453189: centerim: Bug 39: icq contacts all show as offline

2007-11-27 Thread Dmitry E. Oboukhov
Package: centerim
Version: 4.22.1.20071022-1
Severity: important
Tags: patch

already fixed in upstream:
http://bugzilla.centerim.org/show_bug.cgi?id=39


patch:
http://repo.or.cz/w/centerim.git?a=commitdiff;h=43ea42e1c8c34e9694a342121ad82c3d9119b2dc


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

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



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



Bug#437983: Bug#452665: fluxbox: Fluxbox erratically crashes upon MinimizeWindow via keyboard

2007-11-26 Thread Dmitry E. Oboukhov
tags 452665 upstream fixed-upstream
tags 452665 - unreproducible moreinfo
tags 437983 upstream fixed-upstream
tags 437983 - unreproducible moreinfo
merge 452665 437983
thanks

The bug was fixed in version svn 5124. However before that fix there
were made too many changes into the fluxbox sources and it is rather
difficult to make a back-port for fixing. Very soon I'll make an upload
of svn-version into experimental, then may be I'll make a back-port of
the fix at 1.0.0.


signature.asc
Description: Digital signature


Bug#452665: fluxbox: Fluxbox erratically crashes upon MinimizeWindow via keyboard

2007-11-24 Thread Dmitry E. Oboukhov
tags 452665 moreinfo unreproducible
thanks

usage:

# apt-get install fakeroot
# apt-get build-dep fluxbox
$ wget \
  http://ftp.debian.org/debian/pool/main/f/fluxbox/fluxbox_1.0.0.orig.tar.gz \
  http://ftp.debian.org/debian/pool/main/f/fluxbox/fluxbox_1.0.0-2.diff.gz \
  http://ftp.debian.org/debian/pool/main/f/fluxbox/fluxbox_1.0.0-2.dsc
$ dpkg-source -x fluxbox_1.0.0-2.dsc
$ cd fluxbox_1.0.0
$ fakeroot debian/rules binary
$ cd ..
# dpkg -i fluxbox_1.0.0-2_*.deb

and test it again




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



Bug#451754: vim-runtime: incorrect colouring in vim/fstab

2007-11-18 Thread Dmitry E. Oboukhov
Package: vim-runtime
Version: 1:7.1-138+1
Severity: normal
Tags: patch

when using fuse, vim makes incorrect syntax highlight in fstab files
This patch allows to solve the problem.
It can be someone will do better?


example fuse fstab record:

[EMAIL PROTECTED]:/share /share fuse 
IdentityFile=/home/dimka/.ssh/dgate,Compression=yes,CompressionLevel=9,reconnect
 0 0


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

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

vim-runtime depends on no packages.

Versions of packages vim-runtime recommends:
ii  vim  1:7.1-138+1 Vi IMproved - enhanced vi editor
ii  vim-gtk  1:7.1-138+1 Vi IMproved - enhanced vi editor -

-- debconf-show failed
--- fstab.vim	2007-10-13 21:42:28.0 +0400
+++ fstab.vim	2007-11-18 11:42:40.0 +0300
@@ -22,7 +22,7 @@
 
  General
 syn cluster fsGeneralCluster contains=fsComment
-syn match fsComment /\s*#.*/
+syn match fsComment /\s\+#.*/
 syn match fsOperator /[,=:]/
 
  Device
@@ -43,7 +43,7 @@
  Type
 syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
 syn match fsTypeUnknown /\s\+\zs\w\+/ contained
-syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
+syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs fuse
 
  Options
  ---


Bug#449056: ITP: mozilla-firefox-russian-keys -- Bugfix for russian hot-keys in mozilla/firefox.

2007-11-02 Thread Dmitry E. Oboukhov
Package: wnpp   
Severity: wishlist
Owner: Dmitry E. Oboukhov [EMAIL PROTECTED]

* Package name: mozilla-firefox-russian-keys
  Version : 1.4
* URL : 
https://addons.mozilla.org/ru/firefox/addons/policy/0/3529/14778
  Upstream Author : Relan [EMAIL PROTECTED]
* License : = GPL2
  Programming Lang: JS
  Description : Bugfix for russian hot-keys in mozilla/firefox.


This package includes plugin which corrects the bug with not working
Hot keys (69230) for Russian and Ukrainian layouts. The bug 69230 is
more than 6 years old but in the nearest future its correction is not
expected because it needs the massive reworking of mozilla code.

This package will be the temporary solution of the problem for the
Russian and Ukrainian users until the bug is corrected in upstream.



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



Bug#447084: fluxbox: fails to correctly display UTF-8 window titles

2007-11-02 Thread Dmitry E. Oboukhov

It's oddly enough. As for me, everything works fine with your configs.
And I managed to reproduce your problems only with the old package
xfonts-artwiz. I think it is the very reason of the problems. I 
permanently work with Russian codings, and Russian codings were the
main reason for me to maintain fluxbox.   

Probably there are problems in some other package in Your system, and it
prevents the correct representation of the fonts.   
Try to install for example icewm and reproduce this bug in it.

On 23:38 Thu 01 Nov , Francesco Poli wrote:
FP On Fri, 26 Oct 2007 01:15:08 +0200 Francesco Poli wrote:

 On Thu, 25 Oct 2007 14:29:57 +0400 Dmitry E. Oboukhov wrote:
 
 FP I thought version 1.0.0-1 was about to migrate to testing, but
 FP it is instead still waiting.
 FP I cannot understand why it has not migrated to testing yet.
 t is bug buildd platforms of spark. I tried to do correspondence,
 but a result is not present.
 Be not afraid to install it from unstable. All of
 dependences already a long ago got in testing.
 
 I may try
FP [...]

FP Well, in the meanwhile fluxbox 1.0.0-1 migrated to testing.
FP I am currently using that version of fluxbox, but the bug is still
FP present.
FP I can reproduce the bug with the terminus font (all the previously
FP described tests fail).

FP So fluxbox 1.0.0-1 does _not_ fix the bug for me.

FP Moreover, I can still reproduce the bug with root-tail.
FP I'm more and more convinced that the problem may lie in libx11-6.
FP Which version of libx11-6 are you using?
$ zcat /usr/share/doc/libx11-6/changelog.Debian.gz|dpkg-parsechangelog
-l-|grep ^Version
Version: 2:1.0.3-7




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



Bug#435845: closed by Anibal Avelar (Fixxxer) [EMAIL PROTECTED] (Bug#435845: fixed in centerim 4.22.1.20071022-1)

2007-10-27 Thread Dmitry E. Oboukhov
reopen 435845
severity 435845 important
thanks

example log:
+ [jab] 2E4 2 A8AB5C AABO;AO
+ [icq] 2E4 2 A8AB5C AABO;AO

example dialog window (after exit from history):
22.10.07 16:39 [EMAIL PROTECTED] A;CH09 BK 2 0AA51;[EMAIL PROTECTED] 
?=805HL?
22.10.07 16:40 =0 =0A :B B [EMAIL PROTECTED]; B ;8  [EMAIL 
PROTECTED]:A0?8A=K9 B
;8 5I5 :0:CN B 1O5:, O 53 2KG8A;8;,= GB B0 ?=OBL =5 3C
B0: :0: =5 ?=80N0AA51;5@

etc



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



Bug#435845: the bug of input the text in non-English coding

2007-10-27 Thread Dmitry E. Oboukhov
 When typing a message in coding each symbol presented by several bytes
 centerim(-utf8) moves the cursor on two (instead one) character cells 
 to the right for every typed symbol. Meanwhile the text is displayed as
 usual.

this bug is also reproduced in an last version



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



Bug#429825: [EMAIL PROTECTED]: Bug#435845 closed by Anibal Avelar (Fixxxer) [EMAIL PROTECTED] (Bug#435845: fixed in centerim 4.22.1.20071022-1)]

2007-10-27 Thread Dmitry E. Oboukhov
reopen 429825
severity 429825 important
thanks

example log:
+ [jab] 2E4 2 A8AB5C AABO;AO
+ [icq] 2E4 2 A8AB5C AABO;AO

example dialog window (after exit from history):
22.10.07 16:39 [EMAIL PROTECTED] A;CH09 BK 2 0AA51;[EMAIL PROTECTED] 
?=805HL?
22.10.07 16:40 =0 =0A :B B [EMAIL PROTECTED]; B ;8  [EMAIL 
PROTECTED]:A0?8A=K9 B
;8 5I5 :0:CN B 1O5:, O 53 2KG8A;8;,= GB B0 ?=OBL =5 3C
B0: :0: =5 ?=80N0AA51;5@

etc




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



Bug#448191: gloox-dev: The new version of gloox is available

2007-10-26 Thread Dmitry E. Oboukhov
Package: libgloox-dev
Version: 0.9.2-1
Severity: important
File: gloox-dev

  I would like to build and upload to Debian the package that depends on
gloox library, but the version un Debian became out of date. Please make
an upload with the new version 0.9.6.

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

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

Versions of packages libgloox-dev depends on:
ii  libgloox7 0.9.2-1C++ jabber/xmpp library
ii  libgnutls-dev 2.0.1-1the GNU TLS library - development 
ii  libidn11-dev  1.1-1  Development files GNU libidn, impl
ii  libiksemel-dev1.2-3  C library for the Jabber IM platfo

libgloox-dev recommends no packages.

-- no debconf information



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



Bug#447084: fluxbox: fails to correctly display UTF-8 window titles

2007-10-25 Thread Dmitry E. Oboukhov
FP I thought version 1.0.0-1 was about to migrate to testing, but it is
FP instead still waiting.
FP I cannot understand why it has not migrated to testing yet.
t is bug buildd platforms of spark. I tried to do correspondence, but a
result is not present.
Be not afraid to install it from unstable. All of
dependences already a long ago got in testing.



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



Bug#447084: fluxbox: fails to correctly display UTF-8 window titles

2007-10-21 Thread Dmitry E. Oboukhov
FP извините, я плохо говорю по-русски!

FP And I don't remember asking for a reply in Russian...  ;-)
Excuse me. I saw that for you problems with Russian and thought that you
know it :)


FP Could we please talk in English (or in Italian, if you prefer...)?
FP Moreover, why didn't you Cc: the bug?

FP Anyway, if I understand correctly, you are pointing out that the Meta
FP style uses glisp font by design.  I know, but glisp used to be shipped
FP in package xfonts-artwiz, which was removed from testing before etch
FP release, and later was removed from unstable, as well.  Only oldstable
FP currently includes this package.

Therefore, unfortunately this bug it is impossible reassign to the
package of xfonts-artwiz.

If to delete this package, other font and style will be utillized will
correctly show a menu.
Other variant - to copy itself style and to change a font in it.

FP Unfortunately, I am not able to understand the rest of your message in a
FP reasonable time-frame (I should resume my Russian language notes and a
FP good dictionary, in order to translate it: it would take too long,
FP because my knowledge is too limited... sorry).
FP Could you resend it in English (or in Italian, if you prefer so)?

FP Thank you very much.


If you will choose the best variant of font, suitable for this theme, I
will change style in next upload.



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



Bug#447084: fluxbox: fails to correctly display UTF-8 window titles

2007-10-21 Thread Dmitry E. Oboukhov
 Therefore, unfortunately this bug it is impossible reassign to the
 package of xfonts-artwiz.

FP Well, actually, this bug is *not* in the xfonts-artwiz package, since I
FP haven't installed it and I am not using the glisp font.
FP As I said in the bug report, I customize the Meta style on the fly, by
FP using the following overlay file:

For me this problem is reproduced only with the font of artwiz.

Your configuration works fine:

FP $ cat ~/.fluxbox/overlay
FP background: none
FP *font: -*-terminus-*-r-*-*-12-*-*-*-*-*-iso10646-*

Please will execute a command:

grep styleOverlay ~/.fluxbox/init

Is an option 'session.styleOverlay:' set for you?




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



Bug#447084: fluxbox: fails to correctly display UTF-8 window titles

2007-10-21 Thread Dmitry E. Oboukhov
FP This is really strange.
FP Which font are you using?
You configuration (font: -*-terminus-*-r-*-*-12-*-*-*-*-*-iso10646-*)

I utillize the version of 1.0.0 (unstable).



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



Bug#447084: fluxbox: fails to correctly display UTF-8 window titles

2007-10-21 Thread Dmitry E. Oboukhov
FP Version: 1.0~rc3-5
please check whether there is this bug in a version 1.0.0 (unstable).



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



Bug#446561: rocksndiamonds: audio is scratchy

2007-10-14 Thread Dmitry E. Oboukhov
severity 446561 wishlist
thanks

MG hello, the music and sfx in rocksndiamonds are scratchy on my system.
MG note that i have an onboard AC'97 sound card.  i ran into the same issue
MG with wesnoth, freedroidrpg, and neverball recently
MG (http://bugs.debian.org/405841, http://bugs.debian.org/406437,
MG http://bugs.debian.org/410489 respectively).  the solution for those games
MG was to set the audio sampling rate on the sound card to 44100 Hz (see the
MG bug reports for more detail including patches).  is there any way to set
MG the audio sampling rate in rocksndiamonds?  otherwise, this capability
MG needs to be added in.

I think, you are necessary to speak to the developers of drivers of
sound card. This bug has little attitude toward games. Them scarcely
someone will redo from after one wrong working driver.




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



Bug#446561: rocksndiamonds: audio is scratchy

2007-10-14 Thread Dmitry E. Oboukhov
MG hello, the music and sfx in rocksndiamonds are scratchy on my system.
MG note that i have an onboard AC'97 sound card.  i ran into the same issue
MG with wesnoth, freedroidrpg, and neverball recently
MG (http://bugs.debian.org/405841, http://bugs.debian.org/406437,
MG http://bugs.debian.org/410489 respectively).  the solution for those games
MG was to set the audio sampling rate on the sound card to 44100 Hz (see the
MG bug reports for more detail including patches).  is there any way to set
MG the audio sampling rate in rocksndiamonds?  otherwise, this capability
MG needs to be added in.

MG thank you very much for the hard work.

Please test this patch (attache).

(But I consider that utillizing this patch is wrong. It is necessary to
correct a your sound device driver.)

--- rocksndiamonds-3.2.4+dfsg.orig/src/libgame/sound.h
+++ rocksndiamonds-3.2.4+dfsg/src/libgame/sound.h
@@ -32,6 +32,7 @@
 /* values for platform specific sound initialization */
 #define AUDIO_SAMPLE_RATE_8000		8000
 #define AUDIO_SAMPLE_RATE_22050		22050
+#define AUDIO_SAMPLE_RATE_44100   44100
 
 #define AUDIO_FRAGMENT_SIZE_512		512
 #define AUDIO_FRAGMENT_SIZE_1024	1024
@@ -51,7 +52,7 @@
 #if defined(AUDIO_UNIX_NATIVE)  !defined(AUDIO_STREAMING_DSP)
 #define DEFAULT_AUDIO_SAMPLE_RATE	AUDIO_SAMPLE_RATE_8000
 #else
-#define DEFAULT_AUDIO_SAMPLE_RATE	AUDIO_SAMPLE_RATE_22050
+#define DEFAULT_AUDIO_SAMPLE_RATE	AUDIO_SAMPLE_RATE_44100
 #endif
 
 #if defined(PLATFORM_HPUX)


signature.asc
Description: Digital signature


Bug#446561: rocksndiamonds: audio is scratchy

2007-10-14 Thread Dmitry E. Oboukhov
reassign 446561 linux-2.6
thanks

it is problems of driver of card of Ac97

reassigned to linux-2.6

MG hello, the music and sfx in rocksndiamonds are scratchy on my system.
MG note that i have an onboard AC'97 sound card.  i ran into the same issue
MG with wesnoth, freedroidrpg, and neverball recently
MG (http://bugs.debian.org/405841, http://bugs.debian.org/406437,
MG http://bugs.debian.org/410489 respectively).  the solution for those games
MG was to set the audio sampling rate on the sound card to 44100 Hz (see the
MG bug reports for more detail including patches).  is there any way to set
MG the audio sampling rate in rocksndiamonds?  otherwise, this capability
MG needs to be added in.

MG thank you very much for the hard work.




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



Bug#446483: wine: New upstream version available

2007-10-13 Thread Dmitry E. Oboukhov
Package: wine
Version: 0.9.41-1
Severity: normal

http://source.winehq.org/git/wine.git/?a=blob;f=ANNOUNCE;h=d1a4138022a24e3dfc6587cdcac81023f0689f52;hb=7be8a646a74695c1a8dcf7ef4eb08fab110e0459
 This is release 0.9.47 of Wine, a free implementation of Windows on
 Unix.
 
 What's new in this release:
 
 - New scheme for OpenGL support in child windows.
 
 - Lots of fixes for regression test failures.
 
 - A Tahoma replacement font.
 
 - Lots of bug fixes.
 
 Because of lags created by using mirrors, this message may reach
 you before the release is available at the public sites. The sources
 will be available from the following locations:
 
 http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.47.tar.bz2
 http://prdownloads.sourceforge.net/wine/wine-0.9.47.tar.bz2
 
 Binary packages for various distributions will be available from:
 
 http://www.winehq.org/site/download
 
 You will find documentation on
 
 http://www.winehq.org/site/documentation
 
 You can also get the current source directly from the git or CVS
 repositories. Check respectively http://www.winehq.org/site/git or
 http://www.winehq.org/site/cvs for details.
 
 If you fix something, please submit a patch; instructions on how to
 do this can be found at http://www.winehq.org/site/sending_patches
 
 Wine is available thanks to the work of many people. See the file
 
 AUTHORS in the distribution for the complete list.

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

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

Versions of packages wine depends on:
ii  libwine-alsa  0.9.41-1   Windows API Implementation (ALSA S
ii  libwine-capi  0.9.41-1   Windows API Implementation (ISDN M
ii  libwine-cms   0.9.41-1   Windows API Implementation (Color 
ii  libwine-esd   0.9.41-1   Windows API Implementation (EsounD
ii  libwine-gl0.9.41-1   Windows API Implementation (OpenGL
ii  libwine-gphoto2   0.9.41-1   Windows API Implementation (Camera
ii  libwine-jack  0.9.41-1   Windows API Implementation (JACK S
ii  libwine-ldap  0.9.41-1   Windows API Implementation (LDAP M
ii  libwine-nas   0.9.41-1   Windows API Implementation (NAS So
ii  libwine-print 0.9.41-1   Windows API Implementation (Printi
ii  libwine-sane  0.9.41-1   Windows API Implementation (Scanne
ii  wine-bin  0.9.41-1   Windows API Implementation (Binary
ii  wine-utils0.9.41-1   Windows API Implementation (Utilit

Versions of packages wine recommends:
ii  msttcorefonts 2.2Installer for Microsoft TrueType c

-- debconf-show failed



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



Bug#445986: fluxbox: window position of apps changes on workspace change

2007-10-09 Thread Dmitry E. Oboukhov

unreproducible in my system :(


Please check if this bug is also contained in the current (1.0.0)
version?

PS: 1.0.0 uploaded to inconning (furter in unstable):
http://incoming.debian.org/fluxbox_1.0.0-1.diff.gz
http://incoming.debian.org/fluxbox_1.0.0-1.dsc
http://incoming.debian.org/fluxbox_1.0.0.orig.tar.gz

http://incoming.debian.org/fluxbox_1.0.0-1_i386.deb




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



Bug#439707: fluxbox: doesn't deal well with rotation

2007-08-28 Thread Dmitry E. Oboukhov
Please check if this bug is also contained in the experimental 
version ?

JC Hi,

JC I'm using a monitor with a resolution of 1280x1024.  When I rotate it
JC with xrandr --output VGA --rotate left, and then maximise a window, its
JC size is set to 1276x972, whereas xdpyinfo -ext XINERAMA reports a size
JC of 1024x1280 for this head.



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



Bug#439390: lintian: error debian-rules-ignores-make-clean-error

2007-08-26 Thread Dmitry E. Oboukhov

 I don't understand why you'd ever run make distclean, ignoring errors or
 not, if the Makefile doesn't have a distclean target.  If the Makefile
 doesn't have a distclean target, why wouldn't you just remove that line
 from debian/rules?

There is no mention of distclean target/call in Makefile and
debian/rules. But lintian nevertheless produces a warning.

This problem is rather political than technical.
Many DDs conceive lintian messages too seriously and want lintian
recommendations to be fulfilled before upload. For all that they do not
accept the variant with overrides.

If the distclean target is absent, then fulfillment of lintian
recommendations leads to the necessity of making a patch on Makefile.
And in the case if one can't manage to commit into upstream, then he
must create a patch for every version.
i.e. Instead of the usual work on bugs one is occupied with their
possible creating ;)

On the other hand it would be logically if lintian didn't create such
recommendation in the case when  Makefile didn't include  distclean
targets. It isn't too complex to define it even with the help of a
one-string script (I've cited an example in the previous message).


signature.asc
Description: Digital signature


Bug#439342: ITP: uqm-russian -- russian addon for uqm

2007-08-24 Thread Dmitry E. Oboukhov
Package: uqm-russian
Version: 1.0.0
Severity: wishlist

Package: wnpp
Severity: wishlist
Owner: Dmitry E. Oboukhov [EMAIL PROTECTED]

* Package name  : uqm-russian
  Version   : 1.0.0
  Upstream Author   : Aleksey Kravchenko [EMAIL PROTECTED], Andrew 
Zabolotny [EMAIL PROTECTED], Artem Popov [EMAIL PROTECTED], Evgeniy 
Zhemchugov [EMAIL PROTECTED], Igor Betin [EMAIL PROTECTED], Uleana 
Moldovyan [EMAIL PROTECTED]
* URL   : http://uqm-rus.sh.nu/filemgmt/visit.php?lid=14
* License   : GPLv2
  Description   : Russian language for 'The Ur-Quan Masters' game


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



Bug#439390: lintian: error debian-rules-ignores-make-clean-error

2007-08-24 Thread Dmitry E. Oboukhov
Package: lintian
Version: 1.23.32
Severity: normal

lintian produces such warning even if no Makefile contains distclean
target. It would be better if before creating such warning lintian
execured a command like, for example

find -name '[Mm]akefile*' -exec grep ^distclean: '{}' +

and made a desicion of creating a warning only according to the results
of its execution.

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

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

Versions of packages lintian depends on:
ii  binutils   2.17cvs20070718-1 The GNU assembler, linker and bina
ii  diffstat   1.43-2produces graph of changes introduc
ii  dpkg-dev   1.14.5package building tools for Debian
ii  file   4.21-2Determines file type using magic
ii  gettext0.16.1-2  GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libparse-debianchangel 1.1-1 parse Debian changelogs and output
ii  man-db 2.4.4-3   The on-line manual pager
ii  perl [libdigest-md5-pe 5.8.8-7   Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


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



Bug#438468: crash when trying to start applications while using a locale that isnt found in the fluxbox-package

2007-08-23 Thread Dmitry E. Oboukhov
tags 438468 unreproducible moreinfo
thanks


nb:[/home/dimka]$ zcat 
/usr/share/doc/fluxbox/changelog.Debian.gz|dpkg-parsechangelog -l-
Source: fluxbox
Version: 1.0~rc3-4
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov [EMAIL PROTECTED]
Date: Thu, 09 Aug 2007 23:14:53 +0400
Closes: 269683 436807
Changes: 
 fluxbox (1.0~rc3-4) unstable; urgency=low
 .
   * Patch for fix bug: 'no fullscreen with openoffice.org', closes:
   * #436807.
   * Unreproducible in current version (1.0~rc3):
 Xawtv flips out on fluxbox, closes: #269683.

nb:[/home/dimka]$ locale
LANG=en_DK.UTF-8
LC_CTYPE=en_DK.UTF-8
LC_NUMERIC=en_DK.UTF-8
LC_TIME=en_DK.UTF-8
LC_COLLATE=en_DK.UTF-8
LC_MONETARY=en_DK.UTF-8
LC_MESSAGES=en_DK.UTF-8
LC_PAPER=en_DK.UTF-8
LC_NAME=en_DK.UTF-8
LC_ADDRESS=en_DK.UTF-8
LC_TELEPHONE=en_DK.UTF-8
LC_MEASUREMENT=en_DK.UTF-8
LC_IDENTIFICATION=en_DK.UTF-8
LC_ALL=


�A Fluxbox reports the following when starting:
�A Warning: Failed to open file(/usr/share/fluxbox/nls/en_DK.UTF-8/fluxbox.cat)

�A and quits saying Aborted when I start applications under it.

�A When I do LANG=C and then starts fluxbox, it works perfectly.

Full report message:

Warning: Failed to open file(/usr/share/fluxbox/nls/en_DK.UTF-8/fluxbox.cat)
for translation, using default messages.



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



Bug#438095: fluxbox: Russian language few changes patch

2007-08-15 Thread Dmitry E. Oboukhov
Package: fluxbox
Version: 1.0~rc3-4
Severity: normal
Tags: patch l10n

see attach

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fluxbox depends on:
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxpm4 1:3.5.6-3X11 pixmap library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  menu2.1.33   generates programs menu for all me

fluxbox recommends no packages.

-- no debconf information
--- nls/ru_RU/Translation.m 2007-06-05 17:00:33.0 +0400
+++ nls/ru_RU/Translation.m 2007-08-15 13:54:51.0 +0400
@@ -22,8 +22,12 @@
 
 $set 2 #BaseDisplay
 
+1 ðÒÅÒ×ÁÎÏ... ÓÏÚÄÁÎ ÄÁÍÐ ÐÁÍÑÔÉ\n
+2 úÁ×ÅÒÛÅÎÉÅ ÒÁÂÏÔÙ\n
+3 %s: ÓÉÇÎÁÌ %d ÐÏÌÕÞÅÎ\n
 
 $set 3 #Common
+
 1 ðÒÏÚÒÁÞÎÏÓÔØ
 2 á×ÔÏÓËÒÙÔÉÅ
 3 óËÏÍÐÉÌÉÒÏ×ÁÎÎÙÊ
@@ -37,12 +41,15 @@
 11 æÁÊÌ ÓÏ ÓÔÉÌÅÍ
 12 îÁÓÔÒÏÊËÉ ÐÏ ÕÍÏÌÞÁÎÉÀ
 13 ÏÔËÌÀÞÅÎÁ
+14 ïÛÉÂËÁ
 15 ÷ÅÒÓÉÑ Fluxbox
 16 ðÏÄ ÏËÎÁÍÉ
 17 îÏÍÅÒ ÒÅ×ÉÚÉÉ
 18 ÷ÉÄÉÍÁÑ
+19 äÌÑ ÜÔÏÇÏ ÓÔÉÌÑ ÎÅ ÏÐÒÅÄÅÌÅÎÁ ÏÐÃÉÑ 'background'\nðÏÄÒÏÂÎÕÀ ÉÎÆÏÒÍÁÃÉÀ 
ÓÍÏÔÒÉÔÅ × man fluxbox ÉÌÉ × FAQ.
 
 $set 4 #Configmenu
+
 1 áÎÔÉÁÌÉÁÓÉÎÇ
 2 á×ÔÏ×ÓÐÌÙÔÉÅ
 3 îÁ ÐÅÒÅÄÎÉÊ ÐÌÁÎ ÐÏ ÝÅÌÞËÕ
@@ -58,13 +65,20 @@
 13 òÁÚÍÙÔÙÊ ÆÏËÕÓ
 14 æÏËÕÓ ÐÏ ÐÅÒÅÍÅÝÅÎÉÀ
 15 ðÅÒÅÍÅÝÅÎÉÅ ÏËÏÎ ÍÅÖÄÕ ÒÁÂÏÞÉÍÉ ÓÔÏÌÁÍÉ
+16 éÓÐÏÌØÚÏ×ÁÔØ ÐÓÅ×ÄÏ-ÐÒÏÚÒÁÞÎÏÓÔØ
 17 íÅÎÀ
 18 ðÒÏÚÒÁÞÎÏÓÔØ
 19 áËÔÉ×ÎÏÅ ÏËÎÏ
 20 îÅÁËÔÉ×ÎÏÅ ÏËÎÏ
+21 ÷ËÌÁÄËÉ
+22 òÁÚÍÅÝÁÔØ ×ÎÕÔÒÉ ÚÁÇÏÌÏ×ËÁ ÏËÎÁ
+23 ûÉÒÉÎÁ ×ÎÅÛÎÉÈ ×ËÌÁÄÏË
+24 ðÅÒÅËÌÀÞÅÎÉÅ ÐÏ ×ËÌÁÄËÁÍ Ó ÐÏÍÏÝØÀ ËÌÉËÁ
+24 ðÅÒÅËÌÀÞÅÎÉÅ ÐÏ ×ËÌÁÄËÁÍ ÐÒÉ ÎÁ×ÅÄÅÎÉÉ ÍÙÛÉ
 
 $set 5 #Ewmh
 
+1 æÁÔÁÌØÎÁÑ ÏÛÉÂËÁ: ÎÅ ÕÄÁÌÏÓØ ×ÙÄÅÌÉÔØ ÐÁÍÑÔØ ÄÌÑ ÓÐÉÓËÁ ËÌÉÅÎÔÏ× EWMH
 
 $set 6 #FbTkError
 
@@ -81,13 +95,17 @@
 $set 10 #Menu
 
 1 îÁÓÔÒÏÊËÉ
+2 íÅÎÀ fluxbox
 3 ÷ÙÈÏÄ
 4 ó×ÅÒÎÕÔÙÅ ÏËÎÁ
 5 óÌÏÊ...
+6 ÷ ÚÁÇÏÌÏ×ÏË...
 7 òÁÓÐÏÌÏÖÅÎÉÅ
+8 ðÅÒÅÞÉÔÁÔØ ÎÁÓÔÒÏÊËÉ
 9 ðÅÒÅÚÁÐÕÓË
 
 $set 11 #Remember
+
 1 äÅËÏÒÁÃÉÉ
 2 òÁÚÍÅÒÙ
 3 ðÅÒÅÍÅÓÔÉÔØÓÑ ÎÁ ÒÁÂÏÞÉÊ ÓÔÏÌ
@@ -98,16 +116,15 @@
 8 ó×ÅÒÎÕÔÏ × ÚÁÇÏÌÏ×ÏË
 9 ðÒÉËÌÅÅÎÎÙÊ
 11 òÁÂÏÞÉÊ ÓÔÏÌ
+12 úÁÇÏÌÏ×ÏË
+13 ðÒÏÚÒÁÞÎÏÓÔØ
 
 $set 12 #Screen
 
-2 W: %4d x H: %4d
-4 W: %04d x H: %04d
-
 $set 13 #Slit
 1 ëÌÉÅÎÔÙ
-2 ðÏ ËÒÕÇÕ ×ÎÉÚ
-3 ðÏ ËÒÕÇÕ ××ÅÒÈ
+2 ïÂÙÞÎÙÊ ÐÏÒÑÄÏË
+3 ÷ ÏÂÒÁÔÎÏÍ ÐÏÒÑÄËÅ
 4 ïÒÉÅÎÔÁÃÉÑ ÄÏËÅÒÁ
 7 òÁÓÐÏÌÏÖÅÎÉÅ ÄÏËÅÒÁ
 8 äÏËÅÒ
@@ -129,6 +146,8 @@
 14 æÏÒÍÁÔ ×ÒÅÍÅÎÉ: 12 ÞÁÓÏ×
 15 éÚÍÅÎÉÔØ ÆÏÒÍÁÔ ÏÔÏÂÒÁÖÅÎÉÑ ×ÒÅÍÅÎÉ
 16 ïÔÏÂÒÁÖÁÔØ ÉËÏÎËÉ
+17 ÷ÓÅ ÎÅ Ó×ÅÒÎÕÔÙÅ ÓÏ ×ÓÅÈ ÒÁÂÏÞÉÈ ÓÔÏÌÏ×
+18 îÅ Ó×ÅÒÎÕÔÙÅ
 
 $set 15 #Window
 
@@ -145,6 +164,7 @@
 7 ïÔÐÒÁ×ÉÔØ ÏËÎÏ ÎÁ ...
 8 ó×ÅÒÎÕÔØ × ÚÁÇÏÌÏ×ÏË
 9 ðÒÉËÌÅÉÔØ
+10 õÂÉÔØ
 
 $set 17 #Workspace
 


Bug#437983: fluxbox: Random program terminations with 1.0rc3-4

2007-08-15 Thread Dmitry E. Oboukhov
tags 437983 unreproducible moreinfo
thanks

BS After upgrading to 1.0~rc3-4 from -3, I've noticed random programs
BS ended. Unfortunately I don't have any backtraces or core dumps. I
BS usually notice them much later. Twice I've come back to my computer
BS (locked by xscreensaver) and noticed that my programs in the slit
BS (gkrellm, wmweather) and pidgin were all no longer running (all three
BS together both times) and just now I noticed my ssh authentication agent
BS has mysteriously stopped. Unfortunately I haven't witnessed any crashes
BS directly.

BS I've also noticed that flux has felt buggier since the upgrade but
BS can't directly quantify it. Just things like being more laggy, less
BS responsive, sometimes missing commands, and the like.
The last patch concerned only the function of some windows in fullscreen
mode.   
As for me, I use gkrellm and do not observe any failures in its
functioning.
Have You rebooted the fluxbox after upgrade?
I need more information of how to reproduce this bug.



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



Bug#437612: uqm: plug-ins' maintaining

2007-08-13 Thread Dmitry E. Oboukhov
Package: uqm
Version: 0.6.2.dfsg-4
Severity: normal

uqm is built with unpacked content. For all that it does not succeed to
use the plug-ins for it.

For example I've downloaded a plug-in for uqm russification in order to
build uqm-russian package. 
http://uqm-rus.sh.nu/filemgmt/visit.php?lid=14

But it seems that the only one way to install
it is to unpackage it owerwriting the current uqm content.

In case of an unpacked russian.zip we have the following log:
 available addon pack.
 1. russian
 Warning: Could not mount 'russian.zip': Invalid argument.


If building uqm from original sourses then  russian.zip plug-in (and
others) works normally.
Please enable the possibility of installing plug-ins when building.
May be I would accept maintaining of uqm-russian package then.

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

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

Versions of packages uqm depends on:
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1 6.5.2-7  A free implementation of the OpenG
ii  libmikmod2  3.1.11-a-6   A portable sound library
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libsdl-image1.2 1.2.5-3  image loading library for Simple D
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libvorbis0a 1.1.2.dfsg-2 The Vorbis General Audio Compressi
ii  libvorbisfile3  1.1.2.dfsg-2 The Vorbis General Audio Compressi
ii  uqm-content 0.6.0-1  The Ur-Quan Masters - Game data fi
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages uqm recommends:
pn  uqm-music none (no description available)

-- no debconf information


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



Bug#437612: [EMAIL PROTECTED]: uqm: plug-ins' maintaining]

2007-08-13 Thread Dmitry E. Oboukhov
submitter 437612 Dmitry E. Oboukhov [EMAIL PROTECTED]
noowner 437612
thanks

sorry, mistake 
submiter = owner


signature.asc
Description: Digital signature


Bug#429885: Bug #393374: Source package contains non-free IETF RFC/I-D's

2007-08-12 Thread Dmitry E. Oboukhov
Hi, Teemu Hukkanen!

I've made a repackage for this package, closed all the bugs and prepared
it for NMU. You can see the package here:

http://uvw.ru/debian/unstable/httptunnel/

If You don't mind I will make an upload with the help of my sponsor (Al
Nikolov, [EMAIL PROTECTED]) two weeks later.


signature.asc
Description: Digital signature


Bug#436807: no fullscreen with openoffice.org

2007-08-09 Thread Dmitry E. Oboukhov
tags 436807 unreproducible moreinfo
thanks

tested openoffice 2.0.4, 2.2 
I can't reproducible this bug

CG When starting a slideshow in OpenOffice.org Impress
CG 2.0.4.dfsg.2-7etch1 it doesn't go fullscreen. I can still see
CG the fluxbox toolbar and the Impress status bar. If I set the toolbar
CG option 'maximize over' then I can only see the status bar. But it is
CG still not fullscreen and I can move the window around.

CG I downgraded fluxbox to 0.9.14-1.2 (stable) and fullscreen works as I
CG was used to.

CG Cornell


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



Bug#436807: no fullscreen with openoffice.org

2007-08-09 Thread Dmitry E. Oboukhov

CD What other information do you need?
fluxbox config,
method of installation,
depends versions


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



Bug#436807: no fullscreen with openoffice.org

2007-08-09 Thread Dmitry E. Oboukhov
tags 436807 - moreinfo unreproducible
tags 436807 patch pending fixed-in-experimental
thanks


Thank You very much for You information :)

On 22:24 Thu 09 Aug , Cornell Gonschior wrote:
 fluxbox config,
CG http://nopaste.debianforum.de/6399

 method of installation,
CG aptitude install fluxbox

 depends versions
CG fluxbox1.0~rc3-3
CG menu   2.1.35
CG libc6  2.6-2
CG libfontconfig1 2.4.2-1.2
CG libgcc11:4.2-20070712-1
CG libice62:1.0.3-3
CG libsm6 2:1.0.3-1+b1
CG libstdc++6 4.2-20070712-1
CG libx11-6   2:1.0.3-7
CG libxext6   1:1.0.3-2
CG libxft22.1.12-2
CG libxinerama1   1:1.0.2-1
CG libxpm41:3.5.6-3
CG libxrandr2 2:1.2.1-1
CG libxrender11:0.9.2-1
#! /bin/sh /usr/share/dpatch/dpatch-run
## 80_fix_full_screen.dpatch by  [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix bug: no full screen with openoffice

@DPATCH@

Index: Window.cc
===
--- fluxbox-1.0~rc3/src/Window.cc
+++ fluxbox-1.0~rc3/src/Window.cc
@@ -1571,9 +1571,18 @@
 // clear decorations
 setDecorationMask(0);
 
+// dont call Window::moveResize here, it might ignore the 
+// resize if win state is not resizable; 
+// instead we call frame resize directly
+// (see tests/fullscreentest.cc)
+
 // be xinerama aware
-moveResize(screen().getHeadX(head), screen().getHeadY(head),
-   screen().getHeadWidth(head), screen().getHeadHeight(head));
+frame().moveResize(screen().getHeadX(head), screen().getHeadY(head),
+   screen().getHeadWidth(head), 
screen().getHeadHeight(head));
+sendConfigureNotify();
+m_last_resize_x = frame().x();
+m_last_resize_y = frame().y();
+
 moveToLayer(::Layer::ABOVE_DOCK);
 
 fullscreen = true;


signature.asc
Description: Digital signature


Bug#436560: fluxbox: Double entry in KDM menu

2007-08-08 Thread Dmitry E. Oboukhov
reassign 436560 kdebase
thanks

I've installed kdm and few WM (icewm, twm, fluxbox) and all of them are 
twice displayed in kdm menu. Obviously it is kdm's bug.

CM Installed fluxbox using aptitude install fluxbox, and it appears twice
CM in the KDM sessions menu, once as Fluxbox and once as FluxBox.  Both
CM seem to have the same functionality.

CM The Fluxbox entry seems to be supplied by the
CM /usr/share/xsessions/fluxbox.desktop file, but I cannot see where the
CM other entry is coming from.

CM Nothing major, just a slightly cluttered sessions menu.

CM Running an Etch system with security updates, debian-volatile and
CM debian-multimedia.



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



Bug#429825: centerim: Russian language is bugged

2007-08-04 Thread Dmitry E. Oboukhov
On 15:54 Fri 03 Aug , Dmitry E. Oboukhov wrote:
 example log messages:

 + [icq] A548=5=85 A [EMAIL PROTECTED]@
 + [irc] A548=5=85 A [EMAIL PROTECTED]@
 + [jab] A548=5=85 A [EMAIL PROTECTED]@
 + [irc] ?0@;L 2KA;0=
 ...

 example dialog buttons:

 '75=8BL''B2'
 ^ ^^^
 Change  Done

 only the last string is displayed correctly in the log. Inscriptions on
 buttons in dialogues are displayed correctly only at the first showing.

example messages (after exit from history):

04.08.07 12:55 eagle_not_bot: :AB0B8 G53 B0 A?4 @C:9 =5BC? GB1K
?@[EMAIL PROTECTED]
04.08.07 12:55 40 ?:0 =5 A[EMAIL PROTECTED];AO=04 A[EMAIL PROTECTED] =09B8 
:CGC IP 345 27OBL
04.08.07 12:56 eagle_not_bot: 0 =5BC G53=8B B8?0B@0?
04.08.07 12:56 eagle_not_bot: 0 70G5 BCG0 IP GB1K0::8 @530BL B0 8 1
4AB0BG= ?8455


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



Bug#429825: closed by Anibal Avelar (Fixxxer) [EMAIL PROTECTED] (Bug#429825: fixed in centerim 4.22.1-2)

2007-08-03 Thread Dmitry E. Oboukhov
reopen 429825
thanks

bug not fixed in 4.22.1-2

example log messages:

+ [icq] A548=5=85 A [EMAIL PROTECTED]@
+ [irc] A548=5=85 A [EMAIL PROTECTED]@
+ [jab] A548=5=85 A [EMAIL PROTECTED]@
+ [irc] ?0@;L 2KA;0=
...

PS: centerim-utf8 doesn't work in Russian just like centericq-utf8.


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



Bug#429825: closed by Anibal Avelar (Fixxxer) [EMAIL PROTECTED] (Bug#429825: fixed in centerim 4.22.1-2)

2007-08-03 Thread Dmitry E. Oboukhov
 example log messages:

 + [icq] A548=5=85 A [EMAIL PROTECTED]@
 + [irc] A548=5=85 A [EMAIL PROTECTED]@
 + [jab] A548=5=85 A [EMAIL PROTECTED]@
 + [irc] ?0@;L 2KA;0=
 ...

example dialog buttons:

'75=8BL''B2'
^ ^^^
Change  Done

only the last string is displayed correctly in the log. Inscriptions on
buttons in dialogues are displayed correctly only at the first showing.


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



Bug#435833: centerim: the bug of input the text in non-English coding

2007-08-03 Thread Dmitry E. Oboukhov
Package: centerim
Version: 4.22.1-2
Severity: important
Tags: l10n

When typing a message in coding each symbol presented by several bytes
centerim(-utf8) moves the cursor on two (instead one) character cells 
to the right for every typed symbol. Meanwhile the text is displayed as
usual.

Obviously that problem is that text wide is determinied in bytes but not
symbols.

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages centerim-utf8 depends on:
ii  centerim-common 4.22.1-2 A text-mode multi-protocol instant
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.16.2-6 Multi-protocol file transfer libra
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgpgme11  1.1.2-5  GPGME - GnuPG Made Easy
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkrb531.6.dfsg.1-4 MIT Kerberos runtime libraries
ii  libncursesw55.6-3Shared libraries for terminal hand
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3

Versions of packages centerim-utf8 recommends:
ii  iceweasel [www-browse 2.0.0.4-1  lightweight web browser based on M
ii  links [www-browser]   0.99+1.00pre12-1.2 Character mode WWW browser
ii  sox   13.0.0-1   Swiss army knife of sound processi
ii  w3m [www-browser] 0.5.1-5.1  WWW browsable pager with excellent

-- no debconf information


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



Bug#420081: stops responding as soon as s2s is used

2007-08-03 Thread Dmitry E. Oboukhov
tags 420081 patch
thanks

Package: jabber
Version: 1.4.3-3.3
Followup-For: Bug #420081

Hi, 

I've also run against this bug.
After returning to the version 1.4.3-3 I've managed to restore the
operability of my jabber server.

While examining the diff between the packages (1.4.3-3.3 and 1.4.3-3), 
I've come to the conclusion that this bug appeared in the package after
adding the patch init-openssl.dpatch

for more info see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405461

For temporary solving this problem You may delete this patch
Delete the string 'init-openssl' from the file
jabber-1.4.3/debian/patches/00list
to correct this bug.

However You should make a reopen for 405461 beforehand.





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



Bug#434554: tsocks: Please turn off debugging messages

2007-07-24 Thread Dmitry E. Oboukhov
Package: tsocks
Version: 1.8beta5-6
Severity: normal

Please turn off  debugging messages in the package. They hamper very
much when using tsocks with console programs.

For this You need to add an option into configure: --disable-debug

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

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

Versions of packages tsocks depends on:
ii  libc6 2.6-2  GNU C Library: Shared libraries

tsocks recommends no packages.

-- no debconf information


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



Bug#433800: vim-scripts: bufexplorer: Error detected while processing function

2007-07-19 Thread Dmitry E. Oboukhov
Package: vim-scripts
Version: 7.1.2
Severity: important

dwork:[/home/dimka]$ rm -fr ~/.vim   
dwork:[/home/dimka]$ vim-addons list|grep ^bufex
bufexplorer
dwork:[/home/dimka]$ vim-addons install bufexplorer
Info: installing removed addon 'bufexplorer'
Info: Rebuilding tags since documentation has been modified ...
Processing /home/dimka/.vim/doc/
Info: done.
dwork:[/home/dimka]$ grep -A 10 bufexplorer .vimrc
 bufexplorer
let g:bufExplorerShowDirectories = 1
let g:bufExplorerShowRelativePath = 1
let g:bufExplorerSortBy='name'
let g:bufExplorerSplitBelow=1
map F4 :BufExplorerCR
dwork:[/home/dimka]$ vim 1 2

and press F4 (or :BufExplorer),
receive error message:

:BufExplorer 
Error detected while processing function 
SNR10_StartBufExplorer..SNR10_SplitOpen:
line4:
E319: Sorry, the command is not available in this version: silent drop 
\[BufExplorer\]


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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

vim-scripts depends on no packages.

Versions of packages vim-scripts recommends:
ii  vim  1:7.1-022+1 Vi IMproved - enhanced vi editor
ii  vim-addon-manager0.2 manager of addons for the Vim edit

-- no debconf information


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



Bug#433800: vim-scripts: bufexplorer: Error detected while processing function

2007-07-19 Thread Dmitry E. Oboukhov
tags 433800 - moreinfo
thanks

SZ quoting from :help drop:

SZ {only available when compiled with the +gui feature}

SZ So I guess you're running a flavour of vim which has no gui built-in.
SZ Try installing one of vim-{gnome,gtk,lesstif,perl,python,ruby,full,tcl},
SZ basically any flavour will do except vim-tiny or vim.

The VIM version that I used was in theend of my first email.
I'm using the VIM that included in the VIM package and named vim.basic.

With the installed vim.gtk this bug is not appearing.

BUT:


I downloaded and insttaled bufexplorer version 7.0.14 (previous
version). It works correctly with all VIM versions (not just the
versions with +gui feature, include vim.tiny).

May be it's an upstream bug?


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



Bug#432073: no longer interprets mod5 modifier

2007-07-18 Thread Dmitry E. Oboukhov
mfk In fact, if I start X with just a terminal and no window manager,
mfk I can reproduce the problem. Also see

mfk http://lists.freedesktop.org/archives/xorg/2007-July/026111.html

If I've understood You correctly this bug becomes apparent only if  
You're using external USB keyboard, isn't it?   

PS: I've tested my patch on several hosts (Thinkpad r50p and several 
hosts with external PS/2 keyboard) and modifier mod5 (Caps_Lock) has 
been working everywhere without promlems. 




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



Bug#261114: window placement screwed up with xinerama/fluxbox

2007-07-13 Thread Dmitry E. Oboukhov

Hi, Martin!
I've made few patches but there's only one patch left unchecked - that
one about Your bug. You've checked the svn-version and made sure that
everything has been OK but I would like to know about the results of
checking the package 1.0~rc3-3. Let's close the bug which is three years
old :)

mfk Dmitry, this version does seem to fix the window placement bug.
mfk Thank you s much for looking into it!
DEO I've made a patch for correcting this bug. However I might overlook
DEO smth. Please could You assemble version 1.0~rc3-3 with this patch and
DEO tell me about results?

DEO http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.diff.gz
DEO http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.dsc
DEO http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3.orig.tar.gz




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



Bug#432073: no longer interprets mod5 modifier

2007-07-11 Thread Dmitry E. Oboukhov

 You should also look through svn package if this bug is there or not.
 http://uvw.ru/debian/fluxbox/fluxbox-1.0/

mfk Yes, it is still there.

I've checked svn-version 4983,4973 and mod5 key functions rather normally.
xmodmap conclusion is below.

Please test svn-version more thoroughly. Have You restarted fluxbox
after upgrading?

With Your config xmodmap my mod5 also function.

If You get mod5 working in svn I'll make a patch.


dwork:[/home/dimka]$ xmodmap -e 'clear mod5' \
  xmodmap -e 'add mod5 = Caps_Lock'  xmodmap

xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32),  Shift_R (0x3e)
lock
control Control_L (0x25),  Control_R (0x6d)
mod1Alt_L (0x40),  Alt_L (0x7d),  Meta_L (0x9c)
mod2Num_Lock (0x4d)
mod3
mod4Super_L (0x7f),  Hyper_L (0x80)
mod5Caps_Lock (0x42)


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



Bug#432073: no longer interprets mod5 modifier

2007-07-11 Thread Dmitry E. Oboukhov
tags 432073 fixed-upstream patch
thanks

Build with patch uloaded to http://uvw.ru/debian/fluxbox/fluxbox-1.0/

http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.diff.gz
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.dsc
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3.orig.tar.gz

patch attached
#! /bin/sh /usr/share/dpatch/dpatch-run
## 70_caps_lock_mod5_fix_patch.dpatch by  [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix: no longer interprets mod5 modifier

@DPATCH@

--- fluxbox-1.0~rc3/src/FbTk/KeyUtil.cc
+++ fluxbox-1.0~rc3/src/FbTk/KeyUtil.cc
@@ -62,7 +62,7 @@
 
 
 KeyUtil::KeyUtil()
-: m_modmap(0), m_capslock(0), m_numlock(0), m_scrolllock(0)
+: m_modmap(0), m_numlock(0), m_scrolllock(0)
 {
 init();
 }
@@ -93,9 +93,9 @@
 m_modmap-modifiermap[realkey], 0);
 
 switch (ks) {
-case XK_Caps_Lock:
-m_capslock = modlist[i].mask;
-break;
+// we just want to clean the Lock modifier, not specifically the
+// XK_Caps_Lock key
+// the others tend to vary from distro to distro, though
 case XK_Scroll_Lock:
 m_scrolllock = modlist[i].mask;
 break;
@@ -114,13 +114,12 @@
 */
 void KeyUtil::grabKey(unsigned int key, unsigned int mod, Window win) {
 Display *display = App::instance()-display();
-const unsigned int capsmod = instance().capslock();
 const unsigned int nummod = instance().numlock();
 const unsigned int scrollmod = instance().scrolllock();
 
 // Grab with numlock, capslock and scrlock
 for (int i = 0; i  8; i++) {
-XGrabKey(display, key, mod | (i  1 ? capsmod : 0) |
+XGrabKey(display, key, mod | (i  1 ? LockMask : 0) |
  (i  2 ? nummod : 0) | (i  4 ? scrollmod : 0),
  win, True, GrabModeAsync, GrabModeAsync);
 }
@@ -130,13 +129,12 @@
 void KeyUtil::grabButton(unsigned int button, unsigned int mod, Window win,
  unsigned int event_mask, Cursor cursor) {
 Display *display = App::instance()-display();
-const unsigned int capsmod = instance().capslock();
 const unsigned int nummod = instance().numlock();
 const unsigned int scrollmod = instance().scrolllock();
 
 // Grab with numlock, capslock and scrlock
 for (int i = 0; i  8; i++) {
-XGrabButton(display, button, mod | (i  1 ? capsmod : 0) |
+XGrabButton(display, button, mod | (i  1 ? LockMask : 0) |
 (i  2 ? nummod : 0) | (i  4 ? scrollmod : 0),
 win, False, event_mask, GrabModeAsync, GrabModeAsync,
 None, cursor);
--- fluxbox-1.0~rc3/src/FbTk/KeyUtil.hh
+++ fluxbox-1.0~rc3/src/FbTk/KeyUtil.hh
@@ -69,8 +69,9 @@
 @return the cleaned state number
 */
 unsigned int cleanMods(unsigned int mods) {
-//remove numlock, capslock and scrolllock
- return mods  ~(capslock() | numlock() | scrolllock());
+// remove numlock, capslock, and scrolllock
+// and anything beyond Button5Mask
+return mods  ~(capslock() | numlock() | scrolllock())  ((113) - 1);
 }
 
 /** 
@@ -87,14 +88,14 @@
 */
 static unsigned int keycodeToModmask(unsigned int keycode);
 int numlock() const { return m_numlock; }
-int capslock() const { return m_capslock; }
+int capslock() const { return LockMask; }
 int scrolllock() const { return m_scrolllock; }
 
 private:
 void loadModmap();
 
 XModifierKeymap *m_modmap;
-int m_capslock, m_numlock, m_scrolllock;
+int m_numlock, m_scrolllock;
 static std::auto_ptrKeyUtil s_keyutil;
 };
 


signature.asc
Description: Digital signature


Bug#347821: liferea: notification popup grabs focus

2007-07-11 Thread Dmitry E. Oboukhov
Please check if this bug is also contained in the current (1.0rc3)
version ?


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



Bug#309898: moving window on xinerama sometimes unexpectedly transposes window by a screenwidth

2007-07-10 Thread Dmitry E. Oboukhov
Please check if this bug is also contained in the current 
(1.0rc3 or 1.0rc3+svn) version ?


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



Bug#261114: window placement screwed up with xinerama/fluxbox

2007-07-10 Thread Dmitry E. Oboukhov
mfk Dmitry, this version does seem to fix the window placement bug.
mfk Thank you s much for looking into it!

Dear Martin!

I'm very glad that You've appreciated my work. I'll think over Your
suggestion about mail list. However I have no such experience yet – I've
always used the lists maintained by somebody else. And I also don't know
if there are enough of those who are interested. It would be useful to
set my address into maintainer record in order to receive the messages
sent not to BTS but to maintainer. To all appearance Matt Hoppe ignores
them at present. Nevertheless I'm satisfied with my current status: the
main thing is that I have an opportunity to upload maintain the
development of the project :)

As far as the patch for closing this bug is concerned. It proves to be
rather bulky and for the present I'm thinking over whether to make it or
not, because in fluxbox changelog they have already written about
version 1.0.0 - most likely it will be soon released. Instead I am going
to upload svn-version into experimental.

Sincerely Yours, :)

PS: I've finally applied New Maintainer Application. I hope to join
Debian developers' team this year :)


signature.asc
Description: Digital signature


Bug#432493: fluxbox locks up when using skype

2007-07-10 Thread Dmitry E. Oboukhov
This bug has been already fixed in upstream.
Please check if this bug is also contained in the svn 
version ?

svn package uploaded to:
http://uvw.ru/debian/fluxbox/fluxbox-1.0/

usage:

$ mkdir fluxbox
$ cd fluxbox
# apt-get build-dep fluxbox
$ wget 
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3+svn4979-1.diff.gz \
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3+svn4979-1.dsc \
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3+svn4979.orig.tar.gz

$ dpkg-source -x fluxbox_1.0~rc3+svn4979-1.dsc
$ cd fluxbox_1.0~rc3+svn4979
$ fakeroot debian/rules binary
# dpkg -i ../*.deb




signature.asc
Description: Digital signature


Bug#261114: window placement screwed up with xinerama/fluxbox

2007-07-10 Thread Dmitry E. Oboukhov
tags 261114 patch fixed-upstream
thanks

mfk Dmitry, this version does seem to fix the window placement bug.
mfk Thank you s much for looking into it!
I've made a patch for correcting this bug. However I might overlook
smth. Please could You assemble version 1.0~rc3-3 with this patch and
tell me about results?

http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.diff.gz
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.dsc
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3.orig.tar.gz
--- fluxbox-1.0~rc3/src/ScreenPlacement.cc
+++ fluxbox-1.0~rc3/src/ScreenPlacement.cc
@@ -118,10 +123,11 @@
 win_h = win.height() + win.fbWindow().borderWidth()*2 + 
win.heightOffset();
 
 // make sure the window is inside our screen(head) area
-if (place_x + win_w  head_right)
-place_x = (head_right - win_w) / 2 + win.xOffset();
-if (place_y + win_h  head_bot)
-place_y = (head_bot - win_h) / 2 + win.yOffset();
+if (place_x + win_w - win.xOffset()  head_right)
+place_x = head_left + (head_right - head_left - win_w) / 2 +
+  win.xOffset();
+if (place_y + win_h - win.yOffset()  head_bot)
+place_y = head_top + (head_bot - head_top - win_h) / 2 + win.yOffset();
 
 return true;
 }


signature.asc
Description: Digital signature


Bug#432493: fluxbox locks up when using skype

2007-07-10 Thread Dmitry E. Oboukhov
tags 432493 patch fixed-upstream
thanks

C Yes, it is fixed in this one. I will build and try the other one you
C just sent me first thing tomorrow.

version with patch temporary uploaded to:
http://uvw.ru/debian/fluxbox/fluxbox-1.0/

src package:
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.dsc
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3-3.diff.gz
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3.orig.tar.gz

build instructions are the same

Please check if this bug is also contained in the 1.0~rc3-3
version ?
#! /bin/sh /usr/share/dpatch/dpatch-run
## 60_fix_fluxbox_locks_up_when_using_skype.dpatch by  [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix: fluxbox locks up when using skype

@DPATCH@

--- fluxbox-1.0~rc3/src/FbTk/FbPixmap.cc
+++ fluxbox-1.0~rc3/src/FbTk/FbPixmap.cc
@@ -109,13 +114,14 @@
 Window root;
 int x, y;
 unsigned int border_width, bpp;
-XGetGeometry(display(),
- pm,
- root,
- x, y,
- m_width, m_height,
- border_width,
- bpp);
+if (!XGetGeometry(display(),
+  pm,
+  root,
+  x, y,
+  m_width, m_height,
+  border_width,
+  bpp))
+return *this;
 
 m_depth = bpp;
 
@@ -161,13 +167,14 @@
 unsigned int border_width, bpp;
 unsigned int new_width, new_height;
 
-XGetGeometry(display(),
- pm,
- root,
- x, y,
- new_width, new_height,
- border_width,
- bpp);
+if (!XGetGeometry(display(),
+  pm,
+  root,
+  x, y,
+  new_width, new_height,
+  border_width,
+  bpp))
+return;
 
 if (depth == 0)
 depth = bpp;
@@ -347,9 +354,10 @@
 return ret;
 }
 
-void FbPixmap::rootwinPropertyNotify(int screen_num, Atom atom) {
+// returns whether or not the background was changed
+bool FbPixmap::rootwinPropertyNotify(int screen_num, Atom atom) {
 if (!FbTk::Transparent::haveRender())
-return;
+return false;
 
 checkAtoms();
 for (int i=0; root_prop_ids[i] != 0; ++i) {
@@ -373,14 +381,16 @@
 }
 XFree(data);
 if (root_pm != None)
-setRootPixmap(screen_num, root_pm);
+return setRootPixmap(screen_num, root_pm);
 }
-break;
+return false;
 }
 }
+return false;
 }
 
-void FbPixmap::setRootPixmap(int screen_num, Pixmap pm) {
+// returns whether or not the background was changed
+bool FbPixmap::setRootPixmap(int screen_num, Pixmap pm) {
 if (!m_root_pixmaps) {
 m_root_pixmaps = new Pixmap[ScreenCount(display())];
 for (int i=0; i  ScreenCount(display()); ++i)
@@ -390,7 +400,9 @@
 if (m_root_pixmaps[screen_num] != pm) {
 m_root_pixmaps[screen_num] = pm;
 FbWindow::updatedAlphaBackground(screen_num);
+return true;
 }
+return false;
 }
 
 Pixmap FbPixmap::getRootPixmap(int screen_num, bool force_update) {
--- fluxbox-1.0~rc3/src/FbTk/FbPixmap.hh
+++ fluxbox-1.0~rc3/src/FbTk/FbPixmap.hh
@@ -70,8 +70,8 @@
 inline unsigned int depth() const { return m_depth; }
 
 static Pixmap getRootPixmap(int screen_num, bool force_update=false);
-static void setRootPixmap(int screen_num, Pixmap pm);
-static void rootwinPropertyNotify(int screen_num, Atom atom);
+static bool setRootPixmap(int screen_num, Pixmap pm);
+static bool rootwinPropertyNotify(int screen_num, Atom atom);
 
 void create(Drawable src,
 unsigned int width, unsigned int height,


signature.asc
Description: Digital signature


Bug#432073: no longer interprets mod5 modifier

2007-07-08 Thread Dmitry E. Oboukhov

mfk With the recent upgrade to v1.0, fluxbox no longer reacts to mod5
mfk modifier events. For instance, I have

mfk Mod5 comma :PrevTab
mfk Mod5 period :NextTab

mfk in ~/.fluxbox/keys, but pressing the Mod5 key (Caps Lock here,
mfk I used xmodmap) does not have any effect. It works fine with the
mfk etch fluxbox version and stops working as soon as I start the 1.0
mfk version.
I've tried with Your config but I haven't managed to make the keys work
with Mod5 nither in etch version nor in version 1.0. 
Please let me see Your X configs and also xmodmap configuration.

You should also look through svn package if this bug is there or not.
http://uvw.ru/debian/fluxbox/fluxbox-1.0/


signature.asc
Description: Digital signature


Bug#261114: window placement screwed up with xinerama/fluxbox

2007-07-06 Thread Dmitry E. Oboukhov
On 20:02 Mon 02 Jul , martin f krafft wrote:
mfk also sprach Dmitry E. Oboukhov [EMAIL PROTECTED] [2007.06.28.1448 +0200]:
 Please check if this bug is also contained in the current (1.0rc3)
 version ?

mfk Yes;

I've inquired developers about this bug. They say that may be there is
no such bug already and ask to test.
I've assembled a package from svn and uploaded it to:

http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3+svn4973-1.diff.gz
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3+svn4973-1.dsc
http://uvw.ru/debian/fluxbox/fluxbox-1.0/fluxbox_1.0~rc3+svn4973.orig.tar.gz

Please try this version. If there is no more bug then I'll try to make a
patch.




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



Bug#398126: root umask depended package script

2007-07-06 Thread Dmitry E. Oboukhov
merge 382855 398126
tags 382855 patch
tags 398126 patch
thanks

see attach
--- fontconfig-2.4.2/debian/fontconfig.postinst	2007-02-22 17:33:38.0 +0300
+++ fontconfig-2.4.2/debian/fontconfig.postinst	2007-07-06 20:59:03.0 +0400
@@ -2,6 +2,8 @@
 
 set -e
 
+umask 022
+
 if [ $1 = configure ]; then
   # Ensure Defoma subst file exists, with some default substitutions
   if ! defoma-subst check-rule fontconfig; then
--- fontconfig-2.4.2/fc-cache/fc-cache.c	2006-10-27 21:23:56.0 +0400
+++ fontconfig-2.4.2/fc-cache/fc-cache.c	2007-07-06 21:02:43.0 +0400
@@ -394,6 +394,7 @@
 #else
 while ((c = getopt (argc, argv, frsVv?)) != -1)
 #endif
+umask(022);
 {
 	switch (c) {
 	case 'r':


signature.asc
Description: Digital signature


Bug#355378: [EMAIL PROTECTED]: Re: [Fluxbox-devel] FW: style does not set background image]

2007-07-05 Thread Dmitry E. Oboukhov
tags 355378 upstream-fixed
thanks

Note:
fluxbox with a patch on this man-page will be uploaded a few days later
(after the current revision is got into testing).

- Forwarded message from Mathias Gumz [EMAIL PROTECTED] -

Date: Thu, 5 Jul 2007 15:52:55 +0200
From: Mathias Gumz [EMAIL PROTECTED]
To: Dmitry E. Oboukhov [EMAIL PROTECTED]
Subject: Re: [Fluxbox-devel] FW: style does not set background image

to quote the docs for 1.0rc3:

BACKGROUND

Every style must specify the background option. If you don't want your style
to
change the user's background, then use `background: none'. The options
`centered', `aspect', `tiled', and `fullscreen' require the
`background.pixmap'
resource to contain a valid file name. The `random' option requires
`background.pixmap' to contain a valid directory name. For these options,
fluxbox(1) will call fbsetbg(1) to set the background. The options
`gradient',
`solid', and `mod' all require `background.color' to be set. `gradient' and
`mod' both require `background.colorTo'. `mod' requires `background.modX' and
`background.modY' to be set as well. These options will be passed to
fbsetroot(1) to set the background.

  background: centered|aspect|tiled|fullscreen|random|solid|gradient
texture|mod|none
  background.pixmap: file or directory
  background.color: color
  background.colorTo: color
  background.modX: integer
  background.modY: integer

regards, m
--
 [uid] mathias gumz [mail] akira at fluxbox dot org [pgp] 1024D/F6F6B18C
 [www] http://www.darkshed.net/ [irc] ak|ra (#fluxbox at freenode.org)

- End forwarded message -


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



Bug#355378: style does not set background image

2007-07-05 Thread Dmitry E. Oboukhov
tags 355378 patch
thanks

for get patch usage:

svn diff \
--old=svn://svn.berlios.de/fluxbox/tags/Release-1.0rc3/doc/fluxstyle.1.in \
--new=svn://svn.berlios.de/fluxbox/trunk/doc/fluxstyle.1.in -r4869


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



Bug#431423: fluxbox: focus follows mouse stopped working

2007-07-04 Thread Dmitry E. Oboukhov
I've tried to reproduce the bug You described at Your config, but
everything works well. Did You restart fluxbox after upgrade?




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



Bug#429943: jabber doesn't work in centerim.

2007-07-04 Thread Dmitry E. Oboukhov
AA Could you do some test?

AA I thing you have actived the SSL support although you don't need it.

AA Please, edit the file .centerim/config
AA And change the line
AA jab_ssl 1
AA to
AA jab_ssl 0

AA I thing this is the problem,  it should work.

AA Regards,

in upstream BTS information:
http://sourceforge.net/tracker/index.php?func=detailaid=1740881group_id=190480atid=933528


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



Bug#417188: fluxbox: FTBFS with GCC 4.3: missing #includes

2007-06-29 Thread Dmitry E. Oboukhov
Package: fluxbox
Version: 1.0~rc3
Followup-For: Bug #417188

please check if everything is correct and can be built correctly.


--- fluxbox-1.0~rc3/src/RootTheme.cc
+++ fluxbox-1.0~rc3/src/RootTheme.cc
@@ -41,6 +41,11 @@
 
 #include sys/types.h
 #include sys/wait.h
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::cerr;
 using std::endl;
--- fluxbox-1.0~rc3/src/Screen.cc
+++ fluxbox-1.0~rc3/src/Screen.cc
@@ -139,6 +139,11 @@
 #include algorithm
 #include functional
 #include stack
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::cerr;
 using std::endl;
--- fluxbox-1.0~rc3/src/ScreenResources.cc
+++ fluxbox-1.0~rc3/src/ScreenResources.cc
@@ -27,6 +27,11 @@
 
 #include Screen.hh
 #include string
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::string;
 
--- fluxbox-1.0~rc3/src/Slit.cc
+++ fluxbox-1.0~rc3/src/Slit.cc
@@ -75,6 +75,11 @@
 
 #include iostream
 #include algorithm
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::string;
 using std::pair;
--- fluxbox-1.0~rc3/src/FbCommands.cc
+++ fluxbox-1.0~rc3/src/FbCommands.cc
@@ -45,6 +45,11 @@
 #else
   #include stdlib.h
 #endif
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 
 #ifdef HAVE_CONFIG_H
--- fluxbox-1.0~rc3/src/WinClient.cc
+++ fluxbox-1.0~rc3/src/WinClient.cc
@@ -43,6 +43,11 @@
 #else
   #include assert.h
 #endif
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::string;
 using std::list;
--- fluxbox-1.0~rc3/src/Xutil.cc
+++ fluxbox-1.0~rc3/src/Xutil.cc
@@ -32,6 +32,11 @@
 #include X11/Xatom.h
 #include X11/Xlib.h
 #include iostream
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::string;
 
--- fluxbox-1.0~rc3/src/Resources.cc
+++ fluxbox-1.0~rc3/src/Resources.cc
@@ -35,6 +35,11 @@
 #include stdio.h
 #include string
 #include vector
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::string;
 using std::vector;
--- fluxbox-1.0~rc3/src/FocusControl.cc
+++ fluxbox-1.0~rc3/src/FocusControl.cc
@@ -34,6 +34,11 @@
 
 #include string
 #include iostream
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::cerr;
 using std::endl;
--- fluxbox-1.0~rc3/src/ScreenPlacement.cc
+++ fluxbox-1.0~rc3/src/ScreenPlacement.cc
@@ -34,6 +34,11 @@
 
 #include iostream
 #include exception
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 using std::cerr;
 using std::endl;
 
--- fluxbox-1.0~rc3/src/Ewmh.cc
+++ fluxbox-1.0~rc3/src/Ewmh.cc
@@ -42,6 +42,11 @@
 #include iostream
 #include algorithm
 #include new
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::cerr;
 using std::endl;
--- fluxbox-1.0~rc3/src/Gnome.cc
+++ fluxbox-1.0~rc3/src/Gnome.cc
@@ -33,6 +33,11 @@
 
 #include iostream
 #include new
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::cerr;
 using std::endl;
--- fluxbox-1.0~rc3/src/Remember.cc
+++ fluxbox-1.0~rc3/src/Remember.cc
@@ -44,6 +44,11 @@
 
 
 #include X11/Xlib.h
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 //use GNU extensions
 #ifndef _GNU_SOURCE
--- fluxbox-1.0~rc3/src/IconbarTool.cc
+++ fluxbox-1.0~rc3/src/IconbarTool.cc
@@ -49,6 +49,11 @@
 #include typeinfo
 #include string
 #include iterator
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 using std::string;
 using std::list;
--- fluxbox-1.0~rc3/src/FbTk/Menu.cc
+++ fluxbox-1.0~rc3/src/FbTk/Menu.cc
@@ -64,6 +64,9 @@
   #include string.h
 #endif
 #include typeinfo
+
+#include algorithm
+
 
 #ifdef DEBUG
 #include iostream
--- fluxbox-1.0~rc3/src/FbTk/TextureRender.cc
+++ fluxbox-1.0~rc3/src/FbTk/TextureRender.cc
@@ -39,6 +39,11 @@
 #else
   #include stdio.h
 #endif
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 // mipspro has no new(nothrow)
 #if defined sgi  ! defined GCC
--- fluxbox-1.0~rc3/src/FbTk/ThemeItems.cc
+++ fluxbox-1.0~rc3/src/FbTk/ThemeItems.cc
@@ -45,6 +45,16 @@
 #else
   #include stdio.h
 #endif
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
+#ifdef HAVE_CSTDLIB
+  #include cstdlib
+#else
+  #include stdlib.h
+#endif
 
 #include iostream
 #include memory
--- fluxbox-1.0~rc3/src/FbTk/XFontImp.cc
+++ fluxbox-1.0~rc3/src/FbTk/XFontImp.cc
@@ -36,6 +36,14 @@
 #else
   #include stdio.h
 #endif
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
+
+#include algorithm
+
 
 using std::cerr;
 using std::endl;
--- fluxbox-1.0~rc3/src/FbTk/StringUtil.cc
+++ fluxbox-1.0~rc3/src/FbTk/StringUtil.cc
@@ -44,6 +44,11 @@
 #else
   #include assert.h
 #endif
+#ifdef HAVE_CSTRING
+  #include cstring
+#else
+  #include string.h
+#endif
 
 
 #include memory
--- 

Bug#250738: Time in fluxbox taskbar does not get updated when timezone changed

2007-06-28 Thread Dmitry E. Oboukhov
fixed 250738 1.0~rc3-1
thanks

for switch timezone use dpkg-reconfigure tzdata


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



Bug#269683: Xawtv flips out on fluxbox

2007-06-28 Thread Dmitry E. Oboukhov
Please check if this bug is also contained in the current (1.0rc3)
version ?


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



Bug#261114: window placement screwed up with xinerama/fluxbox

2007-06-28 Thread Dmitry E. Oboukhov
Please check if this bug is also contained in the current (1.0rc3)
version ?


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



Bug#360306: Put gsetroot in suggest for fluxbox

2007-06-28 Thread Dmitry E. Oboukhov
fixed 360306 1.0~rc3-1
thanks

fluxbox 1.0 contain fbsetbg/fbsetroot.


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



Bug#430631: maint-guide-ru: error charset (KOI8R) for dhelp

2007-06-26 Thread Dmitry E. Oboukhov
Package: maint-guide-ru
Version: 1.2.11
Severity: normal
Tags: l10n

content transfers in utf-8 charset (for ex. apache2 + dhelp) by default
but maint-guide-ru contains koi8-r

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

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

-- debconf-show failed


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



Bug#430675: subj: 'alternatives' record has been changed

2007-06-26 Thread Dmitry E. Oboukhov
Package: fluxbox
Version: 1.0~rc3-0.1
Severity: normal

In 1.0rc3-0.1 version the record in alternatives system has been
changed from /usr/bin/fluxbox to /usr/bin/startfluxbox. But when
upgrading the package the old record is not deleted, so as a result we
have two records registered on the system simultaneously.

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fluxbox depends on:
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxpm4 1:3.5.6-3X11 pixmap library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  menu2.1.33   generates programs menu for all me

fluxbox recommends no packages.

-- debconf-show failed


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



<    2   3   4   5   6   7   8   >