Bug#436052: openssh-client: Option to not complain and exit on unknown config options

2007-08-04 Thread Josh Triplett
Package: openssh-client
Version: 1:4.6p1-5
Severity: wishlist

I manage (part of) my home directory with the Git version control system, and
share it across machines.  One machine I want to use this home directory on
runs Debian Sarge, with an old OpenSSH, which complains about unknown options
in my .ssh/config (ControlPath and HashKnownHosts) and exits.  While obviously
the version of OpenSSH in Debian Sarge will never work with this
configuration, could future versions of OpenSSH offer some way to not complain
and exit when encountering unknown config options?

Thanks,
Josh Triplett

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

Kernel: Linux 2.6.22-rc1 (PREEMPT)
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 openssh-client depends on:
ii  adduser   3.104  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  dpkg  1.14.5 package maintenance system for Deb
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libcomerr21.40.2-1   common error description library
ii  libedit2  2.9.cvs.20050518-3 BSD editline and history libraries
ii  libkrb53  1.6.dfsg.1-6   MIT Kerberos runtime libraries
ii  libncurses5   5.6+20070716-1 Shared libraries for terminal hand
ii  libssl0.9.8   0.9.8e-5   SSL shared libraries
ii  passwd1:4.0.18.1-11  change and administer password and
ii  zlib1g1:1.2.3.3.dfsg-5   compression library - runtime

openssh-client recommends no packages.

-- no debconf information


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



Bug#436053: sftp at port 115 is not the secure file transfer protocol

2007-08-04 Thread Paul Collins
Package: fail2ban
Version: 0.8.0-4

The ssh and ssh-ddos sections in /etc/fail2ban/jail.conf have port =
ssh,sftp.  However, secure ftp runs over port 22 like regular ssh.
(Instead of starting an interactive session after authentication, the
sftp client requests the sftp module.)  Port 115 is the Simple File
Transfer Protocol[1], which is marked by the IETF as historic[2].

Please consider adjusting the default configuration to only specify
port = ssh for these sections.


[1] http://www.ietf.org/rfc/rfc913.txt
[2] ftp://ftp.isi.edu/in-notes/rfc-index.txt

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood


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



Bug#436054: gnuplot: Please build with GNU readline support

2007-08-04 Thread Margarita Manterola
Package: gnuplot
Version: 4.2.0-4
Severity: normal
Tags: patch

Hi!

gnuplot is currently being compiled with --with-readline=builtin, which
provides a very minimal readline support.  And the Del key doesn't work as
expected, for example.

Please build gnuplot with --with-readline=gnu (and add the corresponding
build-dep), so that there's real readline support available.

I'm attaching a patch of the two changes necessary to apply this change.

If size is considered an issue, this is the gnuplot bin without GNU
readline:

  $ ls -l /usr/bin/gnuplot 
  -rwxr-xr-x 1 root root 1209012 2007-07-29 19:54 /usr/bin/gnuplot

And with GNU readline:

  $ ls -l /usr/bin/gnuplot
  -rwxr-xr-x 1 root root 1204884 2007-08-04 20:39 /usr/bin/gnuplot

As you can see, it's even smaller. 

The libreadline5 packages needs 144k, and these are the popcon lines, for
readline and gnuplot:

#rank nameinst  vote   old recent no-files (maintainer)
81libreadline5   56661 31918 10550 1418112 (Matthias Klose)
1632  gnuplot-nox 6082  1549  3737   796 0 (Cyril Bouthors)

It's not possible to know how many of these overlap, but taking into
account that the total number of submissions considered is 57235, this
means that libreadline5 is installed in 99% of the Debian boxes.

Given all this, I really feel there's no reason not to include GNU readline
support.  Please, do include it in the next upload.

Thanks!
diff -u gnuplot-4.2.0/debian/control gnuplot-4.2.0/debian/control
--- gnuplot-4.2.0/debian/control
+++ gnuplot-4.2.0/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Cyril Bouthors [EMAIL PROTECTED]
 Uploaders: Thierry Randrianiriana [EMAIL PROTECTED]
 Standards-Version: 3.7.2
-Build-Depends: debhelper (= 5), libpng12-dev | libpng-dev, libx11-dev, 
libxt-dev, pkg-config, texinfo (= 4.8), texlive-latex-base | tetex-bin, 
texlive-latex-recommended | tetex-extra, zlib1g-dev, libgd2-noxpm-dev | 
libgd-dev, dpatch, libwxgtk2.6-dev, libcairo2-dev, libpango1.0-dev
+Build-Depends: debhelper (= 5), libpng12-dev | libpng-dev, libx11-dev, 
libxt-dev, pkg-config, texinfo (= 4.8), texlive-latex-base | tetex-bin, 
texlive-latex-recommended | tetex-extra, zlib1g-dev, libgd2-noxpm-dev | 
libgd-dev, dpatch, libwxgtk2.6-dev, libcairo2-dev, libpango1.0-dev, 
libreadline5-dev
 
 Package: gnuplot
 Architecture: all
diff -u gnuplot-4.2.0/debian/rules gnuplot-4.2.0/debian/rules
--- gnuplot-4.2.0/debian/rules
+++ gnuplot-4.2.0/debian/rules
@@ -41,7 +41,7 @@
--without-lasergnu \
--with-png --with-gd --without-lisp-files \
--without-linux-vga \
-   --with-readline=builtin
+   --with-readline=gnu
 
 build-arch: config.status build-arch-stamp
 build-arch-stamp:


Bug#435858: xterm: crashes on non-existent wide bold font

2007-08-04 Thread Thomas Dickey
On Fri, Aug 03, 2007 at 07:20:07PM +0200, Marc Glisse wrote:
 Package: xterm
 Version: 228-1
 Severity: normal
 
 Hello,
 
 if I try:
 
 LC_CTYPE=en_US.UTF-8 xterm -fwb nonexistent
 
 xterm crashes with the message below. I haven't seen this with any other
 -fw -fb or -fn option or without an UTF-8 locale.
 
 Obviously this bug should not normally happen as we should specify valid
 fonts, but for some reason the font I used as widebold disappeared, and
 it was not obvious understanding why uxterm stopped working.

The cause is from a memory-leak fix in patch #209.

It's breaking because (unlike the case for which I made the change)
the value is from a resource-setting, not allocated by xterm.

Here's the change needed:

diff -u -r1.249 fontutils.c  
--- fontutils.c 2007/06/17 12:50:22 1.249 
+++ fontutils.c 2007/08/05 00:11:55   
@@ -850,7 +850,6 @@  
fnts[fWBold] = xtermCloseFont(xw, fnts[fWBold]);
}
if (fnts[fWBold] == 0) {
-   free(myfonts.f_wb); 
myfonts.f_wb = myfonts.f_w;
fnts[fWBold] = fnts[fWide];
TRACE((...cannot load wide-bold, use wide %s\n, 
NonNull(myfonts.f_w)));


-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgp2OchNOgBx4.pgp
Description: PGP signature


Bug#257150: Any timeframe for updating the developers reference?

2007-08-04 Thread Nicolas François
On Sat, Aug 04, 2007 at 08:43:58PM +0200, [EMAIL PROTECTED] wrote:
 retitle 257150 Paragraph about i18ned documentation is outdated
 severity 257150 normal
 thanks
 
 Replying to an old bug and discussion.
 
 On Sun, 18 Sep 2005, Frédéric Bothamy wrote:
  * Helge Kreutzmann [EMAIL PROTECTED] [2005-09-18 13:15] :
   Hello,
   the french team has some people very capable of all the details
   regarding translation. Maybe you can ask them to update 
   
   6.6.2 Internationalized documentation
   
   which would a) close my bug and b) help other translators. Do you
   think this is possible for Etch?
  
  AFAIK doc-check is not available in any package now. It is available in
  some CVS (for instance for the securing-howto).
 
 I think that the whole paragraph is outdated anyway. It doesn't make
 much sense to update the link in those conditions.

Well, it seems doc-check is still used in D-I, so I preferred to update
the link to point to D-I's doc-check.

 Nowadays, po4a or poxml are preferred to handle translations of documents.
 It looks like Nicolas François (in CC) could write us a little paragraph
 on this topic.

I've added a paragraph mentioning these tools, and a paragraph mentioning
the quite complete document written for DebConf6 by Christian and Javier
about Internationalization in Debian.

Kind Regards,
-- 
Nekral
diff -rauN ../orig/developers-reference-3.3.8/common.ent ./developers-reference-3.3.8/common.ent
--- ../orig/developers-reference-3.3.8/common.ent	2006-11-11 19:13:05.0 +0100
+++ ./developers-reference-3.3.8/common.ent	2007-08-05 01:15:22.0 +0200
@@ -111,7 +111,7 @@
 !ENTITY url-dmup http://www-debian-org;/devel/dmup;
 !ENTITY url-worldmap http://www-debian-org;/devel/developers.loc;
 
-!ENTITY url-i18n-doc-check http://cvs.debian.org/boot-floppies/documentation/doc-check?rev=HEADamp;content-type=text/vnd.viewcvs-markup;
+!ENTITY url-i18n-doc-check http://svn.debian.org/wsvn/d-i/trunk/manual/scripts/doc-check?op=file;
 
 !ENTITY url-eg-desc-upstream-info http://packages-host;/unstable/web/wml;
 
diff -rauN ../orig/developers-reference-3.3.8/developers-reference.sgml ./developers-reference-3.3.8/developers-reference.sgml
--- ../orig/developers-reference-3.3.8/developers-reference.sgml	2006-11-12 12:05:22.0 +0100
+++ ./developers-reference-3.3.8/developers-reference.sgml	2007-08-05 01:59:26.0 +0200
@@ -4577,6 +4577,12 @@
 
   sect id=bpp-i18n
 headingInternationalization/heading
+p
+This section contains global information for developers to make translators'
+life easier.  More information for translators and developers interrested
+in internationalization are available in the
+url id=http://people.debian.org/~jfs/debconf6/html/;
+name=Internationalisation and localisation in Debian documentation.
 
 	sect1 id=bpp-i18n-debconf
   headingHandling debconf translations/heading
@@ -4614,25 +4620,30 @@
 labor.  There's no way to eliminate all that work, but you can make things
 easier for translators.
   p
-If you maintain documentation of any size, its easier for translators
+If you maintain documentation of any size, it is easier for translators
 if they have access to a source control system.  That lets translators
 see the differences between two versions of the documentation, so, for
 instance, they can see what needs to be retranslated.  It is
 recommended that the translated documentation maintain a note about
 what source control revision the translation is based on.  An
 interesting system is provided by url id=url-i18n-doc-check;
-name=doc-check in the packageboot-floppies/package package,
+name=doc-check in the packaged-i/package package,
 which shows an overview of the translation status for any given
 language, using structured comments for the current revision of the
 file to be translated and, for a translated file, the revision of the
 original file the translation is based on.  You might wish to adapt
-and provide that in your CVS area.
+and provide that in your Subversion area.
   p
 If you maintain XML or SGML documentation, we suggest that you isolate
 any language-independent information and define those as entities in a
 separate file which is included by all the different
 translations. This makes it much easier, for instance, to keep URLs
 up to date across multiple files.
+  p
+Some tools (e.g. po4a, poxml, or the translate-toolkit) are specialized in
+extracting the translatable material from different formats.  They produce
+PO files, a format quite common to translators, which permits to see what
+needs to be retranslated when the translated document is updated.
 /sect1
   /sect
 


Bug#436055: apt: Add hash support to copy: method, so apt-get source works

2007-08-04 Thread Anders Kaseorg
Package: apt
Version: 0.7.6
Severity: normal
Tags: patch

Running apt-get source from a repository with the copy: method fails
with the error Hash Sum mismatch.  Attached is a five-line patch to
add hash support to the copy: method, which makes it work.  (The patch
is against apt-0.7.6ubuntu1, but I'm assuming this code hasn't been
touched by anyone at Debian or Ubuntu recently.)

Example of problem:

deb-src copy:/afs/sipb.mit.edu/project/debathena/apt-new feisty debathena 
debathena-manual-config debathena-config

$ apt-get source debathena-discuss
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Need to get 200kB of source archives.
Get:1 copy: feisty/debathena debathena-discuss 9.4.30-0debathena3 (dsc) [659B]
Get:2 copy: feisty/debathena debathena-discuss 9.4.30-0debathena3 (tar) [195kB]
Get:3 copy: feisty/debathena debathena-discuss 9.4.30-0debathena3 (diff) [5131B]
Fetched 200kB in 0s (0B/s) 
Failed to fetch 
copy:/afs/sipb.mit.edu/project/debathena/apt-new/pool/debathena/d/debathena-discuss/debathena-discuss_9.4.30-0debathena3.dsc
  Hash Sum mismatch
Failed to fetch 
copy:/afs/sipb.mit.edu/project/debathena/apt-new/pool/debathena/d/debathena-discuss/debathena-discuss_9.4.30.orig.tar.gz
  Hash Sum mismatch
Failed to fetch 
copy:/afs/sipb.mit.edu/project/debathena/apt-new/pool/debathena/d/debathena-discuss/debathena-discuss_9.4.30-0debathena3.diff.gz
  Hash Sum mismatch
E: Failed to fetch some archives.

diff -ur apt-0.7.6ubuntu1/methods/copy.cc apt-0.7.6ubuntu1andersk1/methods/copy.cc
--- apt-0.7.6ubuntu1/methods/copy.cc	2006-12-13 13:28:57.0 -0500
+++ apt-0.7.6ubuntu1andersk1/methods/copy.cc	2007-08-04 19:45:13.0 -0400
@@ -12,6 +12,7 @@
 #include apt-pkg/fileutl.h
 #include apt-pkg/acquire-method.h
 #include apt-pkg/error.h
+#include apt-pkg/hashes.h
 
 #include sys/stat.h
 #include utime.h
@@ -79,6 +80,10 @@
   return _error-Errno(utime,_(Failed to set modification time));
}

+   Hashes Hash;
+   FileFd Fd(Res.Filename, FileFd::ReadOnly);
+   Hash.AddFD(Fd.Fd(), Fd.Size());
+   Res.TakeHashes(Hash);
URIDone(Res);
return true;
 }


Bug#436056: Please add openbox to Recommends

2007-08-04 Thread Davide Truffa
Package: obconf
Version: 2.0.1-1
Severity: wishlist

Obconf doesn't start without openbox.
Please add it at least to Recommends.

Bye.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-dad

Debian Release: lenny/sid
  900 testing security.debian.org 
  900 testing ftp.it.debian.org 
   50 experimentalftp.it.debian.org 
  300 unstableftp.it.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libatk1.0-0 (= 1.13.2) | 1.18.0-2
libc6(= 2.6-1) | 2.6-2
libcairo2(= 1.4.0) | 1.4.10-1
libfontconfig1   (= 2.4.0) | 2.4.2-1.2
libglade2-0(= 1:2.6.1) | 1:2.6.1-1
libglib2.0-0(= 2.12.9) | 2.12.13-1
libgtk2.0-0  (= 2.10.12-3) | 2.10.13-1
libice6(= 1:1.0.0) | 2:1.0.3-3
libobparser15   | 3.4.2-2
libobrender15   | 3.4.2-2
libpango1.0-0   (= 1.16.4) | 1.17.5-1
libsm6  | 2:1.0.3-1+b1
libstartup-notification0 (= 0.8-1) | 0.9-1
libx11-6| 2:1.0.3-7
libxcursor1  ( 1.1.2) | 1:1.1.8-2
libxext6| 1:1.0.3-2
libxfixes3 (= 1:4.0.1) | 1:4.0.3-2
libxft2  ( 2.1.1) | 2.1.12-2
libxi6  | 2:1.1.1-1
libxinerama1| 1:1.0.2-1
libxml2 (= 2.6.29) | 2.6.29.dfsg-1
libxrandr2 (= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1


-- 
Davide Truffa


signature.asc
Description: PGP signature


Bug#433671:

2007-08-04 Thread Victor Luchits
Filenames for game modules need the arch suffix so that they can be
distinguished at load time. All game modules for all archs are packed
into a single .pk3 file which is used for pure servers. Clients that
connect to pure servers are forced to download, unpack this .pk3 and
load the game modules of their arch. A typical modules.pk3 file (which
is essentially a .zip file) looks something like this:

game_x86.dll
game_x64.dll
game_x86.so
game_x86_x64.so
...

-- 
Best regards,
 Victor Luchits


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



Bug#436054: gnuplot: Please build with GNU readline support

2007-08-04 Thread Margarita Manterola
close 436054
thanks

I'm sorry, I just found out about the licensing problem.

I didn't realize the README I wanted was in gnuplot-nox, instead of gnuplot.

Closing this bug, since it's not a bug.  It's the hideous gnuplot
license's fault.

-- 
Besos,
Marga


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



Bug#436053: sftp at port 115 is not the secure file transfer protocol

2007-08-04 Thread Yaroslav Halchenko
Thank you for the information, but what harm really it does
banning 'historic' sftp as well... I don't see any bug in this.

On Sun, 05 Aug 2007, Paul Collins wrote:

 Package: fail2ban
 Version: 0.8.0-4

 The ssh and ssh-ddos sections in /etc/fail2ban/jail.conf have port =
 ssh,sftp.  However, secure ftp runs over port 22 like regular ssh.
 (Instead of starting an interactive session after authentication, the
 sftp client requests the sftp module.)  Port 115 is the Simple File
 Transfer Protocol[1], which is marked by the IETF as historic[2].

 Please consider adjusting the default configuration to only specify
 port = ssh for these sections.


 [1] http://www.ietf.org/rfc/rfc913.txt
 [2] ftp://ftp.isi.edu/in-notes/rfc-index.txt
-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik


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



Bug#89038: I Love This

2007-08-04 Thread Ramon Mullins

OEM software at greatest bargains!
Ms Office 2007, Windows Vista, Photoshop all are below $50.
Why waiting??

http://www.adobecs3for80.com


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



Bug#436058: lintian: non-versioned dependencies on coreutils not considered errors

2007-08-04 Thread Guillem Jover
Package: lintian
Version: 1.23.32
Severity: normal
Tags: patch

Hi,

Non-versioned dependencies on coreutils are not currently considered
errors due to 216536. The transition is over for some time now, and
even on the bug report it's acknowledged that this should be reverted
post sarge.

Attached a patch which fixes this.

regards,
guillem
diff -Naur lintian-1.23.32.orig/checks/fields lintian-1.23.32/checks/fields
--- lintian-1.23.32.orig/checks/fields	2007-04-30 06:03:40.0 +0300
+++ lintian-1.23.32/checks/fields	2007-08-05 03:10:47.0 +0300
@@ -429,7 +429,7 @@
 	if ($known_x_metapackages{$d_pkg}  ! $metapackage  $is_dep_field($field));
 
 	tag depends-on-essential-package-without-using-version, $field: $part_d_orig
-	if ($d_pkg ne coreutils  $known_essential{$d_pkg}  ! $d_version-[0]  $is_dep_field($field));
+	if ($known_essential{$d_pkg}  ! $d_version-[0]  $is_dep_field($field));
 
 	tag package-depends-on-an-x-font-package, $field: $part_d_orig
 	if ($field =~ /^(pre-)?depends$/  $d_pkg =~ /^xfont.*/  $d_pkg ne 'xfonts-utils'  $d_pkg ne 'xfongs-encodings');


Bug#408745: xulrunner: FTBFS on hurd-i386

2007-08-04 Thread Samuel Thibault
Hi,

It looks like I forgot to answer that mail:

Mike Hommey, le Sun 08 Apr 2007 12:56:09 +0200, a écrit :
 Now that etch is released, I took a look again at your patch, and don't
 really understand why your fix is different for different parts of the
 code, why is not defining MAXPATHLEN and PATH_MAX to 1024 everywhere
 enough ? In which case, defining them in the appropriate header would
 make it work with only one patch...

Well, why not, but it's a bit sad that there is such hard limit on the
lenght of filenames while the code could be made lengh-unbound.

In any case, having xulrunner built with a big MAXPATHLEN == PATHMAX ==
1024 is better that no xulrunner at all (it is blocking a big bunch of
gnome  such packages).

Samuel



Bug#436057: less, exit but left content on screen

2007-08-04 Thread Tong Sun

Package: less
Version: 394-4
Severity: wishlist

I remember that I used to be able to exit 'less' by command key 'x' or
something so that the content just viewed is left on screen, instead of
being cleared and restored to the screen before invoking 'less'. But I
found there is no such capability in current less (version 394). Or
is there? 

I am not sure whether my memory is correct or not, but I think such
capability, leaving the just viewed content on screen, is desirable in
certain circumstances. I hope such capability be implemented/put back
into less. 

Thanks 

Tong

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (300, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-grml
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages less depends on:
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libncurses5 5.5-5Shared libraries for terminal hand

less recommends no packages.

-- no debconf information


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



Bug#408745: xulrunner: FTBFS on hurd-i386

2007-08-04 Thread Samuel Thibault
Samuel Thibault, le Sun 05 Aug 2007 03:08:56 +0200, a écrit :
 In any case, having xulrunner built with a big MAXPATHLEN == PATHMAX ==
 1024 is better that no xulrunner at all (it is blocking a big bunch of
 gnome  such packages).

(however, I must admit I have no idea where these defines should go)

Samuel



Bug#436059: apt-listbug remains frozen on hurd

2007-08-04 Thread Ritesh Raj Sarraf
Package: apt-listbugs
Version: 0.0.82
Severity: normal

I've configured apt-listbugs to run on Hurd.

On execution from with apt, apt-listbugs is able to fetch Bug Reports but
it freezes for ever on the message Parsing Found/Fixed information

The freeze is only for the app and can be interrupted.

Please let me know if you need any additional information.

Ritesh


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

Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listbugs depends on:
ii  apt 0.6.46.4-0.1 Advanced front-end for dpkg
ii  libdpkg-ruby1.8 0.3.2modules/classes for dpkg on ruby 1
ii  libhttp-access2-ruby1.8 2.0.6-3  HTTP accessing library for ruby
ii  libintl-gettext-ruby1.8 0.11-10  Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8 1.8.6.36-1   Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8   0.6.8-2  Interface of expat for the scripti
ii  ruby1.8.2-1  An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information


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



Bug#433365: flashplugin-nonfree: error message md5sum mismatch should be more helpful

2007-08-04 Thread Brian Knotts

I had the exact same problem today with a machine running etch. Did an apt-get 
update and an apt-get install flashplugin-nonfree, and got the md5sum 
mismatch and The Flash plugin is NOT installed.

-- 
Brian Knotts
[EMAIL PROTECTED]


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



Bug#436059: apt-listbug remains frozen on hurd

2007-08-04 Thread Junichi Uekawa
Hi,

 
 I've configured apt-listbugs to run on Hurd.
 
 On execution from with apt, apt-listbugs is able to fetch Bug Reports but
 it freezes for ever on the message Parsing Found/Fixed information
 
 The freeze is only for the app and can be interrupted.
 
 Please let me know if you need any additional information.

Obviously, more info is required.

see README.Debian


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#436053: sftp at port 115 is not the secure file transfer protocol

2007-08-04 Thread Paul Collins
Yaroslav Halchenko [EMAIL PROTECTED] writes:

 Thank you for the information, but what harm really it does
 banning 'historic' sftp as well... I don't see any bug in this.

I feel it is always best not to surprise the user.  I was certainly
surprised when I found fail2ban banning services unrelated to the
services I had told it to ban.

It is by no means a serious bug, so please feel free to tag it wontfix.

Regards,
-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood


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



Bug#433671:

2007-08-04 Thread Andres Mejia
On 8/4/07, Victor Luchits [EMAIL PROTECTED] wrote:
 Filenames for game modules need the arch suffix so that they can be
 distinguished at load time. All game modules for all archs are packed
 into a single .pk3 file which is used for pure servers. Clients that
 connect to pure servers are forced to download, unpack this .pk3 and
 load the game modules of their arch. A typical modules.pk3 file (which
 is essentially a .zip file) looks something like this:

 game_x86.dll
 game_x64.dll
 game_x86.so
 game_x86_x64.so
 ...


Why would it be preferable to force the download of these modules,
pure or not? Why can't the binaries that ship with the client just
be used?

Also, the Debian packages contain some bug fixes already, and I'm sure
there will be more to come. From what you've said, this means that
clients connecting to these pure servers are still going to have a
problem anyways.

Also, Michel has a point. This is a problem when cross compiling.


-- 
Regards,
Andres Mejia


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



Bug#432877: linux-image-2.6.21-2-686: adjtimex changes frequency-offset incorrectl\y

2007-08-04 Thread Martin Ziegler

Hi,

2.6.23-rc2 has the same behaviour.

To set frequencies in multiples of 16 is good enough, but it could break 
software which relied on different behaviour until kernel 2.6.18 ( or
on different behaviour on other machines.) So I would consider it as a 
bug.


Regards,
Martin

On Sat, 4 Aug 2007, maximilian attems wrote:


ok, two possibilities arise
1) you are happy and we close it off.

2) you see that as a bug and report it upstream on bugzilla.kernel.org

for 2 i'd wait 24 hours as 2.6.23-rc2 should be available soonest
as trunk linux image build, see apt lines
- http://wiki.debian.org/DebianKernel





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



Bug#436060: New Upstream for libmtp (release 0.2.0)

2007-08-04 Thread Sean Kellogg
Package: libmtp
Version: 0.1.5-2

The fine folks over at the libmtp project have released a new version 
of libmtp, v0.2.0.  

From the notes to downstream:
The library version is bumped to libmtp.so.6 as a consequence of the 
changes which affects distribution packaging and makes it necessary 
to recompile applications linking to libmtp.

Source is availabe here:
http://downloads.sourceforge.net/libmtp/libmtp-0.2.0.tar.gz?big_mirror=0

-Sean



Bug#431593: intent to NMU

2007-08-04 Thread Ying-Chun Liu (PaulLiu)
dann frazier wrote:
 usertag 431593 + intend-to-nmu
 thanks
 
 hey,
   As this bug has been open with a patch for over a month without a
 rejection from the maintainer, I intend to NMU the associated package
 in a week's time (or sooner, if requested by the maintainer).
 
 If you do not wish for this NMU to occur, please send a follow-up in
 the bug report stating as such or, better yet, fix it in an MU :)
 
 Unless you request otherwise, any NMUs I upload will be to the DELAYED
 queue, so you will have an additional week to supersede my upload with
 an MU to prevent it from entering unstable.
 

Dear Dann,

I have uploaded it to mentors.d.n, please check it at
http://mentors.debian.net/debian/pool/main/m/macopix/macopix_1.6.4-2.dsc

It was sponsored by Daniel Baumann, but he's too busy to do further
sponsoring. I'd be glad if you can be the new sponsor for further upload
of this package.

Many Thanks,
 Ying-Chun Liu

-- 
PaulLiu(劉穎駿)
E-mail address: [EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#398198: A fresh package...

2007-08-04 Thread Kumar Appaiah
Dear Marc,

I just observed one more minor mistake; it is that the version has
been bumped to 0.12-2. You should not do that, since the Debian
revision number *always* must begin with 1. So, I have modified your
changelog to add those changes to 0.12-1 itself; that is, I have added
your man page modification change to the 0.12-1 version changelog.

Now, reupload to mentors and then ping Loic for a check.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


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



Bug#420557: O: cvsdelta

2007-08-04 Thread Eric Dorland
retitle 420557 O: cvsdelta -- Summarize differences in a CVS repository

Hi Aaron,

I just noticed your email as I was orphaning cvsdelta. By all means
you can take it on. I've just now converted its subversion repo into
git so that the next maintainer can preserve the package's
history. It's up at
http://git.debian.org/?p=collab-maint/cvsdelta.git;a=summary. It's
under the collab-maint project on alioth so it should be easy to get
access to. I'm not sure if it's a very interesting package, since
upstream seems dead and it's really very simple, but be my guest.

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#436061: xpilot-ng-server shouldn't depend on X

2007-08-04 Thread Michael Deegan
Package: xpilot-ng-server
Version: 1:4.7.2-4
Severity: wishlist

xpilot-ng-server depends on xpilot-ng-common, which depends on a large
number of presumably unnecessary X packages:

[EMAIL PROTECTED]:~# apt-get install xpilot-ng-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  esound-common fontconfig fontconfig-config libatk1.0-0 libaudiofile0
  libcairo2 libdatrie0 libdrm2 libesd-alsa0 libfontconfig1 libgl1-mesa-glx
  libglib2.0-0 libglu1-mesa libgtk2.0-0 libgtk2.0-bin libgtk2.0-common
  libjpeg62 libpango1.0-0 libpango1.0-common libthai-data libthai0 libtiff4
  libwxbase2.6-0 libwxgtk2.6-0 libx11-6 libx11-data libxau6 libxcursor1
  libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2
  libxrender1 libxxf86vm1 python-central python-irclib python-support
  python-wxgtk2.6 python-wxversion x11-common xpilot-ng-common
Suggested packages:
  esound ttf-kochi-gothic ttf-kochi-mincho ttf-thryomanes ttf-baekmuk
  ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp
  ttf-arphic-bkai00mp libgnomeprintui2.2-0 wx2.6-doc wx2.6-examples
  python-xml xpilot-ng-utils xpilot-ng-client-x11 xpilot-ng-client-sdl
Recommended packages:
  libatk1.0-data esound-clients libglib2.0-data hicolor-icon-theme
  x-ttcidfont-conf
The following NEW packages will be installed:
  esound-common fontconfig fontconfig-config libatk1.0-0 libaudiofile0
  libcairo2 libdatrie0 libdrm2 libesd-alsa0 libfontconfig1 libgl1-mesa-glx
  libglib2.0-0 libglu1-mesa libgtk2.0-0 libgtk2.0-bin libgtk2.0-common
  libjpeg62 libpango1.0-0 libpango1.0-common libthai-data libthai0 libtiff4
  libwxbase2.6-0 libwxgtk2.6-0 libx11-6 libx11-data libxau6 libxcursor1
  libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2
  libxrender1 libxxf86vm1 python-central python-irclib python-support
  python-wxgtk2.6 python-wxversion x11-common xpilot-ng-common
  xpilot-ng-server
0 upgraded, 45 newly installed, 0 to remove and 1 not upgraded.
Need to get 14.2MB/15.1MB of archives.
After unpacking 61.1MB of additional disk space will be used.
Do you want to continue [Y/n]?

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (499, 'testing'), (496, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.1-wibble
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages xpilot-ng-server depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li
ii  xpilot-ng-common1:4.7.2-4Common files for XPilot NG
ii  zlib1g  1:1.2.3-13   compression library - runtime

xpilot-ng-server recommends no packages.

-- no debconf information

-MD

-- 
---
Michael Deegan   Hugaholic  http://wibble.darktech.org/gallery/
- Nyy Tybel Gb Gur Ulcabgbnq! -


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



Bug#433629: Still broken usbhid (GCC 4.2.1-1)

2007-08-04 Thread Alan Baghumian
reopen 433629

I just forgot to cc control.

Alan


pgpx3DnkDycsA.pgp
Description: PGP signature


Bug#435991: [Pkg-emboss-devel] Bug#435991: emboss-explorer: crontest failure find: /var/www/emboss-explorer: No such file or directory

2007-08-04 Thread Charles Plessy
Le Sat, Aug 04, 2007 at 04:05:47PM +0200, Filippo Giunchedi a écrit :
 it seems that emboss-explorer cron files are giving output when the
 package itself is removed (REMOVE) or its dependencies (AUTOREMOVE).

Dear Filippo,

I am affraid that I do not understand the problem. Can you give me a
link to the relevant part of the policy documenting the interaction
bewteen package removal and cron jobs? Also, what is the AUTOREMOVE
fuction you are talking about?

Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan



Bug#435909: Kcheckgmail language bug

2007-08-04 Thread Rafael Belmonte
Yes i have the same problem with d3lphin file manager (lastest version from
Lenny/Testing).


Bug#435991: [Pkg-emboss-devel] Bug#435991: emboss-explorer: crontest failure find: /var/www/emboss-explorer: No such file or directory

2007-08-04 Thread Justin Pryzby
On Sun, Aug 05, 2007 at 12:56:01PM +0900, Charles Plessy wrote:
 Le Sat, Aug 04, 2007 at 04:05:47PM +0200, Filippo Giunchedi a écrit :
  it seems that emboss-explorer cron files are giving output when the
  package itself is removed (REMOVE) or its dependencies (AUTOREMOVE).
 
 Dear Filippo,
 
 I am affraid that I do not understand the problem. Can you give me a
 link to the relevant part of the policy documenting the interaction
 bewteen package removal and cron jobs?
Actually (unfortunately) I don't think the policy specifically
mentions this.  It does, however, mention this case for initscripts
which have exactly the same problem.  initscripts are in /etc, and are
typically dpkg conffiles.  But conffiles aren't removed when the
package is removed (only when it's purged), so if an initscript of a
removed (but not purged) package were to attempt starting a program
from that package, it would fail.  The recommended way to avoid this
is to add to the top of the initscript:

[ -x $DAEMON ] || exit 0

Crontabs have the same problem.  They're in /etc, are often dpkg
conffiles, and cause some program to be executed.  But the existence
of the program binary can't be guarnateed, so nonexistence should be
handled cleanly and elegantly.

 Also, what is the AUTOREMOVE fuction you are talking about?
Hmm this I can't answer..  I think maybe he means dpkg deconfigure
action?

Justin



Bug#421053: irssi: new upstream version (0.8.11) available

2007-08-04 Thread David Pashley
On Aug 04, 2007 at 22:15, transacid praised the llamas by saying:
 I mailed the maintainer over 2 months ago and he promised to package
 soon hmm so i dunno how fast soon is.

I sort of have a package ready. It just needs building and testing.
Sadly my development machine needs replacing, which should happen in the
next couple of weeks. Hopefully an upload shortly after that.
 
 regards
 Boris
 
 2007/8/2, Johannes Bittner [EMAIL PROTECTED]:
  Whats the current state of this request?
 
  kind regards
  Johannes
 
 
 
 
 

-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.


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



Bug#436062: gfax: crash on start

2007-08-04 Thread Andrew Schulman
Package: gfax
Version: 0.7.6-3
Severity: important

Brand new installation of gfax.  I start it and it crashes without ever 
displaying a window:

$ gfax

(/usr/lib/gfax/gfax.exe:13145): GLib-GObject-CRITICAL **: 
/build/buildd/glib2.0-2.12.13/gobject/gtype.c:2242: initialization assertion 
failed, use IA__g_type_init() prior to this function

(/usr/lib/gfax/gfax.exe:13145): GLib-GObject-CRITICAL **: g_object_new: 
assertion `G_TYPE_IS_OBJECT (object_type)' failed

(/usr/lib/gfax/gfax.exe:13145): GLib-GObject-CRITICAL **: g_object_ref: 
assertion `G_IS_OBJECT (object)' failed
Stacktrace:

  at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () 
0xb
  at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () 
0x
  at GConf.Client..ctor () 0x0004d
  at gfax.Settings..cctor () 0x0001c
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void 
(object,intptr,intptr,intptr) 0x
  at gfax.gfax.Main (string[]) 0x
  at gfax.gfax.Main (string[]) 0x0051f
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string[] 
(object,intptr,intptr,intptr) 0x

Native stacktrace:

mono [0x562e37]
mono [0x5429c2]
/lib/libpthread.so.0 [0x2ae50f37a0e0]
/usr/lib/libgconf-2.so.4 [0x2c4ffb5e]
/usr/lib/libgconf-2.so.4(gconf_client_get_default+0x94) [0x2c503364]
[0x4022785a]

Debug info from gdb:

0x0f8d47b2 in ?? ()


=
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=

/usr/bin/gfax: line 32: 13145 Aborted mono 
/usr/lib/gfax/gfax.exe $@

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages gfax depends on:
ii  efax  1:0.9a-19  programs to send and receive fax m
ii  gconf22.18.0.1-3 GNOME configuration database syste
ii  libevolution2.0-cil   0.12.4-1   CLI bindings for Evolution
ii  libgconf2.0-cil   2.16.0-6   CLI binding for GConf 2.16
ii  libglade2.0-cil   2.10.1-2   CLI binding for the Glade librarie
ii  libglib2.0-cil2.10.1-2   CLI binding for the GLib utility l
ii  libgnome2.0-cil   2.16.0-6   CLI binding for Gnome 2.16
ii  libgnomeprint2.2-02.18.0-2   The GNOME 2.2 print architecture -
ii  libgtk2.0-cil 2.10.1-2   CLI binding for the GTK+ toolkit 2
ii  libmono-corlib1.0-cil 1.2.4-4Mono core library (1.0)
ii  libmono-system1.0-cil 1.2.4-4Mono System libraries (1.0)
ii  libmono1.0-cil1.2.4-4Mono libraries (1.0)
ii  mono-runtime  1.2.4-4Mono runtime

gfax recommends no packages.

-- no debconf information


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



Bug#436065: ITP: flickcurl -- C library for the Flickr API

2007-08-04 Thread Kumar Appaiah
Package: wnpp
Severity: wishlist
Owner: Kumar Appaiah [EMAIL PROTECTED]


* Package name: flickcurl
  Version : 0.11
  Upstream Author : Dave Beckett [EMAIL PROTECTED]
* URL : http://librdf.org/flickcurl/
* License : LGPL 2.1 / GPL 2 /Apache 2.0
  Programming Lang: C
  Description : C library for the Flickr API

Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. It uses libcurl to call the
REST web service and libxml2 to manipulate the XML responses. The
current version supports part of the API, primarily the functions for
reading photo, people and tags description, uploading photos, changing
tags and comments.

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

Kernel: Linux 2.6.22.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash


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



Bug#436063: lineakd: Please add definitions for Dell Precision M90 supplied

2007-08-04 Thread Manoj Srivastava
Package: lineakd
Version: 1:0.9-3
Severity: wishlist

Please add key definitions for a Dell Precision M90 laptop.

--8---cut here---start-8---
[DELL-M90]
  brandname = Dell
  modelname = Precision M90
  [KEYS]
Mute|Unmute = 160
VolumeDown  = 174
VolumeUp= 176
Play|Pause  = 162
Back= 144
Forward = 153
Stop= 164
WWW = 178
  [END KEYS]
[END DELL-M90]
--8---cut here---end---8---

I am using the following conf file, for instance.

--8---cut here---start-8---
Back = audacious -r
Forward = audacious -f
Mute|Unmute = amixer sset \Master\ unmute
Play|Pause = audacious -t
Stop = audacious -s
VolumeDown = amixer sset \Master\ 5%-
VolumeUp = amixer sset \Master\ 5%+
WWW = iceweasel

Back+control = xine -S pl=prev
Forward+control = xine -S pl=next
Play|Pause+control = xine -S play
Play|Pause+shift = xine -S pause
Stop+control = xine -S stop,quit
VolumeDown+control = xine -S volume=0
VolumeUp+control = xine -S volume=100
WWW+control = xine -S mrl=dvd:/,volume=
--8---cut here---end---8---

manoj

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

Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lineakd depends on:
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-1GCC support library
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  liblineak-0.9-0 1:0.9-3  LinEAK development files
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-1  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxtst61:1.0.2-1X11 Testing -- Resource extension 
ii  ucf 3.001Update Configuration File: preserv

Versions of packages lineakd recommends:
pn  lineak-defaultplugin  none (no description available)
pn  lineak-xosdplugin none (no description available)

-- no debconf information

-- 
Refreshed by a brief blackout, I got to my feet and went next
door. Martin Amis, _Money_
Manoj Srivastava [EMAIL PROTECTED] [EMAIL PROTECTED] 
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#436066: deb-gview: [INTL:ru] Russian program translation

2007-08-04 Thread Yuri Kozlov
Package: deb-gview
Severity: wishlist
Tags: l10n patch


Russian program translation is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: 0.1.2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-07-30 21:27+0100\n
PO-Revision-Date: 2007-08-05 09:36+0400\n
Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
Language-Team: Russian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#: ../src/main.c:73
msgid file
msgstr файл

#: ../src/main.c:94
msgid Unable to create preview key file
msgstr Не удалось создать конфигурационный файл preview

#: ../src/main.c:145
#, c-format
msgid Error loading file '%s'.
msgstr Ошибка загрузки файла '%s'.

#. TRANSLATORS: Replace this string with your names, one name per line.
#: ../src/interface.c:68
msgid translator-credits
msgstr Юрий Козлов [EMAIL PROTECTED]

#: ../src/interface.c:73
msgid deb-gview
msgstr deb-gview

#: ../src/interface.c:77
msgid Gtk/Gnome viewer for the contents of a .deb file
msgstr Gtk/Gnome программа просмотра содержимого .deb-файла

#: ../src/interface.c:93
msgid Homepage:
msgstr Домашняя страница:

#: ../src/interface.c:137 ../src/dvarchive.c:721
#: ../desktop/deb-gview.desktop.in.in.h:2 ../desktop/deb-gview.desktop.in.h:2
msgid Debian package file viewer
msgstr Программа просмотра файлов пакетов Debian

#: ../src/interface.c:165
msgid _File
msgstr _Файл

#: ../src/interface.c:193
msgid _View
msgstr _Вид

#: ../src/interface.c:200 ../src/interface.c:422
msgid E_xternal
msgstr В_нешняя программа

#: ../src/interface.c:207 ../src/interface.c:214
msgid _Help
msgstr _Справка

#: ../src/interface.c:239
msgid Open a .deb package in a new view window.
msgstr Открыть пакет .deb package в новом окне просмотра.

#: ../src/interface.c:249
msgid Open a .deb package in this window.
msgstr Открыть пакет .deb package в этом окне.

#: ../src/interface.c:258
msgid About deb-gview
msgstr О программе deb-gview

#: ../src/interface.c:268
msgid Show the deb-gview manpage.
msgstr Показать страницу руководства deb-gview.

#: ../src/interface.c:278
msgid Close this view window.
msgstr Закрыть это окно просмотра.

#: ../src/interface.c:284
msgid Quit all windows.
msgstr Закрыть все окна.

#: ../src/interface.c:303
msgid Activate to view content, right click to open in an external viewer.
msgstr 
Чтобы перейти к просмотру содержимого, щёлкните правой клавишей мыши для 
запуска внешней программы просмотра.

#: ../src/callbacks.c:59
msgid Choose the Debian package file to view
msgstr Выбор файла пакета Debian для просмотра

#: ../src/callbacks.c:71
msgid Debian package files *.deb
msgstr Файлы пакетов Debian *.deb

#: ../src/callbacks.c:76
msgid Debian Installer packages *.udeb
msgstr Пакеты программы установки Debian *.udeb

#: ../src/callbacks.c:81
msgid Debian package changes *.changes
msgstr Файлы изменений в пакете Debian *.changes

#: ../src/support.c:112 ../src/support.c:136
#, c-format
msgid Couldn't find pixmap file: %s
msgstr Не найден pixmap-файл: %s

#: ../src/dvarchive.c:259
msgid Unable to locate package file, the file may be empty.
msgstr Не удалось найти файл пакета, файл может быть пуст.

#: ../src/dvarchive.c:266
msgid Failed to read package file.
msgstr Не удалось прочитать файл пакета.

#: ../src/dvarchive.c:271
msgid Unsupported archive version.
msgstr Эта версия архива не поддерживается.

#: ../src/dvarchive.c:276
msgid Possible corrupted file.
msgstr Возможно, повреждённый файл.

#: ../src/dvarchive.c:281
msgid Not a debian binary archive.
msgstr Это не бинарный архив debian.

#: ../src/dvarchive.c:286
msgid Unable to decompress file within package.
msgstr Не удалось распаковать файл из пакета.

#: ../src/dvarchive.c:294
#, c-format
msgid Error loading file '%s'. %s
msgstr Ошибка загрузки файла '%s'. %s

#: ../src/dvarchive.c:336
msgid Out of memory.
msgstr Не хватает памяти.

#: ../src/dvarchive.c:361
#, c-format
msgid Error reading from file: %m
msgstr Ошибка чтения из файла: %m

#: ../src/dvarchive.c:369
msgid Unexpected end of file.
msgstr Неожиданный конец файла.

#: ../src/dvarchive.c:780
msgid Package
msgstr Пакет

#: ../src/dvarchive.c:785
msgid Size
msgstr Размер

#: ../src/dvarchive.c:790
msgid Location
msgstr Путь

#: ../src/dvarchive.c:795
msgid Debian data
msgstr Данные Debian

#: ../src/dvarchive.c:803
msgid Upstream data
msgstr Данные авторов

#: 

Bug#436068: devscripts: uscan fails when HTTP Content-Encoding is gzip

2007-08-04 Thread Kumar Appaiah
Package: devscripts
Version: 2.10.5
Severity: minor


Dear Devscripts team,

I think uscan fails when it gets a site which forces it to see only
gzipped output. For example, see the attached watch file; it doesn't
seem to work.

I did try to put some instrumentation into uscan to discover this, but
my Perl-ignorance prevented me from adding a handler for gzip myself.

Thanks!

Kumar

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

Kernel: Linux 2.6.22.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages devscripts depends on:
ii  debianutils   2.21   Miscellaneous utilities specific t
ii  dpkg-dev  1.14.4 package building tools for Debian
ii  libc6 2.6-4  GNU C Library: Shared libraries
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  sed   4.1.5-2The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.7.1  Gives a fake root environment

-- no debconf information
version=3
http://download.dajobe.org/flickcurl/ flickcurl-(.*)\.tar\.gz


Bug#436067: scuttle: [INTL:ru] Russian debconf templates translation

2007-08-04 Thread Yuri Kozlov
Package: scuttle
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of templates.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: 0.7.2-2\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-08-03 11:21-0300\n
PO-Revision-Date: 2007-08-05 09:45+0400\n
Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
Language-Team: Russian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: select
#. Description
#: ../scuttle.templates:1001
msgid Prefered locale:
msgstr Предпочтительная локаль:

#. Type: select
#. Description
#: ../scuttle.templates:1001
msgid Select the locale that you desire to use with scuttle.
msgstr Выберите локаль, которую вы хотите использовать с scuttle.

#. Type: boolean
#. Description
#: ../scuttle.templates:2001
msgid Do you want to configure apache2?
msgstr Настроить apache2?



Bug#435121: acroread fails to start after upgrade to libgtk2.0-0-2.11.6-1

2007-08-04 Thread Sebastian Dröge

forwarded 435121 http://bugzilla.gnome.org/show_bug.cgi?id=463270
thanks

Am Freitag, den 03.08.2007, 16:59 +0200 schrieb Sven Arvidsson:
 On Sun, 2007-07-29 at 13:50 +0200, Norbert Breun wrote:
  Error message: (acroread:12892): Gtk-CRITICAL **: gtk_rc_get_style:
  assertion `GTK_IS_WIDGET (widget)' failed
  kernel: Linux nmb 2.6.22-1-k7 #1 SMP libc6 Version: 2.6-4
  
  
  Hi there,
  
  startup of acrobat reader fails with above noted error message after
  having upgraded following two packages:
  libgtk2.0-0-2.11.6-1 
  libgtk2.0-common-2.11.6-1
  This seems even to be an issue in Mandriva and UBUNTU as I found
  having googled about this.
  Having downgraded to previous version 2.10.13-1 all works well again.
 
 For future reference, this issue is discussed in the adobe forums;
 http://www.adobeforums.com/cgi-bin/webx?128@@.3bc4895e

Hi, this issue is not only with acroread but also with wxgtk apps like
audacity. I forwarded it to Gtk upstream, if someone can get better
backtraces that would be nice ;)

Downgrading to gtk 2.11.5 fixes it for me btw...

http://bugzilla.gnome.org/show_bug.cgi?id=463270


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#435201: Patch for htdig's noisy cron

2007-08-04 Thread Ted Percival

tags 435201 patch
thanks

Here's a patch for htdig's daily cron script to exit silently if it is 
not installed.


--
\0
diff -ruN htdig-3.2.0b6/debian/htdig.cron.daily htdig-3.2.0b6-new/debian/htdig.cron.daily
--- htdig-3.2.0b6/debian/htdig.cron.daily	2007-08-04 16:22:58.0 +1000
+++ htdig-3.2.0b6-new/debian/htdig.cron.daily	2007-08-04 16:38:38.0 +1000
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+if ! `which lockfile-create /dev/null 21` || [ ! -x /usr/bin/rundig ]; then
+	exit 0
+fi
+
 if ! lockfile-create /var/run/htdig.cron; then
 # Another htdig indexing cronjob is already running
 exit 0


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

2007-08-04 Thread Kapil Hari Paranjape
Hello,

On Wed, 04 Apr 2007, Martin Michlmayr wrote:
 Package: swish++
 Version: 6.1.4-1
 Usertags: ftbfs-gcc-4.3
 Tags: patch

Thanks for the patch. I applied it and the package compiles on sid.

Howver, I could not check that the compilation works with gcc-snapshot.

 You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
 from unstable. (Currently not available for i386, but for amd64, powerpc
 and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

I installed gcc-snapshot from sid but got hit by #434274 so
compilation filed.

I will ask my usual mentor to upload the new version (6.1.4-2) to sid
with the patches applied. Could you please check this version when it
appears and close the bug if appropriate?

Thanks and regards,

Kapil.
--


signature.asc
Description: Digital signature


Bug#435917: vm: New upstream version available

2007-08-04 Thread Sven Joachim
Package: vm
Version: 7.19-14
Severity: wishlist

There is a new major version of VM available at
http://download.savannah.nongnu.org/releases/viewmail/vm-8.0.2-487.tgz

, see the project homepage: http://www.nongnu.org/viewmail/.  It would
be great if you could package it.  This will require some work, since
the new upstream maintainer has overhauled the build system, it uses
autoconf now.

This version includes vm-rfaddons.el, an older version of which is
also in the vm-bonus-el package.  When you package the new VM version,
this file should be removed from vm-bonus-el (maintainer is cc'ed). 


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

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

Versions of packages vm depends on:
ii  emacs-snapshot  1:20070730-2 The GNU Emacs editor (development 
ii  emacs-snapshot-gtk [emacs-s 1:20070730-2 The GNU Emacs editor (with GTK+ 2.
ii  emacs21 21.4a+1-5The GNU Emacs editor
ii  emacs22-gtk [emacs22]   22.1+1-1 The GNU Emacs editor (with GTK use
ii  ucf 3.001Update Configuration File: preserv

Versions of packages vm recommends:
ii  make  3.81-3 The GNU version of the make util

-- no debconf information


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



Bug#435919: [INTL:fr] French translation of menu sections

2007-08-04 Thread Christian Perrier
Package: menu
Version: 2.1.35
Severity: wishlist
Tags: patch l10n pending

For the sake of it, here's the French translation, by Jean-Philippe Guérard
and vetted by the French l10n team.

I already committed it to the CVS..:-)

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

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

Versions of packages menu depends on:
ii  dpkg  1.14.5 package maintenance system for Deb
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-1  GCC support library
ii  libstdc++64.2.1-1The GNU Standard C++ Library v3

menu recommends no packages.

-- no debconf information
# Menu section translation
# Copyright (C) 2003,2007
# This file is distributed under the same license as the menu package.
# French translation :
#
# Bill Allombert [EMAIL PROTECTED], 2003.
# Jean-Philippe Guérard [EMAIL PROTECTED], 2003,2007.
msgid 
msgstr 
Project-Id-Version: menu-section 2.1.7-2\n
POT-Creation-Date: 2007-07-04 15:27+0100\n
PO-Revision-Date: 2007-07-07 14:01+0200\n
Last-Translator: Jean-Philippe Guérard [EMAIL PROTECTED]
org\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms:  nplurals=2; plural=(n  1);\n

#. First level entry 
#. Policy definition: Normal applications. This is a top-level
#. Examples: section, do not put entries here.
msgid Applications
msgstr Applications

#. Second level entry under Applications
#. Policy definition: Tools to aid people with disabilities or
#. for machines lacking usual input devices.
#. Examples: gok, yasr, dasher
msgid Accessibility
msgstr Accessibilité

#. Second level entry under Applications
#. Policy definition: Anything relating to HAM radio.
#. Examples: baken, hamsoft, twlog
msgid Amateur Radio
msgstr Radio amateur

#. Second level entry under Applications
#. Policy definition: Interactive database programs, collection
#. managers, address books, bibliography tools, etc.
#. Examples: gaby, alexandria, mdbtools
msgid Data Management
msgstr Gestion de données

#
#. Second level entry under Applications
#. Policy definition: Editors, other than office word processors,
#. for text-based information.
#. Examples: ksubtile, nano, hexedit
msgid Editors
msgstr Éditeurs

#
#. Second level entry under Applications
#. Policy definition: Educational and training software.
#. Examples: gtypist, gcompris, quiz
msgid Education
msgstr Éducatif

#
#. Second level entry under Applications
#. Policy definition: Software that allows you to run non-native
#. software or more than one OS at a time.
#. Examples: wine, dosemu, qemu
msgid Emulators
msgstr Émulateurs

#. Second level entry under Applications
#. Policy definition: Tools for file management, archiving,
#. searching, CD/DVD burning, backup, etc.
#. Examples: file-roller, mc, baobab
msgid File Management
msgstr Gestion de fichiers

#
#. Second level entry under Applications
#. Policy definition: 2D and 3D graphics manipulation software.
#. Examples: gimp, inkscape, imagemagick
msgid Graphics
msgstr Dessin et image

#. Second level entry under Applications
#. Policy definition: Software that allows you to interface
#. with mobile devices (phones, PDAs, etc.).
#. Examples: kandy, gnokii, gnome-pilot
msgid Mobile Devices
msgstr Matériel nomade

#
#. Second level entry under Applications
#. Policy definition: Network related software. This is a three-level
#. Examples: section, do not put entries directly here.
msgid Network
msgstr Réseau

#
#. Third level entry under Network
#. Policy definition: Mail, USENET news, chat, instant messaging,
#. IP telephony, video conferencing software, etc.
#. Examples: xchat, gaim, mutt
msgid Communication
msgstr Communication

#. Third level entry under Network
#. Policy definition: File transfer software such as download
#. managers, FTP clients, P2P clients, etc.
#. Examples: amule, gftp, d4x
msgid File Transfer
msgstr Transfert de fichiers

#. #-#-#-#-#  - (menu-section 2.1.9-3)  #-#-#-#-#
#. Third level entry under Network
#. Policy definition: Network monitoring software.
#. Examples: gip, ettercap, iptstate
#. #-#-#-#-#  - (menu-section 2.1.9-3)  #-#-#-#-#
#. Third level entry under System
#. Policy definition: System information and monitoring tools, log viewers, etc.
#. Examples: top, hal-device-manager, gtkdiskfree
msgid Monitoring
msgstr Surveillance

#. Third level entry under Network
#. Policy definition: Web browsers, tools for offline browsing, etc.
#. Examples: elinks, epiphany-browser, webhttrack
msgid Web Browsing
msgstr Navigateurs web

#. Third level entry under Network
#. Policy definition: Web feed (RSS, Atom, etc.)
#. and podcast aggregators.
#. 

Bug#435920: ogg streams are played slowly

2007-08-04 Thread Wolf-Rüdiger Jürgens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: amarok
Version: 1.4.6-1+b1
Severity: normal

- --- Please enter the report below this line. ---

http://www.dradio.de/streaming/dlf_hq_ogg.m3u

I add that stream to the Radio-Streams section in the playlist-tab and
then to the playlist itself. While I play that stream amarok responds
very slowly, e.g. menus, tabs etc., just have a look at the glow-effect
for current playing song and compare it to playing back a local .ogg file.


- --- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-2-k7

Debian Release: lenny/sid
  500 testing security.debian.org
  500 testing ftp2.de.debian.org

- --- Package information. ---
Depends (Version) | Installed
=-+-==
amarok-engines| 1.4.6-1+b1
 OR amarok-engine |
ruby  | 1.8.2-1
unzip | 5.52-10
kdelibs4c2a(= 4:3.5.7-1) | 4:3.5.7.dfsg.1-1
libart-2.0-2  (= 2.3.18) | 2.3.19-3
libaudio2 | 1.9-2+b1
libc6  (= 2.5-5) | 2.6-2
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libfreetype6   (= 2.3.5) | 2.3.5-1+b1
libgcc1   (= 1:4.2-20070516) | 1:4.2-20070712-1
libgl1-mesa-glx   | 6.5.2-7
 OR libgl1|
libglib2.0-0  (= 2.12.9) | 2.12.13-1
libgpod2  | 0.5.2-2
libice6  (= 1:1.0.0) | 2:1.0.3-3
libidn11  (= 0.5.18) | 0.6.5-1
libifp4   | 1.0.0.2-3
libjpeg62 | 6b-13
libkarma0 | 0.0.6-2
libmtp5   | 0.1.5-2
libmysqlclient15off (= 5.0.27-1) | 5.0.45-1
libnjb5   | 2.2.5-4.1
libpng12-0  (= 1.2.13-4) | 1.2.15~beta5-2
libpq5| 8.2.4-2
libqt3-mt(= 3:3.3.7) | 3:3.3.7-5
libruby1.8 (= 1.8.6) | 1.8.6.36-1
libsdl1.2debian (= 1.2.10-1) | 1.2.11-8
libsm6| 2:1.0.3-1+b1
libsqlite3-0  (= 3.3.17) | 3.3.17-1
libstdc++6  (= 4.2-20070516) | 4.2-20070712-1
libtag1c2a   (= 1.4) | 1.4-8+b1
libtagc0 (= 1.4) | 1.4-8+b1
libtunepimp5  | 0.5.3-4+b1
libusb-0.1-4(= 2:0.1.12) | 2:0.1.12-7
libvisual-0.4-0(= 0.4.0) | 0.4.0-1.1
libx11-6  | 2:1.0.3-7
libxcursor1( 1.1.2) | 1:1.1.8-2
libxext6  | 1:1.0.3-2
libxft2( 2.1.1) | 2.1.12-2
libxi6| 2:1.1.1-1
libxinerama1  | 1:1.0.2-1
libxrandr2   (= 2:1.2.0) | 2:1.2.1-1
libxrender1   | 1:0.9.2-1
libxt6| 1:1.0.5-3
zlib1g  (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-5

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGtCe93qtje94ouTERAiWxAJ9Wb0nv7ypr8+uqjgXv1EKBfp33WQCdF2/A
lrDQ2cEK7G5tAw9G0r50Bao=
=vXMg
-END PGP SIGNATURE-


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



Bug#435468: warsow: segfaults when starting (amd64 bug ?)

2007-08-04 Thread Pierre Habouzit
On Sat, Aug 04, 2007 at 01:50:18AM +0200, Gonéri Le Bouder wrote:
 On Tue, Jul 31, 2007 at 11:44:45PM +0200, Pierre Habouzit wrote:
  Package: warsow
  Version: 0.31.dfsg-4
  Severity: grave
  Justification: renders package unusable
  
when I launch warsow I get:
  
  
  ERROR: R_Upload32_3D: texture is too large (resizing is not supported)
  
  Error: Error during initialization
  
  ERROR: Received signal 11
  
  
  Recursive Sys_Error: Received signal 11
 Hello Pierre,
 
 I don't think it's a bug but probably a limitation of your OpenGL
 driver.
 
 Which graphic card/driver do you use and how much memory do you have on
 it?
 Can you try: glxinfo -l|grep GL_MAX_TEXTURE_SIZE
 
 Maybe we should add a check in the wrapper.
 
 if ! glxinfo | grep direct rendering: No; then
   zenity --error missing direct rendering --text You're OpenGL 
 installation doesn't support direct rendering. If you have an NVIDIA or an 
 ATI card you'll probably need to install the propritary driver.
 fi
 
 WARSOW_MIN_TEXTURE_SIZE=2048 
 if [ `glxinfo -l|grep GL_MAX_TEXTURE_SIZE| sed 's/.*= //'` -lt 
 $WARSOW_MIN_TEXTURE_SIZE ]; then
   zenity --error texture is too large --text You're graphic card doesn't 
 doesn't have enough memory to launch Warsow.
 fi
 
 This add two new dependency (mesa-utils and zenity) and we need to deal with 
 i18n stuff.

  Yes, I happened to lack DRI, and then it begun to work when I fixed
it. Though I think the error messages would be of use. Also note that
s/you're/your/ in your texts :)



-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpdcjTqsOQ5l.pgp
Description: PGP signature


Bug#398198: A fresh package...

2007-08-04 Thread Kumar Appaiah
On Fri, Aug 03, 2007 at 06:21:08PM +0200, Loïc Minier wrote:
 On Fri, Aug 03, 2007, Kumar Appaiah wrote:
   Then, edit the control file
  and add me as Uploader, just below Loic's name. Then, about the
  changelog, I think a fresh, clean changelog is needed, though Loic can
  confirm on this one.
 
  Simply add a changelog entry:
 * Added Kumar to uploaders.
  or if you, Kumar, want to do the change:
 [ Kumar Appaiah ]
 * Add myself to uploaders.
 
  You don't need to reset the changelog / clean the changelog more IMO.

Done. I have added myself to Uploaders.

   You should change UNRELEASED to unstable, and
  ensure that you say Initial Release: (Closes: #398198) as one of the
  changelog entries. Then, just do an svn-buildpackage with proper
  options and upload the built package somewhere (mentors?)
 
  Yeah, not strictly required, but I think it would be a good experience
  as Marc-André discovers this kind of stuff.

OK. So now, all Marc has to do is this:

1. Check out the stuff using the svn+ssh://... command which Loic had
   first mentioned.
2. Type dch, and do the following:
   a) Change UNRELEASED to unstable.
   b) Add an entry like Initial Debian release (Closes: #398198)

And then, do something like:
svn-buildpackage --svn-ignore-new -rfakeroot

Then, cd ../build-area and do lintian vala_0.1.2-1_i386.changes

If it gives no warnings, upload it to someplace like mentors.debian.net.

 
Is this OK? Will you please do this, Marc?

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature


Bug#435921: The GUI interface does not use accelerator keys.

2007-08-04 Thread Brandon
Package: pcsx
Version: 1:1.699df-rc3-1
Severity: minor
Tags: patch

The GUI interface does not have accelerator keys. This effectively
makes pcsx unusable without a mouse or a mouse emulator.

Here is a patch. I also include it as an attachment.
--- Begin patch
--- pcsx.glade2.orig2007-08-04 00:57:54.0 -0700
+++ pcsx.glade2 2007-08-04 01:05:34.0 -0700
@@ -38,7 +38,7 @@
  child
widget class=GtkMenuItem id=item1
  property name=visibleTrue/property
- property name=label translatable=yesFile/property
+ property name=label translatable=yes_File/property
  property name=use_underlineTrue/property
 
  child
@@ -370,7 +370,7 @@
  child
widget class=GtkMenuItem id=emulator1
  property name=visibleTrue/property
- property name=label translatable=yesEmulator/property
+ property name=label translatable=yes_Emulator/property
  property name=use_underlineTrue/property
 
  child
@@ -425,7 +425,7 @@
  child
widget class=GtkMenuItem id=configuration1
  property name=visibleTrue/property
- property name=label translatable=yesConfiguration/property
+ property name=label 
translatable=yes_Configuration/property
  property name=use_underlineTrue/property
 
  child
@@ -626,7 +626,7 @@
  child
widget class=GtkMenuItem id=help1
  property name=visibleTrue/property
- property name=label translatable=yesHelp/property
+ property name=label translatable=yes_Help/property
  property name=use_underlineTrue/property
 
  child

 End patch

These are the most important accelerator keys. They enable the menu to
be used without a mouse. I also recommend accelerator keys for the
individual selections in the menu, but these are less important, and a
lot of them are up to developer preference, so I left them out.

-Brandon
--- pcsx.glade2.orig	2007-08-04 00:57:54.0 -0700
+++ pcsx.glade2	2007-08-04 01:05:34.0 -0700
@@ -38,7 +38,7 @@
 	  child
 	widget class=GtkMenuItem id=item1
 	  property name=visibleTrue/property
-	  property name=label translatable=yesFile/property
+	  property name=label translatable=yes_File/property
 	  property name=use_underlineTrue/property
 
 	  child
@@ -370,7 +370,7 @@
 	  child
 	widget class=GtkMenuItem id=emulator1
 	  property name=visibleTrue/property
-	  property name=label translatable=yesEmulator/property
+	  property name=label translatable=yes_Emulator/property
 	  property name=use_underlineTrue/property
 
 	  child
@@ -425,7 +425,7 @@
 	  child
 	widget class=GtkMenuItem id=configuration1
 	  property name=visibleTrue/property
-	  property name=label translatable=yesConfiguration/property
+	  property name=label translatable=yes_Configuration/property
 	  property name=use_underlineTrue/property
 
 	  child
@@ -626,7 +626,7 @@
 	  child
 	widget class=GtkMenuItem id=help1
 	  property name=visibleTrue/property
-	  property name=label translatable=yesHelp/property
+	  property name=label translatable=yes_Help/property
 	  property name=use_underlineTrue/property
 
 	  child


Bug#435922: About window close button does not close.

2007-08-04 Thread Brandon
Package: pcsx
Version: 1:1.699df-rc3-1
Severity: minor

Select Help-About. Now press Close. Nothing happens. The X close
button works.

-Brandon



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



Bug#410415: ntpdate unable to maintain stable time

2007-08-04 Thread Clayton
On Fri, 3 Aug 2007 12:31:41 +0200
maximilian attems [EMAIL PROTECTED] wrote:

 can you please test the latest and greatest linux image in
 testing 2.6.21 otherwise backports has it too.
 if bug still reproducible 2.6.22 from unstable would be the
 next candidate.

Maks,

I just gave it a try with 2.6.21-2-686, and it would appear that
whatever was stepped-on is now fixed. I have been running for about 12
hours with the new kernel now and am not seeing the problem.

You can go ahead and close this bug report if you like.

Clayton


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



Bug#434378: New upstream version?

2007-08-04 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

does this bug still occur with the new upstream versions of sip/PyQt4?
I currently lack the time to test it myself, but I'm going to investigate this
next week.

best,

Torsten
- --
Torsten Marek [EMAIL PROTECTED]
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146  894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGtDcgfMVFHqJEyFgRAmGrAJ4xvi6BniIYlcJVvMCDnSq5+4ZEaQCgsnw6
g1B//vGvmmI8HUWs3+IrUB4=
=mD1k
-END PGP SIGNATURE-


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



Bug#417578: not found in 4.2.0

2007-08-04 Thread Thomas Krennwallner

Dear Thierry,

Thierry Randrianiriana wrote:

I can't reproduce this bug in 4.2.0, I'll close it in the next upload.


Unfortunately, the bug is still in 4.2.0-4, but instead of no EPS file, gnuplot
generates an *empty* EPS file without warning/error message:

$ cat foo.dat
0 4
1 3
2 2
3 1
4 0

$ cat foo.gp
set term post eps enhanced
set out foo.eps
set data style linespoints
set xtic (0 0,1 1,2 2, 3 3, 4 4)

# this doesn't work due to escape char --  \
plot foo.dat title foo

$ gnuplot foo.gp
$ gv foo.eps
gv: Cannot open file foo.eps (No message of desired type)
$ cat foo.eps
$

Best regards,
Thomas

--
 .''`.  Obviously we do not want to leave zombies around. - W. R. Stevens
: :'  : Thomas Krennwallner djmaecki at ull dot at
`. `'`  sip:[EMAIL PROTECTED] (+43 59966 560428)
  `-http://bigfish.ull.at/~djmaecki/


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



Bug#435576: linux-image-2.6.22.1: no sound in tvtime, pinnacle tv card

2007-08-04 Thread maximilian attems
On Wed, 01 Aug 2007, yellow protoss wrote:

 
 I am fighting very hardly with the linux kernel sources, as displayed 
 herewith: 
 http://www.linuxquestions.org/questions/showthread.php?t=567367page=6

pointing to a random webpage is bad style,
please include the relevant info directly in the bug report.
also after a quick scan from aboves you mostly speak about nvidia
afaik there are nvidia kernel modules in non-free.

anyway since your subject speaks about sound,
latest laptops needs latest alsa, did you try 2.6.23-rc2?

sorry no prebuild images yet but expected sooon.

regards

-- 
maks


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



Bug#434722: linux-image-2.6.18-4-686: touchpad is not detected correct

2007-08-04 Thread maximilian attems
On Thu, 26 Jul 2007, Gerald Klinkl wrote:

 Package: linux-image-2.6.18-4-686
 Version: 2.6.18.dfsg.1-12etch2
 Severity: normal
 
 
 After upgrading my notebook from sarge to etch special touchpad
 features like scrolling with fingers didn't work any longer. I was
 able to track down the problem to the psmouse module, which is not
 able to detect my touchpad correct. Instead it detects only a
 generic PS/2 mouse:
 

could you try to reproduce the bug onlinux image 2.6.21 from backports.org?

thanks


-- 
maks


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



Bug#433815: PS/2 mouse not detected on MS Virtual PC 2007

2007-08-04 Thread maximilian attems
On Thu, 19 Jul 2007, Graham wrote:


 When Linux 2.6.18 boots, I get these messages:

 ---
 PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
 serio: i8042 AUX port at 0x60,0x64 irq 12
 serio: i8042 KBD port at 0x60,0x64 irq 1
 ---

 but with the 2.6.21 kernel, I don't see the AUX port line, and the
 mouse is not detected.

 I tried the linux-image-2.6.22-rc5-686 package, and it does not solve
 the problem. I'll continue to test with newer packages, as they become
 available.

 -- graham

i guess nor did 2.6.22 real.

hmm there is no 2.6.23-rc2 yet out, but could you file aboves bug
in upstream bugzilla.kernel.org and report back on the bugzilla
bug nr.

thanks

-- 
maks


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



Bug#429825: centerim: Russian language is bugged

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

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

 example dialog buttons:

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

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

example messages (after exit from history):

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


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



Bug#434135: linux-image-2.6.21-2-686: NFS client buffers writes then hangs

2007-08-04 Thread maximilian attems
tags 434135 moreinfo
stop

On Sat, 21 Jul 2007, Ben Hutchings wrote:

 Package: linux-image-2.6.21-2-686
 Version: 2.6.21-6
 Severity: normal

hmm there is newer linux image out there.
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I have been using Kino to edit DV files on an NFS-mounted filesystem.
 When I export an edited sequence to a single file, Kino starts to write
 frames and then eventually hangs.  Sometimes it recovers from the hang
 after a few seconds or minutes.  In other cases I have given up on it
 after about 10 minutes.
 
 While Kino is hung, attempts to list the directory containing the file
 it was writing (ls -l) hang, but listing of other directories on the
 NFS-mount do not (I suspect that the stat call on this specific file
 is hanging).  One thing I have noticed when listing the directory on
 the client and server *during* an export is that before the hang the
 client begins to show a much larger file size (up to 400 MB larger)
 than the server.  In some cases I have been able to kill Kino, which
 sometimes unblocks ls as well.  After this, the file sizes become
 consistent again.
 
 This does not happen with linux-image-2.6.18-4-686.
 
could you please retest against 2.6.22?
it had nfs fixes.

thanks

-- 
maks


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



Bug#432984: ickle: not binNMU-safe

2007-08-04 Thread Steve Langasek
severity 432984 grave
tags 432984 sid
thanks

This bug should have been filed at severity: grave from the beginning, the
severity appropriate for uninstallable binary packages.

I've accordingly prepared a 0-day NMU to fix this bug, since this is one of
the packages holding up the libglib1.2 long-double ABI transition.  The
final patch is attached, and the NMU will be uploaded shortly.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
diff -u ickle-0.3.2/config.guess ickle-0.3.2/config.guess
--- ickle-0.3.2/config.guess
+++ ickle-0.3.2/config.guess
@@ -1,9 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
+#   Inc.
 
-timestamp='2005-08-03'
+timestamp='2007-03-06'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -106,7 +107,7 @@
 trap exitcode=\$?; (rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null)  exit \$exitcode 0 ;
 trap rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null; exit 1 1 2 13 15 ;
 : ${TMPDIR=/tmp} ;
- { tmp=`(umask 077  mktemp -d -q $TMPDIR/cgXX) 2/dev/null`  test -n $tmp  test -d $tmp ; } ||
+ { tmp=`(umask 077  mktemp -d $TMPDIR/cgXX) 2/dev/null`  test -n $tmp  test -d $tmp ; } ||
  { test -n $RANDOM  tmp=$TMPDIR/cg$$-$RANDOM  (umask 077  mkdir $tmp) ; } ||
  { tmp=$TMPDIR/cg-$$  (umask 077  mkdir $tmp)  echo Warning: creating insecure temp directory 2 ; } ||
  { echo $me: cannot create a temporary directory in $TMPDIR 2 ; exit 1 ; } ;
@@ -160,6 +161,7 @@
 	arm*) machine=arm-unknown ;;
 	sh3el) machine=shl-unknown ;;
 	sh3eb) machine=sh-unknown ;;
+	sh5el) machine=sh5le-unknown ;;
 	*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
 	esac
 	# The Operating System including object format, if it has switched
@@ -206,8 +208,11 @@
 *:ekkoBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
 	exit ;;
+*:SolidBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
+	exit ;;
 macppc:MirBSD:*:*)
-	echo powerppc-unknown-mirbsd${UNAME_RELEASE}
+	echo powerpc-unknown-mirbsd${UNAME_RELEASE}
 	exit ;;
 *:MirBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
@@ -764,12 +769,19 @@
 	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
 	exit ;;
 *:FreeBSD:*:*)
-	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+	case ${UNAME_MACHINE} in
+	pc98)
+		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	amd64)
+		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	*)
+		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	esac
 	exit ;;
 i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
 	exit ;;
-i*:MINGW*:*)
+*:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
 	exit ;;
 i*:windows32*:*)
@@ -779,9 +791,15 @@
 i*:PW*:*)
 	echo ${UNAME_MACHINE}-pc-pw32
 	exit ;;
-x86:Interix*:[34]*)
-	echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
-	exit ;;
+*:Interix*:[3456]*)
+	case ${UNAME_MACHINE} in
+	x86) 
+		echo i586-pc-interix${UNAME_RELEASE}
+		exit ;;
+	EM64T | authenticamd)
+		echo x86_64-unknown-interix${UNAME_RELEASE}
+		exit ;;
+	esac ;;
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 	echo i${UNAME_MACHINE}-pc-mks
 	exit ;;
@@ -817,6 +835,9 @@
 arm*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
+avr32*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
 cris:Linux:*:*)
 	echo cris-axis-linux-gnu
 	exit ;;
@@ -851,7 +872,11 @@
 	#endif
 	#endif
 EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2/dev/null | grep ^CPU=`
+	eval `$CC_FOR_BUILD -E $dummy.c 2/dev/null | sed -n '
+	/^CPU/{
+		s: ::g
+		p
+	}'`
 	test x${CPU} != x  { echo ${CPU}-unknown-linux-gnu; exit; }
 	;;
 mips64:Linux:*:*)
@@ -870,7 +895,11 @@
 	#endif
 	#endif
 EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2/dev/null | grep ^CPU=`
+	eval `$CC_FOR_BUILD -E $dummy.c 2/dev/null | sed -n '
+	/^CPU/{
+		s: ::g
+		p
+	}'`
 	test x${CPU} != x  { echo ${CPU}-unknown-linux-gnu; exit; }
 	;;
 or32:Linux:*:*)
@@ -919,9 +948,15 @@
 sparc:Linux:*:* | sparc64:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
+vax:Linux:*:*)
+	echo ${UNAME_MACHINE}-dec-linux-gnu
+	exit ;;
 x86_64:Linux:*:*)
 	echo x86_64-unknown-linux-gnu
 	exit ;;
+xtensa:Linux:*:*)
+	echo xtensa-unknown-linux-gnu
+	exit ;;
 i*86:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so
 	# first see if it will tell us. cd 

Bug#435924: audacious: crashes instead of showing error message

2007-08-04 Thread Daniel Baumann
Package: audacious
Version: 1.3.2-4
Severity: important

Hi,

when editing a ID3 tag on an mp3 file which is read-only, audacious
crashes instead of showing a permission error warning.

when editing a ID3 tag on an mp3 file which does not have already any
ID3 information on it, pressing 'delete' lets audacious crash, instead
of just doing nothing.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#435925: scuttle: [INTL:sv] Swedish debconf templates translation

2007-08-04 Thread Daniel Nylander
Package: scuttle
Severity: wishlist
Tags: patch l10n


Here is the Swedish debconf translation for scuttle

regards,
Daniel

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

Kernel: Linux 2.6.17.4
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to 
sv_SE)
Shell: /bin/sh linked to /bin/bash
# Swedish translation for scuttle debconf.
# Copyright (C) 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the scuttle package.
# Daniel Nylander [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: scuttle\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-08-03 11:21-0300\n
PO-Revision-Date: 2007-08-04 11:10+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Description
#: ../scuttle.templates:1001
msgid Prefered locale:
msgstr Föredragen lokal:

#. Type: select
#. Description
#: ../scuttle.templates:1001
msgid Select the locale that you desire to use with scuttle.
msgstr Välj den lokalanpassning som du vill använda med scuttle.

#. Type: boolean
#. Description
#: ../scuttle.templates:2001
msgid Do you want to configure apache2?
msgstr Vill du konfigurera apache2?



Bug#433454: hibernate: Network stop working after resume

2007-08-04 Thread maximilian attems
tags 433454 moreinfo
stop

 My network stop working after resume (suspend-to-ram). I have this
 network card:

 00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)


can you please check out 2.6.22 linux image?
it is in unstable and just installs fine in testing.

thanks

-- 
maks


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



Bug#433755: Please include dropped header file serial_reg.h in linux-libc-dev

2007-08-04 Thread maximilian attems
tags 433755 upstream
stop

On Thu, 19 Jul 2007, Kartik Mistry wrote:

 xosview package depends on one of the dropped header file of package
 linux-libc-dev. Please include header file serial_reg.h, which was at,
 linux-kernel-headers: /usr/include/linux/serial_reg.h
 earlier.

indeed quite some userspace code expects that header.
it has been added to linux-libc-dev upstream.

so that bug can be closed with 2.6.23 hitting the archive.
should there be more request the git commit is 
41d202d80e829c0a489119ad63d7ece08a9786da

regards

-- 
maks


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



Bug#420180: Pass SHELL=/bin/bash

2007-08-04 Thread Loïc Minier
Package: ipw3945-source
Followup-For: Bug #420180

Hi,

 Here's a patch to pass SHELL=/bin/bash when calling the upstream
 Makefile; it worked fine for me.

 I'll bump the severity to important as we're currently discussing
 making dash the default /bin/sh.

   Bye,

 PS: you might want to honor $(MAKE) clean failures.

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

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

Versions of packages ipw3945-source depends on:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  debhelper 5.0.53 helper programs for debian/rules
ii  dpatch2.0.26 patch maintenance system for Debia
ii  make  3.81-3 The GNU version of the make util
ii  module-assistant  0.10.11tool to make module package creati

ipw3945-source recommends no packages.

-- no debconf information

-- 
Loïc Minier
diff -u ipw3945-1.2.1/debian/changelog ipw3945-1.2.1/debian/changelog
--- ipw3945-1.2.1/debian/changelog
+++ ipw3945-1.2.1/debian/changelog
@@ -1,3 +1,10 @@
+ipw3945 (1.2.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Pass SHELL=/bin/bash to the upstream Makefile which expects bash.
+
+ -- Loic Minier [EMAIL PROTECTED]  Sat, 04 Aug 2007 11:04:44 +0200
+
 ipw3945 (1.2.1-2) unstable; urgency=low
 
   * Applied patch from Egon [EMAIL PROTECTED] to fix potential driver lockup
diff -u ipw3945-1.2.1/debian/rules ipw3945-1.2.1/debian/rules
--- ipw3945-1.2.1/debian/rules
+++ ipw3945-1.2.1/debian/rules
@@ -63,7 +63,7 @@
 	dh_clean -k
 
 	# Build the module
-	$(MAKE) modules KSRC=$(KSRC) KVER=$(KVERS)
+	$(MAKE) modules SHELL=/bin/bash KSRC=$(KSRC) KVER=$(KVERS)
 
 	# Install the module
 	install -D -m 0644 ipw3945.ko debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/kernel/drivers/net/wireless/ipw3945.ko
@@ -86,7 +86,7 @@
 	#dh_testroot
 
 	# Cleaning package
-	-$(MAKE) clean
+	-$(MAKE) SHELL=/bin/bash clean
 
 	dh_clean
 


Bug#433250: Loading bluetooth stack produces kernel dump

2007-08-04 Thread maximilian attems
On Mon, 16 Jul 2007, Martin Zobel-Helas wrote:

 On Mon, 2007-07-16 at 07:31 +0200, Bastian Blank wrote:
 
  lsusb -vv?
  
  The reported function checks a reported maximum value against the
  written one. This can be anything up to broken firmware. Nothing related
  to bluetooth.
 
 See attachment.

 
 Bus 001 Device 006: ID 046d:c707 Logitech, Inc. 

how is linux image 2.6.22 working on it?

regards

-- 
maks


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



Bug#415216: Same problem here

2007-08-04 Thread Roland Baudin

Hi,
I have the same problem on my two Debian testing boxes : sound works OK 
for playing, start sound is OK, I can test event sounds in control 
center, but the event sounds are not played in the panel nor applications.
Note that these sounds were working OK in Gnome 2.16 and that the bug 
appeared when switching to Gnome 2.18.

Thanks for your help...
RB
--
X File Explorer http://roland65.free.fr/xfe
Toutes Choses http://roland65.free.fr/ttc


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



Bug#435812: Cannot install texlive-latex-base due to post-installation script failure

2007-08-04 Thread Raphael Manfredi
Quoting Hilmar Preusse:
: For any reason your language.dat file
: (/var/lib/texmf/tex/generic/config/language.dat) contains an entry
: for the file ushyph1.tex, which is not provided by TeX Live.
: 
:  -rw-r--r-- 1 root root 12191 Aug  3 12:54 
/var/lib/texmf/tex/generic/config/language.dat
:  
: The size of the file language.dat differs from the default on my
: system:
: [EMAIL PROTECTED]:~ $ ls -l

: /var/lib/texmf/tex/generic/config/language.dat
: -rw-r--r-- 1 root root 6019 Jul 24 18:59 
/var/lib/texmf/tex/generic/config/language.dat
: 
: Did you change the file manually? Can you comment out the entry for
: ushyph1.tex and start over?

I did not update the file manually.  This file is generated by
update-language.

The american ushyph1.tex line comes from the file:

/etc/texmf/language.d/00tetex.cnf

A dpkg --search reveals this file was provided by tetex-base.

And I have:

ii  tetex-base   2007-10  TeX Live: teTeX transitional package

Furthermore, comments in the file

/var/lib/texmf/tex/generic/config/language.dat

say that ushyph1.tex MUST be the first file loaded, so I can't really
comment it.  I'd have to comment in /etc/texmf/language.d/ anyway,
and those files are owned by tetex-base, so it really means something
is broken in tetex-base.

Do you agree?

Raphael


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



Bug#209008: parallel building: DEB_BUILD_OPTIONS or DEB_BUILD_OPTIONS_PARALLEL

2007-08-04 Thread Matthias Klose
Lucas Nussbaum writes:
 On 27/07/07 at 23:35 +0200, Wouter Verhelst wrote:
  On Fri, Jul 27, 2007 at 04:56:14PM +0200, Matthias Klose wrote:
- What to do if that option is not present? Should a package be
  allowed to build in parallel anyway, determing the number of
  processes itself, or should it be a sequential build?
  
  I think it should behave as is currently required then; that is to say,
  make it a sequential build.

Updated the Makefile example to work with whitespace and comma
separated values, without using the shell:

ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
  COMMA = ,
  NUMJOBS := $(patsubst parallel=%,%,$(filter parallel=%,$(subst $(COMMA), 
,$(DEB_BUILD_OPTIONS
  MAKEFLAGS = -j $(NUMJOBS)
endif


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



Bug#432877: linux-image-2.6.21-2-686: adjtimex changes frequency-offset incorrectl\y

2007-08-04 Thread maximilian attems
On Thu, 12 Jul 2007, [EMAIL PROTECTED] wrote:

 The program
 #includesys/timex.h
 #includestdio.h
 int main()
 {
   struct timex tx;
 
   /*get the clock parameters*/
   tx.modes=0;
   adjtimex(tx);
   printf(old frequency: %ld\n,tx.freq);
 
 /*Change the frequence*/
   tx.freq=128350;
   tx.modes=ADJ_FREQUENCY;
   adjtimex(tx);
   printf(new frequency: %ld\n,tx.freq);
   return 0;
 }
 prints
 
 old frequency: 128336
 new frequency: 128336.
 
 But the new freqency should be 128350

can't reproduce that with 2.6.22 linux image:

old frequency: -3424768
new frequency: 128350

i guess the bug can be closed, please double check against 2.6.22
and report back.

regards

-- 
maks




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



Bug#434499: balsa: Workaround found : downgrade gmime2.2 to 2.9

2007-08-04 Thread Pierre M.
Package: balsa
Version: 2.3.17-1
Followup-For: Bug #434499

Hello again,

here is Joe User back in the reportbug console tool. I have good news.

As suggested by Sven I had a look at this page :
http://snapshot.debian.net/package/gmime2.2

So I have added
deb http://snapshot.debian.net/archive pool gmime2.2
in my sources, launched aptitude, pressed u, then searched for gmime, 
opened its information page and finally selected its previous 2.9 version at 
the bottom. Then I have pressed g to proceed (with warnings). Magic aptitude 
has done a good job and Balsa is working again.

So I confirm there is a link for me between gmime2.2 2.9 to 2.10 and Balsa for 
some days in testing.
See http://packages.qa.debian.org/g/gmime2.2.html
[2007-08-01] gmime2.2 2.2.10-1 MIGRATED to testing (Britney)

I wish snapshot were a trusted source to avoid scary warning while downgrading 
one package. Thank you very much Sven for the tip.

PM

-- 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: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages balsa depends on:
ii  gnome-ic 2.18.0-3GNOME Desktop icon theme
ii  libart-2 2.3.19-3Library of functions for 2D graphi
ii  libaspel 0.60.5-1GNU Aspell spell-checker runtime l
ii  libatk1. 1.18.0-2The ATK accessibility toolkit
ii  libbonob 2.18.0-2Bonobo CORBA interfaces library
ii  libbonob 2.18.0-5The Bonobo UI library
ii  libc62.6-2   GNU C Library: Shared libraries
ii  libcairo 1.4.10-1The Cairo 2D vector graphics libra
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libcompf 1:1.5.2-4   Compress/decompress images for mai
ii  libesmtp 1.0.3-1.1   LibESMTP SMTP client library
ii  libfontc 2.4.2-1.2   generic font configuration library
ii  libgconf 2.18.0.1-3  GNOME configuration database syste
ii  libglade 1:2.6.1-1   library to load .glade files at ru
ii  libglib2 2.12.13-1   The GLib library of C routines
ii  libgmime 2.2.9-1 MIME library, unstable version
ii  libgnome 0.8.1-2 GNOME keyring services library
ii  libgnome 2.18.0-4The GNOME 2 library - runtime file
ii  libgnome 2.14.0-3A powerful object-oriented display
ii  libgnome 2.18.0-2The GNOME 2.2 print architecture -
ii  libgnome 2.18.1-2The GNOME 2 libraries (User Interf
ii  libgnome 1:2.18.1-2  GNOME Virtual File System (runtime
ii  libgpg-e 1.4-2   library for common error values an
ii  libgpgme 1.1.4-1 GPGME - GnuPG Made Easy
ii  libgtk2. 2.10.13-1   The GTK+ graphical user interface 
ii  libgtkht 3.14.3-1HTML rendering/editing library - r
ii  libgtkso 1.8.5-1 shared libraries for the GTK+ synt
ii  libgtksp 2.0.10-3+b1 a spell-checking addon for GTK's T
ii  libice6  2:1.0.3-3   X11 Inter-Client Exchange library
ii  libkrb53 1.6.dfsg.1-6MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.4 OpenLDAP libraries
ii  libnotif 0.4.4-3 sends desktop notifications to a n
ii  liborbit 1:2.14.7-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango 1.16.4-1Layout and rendering of internatio
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  libsm6   2:1.0.3-1+b1X11 Session Management library
ii  libsqlit 3.3.17-1SQLite 3 shared library
ii  libssl0. 0.9.8e-5SSL shared libraries
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcurs 1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxfixe 1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxi6   2:1.1.1-1   X11 Input extension library
ii  libxiner 1:1.0.2-1   X11 Xinerama extension library
ii  libxml2  2.6.29.dfsg-1   GNOME XML library
ii  libxrand 2:1.2.1-1   X11 RandR extension library
ii  libxrend 1:0.9.2-1   X Rendering Extension client libra
ii  zlib1g   1:1.2.3.3.dfsg-5compression 

Bug#420842: Same build fail with # CONFIG_PARAVIRT is not set

2007-08-04 Thread Brandon Simmons
I am running Lenny with a 2.6.21 kernel compiled from source. I was
installing using ATI's installer script to generate debian packages. I
received the following  failure message after running
module-assistant a-i fglrx:

FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only symbol

I have checked my kernel config, and have:

# CONFIG_PARAVIRT is not set


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



Bug#420180: Pass SHELL=/bin/bash

2007-08-04 Thread Daniel Baumann
Loïc Minier wrote:
  I'll bump the severity to important as we're currently discussing
  making dash the default /bin/sh.

the value of having dash as /bin/sh is, that bash can be removed. that's
why i'll fix the makefile instead of calling it with bash.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



Bug#432555: ipw2200: Unknown parameter `rtap_iface'

2007-08-04 Thread maximilian attems
hello,

On Tue, 10 Jul 2007, Sheridan Hutchinson wrote:

 (Linux R2 2.6.21-2-686 #1 SMP Mon Jun 25 20:53:36 UTC 2007 i686 GNU/Linux)

 This is an interesting one.  I'm using lenny on a Thinkpad X40, x86, 
 32-bit, single-core,  and have been struggling today to get my ipw2200 to 
 work with the new kernel.

 Up until know I've been compiling my kernel from the debian source package, 
 previously using 2.6.18.  I would compile in support for the ipw2200 in 
 xconfig and placed the firmware in /lib/firmware (firmware is v3.0 FWIW).  
 This has worked very well for me for a long time.

 Recently I convinced myself of the logic of using the debian stock kernel 
 and decided that when 2.6.21 arrived that I would switch to your stock 
 kernel.

 I installed linux-image-2.6.21-2-686 and everything apart from the ipw2200 
 works.  During bootup, dmesg provides this output (and just output) for the 
 ipw2200:
 ipw2200: Unknown parameter `rtap_iface'

thanks for the feedback, easily reproduced on my x41.
fixed by enabling IPW2200_RADIOTAP and IPW2200_PROMISCUOUS in latest
trunk. inbetween before next upload tomorrow's trunk 2.6.22 images
should be fine, please see the apt lines at
- http://wiki.debian.org/DebianKernel

best regards

-- 
maks


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



Bug#435927: RFP: rapidminer -- Integrated data mining environment

2007-08-04 Thread Fabian Fagerholm
Package: wnpp
Severity: wishlist

* Package name: rapidminer
  Version : 4.0
  Upstream Author : Rapid-I [EMAIL PROTECTED]
* URL : http://www.rapidminer.com/
* License : GPL (version 2 or later)
  Programming Lang: Java
  Description : Integrated data mining environment

 Rapidminer is a data mining environment that covers a wide range of
 real-world data mining tasks. More than 400 data mining operations can
 be used and almost arbitrarily combined. The program GUI creates XML
 files describing a data mining task, which is then used as input to the
 data mining engine and plugins.
 .
 Rapidminer can also be used as a Java data mining library.
 .
 Some examples of what Rapidminer can be used for:
   * Knowledge discovery in databases
   * Rapid prototyping
   * Plotting and visualising high-dimensional data
   * Machine learnig through the WEKA library
   * Text, data stream and multimedia mining
   * Distributed data mining

(Description ends here.)

Some parts of Rapidminer are licensed under LGPL or other free software
licenses. However, there are two things that prevent this program from
going into main: its icons are not licensed under a free software
license, and some (or all, I haven't checked) parts of its GUI are not
free software.

If someone wants to package this, I'd suggest replacing the icons with a
free software set (shouldn't be too hard to find replacements for most
of them from KDE or GNOME). Then, package this as a Java library for
data mining. Later, perhaps the non-free GUI can be packaged separately
or replaced by a free software version. Who knows, maybe the authors
would consider releasing the GUI parts under the GPL?

-- 
Fabian Fagerholm [EMAIL PROTECTED]


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



Bug#435926: debbugs gets confused when a name is both a source and an unrelated binary package

2007-08-04 Thread Joachim Breitner
Package: debbugs
Severity: normal

Hi Don,

as can seen on
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=sm;dist=unstable
debbugs gets confused if there is a name (here “sm”) that is both the
name of a source package (source sm / binary r-cran-sm) and a binary
package (source screen-message / binary sm). Assuming this package
should only consider the binary package, the following this are wrong:
 * both package’s versions are listed (should only list 0.6-1)
 * the wrong maintainer is named (should be me)
 * the wrong bugs are displayed

Correct are:
 * links to p.d.o and p.q.d.o
 * the name of the source package

Thanks, and greetings,

Joachim


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

Kernel: Linux 2.6.21.otto
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#432468: does not resume from suspend-to-RAM on toshiba satellite m70

2007-08-04 Thread maximilian attems
tags 432468 moreinfo
stop

On Mon, 09 Jul 2007, Zack Weinberg wrote:

 Package: linux-image-2.6.21-2-686
 Version: 2.6.21-5
 Severity: normal

could you try against 2.6.22 from unstable?
linux images install just fine in testing.
 
 My laptop - a Toshiba Satellite M70 [I believe this was a model sold only
 in Canada, not that that stopped Newegg from selling it to me ;-)] suspends
 to RAM just fine, but never comes back.  I have experimented extensively
 with 'pm-suspend' -- the behavior is always the same: when I push the
 power button or reopen the lid, the power light goes from blinking to solid,
 the fan turns on, the hard drive spins up, and then nothing.  The screen
 remains blank, the backlight off, and the keyboard unresponsive.
 The only way to get it out of this state is to hold down the power button
 until the computer turns off, and then turn it back on.

did you try to ssh to the box?
is it dead or do you only need to switch vc to get backlight on again.
aka several times ctrl+alt+f8 ctrl+alt+f7
 
regards

-- 
maks


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



Bug#435928: manpages-dev: Unknown macro in setlocale.3

2007-08-04 Thread Thomas Huriaux
Package: manpages-dev
Version: 2.62-1
Severity: minor

Hi,

Line 103 of setlocale.3 should be
  .RB ( LC_COLLATE ,
instead of
  .RM ( LC_COLLATE ,

Cheers,

-- 
Thomas Huriaux



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



Bug#420180: Pass SHELL=/bin/bash

2007-08-04 Thread Loïc Minier
On Sat, Aug 04, 2007, Daniel Baumann wrote:
 the value of having dash as /bin/sh is, that bash can be removed. that's
 why i'll fix the makefile instead of calling it with bash.

 No, the first reason dash is being discussed is for its speed; dropping
 bash is out of the question and is a multi-year work which is probably
 not worth the effort.  Feel free to fix the upstream Makefile though :)
 I wouldn't have invested time in this myself as the driver is likely to
 be superseded by iwlwifi.

-- 
Loïc Minier



Bug#395479: xserver-xorg-video-i810: blank screen

2007-08-04 Thread Brice Goglin
On Fri, Jun 22, 2007 at 11:50:51AM +0200, Christian Pinedo Zamalloa wrote:
 I'm running a Debian Testing updated. Now i use KDE as windows manager
 and not fulbox. Anyway, I have run fluxbox and I have the same problem.
 After 3 seconds without doing nothing the screen goes black. If I press
 buttons or move the cursor I don't get a black screen but after three
 seconds of inactivity again a black screen.
 
 In KDE I don't have this problem and if I use the driver vesa i don't
 have the problem neither in KDE nor in Flubox.

Could you send the output of 'xset q' (especially the 4 DPMS lines at the end)
in all these cases? I wonder whether fluxbox might be changing the DPMS config
for some reason while KDE would not. Note that vesa seems to have problems
with DPMS right now (does not work at all here), it might explain why the
screen never goes black in this case.

Also note that your screen seems to report no DPMS capability
  intel(0): No DPMS capabilities specified; RGB/Color Display
which looks surprising for a recent laptop.

In fluxbox, if you do 'xset dpms 10 20 30', does the screen wait 10 seconds
instead of 3 before going black?

Brice


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



Bug#435929: lm-sensors: post-installation script blocks

2007-08-04 Thread Friedrich Delgado Friedrichs
Package: lm-sensors
Version: 1:2.10.4-1
Severity: important


I just had to interrupt the post-installation script for lm-sensors
after it had been running (apparently) for the whole night.

Sorry for providing no strace output or other useful information... Is
there somewhere a logfile with useful information that I could attach
to this bugreport?

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

Kernel: Linux 2.6.21-rc6-rt0 (PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lm-sensors depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libsensors3   1:2.10.4-1 library to read temperature/voltag
ii  perl  5.8.8-7Larry Wall's Practical Extraction
ii  sed   4.1.5-2The GNU sed stream editor
ii  ucf   3.001  Update Configuration File: preserv

lm-sensors recommends no packages.

-- debconf information:
* lm-sensors/creating-devices:


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



Bug#435909: kcheckgmail is not in correct language.

2007-08-04 Thread José Luis Tallón

Rafael wrote:

Package: kcheckgmail
Version: 0.5.6-1
Severity: normal
Tags: l10n

Kcheckgmail is in Spanish language, but i have KDE and locales configured in 
British English.
First time i installed kcheckgmail, i had locales and KDE in Spanish (Spain) 
language.
  

Does it happen with any other KDE programs in your system?

KCheckGmail reportedly does *not* store any information about locales in 
its config file (.kde/share/config/kcheckgmailrc)




Regards,

   J.L.



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



Bug#420180: Pass SHELL=/bin/bash

2007-08-04 Thread Daniel Baumann
Loïc Minier wrote:
  No, the first reason dash is being discussed is for its speed;

i know why in *debian* we'd like to have /bin/sh on dash.

  dropping bash is out of the question and is a multi-year work which is 
 probably
  not worth the effort.

that's why *ipw3945* should not require bash (although i hardly think
that at that time, ipw3945 will still be in debian).

  I wouldn't have invested time in this myself as the driver is likely to
  be superseded by iwlwifi.

i'm well aware of this.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



Bug#435930: RFP: weka -- Data mining program using machine learning algorithms

2007-08-04 Thread Fabian Fagerholm
Package: wnpp
Severity: wishlist

* Package name: weka
  Version : 3.4.11
  Upstream Author : University of Waikato [EMAIL PROTECTED]
* URL : http://www.cs.waikato.ac.nz/ml/weka/
* License : GPL
  Programming Lang: Java
  Description : Data mining program using machine learning algorithms

 Weka is a collection of machine learning algorithms in Java that can
 either be used from the command-line, or called from your own Java
 code. Weka is also ideally suited for developing new machine learning
 schemes.
 .
 Implemented schemes cover decision tree inducers, rule learners, model
 tree generators, support vector machines, locally weighted regression,
 instance-based learning, bagging, boosting, and stacking. Also included
 are clustering methods, and an association rule learner. Apart from
 actual learning schemes, Weka also contains a large variety of tools
 that can be used for pre-processing datasets.

(Description ends.)

Some parts might be licensed differently (eg. public domain) but I
believe this is entirely free software.

-- 
Fabian Fagerholm [EMAIL PROTECTED]


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



Bug#435931: libslang2: funny escape sequences like ESC[1m1. PrefaceESC[0m in slang.txt

2007-08-04 Thread Stefano Sabatini
Package: libslang2
Version: 2.0.7-1
Severity: minor

Many fastidious escape sequences chars show up in the pager (less)
while displaying /usr/share/doc/libslang2/slang.txt.gz.

For example the preface appears like this:

 ESC[1m1.  PrefaceESC[0m

  ESC[1mS-Lang ESC[22mis an interpreted language that was designed from the 
start to
  be easily embedded into a program to provide it with a powerful
  extension language.  Examples of programs that use ESC[1mS-Lang ESC[22mas an
  extension language include the ESC[1mjed ESC[22mtext editor and the 
ESC[1mslrnESC[0m
  newsreader.  Although ESC[1mS-Lang ESC[22mdoes not exist as a separate 
application,
  it is distributed with a quite capable program called ESC[1mslsh 
ESC[22m(``slang-
  shell'') that embeds the interpreter and allows one to execute 
ESC[1mS-LangESC[0m
  scripts, or simply experiment with ESC[1mS-Lang ESC[22mat an interactive 
prompt.
  Many of the the examples in this document are presented in the context
  of one of the above applications.

  ESC[1mS-Lang ESC[22mis also a programmer's library that permits a programmer 
to
  develop sophisticated platform-independent software.  In addition to
  providing the ESC[1mS-Lang ESC[22minterpreter, the library provides 
facilities for
  screen management, keymaps, low-level terminal I/O, etc.  However,
  this document is concerned only with the extension language and does
  not address these other features of the ESC[1mS-Lang ESC[22mlibrary.  For
  information about the other components of the library, the reader is
  referred to ESC[1mThe S-Lang ESC[22mLibrary Reference.


Thanks so much for your work.
Cheers!

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

Kernel: Linux 2.6.21.5.070622.qwerty (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 libslang2 depends on:
ii  libc6 2.6-2  GNU C Library: Shared libraries

libslang2 recommends no packages.

-- no debconf information


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



Bug#435819: shared-mime-info: HTML documents identified as Mozilla bookmark files

2007-08-04 Thread Sebastian Dröge
forwarded 435819 https://bugs.freedesktop.org/show_bug.cgi?id=11843
tags 435819 + confirmed upstream
severity 435819 serious
thanks

Am Freitag, den 03.08.2007, 14:18 +0200 schrieb Mathias Brodala:
 Package: shared-mime-info
 Version: 0.22-1
 Severity: normal
 

 The latest update introduced a bug where HTML documents are assigned the MIME
 type application/x-mozilla-bookmarks instead of text/html.

Hi,
thanks for reporting. I forwarded this issue upstream:
https://bugs.freedesktop.org/show_bug.cgi?id=11843

Bye



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



Bug#432363: gstreamer0.10-gnomevfs: gnomevfs not registered as a HTTP protocol source plugin

2007-08-04 Thread Sebastian Dröge
Am Montag, den 09.07.2007, 19:18 +0200 schrieb David Härdeman:
 Package: gstreamer0.10-gnomevfs
 Version: 0.10.13-2
 Severity: normal
 
 Trying to play a http:// URI, I get the message that no HTTP handler is 
 installed even though gnomevfs is installed (and working, since sftp:// 
 URI's work fine)...
 
 Example:
 ([EMAIL PROTECTED]:~)$ gst-launch-0.10 playbin uri=http://example.com/test.mp3
 Setting pipeline to PAUSED ...
 ERROR: Pipeline doesn't want to pause.
 ERROR: from element /playbin0: A HTTP protocol source plugin is required to 
 play this stream, but not installed.
 Additional debug info:
 gstplaybasebin.c(1602): gen_source_element (): /playbin0:
 No URI handler for http
 Setting pipeline to NULL ...
 FREEING pipeline ...

Hi,
do you have libgnomevfs2-extra installed? This is necessary to have HTTP
support.
If you install it, does http work for you again?

I'll add a Recommends to gstreamer0.10-gnomevfs for this, will be there
with the next upload...

Bye



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



Bug#408495: bluez-gnome: always says bluetooth off

2007-08-04 Thread Filippo Giunchedi
On Fri, Jan 26, 2007 at 10:43:10AM +0200, Eddy Petri�?or wrote:
 Package: bluez-gnome
 Version: 0.6-1
 Severity: minor
 
 Hello,
 
 On my laptop I can disable bluetooth with a special key. The
 gnome-applet correctly detects that a change happened, but always shows
 that the device switched into off mode.

Can you retry with the latest version of bluez-gnome? (0.13-1 in sid)

thanks,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

In God we trust, everybody else pays cash.
-- somewhere in England 



Bug#435660: latex-cjk-chinese: installing/upgrading/removing package fails

2007-08-04 Thread Norbert Preining
On Don, 02 Aug 2007, Danai SAE-HAN =?UTF-8?Q?(=E9=9F=93=E9=81=94=E8=80=90) ?= 
wrote:
 On 02-08-07 14:08, Trevor Caira wrote:
 My goodness, so the purge doesn't work because it can't find pdftexconfig
 anymore.  I'll see if this bug has already been fixed by a more recent Debian

apt-get --reinstall install texlive-base-bin texlive-base

should/could help. There are severl TL bugs related to this, and they
all should be solved by now.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
CLACKAVOID (n.)
Technical BBC term for a page of dialogue from Blake's Seven.
--- Douglas Adams, The Meaning of Liff


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



Bug#435730: cloning?

2007-08-04 Thread Filippo Giunchedi
Hi,
I'm failing to see why the bug has been cloned, isn't the fix enough?
bluez-gnome has been rebuilt in sid and uploaded as 0.13-1+b1.

thanks,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

It's not that I'm afraid to die, I just don't want to be there
when it happens.
-- Woody Allen


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



Bug#430364: more info

2007-08-04 Thread Sebastian Dröge
tags 430364 + confirmed fixed-upstream
thanks

Hi,
this seems to be fixed in gstreamer CVS, at least the pipeline in the
first mail works for me.

If someone wants to search for the relevant patches I'll add them to the
package but IIRC the changes related to this were rather large.

Bye



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



Bug#435558: please package texinfo-4.9

2007-08-04 Thread Norbert Preining
On Fre, 03 Aug 2007, Atsuhito Kohda wrote:
  Please package texinfo-4.9.
 
 Thanks for your notification.  The maintainer of texinfo
 is now on vacation (until around middle of Aug.?) so please
 wait a while (assuming that this is not an urgent issue).

Furthermore it is only a licensing change GPLv3 ... 
real texinfo 5.0 update is expected soon ...

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
`How do you feel?' he asked him.
bits of me keep
passing out.' 
`We're safe,' he said.
`Oh good,' said Arthur.
in one of the
spaceships of the Vogon Constructor Fleet.'
this is obviously some strange usage of
the word safe that I wasn't previously aware of.'
 --- Arthur after his first ever teleport ride.
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy


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



Bug#416464: postgresql-8.1: Please add aide.conf.d file

2007-08-04 Thread Martin Pitt
Hi Marc,

a while ago, Andreas and I quickly discussed adding some standard aide
rules to postgresql-common. However, there are some unresolved
questions, maybe you can shed some light about what aide generally
does with files in /var and what makes sense to add as separate rules?

Thank you!

Martin

The important bits as fullqoute, for your convenience:

Andreas Tille [2007-05-20 17:59 +0200]:
 On Sun, 20 May 2007, Martin Pitt wrote:

 I do not know aide at all, but from looking at this I concur to Peter
 that it seems questionable to me to check /var/lib by default and then
 spread such global 'ignore /var' patterns across all the packages
 that use /var.

 Well, as I said, Aide knows different types of checking and while
 we all know that /var/lib is changing frequently without any
 unfriendly intrusion it is just a matter in which kind /var/lib
 is changing.  That's why Aide tries to regard different ways of
 changes that have to be specified.

 Also, above rule would not really fit well. People might configure
 other clusters (such has having 7.4/transition, 8.1/main, 8.2/master
 and 8.2/slave), so I would not like to hardcode cluster and version
 names. OTOH, '!/var/lib/postgresql/' looks too blunt to me to be
 really useful, but that's just my gut feeling.

 So would '!/var/lib/postgresql/' still be useful at all? What about
 /var/log/postgresql?

 Well, I'm not an Aide expert as well - I just have seen that it contains
 aide.conf.d files for several packages but postgresql is missing.
 Because I do not see a reason why postgresql is missing but several
 other packages provide such scripts I think we should perhaps
 discuss this issue on debian-devel (or any other reasonable place)
 because I see no reason if we as non experts in this issue try
 to find a clever solution.

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org


signature.asc
Description: Digital signature


Bug#374895:

2007-08-04 Thread Sebastian Dröge
tags 374895 + moreinfo
Hi,
is this bug still present for you with 0.10.5?

Bye

PS: Loic, maybe we should lower the rank of the fluendo mp3 plugin a bit
under the rank of the mad plugin. The only advantages of the fluendo mp3
plugin are not valid for Debian anyway (Intel stuff for speed and MP3
license). What do you think? GST_RANK_SECONDARY-1 should be fine.



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



Bug#435932: excessive library dependencies

2007-08-04 Thread Peter Eisentraut
Package: gabber2
Version: 1.9.4+vcs20060705-1
Severity: wishlist
Tags: patch

I'm trying to get rid of the old library liblzo1, which your package
depends on.  Nothing in your package uses it, however, so it's just
libtool craziness or something that creates all these library
dependencies.

I added

LDFLAGS += -Wl,--as-needed

to the rules file, which shortened the dependency list significantly.  I
suggest that you try that out.


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



Bug#415216: Workaround

2007-08-04 Thread Roland Baudin

Hi again,

the workaround given here http://bugzilla.gnome.org/show_bug.cgi?id=435109
works for me :

running /usr/bin/esd before logging-in to GNOME will solve the problem

So I added the line :
esd -nobeeps
to my .xsession file and started in GDM an xclient session instead of a 
Gnome session

I also added the line :
killall esd
to the system file /etc/gdm/PostSession/Default
because at the Gnome logout the esd process is still running and is 
owned by the last user

Not simple at all, but works now!
RB


--
X File Explorer http://roland65.free.fr/xfe
Toutes Choses http://roland65.free.fr/ttc


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



Bug#410886: postgresql-8.1: I had a similar problem

2007-08-04 Thread Martin Pitt
Hi Vincent,

thanks a lot for your detailled analysis and feedback. Indeed this
helps to narrow down the problem.

Vincent McIntyre [2007-07-17 14:13 +1000]:
 The root cause in my case was the existing database was owned by a
 UID that was in NIS. During the upgrade another 'postgres' UID was
 created, in /etc/passwd, and this UID was not able to access the
 directory /var/lib/postgresql/8.1/main

Ah, that would indeed be it. I wonder whether there is a cleaner
solution for that.

, which has permissions 0700

 But is it worth adding a check to the startup scripts that tests
 whether the postgres instance directory (/var/lib/postgresql/8.1/main)
 is owned by the correct UID, and if not send a warning to the postgres logs 
 or maybe to syslog? A check like this in the init script would have made it 
 easier to find the issue.
 [...]
 Stopping PostgreSQL 8.1 database server: main Error: The cluster is owned 
 by user id 93 which does not exist any more
   failed!

This warning already exists in that form (the postinst/postrm just
call the init script). What do you think should be changed here? I can
add an extra warning to the syslog if that helps, but my gut feeling
is that syslog wouldn't be the first place people look at after a
failed upgrade (screen output is usually much more helpful).

 However in my case just rerunning the dist-upgrade (with the machine
 running at runlevel 2) did not work.
 Neither did removing and reinstalling. (I did not 'purge'.)
 This is where I thnk there may a remaining problem.

  # apt-get remove postgresql-8.1
 (worked ok)

This does not actually remove the existing instance in
/var/lib/postgresql/, though. It would be very evil if that happened.
It is done on purge, though, so purging the package should work.

 I can't find a config file that mentions server.key

This is an implicit default in postmaster itself.

I'm glad that you could recover the installation.

However, I'm unsure how to proceed with this bug. Playing dirty tricks
wit chown during install/upgrade seems really evil to me, I will not
open a can of worms like that.

A reasonable thing would be to not have the package installation fail
when the existing cluster is not accessible, and just let it go on and
have the admin fix it later. Would that be reasonable for you, too?

Thanks,

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org


signature.asc
Description: Digital signature


Bug#433856: postgresql-client-common: pg_dump and pg_dumpall reports version mismatch when using postgresql-8.2

2007-08-04 Thread Martin Pitt
Hi Kresten,

Kresten Kjeldgaard [2007-07-19 23:17 +0200]:
 pg_dump and pg_dumpall seems to be version 8.1.9, which when its used
 with the postgresql-8.2 results in the program aborting because of a version
 mismatchi since the server version is newer.

Since the 8.2 server depends on the 8.2 client, I guess that the 8.2
client side applications are installed and it is just a matter of the
cluster/version/user mapping. Just to verify, do you have
/usr/lib/postgresql/8.2/bin/psql?

To debug this issue further, please send me the output of those
commands:

  pg_lsclusters

  grep -v '^#' /etc/postgresql-common/user_clusters

  cat ~/.postgresqlrc

Thanks,

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org


signature.asc
Description: Digital signature


Bug#435808: incorrect jar contents (proguard/proguard/ hierarchy)

2007-08-04 Thread Hans van Kranenburg
Sam Clegg wrote:
 On Fri, 2007-08-03 at 12:25 +0200, Hans van Kranenburg wrote:
 Package: proguard
 Version: 3.7-1
 Severity: normal
 Tags: patch


 While using the proguard 3.7 source package to build a deb of proguard 4.0
 beta5 I discovered the proguard.jar and ant-proguard.jar files contain
 an incorrect directory hierarchy:

 [...]

 The attached patch should fix this. 
 
 Hmm, thanks for that.  Any idea why this wasn't breaking proguard?

Well, actually the ant task _was_ broken, after applying the first patch
to add it to the package. ;]

Hans


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



Bug#435933: [intl:fr] mapserver debconf templates translation

2007-08-04 Thread Steve
Package: mapserver
Version: 4.8.4-1
Severity: wishlist
Tags: l10n Patch

Hi,

Please find attached the french debconf templates translation,
proofread by the debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.

Regards
-- 
steve


fr.po
Description: application/gettext


Bug#430524: Workaround for timezone bug

2007-08-04 Thread Martin Pitt
Hi Chris,

Chris Lawrence [2007-07-11 23:56 -0500]:
 Here's how I worked around the bug here:
 
 rmdir /usr/share/postgresql/8.2/timezone
 ln -s /usr/share/zoneinfo /usr/share/postgresql/8.2/timezone

Weird, this is actually how postgresql-8.2 ships it by default:

$ dpkg -c postgresql-8.2_8.2.4-2_amd64.deb | grep 'timezone\'
lrwxrwxrwx root/root 0 2007-08-02 10:41 
./usr/share/postgresql/8.2/timezone - ../../zoneinfo

Wasn't that the case for you? How did you get to that situation, and
can you reproduce it?

Martin
-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org


signature.asc
Description: Digital signature


Bug#432877: linux-image-2.6.21-2-686: adjtimex changes frequency-offset incorrectl\y

2007-08-04 Thread Martin Ziegler

Sorry, the bug is still there as before.

Here is the content of /proc/version: Linux version 2.6.22-1-686 (Debian 
2.6.22-3) ([EMAIL PROTECTED]) (gcc version 4.1.3 20070718 (prerelease) 
(Debian 4.1.2-14)) #1 SMP Sun Jul 29 14:37:42 UTC 2007


By the way: If I run the program as non--root, it reports the new
frequency as 128350. But changes nothing, of course.

Do You need further information?

Regards,
Martin


On Sat, 4 Aug 2007, maximilian attems wrote:



i guess the bug can be closed, please double check against 2.6.22
and report back.

regards

--
maks








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



Bug#432994: Adding a patch to #432994

2007-08-04 Thread Lior Kaplan
Version: 1.0.8-2

Adding a patch to make realtimebattle binNMU safe.

-- 
Lior Kaplan
[EMAIL PROTECTED]

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0
--- /tmp/control	2007-08-04 13:40:03.0 +0300
+++ debian/control	2007-08-04 13:53:12.0 +0300
@@ -9,7 +9,7 @@
 
 Package: realtimebattle
 Architecture: any
-Depends: ${shlibs:Depends}, realtimebattle-common (=${Source-Version})
+Depends: ${shlibs:Depends}, realtimebattle-common (=${source:Version})
 Description: Programming game
  RealTimeBattle is a programming game in which robots controlled by programs 
  are fighting each other. The goal is to destroy the enemies, using the 


Bug#432992: Adding a patch for #432992

2007-08-04 Thread Lior Kaplan
Version: 0.4.0-4.1

Attached is a patch to make the package binNMU safe.

-- 
Lior Kaplan
[EMAIL PROTECTED]

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0
--- /tmp/control	2007-08-04 13:40:01.0 +0300
+++ debian/control	2007-08-04 13:44:28.0 +0300
@@ -7,7 +7,7 @@
 
 Package: tuxkart
 Architecture: any
-Depends: ${shlibs:Depends}, tuxkart-data (= ${Source-Version})
+Depends: ${shlibs:Depends}, tuxkart-data (= ${source:Version})
 Description: A 3D go-kart racing game
  TuxKart is a 3D go-kart racing game with several famous OpenSource mascots
  participating. There are several race courses provided, with full information


  1   2   3   4   >