Bug#595716: rebuildd daemon dies - sqlobject.dberrors.OperationalError: database is locked

2010-09-05 Thread Rafal Krypa
Package: rebuildd
Version: 0.3.10
Severity: important

When building multiple jobs, rebuildd daemon die occasionally. The problem does
not happen whet max_jobs = 1.
Below is the traceback appearing in rebuildd.log:

Traceback (most recent call last):
  File /usr/sbin/rebuildd, line 50, in module
Rebuildd().daemon()
  File /usr/lib/pymodules/python2.6/rebuildd/Rebuildd.py, line 78, in daemon
self.loop()
  File /usr/lib/pymodules/python2.6/rebuildd/Rebuildd.py, line 369, in loop
self.get_new_jobs()
  File /usr/lib/pymodules/python2.6/rebuildd/Rebuildd.py, line 163, in 
get_new_jobs
job.status = JobStatus.WAIT_LOCKED
  File /usr/lib/pymodules/python2.6/rebuildd/Job.py, line 64, in __setattr__
self.status_changed = sqlobject.DateTimeCol.now()
  File /usr/lib/pymodules/python2.6/rebuildd/Job.py, line 65, in __setattr__
sqlobject.SQLObject.__setattr__(self, name, value)
  File string, line 1, in lambda
  File /usr/lib/python2.6/dist-packages/sqlobject/main.py, line 1050, in 
_SO_setValue
dbValue)])
  File /usr/lib/python2.6/dist-packages/sqlobject/dbconnection.py, line 517, 
in _SO_update
self.sqlrepr(so.id)))
  File /usr/lib/python2.6/dist-packages/sqlobject/dbconnection.py, line 343, 
in query
return self._runWithConnection(self._query, s)
  File /usr/lib/python2.6/dist-packages/sqlobject/dbconnection.py, line 256, 
in _runWithConnection
val = meth(conn, *args)
  File /usr/lib/python2.6/dist-packages/sqlobject/dbconnection.py, line 340, 
in _query
self._executeRetry(conn, conn.cursor(), s)
  File /usr/lib/python2.6/dist-packages/sqlobject/sqlite/sqliteconnection.py, 
line 183, in _executeRetry
raise OperationalError(ErrorMessage(e))
sqlobject.dberrors.OperationalError: database is locked



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (60, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.utf8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551876: robocode: Outdated regexp in debian/watch prevents uscan from seeing new upstream versions

2009-10-21 Thread Rafal Krypa
Package: robocode
Version: 1.6.2+dfsg-2
Severity: minor
Tags: patch

An upstream author has changes naming convention for source tarballs.


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

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

Versions of packages robocode depends on:
ii  libbcel-java  5.2-6  Analyze, create, and manipulate (b
ii  sun-java6-jre [java2-runtime] 6-16-1 Sun Java(TM) Runtime Environment (

Versions of packages robocode recommends:
ii  sun-java6-jdk [java2-compiler 6-16-1 Sun Java(TM) Development Kit (JDK)

Versions of packages robocode suggests:
ii  robocode-doc1.6.2+dfsg-2 Java programming game based on bat

-- no debconf information
diff --git a/debian/watch b/debian/watch
index 213dfc6..decb547 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+dfsg// \
-http://sf.net/robocode/robocode-src-([\d\.]+)\.zip
+http://sf.net/robocode/robocode-([\d\.]+)-src\.zip


Bug#494362: smplayer: Ignores subtitles font settings

2008-08-08 Thread Rafal Krypa
Package: smplayer
Version: 0.6.1-1
Severity: normal

Steps to reproduce:
* set following settings:
  - Subtitles font = Arial
  - Autoscale = None
  - Default scale for normal subtitles = 26
  - Default scale for SSA/ASS subtitles = 26
  - Uncheck the Use SSA/ASS library option
  - Set the autosave MPlayer log to file option to some reasonable
path
* play some movie with subtitles (I tried both external subtitles and
  .mkv files)

According to log file and visual experience, mplayer will be run with
option -subfont-text-scale 5, no matter what I set in above options.
Enabling SSA/ASS library causes smplayer to use -ass-font-scale 1,
again ignoring font scale settings.


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

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

Versions of packages smplayer depends on:
ii  libc6   2.7-13   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-2GCC support library
ii  libqt4-network  4.4.0-4  Qt 4 network module
ii  libqtcore4  4.4.0-4  Qt 4 core module
ii  libqtgui4   4.4.0-4  Qt 4 GUI module
ii  libstdc++6  4.3.1-2  The GNU Standard C++ Library v3
ii  mplayer 1:1.0.rc2svn20080706-0.1 The Ultimate Movie Player For Linu
ii  smplayer-transl 0.6.1-1  complete front-end for MPlayer - t

Versions of packages smplayer recommends:
ii  smplayer-themes0.1.15.dfsg-1 complete front-end for MPlayer - i

smplayer suggests no packages.

-- no debconf information



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



Bug#491708: libibatis-java: Include missing DTD files in the JAR archive.

2008-07-21 Thread Rafal Krypa
Package: libibatis-java
Version: 2.3.2.715-1
Severity: grave

SqlMapClasspathEntityResolver uses two DTD files, sql-map-config-2.dtd
and sql-map-2.dtd, expected to be located in
com/ibatis/sqlmap/engine/builder/xml/.
If not found there, they are fetched from ibatis web site for every sql
map file processed.
Please include these files in jar, as this seriously degrades
application start time and makes ibatis unusable in environment without
Internet connection.

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

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

Versions of packages libibatis-java depends on:
ii  sun-java6-jre [java2-runtime] 6-06-1 Sun Java(TM) Runtime Environment (

libibatis-java recommends no packages.

-- no debconf information
diff -urN libibatis-java-2.3.2.715.orig/debian/build.xml 
libibatis-java-2.3.2.715/debian/build.xml
--- libibatis-java-2.3.2.715.orig/debian/build.xml  2008-07-21 
13:37:54.0 +
+++ libibatis-java-2.3.2.715/debian/build.xml   2008-07-21 13:36:46.0 
+
@@ -10,6 +10,7 @@
 mkdir dir=${class.dir}/
 javac srcdir=${source.dir} destdir=${class.dir}
   debug=true source=1.5/
+copydir src=${source.dir} dest=${class.dir} includes=**/*.dtd/
   /target
 
   target name=jar description=o Create the jar depends=compile


Bug#491175: distcc: Please allow configuration of number of slots per CPU in Zeroconf patch.

2008-07-17 Thread Rafal Krypa
Package: distcc
Version: 2.18.3-7.1
Severity: wishlist

At the moment, while using Zeroconf patch, distcc will calculate the
concurrency level for compilation (-j option) as sum(n_cpus * 4) for all
discovered hosts.
The number of slots per CPU is hardcoded into Zeroconf patch in the line
11881:

+ if ((ret = dcc_zeroconf_add_hosts(ret_list, ret_nhosts, 4, ret_prev) != 0))

I find this number a little bit to high, it would be nice to allow
configuration of this parameter.

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

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

Versions of packages distcc depends on:
ii  adduser   3.108  add and remove users and groups
ii  dbus  1.2.1-2simple interprocess messaging syst
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libavahi-client3  0.6.22-3   Avahi client library
ii  libavahi-common3  0.6.22-3   Avahi common library
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libpopt0  1.14-4 lib for parsing cmdline parameters
ii  netbase   4.32   Basic TCP/IP networking system

distcc recommends no packages.

-- debconf information excluded



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



Bug#490009: mediawiki: Outdated debian/watch file.

2008-07-09 Thread Rafal Krypa
Package: mediawiki
Version: 1:1.12.0-2
Severity: minor
Tags: patch

I just wanted to remind you of debian/watch file which seems to be taken
from mediawiki1.7 package and matches against 1.7 upstream version only.

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

Kernel: Linux 2.6.25.9
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mediawiki depends on:
pn  apache2 | httpd   none (no description available)
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  mime-support  3.44-1 MIME files 'mime.types'  'mailcap
pn  php5  none (no description available)
pn  php5-mysql | php5-pgsql   none (no description available)

Versions of packages mediawiki recommends:
pn  mysql-server | postgresql-con none (no description available)
ii  php5-cli  5.2.6-2command-line interpreter for the p
diff -urN mediawiki-1.12.0.orig/debian/watch mediawiki-1.12.0/debian/watch
--- mediawiki-1.12.0.orig/debian/watch  2008-07-09 10:52:40.0 +0200
+++ mediawiki-1.12.0/debian/watch   2008-07-09 10:52:21.0 +0200
@@ -7,5 +7,5 @@
 version=2
 
 # Uncomment to examine a Webserver directory
-http://prdownloads.sourceforge.net/wikipedia/mediawiki-(1\.7\.\d*)\.tar\.gz
+http://download.wikimedia.org/mediawiki/(1\.\d*)/mediawiki-(1\.\d*\.\d*)\.tar\.gz
 


Bug#486509: powertop: Outdated debian/watch

2008-06-16 Thread Rafal Krypa
Package: powertop
Version: 1.9-2
Severity: minor
Tags: patch

From release notes of PowerTOP 1.10:

 Note on the website:
 As of release 1.9, the PowerTOP website is part of the higher level
 lesswatts.org
 website.
 
 To download the new version, go to the new PowerTOP home at
 
   http://www.lesswatts.org/projects/powertop

Please update the debian/watch file to reflect that change.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -urN powertop-1.9.orig/debian/watch powertop-1.9/debian/watch
--- powertop-1.9.orig/debian/watch  2008-06-16 16:37:18.0 +0200
+++ powertop-1.9/debian/watch   2008-06-16 16:35:16.0 +0200
@@ -5,4 +5,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://www.linuxpowertop.org/download/powertop-(.*)\.tar\.gz
+http://www.lesswatts.org/projects/powertop/download/powertop-(.*)\.tar\.gz


Bug#486510: powertop: New upstream version: 1.10

2008-06-16 Thread Rafal Krypa
Package: powertop
Version: 1.9-2
Severity: wishlist

PowerTOP 1.10 has been released few days ago.
Changes according to release notes:

 * USB suspend statistics
 * support for iwl4965 power saving
 * Powertop now reports which C-states are supported by CPU/BIOS
   (requires 2.6.25 or newer kernel).
 * Updated translations: ja, pt_BR, hu, id, zh

Please package the new version.

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

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



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



Bug#478301: totem-gstreamer: Displays every second line of subtitles, when in vplayer format

2008-04-28 Thread Rafal Krypa
Package: totem-gstreamer
Version: 2.22.1-1
Severity: normal

I've checked several subtitles formats and only this one seems to
trigger the bug. When playing video with subtitles in vplayer format
(that's how MPlayer is calling it, I mean time based subtitles in format
HH:MM:SS Text) only odd lines of subtitles are displayed.
I have attached an example, from which lines 'two', 'four' and 'six' are
ommited and not displayed).

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

Kernel: Linux 2.6.24.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages totem-gstreamer depends on:
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.19-1 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.7-3  GStreamer plugin for ESD
ii  gstreamer0.10-gnomevfs 0.10.19-1 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins- 0.10.19-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.7-3  GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.19-1 GStreamer plugins for X11 and Pang
ii  iso-codes  2.0-1 ISO language, territory, currency,
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-2simple interprocess messaging syst
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-3 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.19-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnautilus-extension1 2.20.0-3  libraries for nautilus components 
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  libtotem-plparser102.22.1-1  Totem Playlist Parser library - ru
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l
ii  python2.4  2.4.5-1   An interactive high-level object-o
ii  totem-common   2.22.1-1  Data files for the Totem media pla
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages totem-gstreamer recommends:
ii  gnome-control-center  1:2.22.0-2 utilities to configure the GNOME d
ii  gstreamer0.10-ffmpeg-full [gs 0.10.3-0.1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-ugly0.10.7-3   GStreamer plugins from the ugly 
pn  totem-mozilla none (no description available)
ii  totem-plugins 2.22.1-1   Plugins for the Totem media player

-- no debconf information
00:00:01: one
00:00:02: two
00:00:04: three
00:00:07: four
00:00:11: five
00:00:16: six


Bug#462935: evolution: symbol lookup error: /usr/lib/evolution/2.12/components/libevolution-mail.so: undefined symbol: camel_smime_context_new

2008-01-28 Thread Rafal Krypa
Package: evolution-data-server
Version: 1.12.2-1+b1
Severity: important

Evolution crashes while sending S/MIME signed message with error as
above.

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

Kernel: Linux 2.6.23.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution-data-server depends on:
ii  evolution-data-server 1.12.2-1   architecture independent files for
ii  libbonobo2-0  2.20.3-1   Bonobo CORBA interfaces library
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libcamel1.2-101.12.2-1+b1The Evolution MIME message handlin
ii  libcomerr21.40.3-1   common error description library
ii  libdb4.4  4.4.20-11  Berkeley v4.4 Database Libraries [
ii  libebook1.2-9 1.12.2-1+b1Client library for evolution addre
ii  libecal1.2-7  1.12.2-1+b1Client library for evolution calen
ii  libedata-book1.2-21.12.2-1+b1Backend library for evolution addr
ii  libedata-cal1.2-6 1.12.2-1+b1Backend library for evolution cale
ii  libedataserver1.2-9   1.12.2-1+b1Utility library for evolution data
ii  libegroupwise1.2-13   1.12.2-1+b1Client library for accessing group
ii  libgconf2-4   2.20.1-2+b1GNOME configuration database syste
ii  libglib2.0-0  2.14.5-2   The GLib library of C routines
ii  libgnome2-0   2.20.1.1-1 The GNOME 2 library - runtime file
ii  libgnomevfs2-01:2.20.1-1 GNOME Virtual File System (runtime
ii  libgnutls13   2.0.4-1the GNU TLS library - runtime libr
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.7-3OpenLDAP libraries
ii  liborbit2 1:2.14.10-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsoup2.2-8  2.2.104-1  an HTTP library implementation in 
ii  libxml2   2.6.30.dfsg-3.1GNOME XML library
ii  zlib1g1:1.2.3.3.dfsg-8   compression library - runtime

evolution-data-server recommends no packages.

-- no debconf information



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



Bug#452085: cacti: New upstream release (0.8.7a) with important security fix

2007-11-20 Thread Rafal Krypa
Package: cacti
Version: 0.8.7-1
Severity: grave
Tags: security
Justification: user security hole

Quoting release notes (http://www.cacti.net/release_notes_0_8_7a.php):

Release Notes - 0.8.7a

Important Security Fixes

  * Possible SQL injection issue was resolved.

Important Bug Fixes

   * Additional support for RRDTool graph minimum and maximum Y-axis
   * limits added for RRDTool 1.2.x.
   * Support for opacity and alpha added for RRDTool 1.2.x.
   * Support for si units with logarithmic scaling added for
   * RRDtool 1.2.x
   * Fixed issues with cron interval detection that was causing
 issues with polling intervals less than 5 minutes.
   * User manager now allows usernames with spaces and dashes.

Upgrade Notes

   From the release of 0.8.7 and forward Cactid will now be
   known as Spine. If you are currently using Cactid, you will
   need to download and install Spine.



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



Bug#446875: Please update to version 1.7 or to ekg-current

2007-10-16 Thread Rafal Krypa
Package: ekg
Version: 1:1.7~rc2-2
Severity: wishlist

As ekg-1.7 is out there for almost half a year and there were some minor 
changes between 1.7~rc2 and 
1.7, it would be nice to have updated Debian package.

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

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages ekg depends on:
ii  libaspell15 0.60.5-1 GNU Aspell spell-checker runtime l
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libgadu31:1.7~rc2-2  Gadu-Gadu protocol library - runti
ii  libgsm1 1.0.10-13Shared libraries for GSM speech co
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libncurses5 5.6+20070908-1   Shared libraries for terminal hand
ii  libssl0.9.8 0.9.8e-9 SSL shared libraries
ii  python2.4   2.4.4-6  An interactive high-level object-o
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

Versions of packages ekg recommends:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.0-2   The GLib library of C routines
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

-- no debconf information



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



Bug#446890: evolution: Please upgrade to upstream 2.12.1

2007-10-16 Thread Rafal Krypa
Package: evolution
Version: 2.12.0-2
Severity: wishlist


Content of evolution-2.12.1.news:

Evolution 2.12.1 2007-10-15


Bug fixes:
#311179: Prevent label from gaining focus by Tab (Milan Crha)
#324472: Tasks marked as complete using multiple selection are now 
saved (Milan Crha)
#337539: Omit left column when showing list of contacts (Milan Crha)
#340748: Notifies others about field change (Milan Crha)
#468736: Fixed an infinite loop when printing calendar events 
(Srinivasa Ragavan)
#474557: Fix runtime warnings when changing views in contacts (Milan 
Crha)
#478757: Bump required GtkHTML minimum version to 3.16 (Karsten 
Bräckelmann)
#478871: Show proper 'Fields shown' description for all tables (Milan 
Crha)
#480804: Fix a crash on missing glade file (Pedro Villavicencio Garrido)

Updated Translations:
Gintautas Miliauskas (lt)
Ignacio Casal Quinteiro (gl)
Priit Laes (et)
Luca Ferretti (it)
Stéphane Raimbault (fr)
Takeshi AIHANA (ja)
Changwoo Ryu (ko)

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

Kernel: Linux 2.6.23
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  evoluti 2.12.0-2 architecture independent files for
ii  evoluti 1.12.0-1 evolution database backend server
ii  gconf2  2.20.0-1 GNOME configuration database syste
ii  gnome-i 2.20.0-1 GNOME Desktop icon theme
ii  gtkhtml 3.16.0-2 HTML rendering/editing library - b
ii  libart- 2.3.19-3 Library of functions for 2D graphi
ii  libatk1 1.20.0-1 The ATK accessibility toolkit
ii  libbono 2.20.0-1 Bonobo CORBA interfaces library
ii  libbono 2.18.0-5 The Bonobo UI library
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcair 1.4.10-1 The Cairo 2D vector graphics libra
ii  libcame 1.12.0-1 The Evolution MIME message handlin
ii  libdbus 1.1.1-3  simple interprocess messaging syst
ii  libdbus 0.74-1   simple interprocess messaging syst
ii  libeboo 1.12.0-1 Client library for evolution addre
ii  libecal 1.12.0-1 Client library for evolution calen
ii  libedat 1.12.0-1 Utility library for evolution data
ii  libedat 1.12.0-1 GUI utility library for evolution 
ii  libegro 1.12.0-1 Client library for accessing group
ii  libexch 1.12.0-1 Backend library for evolution cale
ii  libfont 2.4.2-1.2generic font configuration library
ii  libfree 2.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcon 2.20.0-1 GNOME configuration database syste
ii  libglad 1:2.6.2-1library to load .glade files at ru
ii  libglib 2.14.0-2 The GLib library of C routines
ii  libgnom 2.0.15-2 Support libraries for gnome-pilot
ii  libgnom 2.20.0-1 The GNOME 2 library - runtime file
ii  libgnom 2.14.0-3 A powerful object-oriented display
ii  libgnom 2.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnom 1:2.20.0-1   GNOME Virtual File System (runtime
ii  libgnut 2.0.1-1  the GNU TLS library - runtime libr
ii  libgtk2 2.12.0-2 The GTK+ graphical user interface 
ii  libgtkh 3.16.0-2 HTML rendering/editing library - r
ii  libhal1 0.5.9.1-6Hardware Abstraction Layer - share
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libldap 2.1.30.dfsg-13.5 OpenLDAP libraries
ii  libnm-g 0.6.5-1  network management framework (GLib
ii  libnoti 0.4.4-3  sends desktop notifications to a n
ii  libnspr 1.8.0.13~pre070720-0etch3+lenny1 NetScape Portable Runtime Library
ii  libnss3 3.11.7-1 Network Security Service libraries
ii  liborbi 1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpang 1.18.2-1 Layout and rendering of internatio
ii  libpiso 0.12.2-10library for communicating with a P
ii  libpisy 0.12.2-10synchronization library for PalmOS
ii  libpng1 

Bug#441201: libnss-db: Add support for 'hosts' lookups as mentioned in package description.

2007-09-07 Thread Rafal Krypa
Package: libnss-db
Version: 2.2.3pre1-2
Severity: wishlist

Quoting package description:

 nss_db is a set of C library extensions which allow Berkeley Databases
 to be used as a primary source of aliases, ethers, groups, hosts,
 networks, protocol, users, RPCs, services, and shadow passwords
 (instead of or in addition to using flat files or NIS).


But README says:

  Currently the module support the `aliases', `ethers', `group', `netgroup',
  `protocols', `passwd', `rpc', `services' and `shadow' databases.


And indeed, the code contains no support for `hosts` databases.
Why is it so? Is there something special about /etc/hosts file, that
prevents this type of nss database from being implemented in this
package?

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

Kernel: Linux 2.6.23-rc3-hrt2
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 libnss-db depends on:
ii  libc62.6.1-1+b1  GNU C Library: Shared libraries
ii  libdb4.3 4.3.29-8Berkeley v4.3 Database Libraries [
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries
ii  make 3.81-3  The GNU version of the make util

libnss-db recommends no packages.

-- no debconf information


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



Bug#440650: jikes-gij: Add libgcj8-jar to dependencies

2007-09-03 Thread Rafal Krypa
Package: jikes-gij
Version: 1.22-6
Severity: normal

Since gcj-4.2 is now default on Lenny, jikes-gij should be able
to work with libgcj8-jar.
Please add this dependency to the list of supported gcj libraries.

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

Kernel: Linux 2.6.22.5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jikes-gij depends on:
ii  java-common   0.26   Base of all Java packages
ii  jikes 1:1.22-6   Fast Java compiler adhering to lan
pn  libgcj7-jar | libgcj6-jar | l none (no description available)

jikes-gij recommends no packages.


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



Bug#433456: dh-make-php: phppkginfo does not open package.xml properly

2007-07-17 Thread Rafal Krypa
Package: dh-make-php
Version: 0.2.3
Severity: grave
Justification: renders package unusable

I'm sorry for reporting bug in yet unreleased package version, but the
0.2.2 version is almost unusable because of bug #432880 and I tried the
svn version as Uwe Steinmann suggested.
New dh-make-php dropped xmlstarlet dependency and now uses its own
script to retrieve package information. Usage information printed by
/usr/share/dh-make-php/phppkginfo says:

-
Usage: /usr//share/dh-make-php/phppkginfo dir command
  dir  - Directory containing package.xml file

commands:
  version  - Return version of package
  maintainers  - Return comma separated list of maintainers
-

But phppkginfo expects its first argument to full path to package.xml
file, not the directory that contains it.
Because in /usr/share/dh-make-php/dh-make-php.lib the script is also
called with directory argument, dh-make-php does not work.


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

Kernel: Linux 2.6.22
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages dh-make-php depends on:
ii  cdbs0.4.49   common build system for Debian pac
ii  php-pear5.2.0-10+lenny1  PEAR - PHP Extension and Applicati
ii  php4-pear   6:4.4.4-9+lenny1 PHP Extension and Application Repo

dh-make-php recommends no packages.

-- no debconf information


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



Bug#432104: drbd8: New upstream release: 8.0.4

2007-07-07 Thread Rafal Krypa
Package: drbd8
Version: 8.0.3
Severity: wishlist

DRDB 8.0.4 is out there since 2007-06-27:

http://lists.linbit.com/pipermail/drbd-announce/2007-June/56.html

Please update.

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

Kernel: Linux 2.6.21.5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash


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



Bug#418947: gnokii: Include libusb-dev in build dependencies

2007-04-12 Thread Rafal Krypa
Package: gnokii
Version: 0.6.14-1
Severity: normal

Gnokii, since version 0.6.13 contains support for DKU-2 USB
cables requiring libusb (the corresponding gnokiirc option is
connection = dku2libusb). To add this feature to gnokii debian
package, libusb-dev must appear in build-depends.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2-grsec
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#375041: evolution-exchange: Crashes when querying GAL (Global Address List)

2007-03-28 Thread Rafal Krypa
I believe, that this patch:
http://bugzilla.gnome.org/attachment.cgi?id=84585
fixes this bug. It is still unconfirmed, not accepted and not revisioned
by the upstream maintainer (no maintainer responded to my posts on Gnome
Bugzilla for over two weeks) but patched version seem to work well at
least for me and my workmate.
Please test it.

Here is a link for whole entry on Gnome Bugzilla for this issue:
http://bugzilla.gnome.org/show_bug.cgi?id=368877



smime.p7s
Description: S/MIME cryptographic signature


Bug#407321: cacti-cactid: Instalation fails if cacti/password contain special regexp characters

2007-01-17 Thread Rafal Krypa
Package: cacti-cactid
Version: 0.8.6d-5
Severity: normal


The postinst script executes the following command:


sed \
   -e s/^DB_Host.*/DB_Host\t\t$DBSERVER/ \
   -e s/^DB_Database.*/DB_Database\t$DATABASE/ \
   -e s/^DB_User.*/DB_User\t\t$DBUSER/ \
   -e s/^DB_Pass.*/DB_Pass\t\t$DBPASS/ \
   /usr/share/doc/cacti-cactid/cactid.conf.sample \
   $tfile


But it obviously fails if $DBPASS contain for example '/' character.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)


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