Bug#340869: mpdscribble: No songs saved/submitted, only 'skipping detected' in /var/log/mpdscribble.log

2005-11-27 Thread Michal Čihař
Hi

On Sat 26. 11. 2005 15:02, Shae Matijs Erisson wrote:
> mpdscribble 0.2.6 worked fine except for the 100% cpu utilization,
> but mpdscribble 0.2.7 doesn't seem to work at all. It only reports
> 'skipping detected' in the log file.

Oops, this is caused by added patch. As temporary workaround you can set 
higher sleep interval in configuration (5 should be okay).

Decklin, could you please sponsor again this upload? Packages are at 
same location <http://www.cihar.com/tmp/mpdscribble/>.

-- 
Michal Čihař | http://cihar.com


pgp82uE2K9FkP.pgp
Description: PGP signature


Bug#342008: bashism in init script

2005-12-04 Thread Michal Čihař
Package: apache2-common
Version: 2.0.55-3
Severity: important

Hi

current apache init script checks wrongly for existing includes. It
uses bashism (resp. bashism is created by grepping apache configs):

Forcing reload of apache 2.0 web server...grep: /etc/apache2/conf.d/[^.#]*: No 
such file or directory
grep: /etc/apache2/sites-enabled/[^.#]*: No such file or directory

Possible solution is to require bash and change first line of init
script to #!/bin/bash.

-- 
Michal Čihař | http://cihar.com


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-raptor
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apache2-common depends on:
ii  apache2-utils 2.0.55-3   utility programs for webservers
ii  debconf   1.4.59 Debian configuration management sy
ii  debianutils   2.15.1 Miscellaneous utilities specific t
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libdb4.3  4.3.29-1   Berkeley v4.3 Database Libraries [
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libgcc1   1:4.0.2-4  GCC support library
ii  libmagic1 4.15-2 File type determination library us
ii  lsb-base  3.0-12 Linux Standard Base 3.0 init scrip
ii  mime-support  3.35-1 MIME files 'mime.types' & 'mailcap
ii  net-tools 1.60-16The NET-3 networking toolkit
ii  openssl   0.9.8a-4   Secure Socket Layer (SSL) binary a
ii  ssl-cert  1.0-11 Simple debconf wrapper for openssl

apache2-common recommends no packages.

-- no debconf information


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



Bug#345977: RFS: polld -- Polling demon

2006-01-04 Thread Michal Čihař
Hi all

In case discussion in debian-devel doesn't persuade me that this
program is useless and there is some better solution, I'm looking for
sponsor of this simple demon.
  
  ITP : 345977
* Package name: polld
  Version : 0.2
  Upstream Author : Michal Čihař <[EMAIL PROTECTED]>
* URL : http://www.cihar.com/software/polld
* License : GPL
  Description : Polling demon

This demon periodically opens devices (files) listed in configuration.
Main reason is to force rescanning of partitions on usb devices while
using udev.

Lintian checked package is available in my personal repository:

deb http://debian.cihar.com/ unstable polld
deb-src http://debian.cihar.com/ unstable polld

-- 
Michal Čihař | http://cihar.com


signature.asc
Description: PGP signature


Bug#346127: update-grub fails with dash if there are no kopt_

2006-01-05 Thread Michal Čihař
Package: grub
Version: 0.97-2
Severity: normal
Tags: patch

Hi

as stated it subject update-grub fails to run with dash as /bin/sh if
there is no line like kopt_ in menu.lst. This is caused by passing empty
string to eval, attached patch fixes it.

-- 
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-raptor
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages grub depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information
--- /tmp/update-grub2006-01-05 22:02:50.826639000 +0100
+++ /sbin/update-grub   2006-01-05 21:02:07.744658500 +0100
@@ -635,7 +635,8 @@
 test -z "$(GetMenuOpt "kopt" "")" && kopt_2_6="root=$root_device_2_6 ro"
 
 # Extract options for specific kernels
-eval $(ExtractMenuOpts "\(kopt_[a-zA-Z0-9_]\+\)")
+opts="$(ExtractMenuOpts "\(kopt_[a-zA-Z0-9_]\+\)")"
+test -z "$opts" || eval "$opts"
 CustomKopts=$(GetMenuOpts "\(kopt_[a-zA-Z0-9_]\+\)")
 
 # Extract the grub root


Bug#346379: mirring segfaults while one of target servers is not reachable

2006-01-07 Thread Michal Čihař
Package: bazaar
Version: 1.4.2-2
Severity: normal

Hi

when one of target servers is not reachable, baz segfaults:

$ baz archive-mirror -a
ssh: connect to host archzoom.cihar.com port 22: No route to host
ssh: connect to host archzoom.cihar.com port 22: Connection timed out
Segmentation fault

--
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-raptor
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bazaar depends on:
ii  diff   2.8.7-0.2 File comparison utilities
ii  gawk   1:3.1.5-1 GNU awk, a pattern scanning and pr
ii  libc6  2.3.5-11  GNU C Library: Shared libraries an
ii  libgpgme11 1.1.0-1   GPGME - GnuPG Made Easy
ii  libneon24  0.24.7.dfsg-3 An HTTP and WebDAV client library
ii  libssl0.9.80.9.8a-5  SSL shared libraries
ii  patch  2.5.9-2   Apply a diff file to an original

bazaar recommends no packages.

-- no debconf information


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



Bug#346384: description points to transitional package

2006-01-07 Thread Michal Čihař
Package: glade
Version: 2.10.1-1
Severity: minor

Hi

glade description points to glade-gnome-2 which is transitional package,
I think it should point directly to glade-gnome.

--
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-raptor
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#180632: RFS: wammu, python-gammu, gammu - phone managing software

2005-12-24 Thread Michal Čihař
Hi all

I'm looking for a sponsor for gammu related packages. As I thing that
it would be better when all are handled by one sponsor, they're
all in this email. Most interesting for most users will be Wammu, which
is GUI for editing many things within mobile phone.

Related ITPs:

#326710: ITP: wammu -- Mobile Phone Manager
#326711: ITP: python-gammu -- Python module to communicate with mobile
phones
#180632: ITP: gammu -- a cellular manager for various mobile phones and
modems 

All of those are under GNU/GPL.

Descriptions follow:

Package: gammu
Website: http://www.gammu.net   

Mobile phone management utility Gammu (GNU All Mobile Management
Utility) is program to manage mobile phone. . Gammu can do such things
with cellular phones as making data calls, updating the address book,
changing calendar and ToDo entries, sending and receiving SMS messages,
loading and getting ring tones and pictures (different types of logos),
synchronizing time, enabling NetMonitor, managing WAP settings and
bookmarks and much more. Functions depend on the phone model.  

Package: python-gammu
Website: http://www.cihar.com/gammu/python  

Python module to communicate with mobile phones This provides gammu
module, that can work with any phone Gammu supports - many Nokias,
Siemens, Alcatel, ...   

Package: wammu
Website: http://www.cihar.com/gammu/wammu  

Phone manager Mobile phone manager using Gammu as it's backend. It
works with any phone Gammu supports - many Nokias, Siemens,
Alcatel, ... Written using wxGTK.

All of them are available in my repository:

deb http://debian.cihar.com/ unstable gammu
deb-src http://debian.cihar.com/ unstable gammu

Or directly if you prefer manual download:

http://debian.cihar.com/pool/gammu/

-- 
    Michal Čihař | http://cihar.com


signature.asc
Description: PGP signature


Bug#345977: ITP: polld -- Polling demon

2006-01-04 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: "Michal Čihař" <[EMAIL PROTECTED]>

* Package name: polld
  Version : 0.2
  Upstream Author : Michal Čihař <[EMAIL PROTECTED]>
* URL : http://www.cihar.com/software/polld
* License : GPL
  Description : Polling demon

This demon periodically opens devices (files) listed in configuration.
Main reason is to force rescanning of partitions on usb devices while
using udev.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#345977: ITP: polld -- Polling demon

2006-01-04 Thread Michal Čihař
Hi

On Wed, 4 Jan 2006 19:33:26 +0100
[EMAIL PROTECTED] (Marco d'Itri) wrote:

> On Jan 04, Nathan Poznick <[EMAIL PROTECTED]> wrote:
> 
> > I have a USB card reader which has 5 different slots for various media.
> > If I plug in the card reader and then later insert a CF card, the CF
> > card slot's device does not have the partition device created when using
> > udev (I have to insert the CF card and then plug in the card reader).  I
> > believe this software is created specifically for that purpose - for
> > card readers which do not report card insertion / removal to the kernel.
> OPTIONS+="all_partitions
> 
> (Documented in README.Debian and udev(8).)

I know about this. This pollutes my /dev with many files, forcing to
rescan device makes appear only partitions which exist.

> This program still looks like a bad idea.

Find better way to do same thing. Card reader seems to not report card
changes at all.

I'm not on debian-devel, please cc me.

-- 
Michal Čihař | http://cihar.com


signature.asc
Description: PGP signature


Bug#336033: mpdscribble: 100% cpu usage

2005-10-27 Thread Michal Čihař
tags 336033 pending
thanks

Hi

I know this is fixed in 0.2.7 which I'm going to upload when my sponsor 
comes back from vacation.

-- 
Michal Čihař | http://cihar.com


pgp2rFuckYZEp.pgp
Description: PGP signature


Bug#336681: [INTL:it] mpdscribble italian debconf templates translation

2005-11-01 Thread Michal Čihař
tags 336681 pending
thanks

Hi

On Mon 31. 10. 2005 22:29, Luca Monducci wrote:
> Please add the italian debconf templates translation (attached).

Will be included in next upload, thanks.

-- 
    Michal Čihař | http://cihar.com


pgpxosaJP0IWU.pgp
Description: PGP signature


Bug#339329: nvidia driver expects wrong ACPI events

2005-11-15 Thread Michal Čihař
Package: nvidia-kernel-source
Version: 1.0.7667-3
Severity: normal
Tags: patch

Hi

Current nvidia driver expects wrong event numbers (see
include/linux/pm.h in kernel source for explanation why it worked
before). Attached patch makes it use correct defines, could you please
include it in package?

-- 
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-raptor
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 5.0.7  helper programs for debian/rules
ii  dpatch2.0.15 patch maintenance system for Debia
ii  make  3.80-11The GNU version of the "make" util
ii  sed   4.1.4-4The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.9.8  Scripts to make the life of a Debi
ii  kernel-package10.010 A utility for building Linux kerne
ii  nvidia-glx1.0.7667-3 NVIDIA binary XFree86 4.x driver

-- no debconf information
--- /tmp/modules/nvidia-kernel/nv/nv.c  2005-07-19 01:58:40.0 +0200
+++ nv.c2005-11-15 15:28:46.500089000 +0100
@@ -3624,12 +3624,13 @@
 
 switch (state)
 {
-case PM_SUSPEND_MEM:
+case PM_EVENT_SUSPEND:
+case PM_EVENT_FREEZE:
 nv_printf(NV_DBG_INFO, "NVRM: ACPI: received suspend event\n");
 status = rm_power_management(nv, 0, NV_PM_ACPI_STANDBY);
 break;
 
-case PM_SUSPEND_ON:
+case PM_EVENT_ON:
 nv_printf(NV_DBG_INFO, "NVRM: ACPI: received resume event\n");
 status = rm_power_management(nv, 0, NV_PM_ACPI_RESUME);
 break;


Bug#188609: Should be better with 2.7.0

2005-11-16 Thread Michal Čihař
Hi

this issue should be resolved in upcoming 2.7.0 release.

-- 
Michal Čihař | http://cihar.com


pgp1HMM9lis0r.pgp
Description: PGP signature


Bug#339437: HTTP Response Splitting vulnerability

2005-11-16 Thread Michal Čihař
Package: phpmyadmin
Version: 4:2.6.4-pl3-1
Severity: grave
Tags: security

Hi

I'm not sure if you're aware of new security issue found in phpMyAdmin:

http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-6

I know it's too young to be already in archives, however I just want to
notify you.

-- 
    Michal Čihař | http://cihar.com


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-raptor
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages phpmyadmin depends on:
ii  apache2-mpm-prefork [httpd]   2.0.55-3   traditional model for Apache2
ii  debconf [debconf-2.0] 1.4.59 Debian configuration management sy
ii  php5-cgi  5.0.5-3server-side, HTML-embedded scripti
ii  php5-mysql5.0.5-3MySQL module for php5
ii  ucf   2.003  Update Configuration File: preserv

Versions of packages phpmyadmin recommends:
pn  php4-mcrypt | php5-mcrypt  (no description available)

-- debconf information:
* phpmyadmin/reconfigure-webserver: apache2
* phpmyadmin/restart-webserver: true


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



Bug#275972: FAQ

2005-11-16 Thread Michal Čihař
Hi

this issue is documented in FAQ: 
http://www.phpmyadmin.net/documentation/#faq6_20

-- 
Michal Čihař | http://cihar.com


pgpiV4dLdWnqD.pgp
Description: PGP signature


Bug#324318: Fixed in 2.7.0

2005-11-16 Thread Michal Čihař
Hi

this issue is fixed in upcoming 2.7.0 release.

-- 
Michal Čihař | http://cihar.com


pgpOMMM1pvWuo.pgp
Description: PGP signature


Bug#336033: sponsor

2005-11-22 Thread Michal Čihař
Hi

On Mon 21. 11. 2005 16:44, Decklin Foster wrote:
> Michal, is your sponsor back yet? I could upload this if you wish. I
> also have a one-liner to merge... warp's mail is bouncing at the
> moment, so it's not in upstream yet.

Not yet back, I've ready new upload, so I'd welcome if you can sponsor 
it.

Upstream author's email is AFAIK Kuno Woudt <[EMAIL PROTECTED]>. What kind is 
one liner to merge?

-- 
Michal Čihař | http://cihar.com


pgpE2aiwEekS9.pgp
Description: PGP signature


Bug#217364: Fixed in 2.7.1

2005-11-24 Thread Michal Čihař
Hi

this issue will be fixed in 2.7.1 release.

-- 
Michal Čihař | http://cihar.com


pgpju3dxx5mwr.pgp
Description: PGP signature


Bug#334343: changelog replaces preview

2005-10-17 Thread Michal Čihař
Package: aptitude
Version: 0.3.5.1-1
Severity: normal
Tags: experimental

Hi

in previous versions showing changelog from preview window it opened
separate window, while now it replaces this window, so after closing
changelog man gets back to main view. I thing previous behaviour was
better.

-- 
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.40.1   Advanced front-end for dpkg
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libncursesw5  5.4-9  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2 2.0.16-1   type-safe Signal Framework for C++
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-cs [aptitude-doc 0.3.3-1Czech manual for aptitude, a termi
ii  aptitude-doc-en [aptitude-doc 0.3.3-1English manual for aptitude, a ter

-- no debconf information


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



Bug#334345: invalid test expression in preinst

2005-10-17 Thread Michal Čihař
Package: x11-common
Version: 6.8.2.dfsg.1-9
Severity: normal
Tags: patch

Hi

The preinst script uses -eq for string comparsion, however correct is 
to use =. Otherwise you might get following error:

Preparing to replace x11-common 6.8.2.dfsg.1-8 (using 
.../x11-common_6.8.2.dfsg.1-9_all.deb) ...
[: 937: 6.8.2.dfsg.1-8: bad number

--
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.15   Miscellaneous utilities specific t
ii  lsb-base  3.0-9  Linux Standard Base 3.0 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/experimental_packages:
--- /var/lib/dpkg/info/x11-common.preinst   2005-10-14 09:40:31.0 
+0200
+++ /tmp/x11-common.preinst 2005-10-17 13:18:20.028585664 +0200
@@ -911,7 +911,7 @@
   # been modified from the stable sarge version. If they have been modified, 
we 
   # don't do anything, but if they are untouched then we remove them to let 
the 
   # upgrade continue without errors
-  if [ "$2" -eq "" ]; then
+  if [ "$2" = "" ]; then
 remove_conffile_prepare /etc/X11/Xresources/xfree86-common \
a0f3911120c49038cb87607e3c545b90
 remove_conffile_prepare /etc/X11/Xsession \


Bug#334688: tetex-doc postinst runs index-tetexdoc on wrong directory

2005-10-19 Thread Michal Čihař
Package: tetex-doc
Version: 3.0-9
Severity: normal

Hi

tetex-doc postinst runs index-tetexdoc on wrong directory (it doesn't
change it, so it was /), this leads to invalid documentation index.

Also due to for cycle it doesn't handle filenames with spaces and causes
lots of errors about nonexistant files.

--
    Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages tetex-doc depends on:
ii  dpkg 1.13.11.0.1 package maintenance system for Deb

Versions of packages tetex-doc recommends:
ii  dillo [www-browser] 0.8.5-1.0.1  GTK-based web browser
ii  elinks [www-browser 0.10.6-1 advanced text-mode WWW browser
ii  epiphany-browser [w 1.6.5-2  Intuitive GNOME web browser
ii  evince [postscript- 0.4.0-1  Document (postscript, pdf) viewer
ii  gnome-gv [postscrip 1:2.8.5-2GNOME PostScript viewer
ii  gpdf [pdf-viewer]   2.8.2-1.3Portable Document Format (PDF) vie
ii  gs-esp [postscript- 8+8.15rc4.dfsg.1-2.1 The Ghostscript PostScript interpr
ii  gs-gpl [postscript- 8.15-4   The GPL Ghostscript PostScript int
ii  gv [pdf-viewer] 1:3.6.1-12   PostScript and PDF viewer for X
ii  lynx [www-browser]  2.8.5-2  Text-mode WWW Browser
ii  mozilla-browser [ww 2:1.7.12-1   The Mozilla Internet application s
ii  mozilla-firefox [ww 1.0.7-1  lightweight web browser based on M
ii  tetex-bin   3.0-9The teTeX binary files
ii  w3m [www-browser]   0.5.1-4  WWW browsable pager with excellent
ii  xpdf3.01-2   Portable Document Format (PDF) sui
ii  xpdf-reader [pdf-vi 3.01-2   Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-vie 3.01-2   Portable Document Format (PDF) sui

-- no debconf information


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



Bug#330521: different results for different parameters order

2005-09-28 Thread Michal Čihař
Package: gcc-4.0
Version: 4.0.1-9
Severity: normal

Hi

while compiling with different parameters order you get different
results:

$ gcc -g -L/usr/X11R6/lib/ -lGL -lglut -lGLU -pthread -Wall configure.c -o 
configure.bin 
configure.c: In function ‘main’:
configure.c:11: warning: assignment discards qualifiers from pointer target type
$ ./configure.bin 
$ gcc -g configure.c -L/usr/X11R6/lib/ -lGL -lglut -lGLU -pthread -Wall -o 
configure.bin 
configure.c: In function ‘main’:
configure.c:11: warning: assignment discards qualifiers from pointer target type
$ ./configure.bin 
Segmentation fault

Note that only source filename has moved from end to beginning and
program runs differently (segfault is a code problem). This is taken
from configure of Raydium engine [1], problematic file attached to bug
report.

1. http://raydium.cqfd-corp.org/

Preprocessed files (*.i) and assembly (*.s) are same in both cases, 
only difference is how collect2 is called, once (in failing case)
resulting object is before GL libs, second time after then. But order 
should not matter, or am I wrong?

I hope I provided enough information.

Michal

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gcc-4.0 depends on:
ii  binutils 2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  cpp-4.0  4.0.1-9 The GNU C preprocessor
ii  gcc-4.0-base 4.0.1-9 The GNU Compiler Collection (base 
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.1-9   GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev 2.3.5-6GNU C Library: Development Librari
ii  libmudflap0-dev   4.0.1-9GCC mudflap support libraries (dev

-- no debconf information

#include 
#include 
#include 
int main(int argc, char **argv) { 
char *r;
glutInit(&argc,argv);
glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);
glutInitWindowSize(320,240);
glutCreateWindow("Test window");
r=glGetString(GL_RENDERER);
if(!strcmp(r,"Mesa GLX Indirect"))
{
fprintf(stderr,"WARNING ! Mesa Software renderer detected !");
fprintf(stdout,"WARNING ! Mesa Software renderer detected !");
}
return 0; }



Bug#331227: New upstream version available

2005-10-02 Thread Michal Čihař
Package: gthumb
Version: 3:2.6.6-1
Severity: wishlist

Hi

there is available version 2.6.8 which fixed many bugs.

Thanks for updating

Michal


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gthumb depends on:
ii  gconf22.10.1-6   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libexif12 0.6.12-2   library to parse EXIF files
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.1-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-3   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgphoto2-2  2.1.6-4gphoto2 digital camera library
ii  libgphoto2-port0  2.1.6-4gphoto2 digital camera port librar
ii  libgtk2.0-0   2.8.3-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.10.0-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-4 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxml2   2.6.22-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  scrollkeeper  0.3.14-10  A free electronic cataloging syste
ii  shared-mime-info  0.16-3 FreeDesktop.org shared MIME databa
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

gthumb recommends no packages.

-- debconf-show failed


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



Bug#331416: mpdscribble: The restart target in the init script doesn't work correctly.

2005-10-03 Thread Michal Čihař
Hi

On Mon 3. 10. 2005 13:54, Warwick Mitchell wrote:
> When you run "/etc/init.d/mpdscribble restart" it frezes after
> starting the new mpdscribble. This most noticeable during the nightly
> logrotate script run from cron where it freezes the whole cron
> process. It seems that it's not started up during restart the same
> way it's started normally in the init script. I've attached a patch.

You're right, I also noticed this while rewriting initscript to use LSB 
functions. I'll upload fixed version soon.

-- 
Michal Čihař | http://cihar.com


pgpNGBEHGWXxy.pgp
Description: PGP signature


Bug#327111: [l10n] Initial Czech translation of mpdscribble debconf messages

2005-09-07 Thread Michal Čihař
tags 327111 pending
thanks

Will be included in next upload.

-- 
Michal Čihař | http://cihar.com


pgpto0uPAuA2e.pgp
Description: PGP signature


Bug#327473: ITP: wmmp -- Window Maker dock app client for Music Player Daemon (MPD)

2005-09-10 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: "Michal Čihař" <[EMAIL PROTECTED]>

* Package name: wmmp
  Version : 0.10.0
  Upstream Author : Anthony Peacock <[EMAIL PROTECTED]>
* URL : http://www.musicpd.org/WMmp.shtml
* License : GPL
  Description : Window Maker dock app client for Music Player Daemon (MPD)

WMmp is Window Maker dock application for controlling Music Player
Daemon (MPD).  It is based on a WMxmms and has a similar LCD-style
interface for controlling MPD.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#327617: does not work with current bazaar

2005-09-11 Thread Michal Čihař
Package: libarch-perl
Version: 0.5.0+patch-169-1
Severity: important
Tags: patch

Current version in Debian does not work with current bazaar. Upstream
patch-170 addresses this issue.

Thanks in advance for updating
Michal

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libarch-perl depends on:
ii  tla   1.3.3-2arch revision control system

libarch-perl recommends no packages.

-- no debconf information


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



Bug#326491: 0.7.1 available

2005-09-12 Thread Michal Čihař
retitle 326491 kaffeine: New upstream release (0.7.1) available
thanks

Current version is bugfix 0.7.1.

-- 
Michal Čihař | http://cihar.com


pgptANtf8xZD4.pgp
Description: PGP signature


Bug#333682: security problem within CDDB communication

2005-10-13 Thread Michal Čihař
Package: libxine1
Version: 1.0.1-1.3
Severity: grave
Tags: security patch

Hi

xine announcement [1] is four day old, it says issue has been found by
Debian Security Audit Project, so I'd expect that Debian will have it
fixed also :-).

Patch is available in xine cvs [2].

Sorry if you're already working on this issue and I interrupt you from
work, but I wanted to make sure you know about this.

1. http://xinehq.de/index.php/security/XSA-2005-1
2. 
http://cvs.sourceforge.net/viewcvs.py/xine/xine-lib/src/input/input_cdda.c?r1=1.77&r2=1.78&diff_format=u

-- 
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libxine1 depends on:
ii  libasound2  1.0.9-3  ALSA library
ii  libc6   2.3.5-6  GNU C Library: Shared libraries an
ii  libfreetype62.1.10-1 FreeType 2 font engine, shared lib
ii  libglu1-xorg [libglu1]  6.8.2.dfsg.1-8   Mesa OpenGL utility library [X.Org
ii  libmodplug0c2   1:0.7-5  shared libraries for mod music bas
ii  libogg0 1.1.2-1  Ogg Bitstream Library
ii  libpng12-0  1.2.8rel-5   PNG library - runtime
ii  libspeex1   1.1.6-2  The Speex Speech Codec
ii  libtheora0  0.0.0.alpha4-1.1 The Theora Video Compression Codec
ii  libvorbis0a 1.1.0-1  The Vorbis General Audio Compressi
ii  libxext66.8.2.dfsg.1-8   X Window System miscellaneous exte
ii  libxinerama16.8.2.dfsg.1-8   X Window System multi-head display
ii  xlibmesa-gl [libgl1]6.8.2.dfsg.1-8   Mesa 3D graphics library [X.Org]
ii  xlibs   6.8.2.dfsg.1-8   X Window System client libraries m
ii  zlib1g  1:1.2.3-4compression library - runtime

Versions of packages libxine1 recommends:
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libxv16.8.2.dfsg.1-8 X Window System video extension li

-- no debconf information


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



Bug#329103: Details

2005-09-19 Thread Michal Čihař
Hi

basically all requests to ftp end with:

Failure("CURLE_OPERATION_TIMEOUTED")

and approx tells client that the file hasn't been changed. Changing ftp 
to http reenables those repositories.

-- 
    Michal Čihař | http://cihar.com


pgpmgh3dRGjRv.pgp
Description: PGP signature


Bug#329103: Details

2005-09-19 Thread Michal Čihař
On Mon 19. 9. 2005 22:49, Eric Cooper wrote:
> Are you able to FTP to the repository from the command line, on the
> machine where the approx server is running (just trying to rule out
> firewall, active/passive FTP issues, etc.)?

Yes, it works fine from aptitude as well as normal ftp client (both 
passive and active mode). And previous approx version (1.15) also 
worked fine with same setup.

-- 
    Michal Čihař | http://cihar.com


pgpru3T03oTvC.pgp
Description: PGP signature


Bug#329933: [intl:fr] mpdscribble debconf templates translation

2005-09-24 Thread Michal Čihař
tags 329933 pending
thanks

Too late for upload done today, will be included in next one.

-- 
Michal Čihař | http://cihar.com


pgpXeWXTgD9Pa.pgp
Description: PGP signature


Bug#303810: Back

2005-09-02 Thread Michal Čihař
owner 303810 !
thanks

Okay, I will take care of this package.

-- 
Michal Čihař | http://cihar.com


pgpHz09LalJzg.pgp
Description: PGP signature


Bug#159715: Update

2005-09-04 Thread Michal Čihař
Current homepage is http://trific.ath.cx/software/enca/

-- 
Michal Čihař | http://cihar.com


pgpzOFcR0vDHQ.pgp
Description: PGP signature


Bug#326710: ITP: wammu -- Mobile Phone Manager

2005-09-05 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: "Michal Čihař" <[EMAIL PROTECTED]>

* Package name: wammu
  Version : 0.10
  Upstream Author : Michal Čihař <[EMAIL PROTECTED]>
* URL : http://www.cihar.com/gammu/wammu
* License : GPL
  Description : Mobile Phone Manager

Mobile phone manager using Gammu as it's backend. It works with any
phone Gammu supports - many Nokias, Siemens, Alcatel, ... Written using
wxGTK.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#326711: ITP: python-gammu -- Python module to communicate with mobile phones

2005-09-05 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: "Michal Čihař" <[EMAIL PROTECTED]>

* Package name: python-gammu
  Version : 0.10
  Upstream Author : Michal Čihař <[EMAIL PROTECTED]>
* URL : http://www.cihar.com/gammu/python
* License : GPL
  Description : Python module to communicate with mobile phones

This provides gammu module, that can work with any phone Gammu supports
- many Nokias, Siemens, Alcatel, ...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#180632: Current state

2005-09-05 Thread Michal Čihař
License issues are believed to be resolved [1], however as Martin didn't 
take this bug and wasn't able to actually upload package I take this.

1. 
http://albatross.madduck.net/pipermail/gammu-legal/2005-June/000175.html

-- 
    Michal Čihař | http://cihar.com


pgpbBfJn56U42.pgp
Description: PGP signature


Bug#303810: update

2005-08-11 Thread Michal Čihař
Hi

in case you're interested, my updated packages are available at:

deb http://debian.cihar.com/ unstable mpd
deb-src http://debian.cihar.com/ unstable mpd

-- 
    Michal Čihař | http://cihar.com



Bug#303810: update

2005-08-11 Thread Michal Čihař
On Thursday 11 August 2005 12:22, Philipp Kern wrote:
> Uh. I would suggest that you take over the ownership of this bug
> report and search for a sponsor on debian-mentors. But please have a
> read of [1] first.

Hmm, looks like its really time to consider this way. I wanted to avoid 
becoming Debian Developer, because I'm afraid that I can't spend much time on 
another project.

> If you haven't found a sponsor by Sep 2nd, ping me again and I'll
> have a look at it.

I'll hardly find someone as most of next three weeks I'll be offline ;-). 

So as I will return, I will reconsider this.

-- 
Michal Čihař | http://cihar.com


pgpoRgK8Sxy71.pgp
Description: PGP signature


Bug#320825: updating to 1.0.6-2 disables some extensions

2005-08-01 Thread Michal Čihař
Package: mozilla-firefox
Version: 1.0.6-2
Severity: normal

After upgrade to 1.0.6-2 (from 1.0.6-1) some extensions were disabled
(at first start after upgrade Firefox told that some extesions were 
disabled). This happened to me only on some accounts and reinstalling 
those extensions make them work again, so these were not incompatible.

I unfortunately didn't backup profile before reinstalling them.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-raptor
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-firefox depends on:
ii  debianutils   2.14.1 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1generic font configuration library
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-1GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-3  GCC support library
ii  libglib2.0-0  2.7.2-1The GLib library of C routines
ii  libgtk2.0-0   2.7.2-1The GTK+ graphical user interface 
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkrb53  1.3.6-4MIT Kerberos runtime libraries
ii  libpango1.0-0 1.9.0-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libstdc++64.0.1-3The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-4 X Window System multi-head display
ii  libxp66.8.2.dfsg.1-4 X Window System printing extension
ii  libxt66.8.2.dfsg.1-4 X Toolkit Intrinsics
ii  psmisc21.6-1 Utilities that use the proc filesy
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.3-1  compression library - runtime

mozilla-firefox recommends no packages.

-- no debconf information


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



Bug#320835: please add mysqli extension

2005-08-01 Thread Michal Čihař
Package: php5
Severity: wishlist

Hi

Now when MySQL 5.0 has hit unstable, it would be great to have mysqli
extension in PHP that allows to use new features of MySQL > 4.1.

Thanks in advance

Michal

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-raptor
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#321259: phpMyAdmin should suggest mcrypt

2005-08-04 Thread Michal Čihař
Package: phpmyadmin
Version: 4:2.6.2-3
Severity: wishlist

Hi

phpMyAdmin uses mcrypt module for encryption when installed. This is
much faster than implementation in php and is really needed for large
installations using cookie auth. Therefore I thing phpmyadmin package
should suggest mcrypt php module (php4-mcrypt).

I'm sorry if this report already exists, but I'm currently offline and
I'd forget to report it if I'd wait till I'm online :-).

btw: Current dependencies do not ensure you will get working
installation as you can satisfy them for example by having php4 apache
module and php5-mysql module. However I don't see any way to solve this
(other than dropping either php4 or php5 dependencies), so I do not
report this as a bug.

Michal


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages phpmyadmin depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-4traditional model for Apache2
ii  debconf  1.4.54  Debian configuration management sy
ii  php4 4:4.3.10-15 server-side, HTML-embedded scripti
ii  php4-mysql   4:4.3.10-15 MySQL module for php4
ii  ucf  2.000   Update Configuration File: preserv

phpmyadmin recommends no packages.

-- debconf information:
* phpmyadmin/reconfigure-webserver: apache2
* phpmyadmin/restart-webserver: true


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



Bug#321258: wrong display of utf-8 man page in search results

2005-08-04 Thread Michal Čihař
Package: man2html
Version: 1.6-1
Severity: normal

Hi

In fulltext results man page utf-8 is wrongly displayed as:

   utf-8(7)
   8.7.gz

But IMHO it should be (simmilar as others are displayed):

   utf-8(7)
   utf-8.7.gz

PS: Sorry if this is already reported, I'm currently offline so I can't verify 
this.

Michal

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages man2html depends on:
ii  debconf [debconf-2.0] 1.4.54 Debian configuration management sy
ii  debianutils   2.14.1 Miscellaneous utilities specific t
ii  gawk  1:3.1.4-2  GNU awk, a pattern scanning and pr
ii  libc6 2.3.5-1GNU C Library: Shared libraries an
ii  man-db2.4.3-1The on-line manual pager

Versions of packages man2html recommends:
ii  apache2-mpm-prefork [httpd-cg 2.0.54-4   traditional model for Apache2

-- debconf information:
* man2html/index_manpages: true


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



Bug#321270: proposal: configuration handling

2005-08-04 Thread Michal Čihař
Package: phpmyadmin
Version: 4:2.6.2-3
Severity: wishlist

Hi

current configuration handling seems a bit confusing for users (see
bug#256785). In fact phpMyAdmin does not need full configuration file at
all and just the snippet living currently in
/etc/phpmyadmin/config.inc.php would be enough for it. So completely
removing /usr/share/phpmyadmin/config.inc.php  in favour of
/etc/phpmyadmin/config.inc.php looks like best solution for config file
to me. The original file should be probably placed as example in 
/usr/share/doc

What do you thing about this?

Michal


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages phpmyadmin depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-4traditional model for Apache2
ii  debconf  1.4.54  Debian configuration management sy
ii  php4 4:4.3.10-15 server-side, HTML-embedded scripti
ii  php4-mysql   4:4.3.10-15 MySQL module for php4
ii  ucf  2.000   Update Configuration File: preserv

phpmyadmin recommends no packages.

-- debconf information:
* phpmyadmin/reconfigure-webserver: apache2
* phpmyadmin/restart-webserver: true


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



Bug#321270: proposal: configuration handling

2005-08-04 Thread Michal Čihař
On Thu 4. 8. 2005 17:09, you wrote:
> Probably you're right. I'll check if it works correctly. Thanks for
> suggestion.

Config file import works correctly (since version 2.2 or something like 
that). If not please file bug and I'll fix it ;-).

-- 
Michal Čihař | http://cihar.com


pgpxEqMvt16QI.pgp
Description: PGP signature


Bug#407122: reportbug fails to create wnpp bug

2007-01-16 Thread Michal Čihař
Package: reportbug
Version: 3.33
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

while attempting to create ITP bug, I got following exception:

Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1750, in ?
main()
  File "/usr/bin/reportbug", line 779, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1648, in user_interface
klass, subject, tags, body, mode, pseudos)
  File "/usr/share/reportbug/reportbug.py", line 729, in generate_blank_report
return u"""%s%s%s
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 29: 
ordinal not in range(128)

This seems to be caused by Owner: pseudo header which contains my 
name including accents.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


- -- Package-specific info:
** Environment settings:
DEBEMAIL="[EMAIL PROTECTED]"
DEBFULLNAME="Michal Čihař"
INTERFACE="text"

** /home/mic/.reportbugrc:
reportbug_version "3.15"
mode expert
ui text
realname "Michal Čihař"
email "[EMAIL PROTECTED]"
sign gpg

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.4.4-2An interactive high-level object-o
ii  python-central0.5.12 register and build utility for Pyt

reportbug recommends no packages.

- -- no debconf information

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

iD8DBQFFrLQS3DVS6DbnVgQRAhGUAKC6mX29xo/QcxcNVUwPPvBqEeKQlACcCBh9
k0rVx18UwxCJK8Fnb6D6WcM=
=Zfzg
-END PGP SIGNATURE-




Bug#408066: ITP: nanoblogger-extra -- Nanoblogger plugins

2007-01-23 Thread Michal Čihař
On Tue, 23 Jan 2007 10:15:40 +0100
Michal Cihar <[EMAIL PROTECTED]> wrote:

> Package: wnpp
> Severity: wishlist
> Owner: Michal Čihař <[EMAIL PROTECTED]>
> 
> * Package name: nanoblogger-extra
>   Version : 3.0

Oops, here should be of course 3.3 (and soon 3.4).

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#403690: gammu: can't get Nokia 7250i with CA-42 cable identified

2006-12-19 Thread Michal Čihař
Hi

On Tue, 19 Dec 2006 11:04:43 +1030
Arthur Marsh <[EMAIL PROTECTED]> wrote:

> I have a .gammrc like the following:
> 
> [gammu]
> port = /dev/ttyACM0
> connection = fbus
> 
> When connecting a Nokia 7250i using a CA-42 cable, the /dev/ttyACM0 gets 
> created, but 
> 
> gammu --identify
> 
> returns:
> 
> No response in specified timeout. Probably phone not connected.
> 
> The phone is recognised as being plugged in, otherwise /dev/ttyACM0 
> would not get created.

Can you try dlr3 connection? AFAIK this one should be used with CA-42
cable.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#403809: nanoblogger: BROWSER environment variable conflicts with sensible-browser

2006-12-19 Thread Michal Čihař
Hi

On Tue, 19 Dec 2006 22:32:41 +0100
Helmut Grohne <[EMAIL PROTECTED]> wrote:

> Package: nanoblogger
> Version: 3.3~rc5-3
> Severity: wishlist
> 
> The sensible-browser program from debianutils relies on the $BROWSER
> variable which is set to
> firefox -remote openurl(%s,new-tab):firefox:w3m
> on my system. This results in
> Error: Failed to send command: 500 command not parseable
> when nanoblogger tries to invoke $BROWSER. Setting $BROWSER to
> sensible-browser within nb results in sensible-browser invoking itself.
> It would therefore be cool if either nanoblogger or debianutils could
> use another variable name. I report this to nanoblogger as I used
> debianutils before. Please forward the bug to debianutils if you think
> it would be better to change sensible-browser.

It makes sense to fix nanoblogger to honor sensible-browser behavior. I
will do that in next upload.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#386480: Here comes patch

2006-11-07 Thread Michal Čihař
tags 386480 patch
thanks

Hi

you can find attached patch for building metakit for python 2.4 what
obviously fixes this problem. I'm going to push this as NMU through my
AM.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com
diff -u libmetakit2.4.9.3-2.4.9.3/debian/changelog libmetakit2.4.9.3-2.4.9.3/debian/changelog
--- libmetakit2.4.9.3-2.4.9.3/debian/changelog
+++ libmetakit2.4.9.3-2.4.9.3/debian/changelog
@@ -1,3 +1,10 @@
+libmetakit2.4.9.3 (2.4.9.3-6.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build against python 2.4 (Closes: #386480).
+
+ -- Michal Čihař <[EMAIL PROTECTED]>  Tue,  7 Nov 2006 14:18:05 +0100
+
 libmetakit2.4.9.3 (2.4.9.3-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u libmetakit2.4.9.3-2.4.9.3/debian/control libmetakit2.4.9.3-2.4.9.3/debian/control
--- libmetakit2.4.9.3-2.4.9.3/debian/control
+++ libmetakit2.4.9.3-2.4.9.3/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Gerfried Fuchs <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), tcl8.4-dev, python2.3-dev, python-support (>= 0.4.0)
+Build-Depends: debhelper (>= 4.0), tcl8.4-dev, python-dev, python-support (>= 0.4.0)
 Standards-Version: 3.7.2
 
 Package: libmetakit2.4.9.3c2
diff -u libmetakit2.4.9.3-2.4.9.3/debian/rules libmetakit2.4.9.3-2.4.9.3/debian/rules
--- libmetakit2.4.9.3-2.4.9.3/debian/rules
+++ libmetakit2.4.9.3-2.4.9.3/debian/rules
@@ -35,7 +35,7 @@
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
 		--with-tcl=/usr/include/tcl8.4,/usr/lib/tcl8.4 \
-		--with-python=/usr
+		--with-python=/usr/include/python2.4,/usr/lib/python2.4/site-packages
 	touch configure-stamp
 
 
@@ -52,7 +52,7 @@
 	dh_clean -k
 	dh_installdirs
 	install -d debian/tmp/usr/include debian/tmp/usr/lib
-	mkdir -p debian/tmp/usr/lib/python2.3/site-packages
+	mkdir -p debian/tmp/usr/lib/python2.4/site-packages
 	(cd builds && ln -s ../debian debian)
 	$(MAKE) -C builds install DESTDIR=$(CURDIR)/debian/tmp
 	builds/libtool --finish $(CURDIR)/debian/tmp/usr/lib
@@ -78,7 +78,7 @@
 	dh_installmanpages
 	dh_installinfo
 	dh_installchangelogs CHANGES
-	dh_pysupport -V2.3
+	dh_pysupport
 	dh_link
 	dh_strip
 	dh_compress


signature.asc
Description: PGP signature


Bug#397826: wammu: Wrong text in manpage

2006-11-09 Thread Michal Čihař
Hi

On Thu, 09 Nov 2006 21:35:09 +0100
Moritz Augsburger <[EMAIL PROTECTED]> wrote:

> In the manpage it says:
>-l, --local-locales
>   Show version of program
> but this switch has another meaning:
> $ wammu -h [...]
> -l/--local-locales ... use locales from current directory rather than
> system ones

Thanks for report, I just committed fix to upstream, it will fixed in
next release.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#345977: closed by David Moreno Garza <[EMAIL PROTECTED]> (WNPP bug closing)

2007-01-11 Thread Michal Čihař
Hi

On Mon, 08 Jan 2007 11:34:24 -0800
[EMAIL PROTECTED] (Debian Bug Tracking System) wrote:

> Your ITP wnpp bug is being closed because of the following reasons:
> - It is, as of today, older than 365 days.
> - It hasn't had any activity recently.

There was no interest in sponsoring this package and I didn't force it
that hard as it definitely does not provide clean solution. However I
will probably retry it's inclusion once my Debian account is created
and I became DD. But it's probably okay to keep this closed for now...

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#399024: Upgrade fails because of missing man page directory

2006-11-17 Thread Michal Čihař
Package: vim
Version: 1:7.0-164+1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

After today unstable upgrade, vim configuration failed with:

update-alternatives: unable to make 
/usr/share/man/ru.UTF-8/man1/editor.1.gz.dpkg-tmp a symlink to 
/etc/alternatives/editor.ru.UTF-8.1.gz: No such file or directory
dpkg: error processing vim (--configure): subprocess post-installation script 
returned error exit status 2

I didn't yet have time to investigate more.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages vim depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgpmg1 1.19.6-23   General Purpose Mouse - shared lib
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  vim-common   1:7.0-164+1 Vi IMproved - Common files
ii  vim-runtime  1:7.0-164+1 Vi IMproved - Runtime files

vim recommends no packages.

- -- no debconf information

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

iD8DBQFFXXCj3DVS6DbnVgQRAsQzAKD6Ctwe3VLp8zROGMowPNtj+XAkTgCgzHkM
/KpxYEmHuFflh0jP2W42AoU=
=sSRc
-END PGP SIGNATURE-


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



Bug#399027: Segfaults just after start

2006-11-17 Thread Michal Čihař
Package: monit
Version: 1:4.8.1-2.1
Severity: important

Hi

I see this problem for more time, but didn't yet find time to report.
Monit segfaults for me just after startup. Here is end of strace:

rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/var/lib/monit", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl(3, F_SETFD, FD_CLOEXEC)   = 0
getdents64(3, /* 7 entries */, 4096)= 240
write(2, "Processing postponed events queu"..., 34Processing postponed events 
queue
) = 34
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
sendto(4, "<31>Nov 17 09:20:47 monit[32479]"..., 69, MSG_NOSIGNAL, NULL, 0) = 69
stat("/var/lib/monit/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/var/lib/monit/monit.state", {st_mode=S_IFREG|0644, st_size=1684, ...}) = 0
write(2, "monit: processing queued event /"..., 58monit: processing queued 
event /var/lib/monit/monit.state
) = 58
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
sendto(4, "<31>Nov 17 09:20:47 monit[32479]"..., 93, MSG_NOSIGNAL, NULL, 0) = 93
open("/var/lib/monit/monit.state", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1684, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aaae000
read(6, "\6\0\0\0lighttpd\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 
1684
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 32479 detached

When I remove state file, it starts and seem to work fine (it didn't yet 
run too long, but looks good enough so far). So there must be something
wrong with state saving/parsing. It fails whenever there is some state
file. I'm attaching one as example.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages monit depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libssl0.9.8  0.9.8c-3SSL shared libraries

monit recommends no packages.

-- no debconf information


monit.state
Description: Binary data


Bug#399027: Segfaults just after start

2006-11-18 Thread Michal Čihař
Hi

On Sat, 18 Nov 2006 00:44:23 +0100
Martin Pala <[EMAIL PROTECTED]> wrote:

> ... looking on your trace in more detail i was able to reproduce the crash.
> 
> You have set the event queue directory and the state file to the same 
> directory:
> 
>set statefile /var/lib/monit/monit.state
>set eventqueue basedir /var/lib/monit

I have only eventqueue set, I don't have statefile settings in config
file. The state file is set to this path using command line argument in
debian init script...

> 1.) don't set the statefile and eventqueue to the same directory (by 
> default monit statefile is create in the home directory, whereas the 
> eventqueue is in /var/monit)

The statefile default is not true for Debian package.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#399024: vim: Upgrade fails because of missing man page directory

2006-11-18 Thread Michal Čihař
Hi

On Sat, 18 Nov 2006 09:23:59 -0500
James Vega <[EMAIL PROTECTED]> wrote:

> I'm unable to reproduce this problem.  I've tried through both an
> "aptitude upgrade" and "apt-get upgrade" from 1:7.0-158+1 to
> 1:7.0-164+1.  Do you know which version you were upgrading from when
> this happened?

Aptitude log shows following:

[UPGRADE] vim 1:7.0-158+1 -> 1:7.0-164+1
[UPGRADE] vim-common 1:7.0-158+1 -> 1:7.0-164+1
[UPGRADE] vim-full 1:7.0-158+1 -> 1:7.0-164+1
[UPGRADE] vim-gui-common 1:7.0-158+1 -> 1:7.0-164+1
[UPGRADE] vim-runtime 1:7.0-158+1 -> 1:7.0-164+1

After few times running configure, errors were disappearing - first time
vim-full and vim failed, then only vim, which failed several times, and
with today update even vim has configured...

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#399249: Include gnapplet

2006-11-18 Thread Michal Čihař
Package: gammu
Version: 1.08.00-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gnapplet used for Symbian phones should be included in next release.

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gammu depends on:
ii  libbluetooth23.7-1   Library to use the BlueZ Linux Blu
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgammu01.08.00-1   Mobile phone management library
ii  libmysqlclient15off  5.0.26-3mysql database client library
ii  zlib1g   1:1.2.3-13  compression library - runtime

gammu recommends no packages.

- -- no debconf information

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

iD8DBQFFX2Wh3DVS6DbnVgQRAuSUAJ0WQ0oS16uxIZ9YyCGnWmEd2xLxXQCgqdfj
FKoGKx8yGsjqDbFuyTPg2fM=
=XGF4
-END PGP SIGNATURE-


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



Bug#410345: wammu: segfaults on startup

2007-02-10 Thread Michal Čihař
reassign 410345 python-gammu
tags 410345 fixed-upstream upstream
thanks

Hi

This problem is caused by your wrongly configured locales, which you
didn't generate (try dpkg-reconfigure locales). This exposes one bug in
python-gammu which leads this crash.

Anyway I just committed fix to upstream.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#410286: Sonata session support implemented upstream

2007-02-13 Thread Michal Čihař
Hi

upstream has implemented this feature and is looking for testers, maybe
you can help them with this?

See:
https://developer.berlios.de/feature/index.php?func=detailfeature&feature_id=3139&group_id=7323

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#412512: gpg-key2ps does not handle unicode names

2007-03-02 Thread Michal Čihař
Hi

On Fri, 02 Mar 2007 13:30:13 +0100
Thijs Kinkhorst <[EMAIL PROTECTED]> wrote:

> Thank you for your report. The problem is clear, but the solution isn't:
> PostScript does not include unicode-capable fonts by default, and can
> only handle 8 bit fonts. It's an old format from the time that
> unicode-issues were unfortunately not on the agenda.

I know this, otherwise I'd attach patch :-). Anyway somebody will
hopefully fix this sometimes.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#417085: wammu: crash when reading SMS

2007-04-02 Thread Michal Čihař
Hi,

On Sun, 01 Apr 2007 16:43:57 +0200
Jiří Paleček <[EMAIL PROTECTED]> wrote:

> when I try downloading SMS from my Nokia 6070 phone with wammu, it
> crashes. The communication log is attached. GDB shows the following
> backtrace.

Can you reproduce this problem with python-gammu and wammu which are
currently in unstable?

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#417372: ITP: python-tagpy -- Python module for manipulating tags in music files.

2007-04-02 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: "Michal Čihař" <[EMAIL PROTECTED]>

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: python-tagpy
  Version : 0.91
  Upstream Author : Andreas Kloeckner <[EMAIL PROTECTED]>
* URL : http://news.tiker.net/software/tagpy
* License : BSD
  Programming Lang: C/Python
  Description : Python module for manipulating tags in music files.

Binds Python to Scott Wheeler's TagLib. Makes it easy to read ID3 tags
from MP3 files, Xiph Comments from Ogg Vorbis and FLAC files, and APE
tags from MusePack files.

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

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

iD8DBQFGEQRk3DVS6DbnVgQRAsf7AJ9SfZ/BnxahSAP2dFy5JNAoshYJywCg6wxn
BKu3WMbuZTIxsCbgmnR+SOo=
=MwFK
-END PGP SIGNATURE-




Bug#411565: suggests non-existing packages

2007-02-21 Thread Michal Čihař
Hi

On Mon, 19 Feb 2007 21:35:08 +0100
Norbert Tretkowski <[EMAIL PROTECTED]> wrote:

> Package suggests python-taglib and python-tagpy, both are not available
> in unstable.

I know about this, it was quite intentional and I want to package those
python modules if nobody else volunteers to do so. But I'm  too busy to
do it right now.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#412258: wammu: Missing some versioned dependencies

2007-02-25 Thread Michal Čihař
Hi

On Sat, 24 Feb 2007 14:32:49 -0800
Peter Eckersley <[EMAIL PROTECTED]> wrote:

> Package: wammu
> Version: 0.17-1
> Severity: normal
> 
> 
> [EMAIL PROTECTED]:~« wammu
> Traceback (most recent call last):
>   File "/usr/bin/wammu", line 77, in ?
> import Wammu.App
>   File "/usr/lib/python2.4/site-packages/Wammu/App.py", line 25, in ?
> import wx
> ImportError: No module named wx

Well python-wxgtk2.6 should provide wx module for current python
version. If it does not, it is IMHO bug in python-wxgtk2.6.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#412512: gpg-key2ps does not handle unicode names

2007-02-26 Thread Michal Čihař
Package: signing-party
Version: 0.4.9-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

gpg-key2ps script does not decode unicode name from identities, and they
are prited as escaped and not as unicode chars. I think this should be
changed.

Attached is gpg-key2ps output for my key.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages signing-party depends on:
ii  gnupg1.4.6-1 GNU privacy guard - a free PGP rep
ii  libgnupg-interfa 0.33-6  Perl interface to GnuPG
ii  libmailtools-per 1.74-1  Manipulate email in perl programs
ii  libmime-perl 5.420-1 Perl5 modules for MIME-compliant m
ii  libtext-template 1.44-1.1Text::Template perl module
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

Versions of packages signing-party recommends:
ii  dialog1.0-20060221-3 Displays user-friendly dialog boxe
ii  exim4 4.63-17metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail- 4.63-17lightweight exim MTA (v4) daemon
ii  libpaper-utils1.1.21 Library for handling paper charact
ii  libtext-iconv-perl1.4-3  converts between character sets in
ii  recode3.6-13 Character set conversion utility
ii  whiptail  0.52.2-10  Displays user-friendly dialog boxe

- -- no debconf information

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

iD8DBQFF4vAl3DVS6DbnVgQRAkMgAKD1a+2xy73+8CrUZRBfWHc3BA3GjQCfS3AW
b00b82v/2sEP6YOrOzKFkko=
=m1uR
-END PGP SIGNATURE-


test.ps
Description: PostScript document


Bug#410286: Please test

2007-03-09 Thread Michal Čihař
Hi

support for Gnome session is included in package which is just sitting
in incoming. It is only disabled for now. Just apply attached patch to
enable it.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com
--- /usr/share/pycentral/sonata/site-packages/sonata.py	2007-02-14 06:48:09.0 +0100
+++ /usr/share/pycentral/sonata/site-packages/sonata.py	2007-03-09 10:16:43.0 +0100
@@ -95,11 +95,11 @@
 except:
 	HAVE_WSDL = False
 	
-#try:
-#	import gnome, gnome.ui
-#	HAVE_GNOME_UI = True
-#except:
-#	HAVE_GNOME_UI = False
+try:
+	import gnome, gnome.ui
+	HAVE_GNOME_UI = True
+except:
+	HAVE_GNOME_UI = False
 
 # Test pygtk version
 if gtk.pygtk_version < (2, 6, 0):
@@ -193,7 +193,7 @@
 
 		start_dbus_interface(toggle_arg)
 		
-		#self.gnome_session_management()
+		self.gnome_session_management()
 
 		# Initialize vars:
 		self.TAB_CURRENT = 0


signature.asc
Description: PGP signature


Bug#414602: wammu: segfault on 'Retrieve -> Contacts(All)'

2007-03-13 Thread Michal Čihař
Hi

On Mon, 12 Mar 2007 20:23:04 +0100
Juergen Richtsfeld <[EMAIL PROTECTED]> wrote:

> i connect to my nokia 6233 via bluetooth and tried the command 'Retrieve
> -> Contacts (All)' from the menu. After that wammu crashes. it writes a
> log but as it contains entries of my contact list i won't post it.

No problem. New wammu version should reach archives in few days
(depends on my sponsor time), can you please retest it with this
version? You can also install it from my repository -
<http://debian.cihar.com/>.

> i called wammu with strace and you can get the output from
> http://juergen.inmeo.at/wammu.err.gz

$ wget http://juergen.inmeo.at/wammu.err.gz
--09:02:07--  http://juergen.inmeo.at/wammu.err.gz
   => `wammu.err.gz'
Resolving juergen.inmeo.at... failed: Name or service not known.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#409137: Same with sonata

2007-03-14 Thread Michal Čihař
H

Same happens with sonata, following watch:

http://sonata.berlios.de/download.html \
http://download.berlios.de/sonata/sonata-(.*).tar.gz

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#414602: wammu: segfault on 'Retrieve -> Contacts(All)'

2007-03-16 Thread Michal Čihař
Hi

On Mon, 12 Mar 2007 20:23:04 +0100
Juergen Richtsfeld <[EMAIL PROTECTED]> wrote:

> i called wammu with strace and you can get the output from
> http://juergen.inmeo.at/wammu.err.gz

Okay, I managed to Google your pages and found that it should be:
http://juergen.inimeo.at/wammu.err.gz

> if you need more information, feel free to ask.

Can you please provide me also protocol log which wammu automatically
creates in /tmp?

Also can you reproduce issue with current gammu/python-gammu/wammu from
unstable? There were major improvements meanwhile.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#415351: pkgconfig does not show include path

2007-03-18 Thread Michal Čihař
Package: libmpd-dev
Version: 0.12.0-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

pkg-config file does not include path to includes, I guess there should
be something like:

Cflags: -I${includedir}/libmpd.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libmpd-dev depends on:
ii  libmpd0   0.12.0-2   High-level client library for acce
ii  pkg-config0.21-1 manage compile and link flags for 

libmpd-dev recommends no packages.

- -- no debconf information

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

iD8DBQFF/YNG3DVS6DbnVgQRAmOnAKDvAjqWIYuqtD/2SBoKMDa4TlNFWgCgxQbB
q8oJDsUCEcgJ2VFatcHwaCo=
=03Hh
-END PGP SIGNATURE-


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



Bug#408846: add nsis support

2007-01-28 Thread Michal Čihař
Package: cmake
Version: 2.4.5-1
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

as Debian contains nsis, it would be nice to have support for it also in
CPack. I've made patch add nsis packing support (and I also submitted it
to upstream [1]. If you would be willing to include this patch it package, 
I'd be happy.

[1]: http://www.cmake.org/Bug/bug.php?op=show&bugid=4376&pos=0

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cmake depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3

cmake recommends no packages.

- -- no debconf information

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

iD8DBQFFvO493DVS6DbnVgQRAuKYAKCoQHN5fKNaBviqHyh5KmFpYpv4HwCgpX3u
E7HTQFAl7aSTAmwEz7pITzg=
=MMTd
-END PGP SIGNATURE-
--- cmake-2.4.5.orig/Source/CPack/cmCPackGenerators.cxx
+++ cmake-2.4.5/Source/CPack/cmCPackGenerators.cxx
@@ -35,10 +35,8 @@
 cmCPackTGZGenerator::CreateGenerator);
   this->RegisterGenerator("STGZ", "Self extracting Tar GZip compression",
 cmCPackSTGZGenerator::CreateGenerator);
-#ifdef _WIN32
   this->RegisterGenerator("NSIS", "Null Soft Installer",
 cmCPackNSISGenerator::CreateGenerator);
-#endif
   this->RegisterGenerator("ZIP", "ZIP file format",
 cmCPackZIPGenerator::CreateGenerator);
   this->RegisterGenerator("TBZ2", "Tar BZip2 compression",
--- cmake-2.4.5.orig/Source/CPack/cmCPackNSISGenerator.cxx
+++ cmake-2.4.5/Source/CPack/cmCPackNSISGenerator.cxx
@@ -29,6 +29,13 @@
 #include 
 #include 
 
+/* NSIS uses different command line syntax on Windows and others */
+#ifdef WIN32
+#define NSIS_OPT "/"
+#else
+#define NSIS_OPT "-"
+#endif
+
 //--
 cmCPackNSISGenerator::cmCPackNSISGenerator()
 {
@@ -144,6 +151,7 @@
 << std::endl);
   std::vector path;
   std::string nsisPath;
+#ifdef WIN32
   if ( !cmsys::SystemTools::ReadRegistryValue(
   "HKEY_LOCAL_MACHINE\\SOFTWARE\\NSIS", nsisPath) )
 {
@@ -156,6 +164,7 @@
 return 0;
 }
   path.push_back(nsisPath);
+#endif
   nsisPath = cmSystemTools::FindProgram("makensis", path, false);
   if ( nsisPath.empty() )
 {
@@ -163,7 +172,7 @@
   << std::endl);
 return 0;
 }
-  std::string nsisCmd = "\"" + nsisPath + "\" /VERSION";
+  std::string nsisCmd = "\"" + nsisPath + "\" " NSIS_OPT "VERSION";
   cmCPackLogger(cmCPackLog::LOG_VERBOSE, "Test NSIS version: "
 << nsisCmd.c_str() << std::endl);
   std::string output;


Bug#409457: sonata: New upstream version available

2007-02-04 Thread Michal Čihař
Hi

On Sat, 03 Feb 2007 13:35:56 +0100
Eduard Bloch <[EMAIL PROTECTED]> wrote:

> version 1.0 has been released about a week ago, and some new packages of
> sonata are already available on http://packages.matt-good.net/ , please
> upgrade the Debian package soon.
> 
> Also note that it seems to need to adapt Suggests, since it complains
> about some missing libraries now:
> 
> Taglib and tagpy not found, tag editing support disabled.
> SOAPpy not found, fetching lyrics support disabled.
> /tmp/sonata-1.0/sonata.py:2503: GtkWarning: gdk_pixbuf_new_subpixbuf:
> assertion `src_y >= 0 && src_y + height <= src_pixbuf->height' failed
>   pix1 = pix.subpixbuf(0, 0, 51, 77)
>   /tmp/sonata-1.0/sonata.py:2504: GtkWarning: gdk_pixbuf_new_subpixbuf:
>   assertion `src_x >= 0 && src_x + width <= src_pixbuf->width' failed
> pix2 = pix.subpixbuf(51, 0, 26, 77)

I know about this and I didn't want to touch package because of freeze.
I will upload new version probably after release.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#409457: sonata: New upstream version available

2007-02-04 Thread Michal Čihař
Hi

On Sun, 04 Feb 2007 18:38:50 +0100
"Eduard Bloch" <[EMAIL PROTECTED]> wrote:

> Sorry, what has the Freeze of Etch to do with an important upgrade in Sid? 
> New upstream versions are not moving into testing anymore. And if you 
> discover another RC bug worthy to be fixed in the Etch version while Sid has 
> 1.0... well, guess why testing-proposed-updates is good for.
> 
> And with important I mean important: the 0.9 version freezes sometimes on 
> exit due to threading bugs. See changelog.

I know all this, I just hoped that after release will DAM have time
for creating my account and I will not have to beg some sponsor for
upload. Anyway as the release is probably not that close, I will go the
usual sponsor way...

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#419367: wammu: segfault on retrieve messages; samsung SGH X160

2007-04-16 Thread Michal Čihař
Hi

On Sun, 15 Apr 2007 16:06:42 +0530
"Mahesh T. Pai" <[EMAIL PROTECTED]> wrote:

> Sending the log file created in /tmp/ as per the message.
> 
> Willing to provide more info, if you tell me how to find it.

Can you please rebuild gammu with attached patch and test, whether it
will work?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com
Index: ChangeLog
===
--- ChangeLog	(revision 478)
+++ ChangeLog	(working copy)
@@ -53,6 +53,7 @@
 [-] * Increse limits for SMS backups (this requires dynamic allocation).
 [!] * Development switched to Subversion, see README for details.
 [-] * Detect Motorola Bluetooth port (Daniel Gimpelevich).
+[-] * Fixup AT driver to work with Samsung SGH X160.
 
 20070403 - 1.10.2
 [-] * Fixed crash on LMB export/import (bug #261).
Index: common/phone/at/atgen.c
===
--- common/phone/at/atgen.c	(revision 474)
+++ common/phone/at/atgen.c	(working copy)
@@ -1717,7 +1717,39 @@
 	switch (Priv->ReplyState) {
 	case AT_Reply_OK:
 		smprintf(s, "SMS status received\n");
-		start = strstr(msg.Buffer, "+CPMS: ") + 7;
+		start = strstr(msg.Buffer, "+CPMS: ");
+		/*
+		 * Samsung formats this different way, sample response:
+		 * 1 "AT+CPMS="SM","SM""
+		 * 2 "+CPMS:"SM",3,30,"SM",3,30,"SM",3,30"
+		 * 3 "OK"
+		 */
+		if (start == NULL) {
+			start = strstr(msg.Buffer, "+CPMS:\"") + 6;
+			current+=ATGEN_ExtractOneParameter(start+current, buffer);
+			if (strcmp(buffer, "\"ME\"") == 0) {
+current+=ATGEN_ExtractOneParameter(start+current, buffer);
+SMSStatus->PhoneUsed = atoi(buffer);
+current+=ATGEN_ExtractOneParameter(start+current, buffer);
+SMSStatus->PhoneSize = atoi(buffer);
+smprintf(s, "Used : %i\n",SMSStatus->PhoneUsed);
+smprintf(s, "Size : %i\n",SMSStatus->PhoneSize);
+return ERR_NONE;
+			} else if (strcmp(buffer, "\"SM\"") == 0) {
+current+=ATGEN_ExtractOneParameter(start+current, buffer);
+SMSStatus->SIMUsed = atoi(buffer);
+current+=ATGEN_ExtractOneParameter(start+current, buffer);
+SMSStatus->SIMSize = atoi(buffer);
+smprintf(s, "Used : %i\n",SMSStatus->SIMUsed);
+smprintf(s, "Size : %i\n",SMSStatus->SIMSize);
+return ERR_NONE;
+			} else {
+smprintf(s, "Unknown memory: %s\n", buffer);
+return ERR_UNKNOWNRESPONSE;
+			}
+		}
+		/* Skip +CPMS: */
+		start += 7;
 		if (strstr(msg.Buffer,"ME")!=NULL) {
 			SMSStatus->PhoneUsed 	= atoi(start);
 			current+=ATGEN_ExtractOneParameter(start+current, buffer);
@@ -3991,6 +4023,8 @@
 return ATGEN_HandleCMSError(s);
 	case AT_Reply_CMEError:
 	return ATGEN_HandleCMEError(s);
+	case AT_Reply_Error:
+		return ERR_NOTSUPPORTED;
 default:
 break;
 	}


signature.asc
Description: PGP signature


Bug#419944: segfault on connection setup

2007-04-19 Thread Michal Čihař
Hi

On Wed, 18 Apr 2007 19:25:30 +0200
maximilian attems <[EMAIL PROTECTED]> wrote:

> thanks to the planet post got curious to test it out with
> a sony ericsson k750i. configuration was not easy as
> latest testing bluez-gnome seems old..

Yes bluetooth seems to be a bit tricky, unfortunately I don't use it so
I can not much help in this area...

> anyway with some guided help wammu crashes.

In which operation did it crash?

> see below the tmpfile log and the strace,
> in the case that you want a gdb backtrace just ping.

I see only strace attached, can you please also include log which wammu
kept in tmp?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#419984: init script assumes sysv-rc

2007-04-19 Thread Michal Čihař
Package: dbus
Version: 1.0.2-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

current init script of dbus wrongly assumes that user have to use
sysv-rc. This fails with file-rc because there is nothing like
/etc/rc${r}.d/S??*:

# /etc/init.d/dbus restart
grep: /etc/rc2.d/S??*: No such file or directory
Stopping network events dispatcher: NetworkManagerDispatcher.
Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Stopping network connection manager: NetworkManager.
Stopping DHCP D-Bus daemon: dhcdbd.
Stopping Hardware abstraction layer: hald.
Stopping system message bus: dbus.
Starting system message bus: dbus.
Starting Hardware abstraction layer: hald.
Starting DHCP D-Bus daemon: dhcdbd.
Starting network connection manager: NetworkManager.
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Starting network events dispatcher: NetworkManagerDispatcher.
grep: /etc/rc2.d/S??*: No such file or directory

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


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

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

Versions of packages dbus depends on:
ii  adduser   3.102  Add and remove users and groups
ii  debianutils   2.18   Miscellaneous utilities specific t
ii  libc6 2.5-2  GNU C Library: Shared libraries
ii  libdbus-1-3   1.0.2-4simple interprocess messaging syst
ii  libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

dbus recommends no packages.

- -- no debconf information

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

iD8DBQFGJxh63DVS6DbnVgQRAhghAJ4/LTjGuWMj4SxflD2E+bpejD7S4gCgky0J
tHPdvtkd568NXsx88y+2Xro=
=uazn
-END PGP SIGNATURE-




Bug#419984: [Pkg-utopia-maintainers] Bug#419984: init script assumes sysv-rc

2007-04-20 Thread Michal Čihař
Hi

On Thu, 19 Apr 2007 22:32:50 +0200
Michael Biebl <[EMAIL PROTECTED]> wrote:

> could you please test and review the attached patch (against
> /etc/init.d/dbus) and tell me if it works for you.
> 
> Add the following stanza to some of you init scripts
> 
> ### BEGIN INIT INFO
> # Required-Start:dbus
> ### END INIT INFO
> 
> and check if "/etc/init.d/dbus restart" stops and starts them in the
> correct order.

There is only small typo in patch, - should be at the end of chars
listing in regexp, otherwise it works. Updated diff attached.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com
--- /tmp/dbus	2007-04-20 08:59:51.0 +0200
+++ init.d/dbus	2007-04-20 09:04:21.0 +0200
@@ -67,7 +67,15 @@
   fi
 
   # Get the list of services active in this runlevel
-  services=$(grep -l "^# Required-Start:.*dbus" /etc/rc${r}.d/S??* | sort $param)
+  if [ -d /etc/rc${r}.d/ ] ; then # sysv-rc
+services=$(grep -l "^# Required-Start:.*dbus" /etc/rc${r}.d/S??* | sort $param)
+  elif [ -f /etc/runlevel.conf ] ; then # file-rc
+list=$(grep -l "^# Required-Start:.*dbus" /etc/init.d/*)
+services=$( for i in $list ; do
+  grep -E "^[[:digit:]]{2}[[:space:]]+[0-9,S-]+[[:space:]]+.*${r}.*[[:space:]]+${i}$" /etc/runlevel.conf
+done  | sort $param | cut -f5 )
+  fi
+  
 
   # Start the services in the correct order
   for i in $services ; do


signature.asc
Description: PGP signature


Bug#419944: segfault on connection setup

2007-04-23 Thread Michal Čihař
Hi

On Fri, 20 Apr 2007 19:03:07 +0200
maximilian attems <[EMAIL PROTECTED]> wrote:

> On Thu, Apr 19, 2007 at 08:56:56AM +0200, Michal ??iha?? wrote:
> > In which operation did it crash?
> 
> immediately when i allow the connection on the phone itself.
>  
> > > see below the tmpfile log and the strace,
> > > in the case that you want a gdb backtrace just ping.
> > 
> > I see only strace attached, can you please also include log which wammu
> > kept in tmp?
> 
> uuups, sure
> 
> cat /tmp/wammuc5L3Hh.log
> Setting speed to 19200
> [Module   - "auto"]
> Escaping SMS mode

This looks really weird, are you using libgammu1 from official Debian
repositories?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#419944: segfault on connection setup

2007-04-24 Thread Michal Čihař
On Mon, 23 Apr 2007 23:34:41 +0200
maximilian attems <[EMAIL PROTECTED]> wrote:

> sure:
>  dpkg -l libgammu1 | grep ^ii
>  ii  libgammu1  1.10.0-2   Mobile phone management library
> 

Okay, then I have only idea: Can you please install libgammu1-dbg (it
will be available in archives as soon as it goes through NEW queue, or
it is in my personal repository at <http://debian.cihar.com/>) and
obtain backtrace from the segfault.

To get backtrace using gdb use following commands:

$ gdb python
(gdb) r /usr/bin/wammu

When program crashes, issue bt command on gdb prompt.

Thanks for help with debugging this issue.
-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#419944: segfault on connection setup

2007-04-24 Thread Michal Čihař
On Tue, 24 Apr 2007 15:45:19 +0200
maximilian attems <[EMAIL PROTECTED]> wrote:

> On Tue, 24 Apr 2007, Michal ??iha?? wrote:
> 
> > Okay, then I have only idea: Can you please install libgammu1-dbg (it
> > will be available in archives as soon as it goes through NEW queue, or
> > it is in my personal repository at <http://debian.cihar.com/>) and
> > obtain backtrace from the segfault.
> 
> ok i'm still not yet on latest libc6 (testing) so i'll wait for
> the dust to settle and will fetch when installable..
> 
> saw an message on lkml related to gammu that might be related
> -> http://www.ussg.iu.edu/hypermail/linux/kernel/0704.3/0127.html
> using trunk of debian kernel builds, see apt lines
> -> http://wiki.debian.org/DebianKernel

Thanks for this hint, I will try Gammu with this kernel and fix
segfault (however I'm not sure if I'll be able to make it work).

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#419944: segfault on connection setup

2007-04-24 Thread Michal Čihař
Hi

On Tue, 24 Apr 2007 15:45:19 +0200
maximilian attems <[EMAIL PROTECTED]> wrote:

> ok i'm still not yet on latest libc6 (testing) so i'll wait for
> the dust to settle and will fetch when installable..
> 
> saw an message on lkml related to gammu that might be related
> -> http://www.ussg.iu.edu/hypermail/linux/kernel/0704.3/0127.html
> using trunk of debian kernel builds, see apt lines
> -> http://wiki.debian.org/DebianKernel

I just fixed this issue in Gammu upstream, however I want it to
receive some more testing, so I'm not going to upload new version to
Debian right now. If you need urgent fix, either rebuild gammu with
patch[1] or downgrade kernel.

[1]:http://viewsvn.cihar.com/viewvc.cgi/gammu/trunk/common/device/serial/ser_unx.c?r1=546&r2=545&pathrev=546

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#385476: segfault when displaying mysql changelog

2006-08-31 Thread Michal Čihař
Package: aptitude
Version: 0.4.2-1
Severity: normal

Hi

when I'm trying to view changelog of any binary package built from
mysql-dfsg-5.0, I get segfault. This happens on amd64 and not on i386.
Other changelogs seem to work fine.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3. 0.6.45  Advanced front-end for dpkg
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libncursesw5 5.5-2   Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a   2.0.16-3type-safe Signal Framework for C++
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do  (no description available)

-- no debconf information


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



Bug#385475: syntax error in script

2006-08-31 Thread Michal Čihař
Package: tiger
Version: 1:3.2.1-32
Severity: important
Tags: patch

Hi

there is syntax error in /usr/lib/tiger/scripts/check_rootkit:

/tmp/check_rootkit: 183: Syntax error: newline unexpected (expecting ")")

Attached patch fixes it.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages tiger depends on:
ii  binutils 2.17-2  The GNU assembler, linker and bina
ii  coreutils5.97-4  The GNU core utilities
ii  debconf [debconf-2.0]1.5.3   Debian configuration management sy
ii  diff 2.8.1-11File comparison utilities
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  net-tools1.60-17 The NET-3 networking toolkit

Versions of packages tiger recommends:
pn  chkrootkit (no description available)
ii  exim4-daemon-light [mail-tran 4.63-3 lightweight exim MTA (v4) daemon
pn  john   (no description available)

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:
--- /tmp/check_rootkit  2006-08-31 16:03:52.0 +0200
+++ /usr/lib/tiger/scripts/check_rootkit2006-08-31 16:04:02.0 
+0200
@@ -180,7 +180,6 @@
message ALERT rootkit005a "" "Chkrootkit has found a file which 
seems to be infected because of a rootkit"
 message ALERT rootkit009a "" "A rootkit seems to be installed 
in the system"
echo $line ;;
-   ;;
esac
 
done


Bug#385391: Fix bashism

2006-09-01 Thread Michal Čihař
Package: grub
Version: 0.97-14
Followup-For: Bug #385391

Hi

Attached patch to fix bashisms in this script.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information
--- /tmp/update-grub2006-09-01 12:00:49.0 +0200
+++ /sbin/update-grub   2006-09-01 12:01:54.0 +0200
@@ -15,11 +15,11 @@
 fi
 
 if [ -x /usr/sbin/update-grub.real ]; then
-   if [ "$0" == "/sbin/update-grub" ]; then
+   if [ "$0" = "/sbin/update-grub" ]; then
echo "You shouldn't call /sbin/update-grub. Please call 
/usr/sbin/update-grub instead!"
echo
fi
-   exec -a update-grub /usr/sbin/update-grub.real $*
+   exec /usr/sbin/update-grub.real $*
 else
echo "Your /usr is broken, please fix it before call this wrapper!"
 fi


Bug#385606: package contains no plugin

2006-09-01 Thread Michal Čihař
Package: sylpheed-claws-gtk2-html2-viewer
Version: 2.5.0~rc2-1
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

after upgrade, html viewer plugin was lost as it is not contained in
package, it contains only locales, man page and documentation.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages sylpheed-claws-gtk2-html2-viewer depends on:
ii  sylpheed-claws-gtk2  2.5.0~rc2-2 Fast, lightweight and user-friendl

sylpheed-claws-gtk2-html2-viewer recommends no packages.

- -- no debconf information

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

iD8DBQFE+EM13DVS6DbnVgQRAj6NAKDZjGwSIadUqS2W8tLGOEBkCH0sWwCgxHsD
96saxEMohDIWwZ8CJh+Jbf8=
=ETeL
-END PGP SIGNATURE-


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



Bug#386520: POST with FastCGI seems to be broken

2006-09-08 Thread Michal Čihař
Package: lighttpd
Version: 1.4.12~20060907-1
Severity: normal

Hi

After upgrading to 1.4.12~20060907-1 POST request to PHP5 scripts
running through FastCGI lead to timeout or take incredibly long and PHP
script doesn't seem to get POST variables.

I downgraded back to 1.4.11-7 and it seems to work fine now, so I expect
the problem is in lighttpd.

I'm not able to produce problem with same configuration on i386 so the
problem might be amd64 only.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages lighttpd depends on:
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpcre36.4-2Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8b-3 SSL shared libraries
ii  lsb-base3.1-15   Linux Standard Base 3.1 init scrip
ii  mime-support3.37-1   MIME files 'mime.types' & 'mailcap
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages lighttpd recommends:
ii  php5-cgi  5.1.6-1server-side, HTML-embedded scripti

-- no debconf information


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



Bug#387476: Packages available

2006-10-02 Thread Michal Čihař
Hi

On Fri, 29 Sep 2006 19:30:17 +0200
Andreas Metzler <[EMAIL PROTECTED]> wrote:

> On 2006-09-21 Michal Čihař <[EMAIL PROTECTED]> wrote:
> > as I already wrote to Aníbal who offered sponsorship, updated package
> > is available:
> 
> > Thanks, new package is available on mentors.debian.net [1]:
> > - URL: http://mentors.debian.net/debian/pool/main/n/nanoblogger
> [...]
> 
> Michal,
> if you have got troubles finding a sponsor (e.g. because Anibal is
> busy) just send me a mail.

It looks like it is this case, at least I didn't get reply from him so
far. I didn't yet try mentors list as I was anyway offline last week.
So you're welcome if you can upload it.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#362216: Package available

2006-10-02 Thread Michal Čihař
Hi

On Sun, 24 Sep 2006 16:07:14 +0100
James Westby <[EMAIL PROTECTED]> wrote:

> You should send this message to debian-mentors@lists.debian.org if you
> want to find a sponsor, more people will see it there.

I already sent it there twice, I only wanted to update bug status that
the package is available.

> I am ignorant about this package, could you tell me whether the source
> is included?

What do you exactly mean by source? Packaging only moves dictionary to
correct location. The source tarball only contains those dictionaries.

BTW: I'm also the one who provides dictionary data [1] which are
converted from CSV data available from the project [2].

[1]: http://cihar.com/software/slovnik/
[2]: http://slovnik.zcu.cz/

> You should add a copyright and license statement about the Debian
> packaging to debian/copyright. See 
> http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html
> 
> You don't need the configure target in debian/rules.

Thanks for suggestions, I will fix those with next upload (today or
tomorrow).

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#390417: Crash on first start after update

2006-10-02 Thread Michal Čihař
Package: mpd
Version: 0.12.0-1
Followup-For: Bug #390417

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After upgrade, on init script run, I got mentioned error message:

mpd: /tmp/buildd/mpd-0.12.0/./src/utils.c:126: xmalloc: Assertion 
`__builtin_expect (!!(size), 1)' failed.

Because of this MPD fails to start using init script.

If you're interested in file causing this error, it is (temporarily)
available on my server: http://new.cihar.com/05-Poluce.mp3

- -- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mpd depends on:
ii  libao20.8.6-4Cross Platform Audio Output Librar
ii  libasound21.0.12-1   ALSA library
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libflac7  1.1.2-5Free Lossless Audio Codec - runtim
ii  libid3tag00.15.1b-8  ID3 tag reading library from the M
ii  libmad0   0.15.1b-2.1MPEG audio decoder library
ii  libmikmod23.1.11-a-6 A portable sound library
ii  libmpcdec31.2.2-1Musepack (MPC) format library
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libshout3 2.2.2-1MP3/Ogg Vorbis broadcast streaming
ii  libspeex1 1.1.12-2   The Speex Speech Codec
ii  libtheora00.0.0.alpha7-1 The Theora Video Compression Codec
ii  libvorbis0a   1.1.2-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2-1The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2-1The Vorbis General Audio Compressi
ii  zlib1g1:1.2.3-13 compression library - runtime

mpd recommends no packages.

- -- no debconf information

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

iD8DBQFFIQNK3DVS6DbnVgQRAjOLAKDoLp5kFhTBIq7d8d+rV1sewiSMNQCfaOVX
RMvObF5NEV8FHgZcihypkVM=
=CJhg
-END PGP SIGNATURE-


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



Bug#390118: [EMAIL PROTECTED]: Re: Bug#390118: stardict: segfault]

2006-10-02 Thread Michal Čihař
Hi

On Sat, 30 Sep 2006 17:22:05 +0200
Paolo <[EMAIL PROTECTED]> wrote:

> please have a look at this bug#390118 against stardict in Sarge, seems 
> the .deb you provide is in a format not compat with that version.
> It is suggested that you make it depend on stardict|sdcv >= [min vsr known 
> to work].

I saw simmilar problem once I updated dictionary and sdcv. It still did
use old cache files in home directory. After deleting cache, crash went
away. I thought I compiled sdcv wrongly, but maybe it's more generic
issue when sdcv and/or dictionary is updated.

Can cache format depend on compiler?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#390692: mysql_config return not needed libraries

2006-10-02 Thread Michal Čihař
Package: libmysqlclient15-dev
Version: 5.0.24a-5
Severity: normal
File: /usr/bin/mysql_config

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

mysql_config --libs (and --libs_r) show libraries which are in fact not
needed for dynamic linkage against libmysqlclient. As there is currently
ongoing effort to remove not needed dependencies [1], fixing mysql_config
not to include those will help several packages to get rid of them.

Not directly needed deps are:

- -lz -lcrypt -lnsl -lm 

You can see example overhead deps on gammu report page [2].

[1]: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html
[2]: http://rerun.lefant.net/checklib/log.gammu_1.08.00-1.html

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libmysqlclient15-dev depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libmysqlclient15off  5.0.24a-5   mysql database client library
ii  zlib1g-dev   1:1.2.3-13  compression library - development

libmysqlclient15-dev recommends no packages.

- -- no debconf information

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

iD8DBQFFITK73DVS6DbnVgQRAszvAKDUSs6K7A0H1JYY+g6ew03dia2LewCfeZA8
SecxbryOFsxYx1alqs7oXhA=
=NsAB
-END PGP SIGNATURE-


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



Bug#362216: Package available

2006-10-03 Thread Michal Čihař
Hi

On Mon, 2 Oct 2006 20:23:24 +0100
James Westby <[EMAIL PROTECTED]> wrote:

> Ok, so by source I probably meant these CSV files, what the GPL calls
> "preferred form of modification". If the package is GPL (I forget) then
> this is required to be distributable.

It's GNU FDL (and thus targeted to non-free) and there is AFAIK no such
condition there.

> My concerns were raised due to the fact that the source package only
> contains binary files, so it is unlikely that is the format they are
> edited in.

Well data is edited online in MySQL database, any other format is just
export from it.

There would be also slight problem with CSV sources that they stay on
upstream server only for one day, so checksum can not be verified.

Anyway I'm open to change, I will probably ask on -mentors for more
opinions.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#391599: nanoblogger: no longer askes for name or title before invoking $EDITOR

2006-10-09 Thread Michal Čihař
Hi

On Sat, 07 Oct 2006 09:53:00 -0400
Angelina Carlton <[EMAIL PROTECTED]> wrote:

> When I run nb -b public_html -a 
> I used to get asked the authors name, which was supplied via blog.conf
> and then asked for a title, after which, nb invokes emacs and I type my
> blog.
> 
> Now running nb -b public_html -a dumps me immediately into emacs and in
> my editor I see:
> 
> ,
> | TITLE: 
> | AUTHOR: æc♥
> | DATE: 
> | DESC: 
> | FORMAT: raw
> | -
> | BODY:
> | 
> | -
> `
> 
> Only the Author field is filled in for me. Even the date is now left
> out.
> In past versions I would only even see these fields with the -e option,
> normally I am given a nice empty buffer to type my entry. 

New nanoblogger release. As described in README, you can get old
behaviour by using articles_text instead of articles_meta plugin.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#391965: wrong key name display

2006-10-09 Thread Michal Čihař
Package: update-manager
Version: 0.42.2ubuntu22-5
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

as my name is non-ascii and I have my repository signed with my key, I'd
like to see it correctly in "Software Preferences" :-).

It looks like it takes unicode chars from gnupg and displays them byte
by byte what obviously breaks them.

- -- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages update-manager depends on:
ii  libgnome2-perl1.040-1Perl interface to the GNOME librar
ii  lsb-release   3.1-17 Linux Standard Base version report
ii  python2.4.3-11   An interactive high-level object-o
ii  python-apt0.6.19 Python interface to libapt-pkg
ii  python-glade2 2.8.6-6GTK+ bindings: Glade support
ii  python-gnome2 2.12.4-5   Python bindings for the GNOME desk
ii  python-gnupginterface 0.3.2-9Python interface to GnuPG (GPG)
ii  python-support0.5.3  automated rebuilding support for p
ii  synaptic  0.57.11Graphical package manager

update-manager recommends no packages.

- -- no debconf information

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

iD8DBQFFKm3M3DVS6DbnVgQRAqL1AKCOpW2zuE2+iDbxZadkS/LuRzsZZACgvG9d
0I0+V3xpl7jt11TU/W+/Wy8=
=ZtwH
-END PGP SIGNATURE-


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



Bug#391963: Does not find libz

2006-10-09 Thread Michal Čihař
Package: hardinfo
Version: 0.4.1-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

Zlib benchmark tries to find libz in /lib, but on Debian system it is
istalled in /usr/lib (and libz.so is part of -devel package). Hardinfo
should be patched to look for /usr/lib/libz.so.1 (it will anyway will
most likely break on ABI change).

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hardinfo depends on:
ii  libatk1.0-0   1.12.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-5GNU C Library: Shared libraries
ii  libcairo2 1.2.4-1The Cairo 2D vector graphics libra
ii  libfontconfig12.4.1-2generic font configuration library
ii  libglib2.0-0  2.12.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.14.5-1   Layout and rendering of internatio
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-4  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-3  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  pciutils  1:2.2.4~pre4-1 Linux PCI Utilities

hardinfo recommends no packages.

- -- no debconf information

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

iD8DBQFFKmwl3DVS6DbnVgQRAuyYAKDYD155wVrmPeyhPJFoN+grl6iIHwCfdIEl
129/ZNnOb9GrXf7clBWB2cY=
=5VfW
-END PGP SIGNATURE-


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



Bug#387476: I can maybe take this

2006-09-15 Thread Michal Čihař
As I use it (almost) daily, I could maintain it. However as I'm not yet
DD I would need a sponsor, so if some of DDs is interested, feel free to
take this.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#388409: Warning while importing

2006-09-20 Thread Michal Čihař
Package: gonzui
Version: 1.2-1
Severity: minor

Hi

when I import tarball into gonzui, I get following warnings:

/usr/lib/ruby/1.8/langscan/_easyscanner.rb:21: warning: regexp has invalid 
interval
/usr/lib/ruby/1.8/langscan/_easyscanner.rb:21: warning: regexp has `}' without 
escape

they are not critical, but break progressbar display.

-- 
    Michal Čihař | http://cihar.com | http://blog.cihar.com


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gonzui depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libdb4.2-ruby1.8 0.5.8-1 Interface to Berkeley DB for Ruby 
pn  libiconv-ruby1.8   (no description available)
ii  libruby1.8 [libzlib-ruby1.8] 1.8.4-5 Libraries necessary to run Ruby 1.
pn  libstrscan-ruby1.8 (no description available)
pn  libwebrick-ruby1.8 (no description available)
ii  ruby 1.8.2-1 An interpreter of object-oriented 

gonzui recommends no packages.

-- no debconf information


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



Bug#387476: Packages available

2006-09-21 Thread Michal Čihař
Hi

as I already wrote to Aníbal who offered sponsorship, updated package
is available:

Thanks, new package is available on mentors.debian.net [1]:
- URL: http://mentors.debian.net/debian/pool/main/n/nanoblogger
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/n/nanoblogger/nanoblogger_3.3~rc5-1.dsc

The lintian error shown there is caused by old lintian version which 
yet does not accept ~ in version.

1. 
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=nanoblogger

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#362216: Package available

2006-09-22 Thread Michal Čihař
Package is available on mentors.debian.net, I'm looking for sponsor.

I am looking for a sponsor for my package "stardict-english-czech".

* Package name: stardict-english-czech
  Version : 20060901-1
  Upstream Author : Milan Svoboda <[EMAIL PROTECTED]> and many other 
contributors
* URL : http://cihar.com/software/slovnik
* License : GNU FDL (with invariant sections)
  Section : non-free/text

It builds these binary packages:
stardict-english-czech - Stardict package for English-Czech dictionary

The package is lintian clean and very easy to review.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/non-free/s/stardict-english-czech
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/non-free/s/stardict-english-czech/stardict-english-czech_20060901-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#394201: ITP: sonata -- GTK+ client for the Music Player Daemon

2006-10-20 Thread Michal Čihař
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: sonata
  Version : 0.8.1
  Upstream Author : Scott Horowitz <[EMAIL PROTECTED]>
* URL : http://sonata.berlios.de/
* License : GPL
  Programming Lang: Python
  Description : GTK+ client for the Music Player Daemon

Sonata is a lightweight GTK+ music client for the Music Player Daemon
(MPD).
It aims to be efficient (no toolbar, main menu, or statusbar),
user-friendly, and clean.


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

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

iD8DBQFFOJuw3DVS6DbnVgQRAj+AAKClN4er375RUvSs9VzJXcuSDsDNJwCbB+d5
sZB6xvR71/Wg+/ADFTB5p4k=
=EvDg
-END PGP SIGNATURE-


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



  1   2   3   4   5   6   7   8   9   10   >