Bug#347342: E-Xss: Child process exited with return code 127

2006-01-09 Thread Marc Cromme
Package: epplets
Version: 0.8.cvs.2005032801-3.1
Severity: normal


E-Xss:  Child process exited with return code 127
when called on command line

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc5-m30e
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages epplets depends on:
ii  enlightenment 1:0.16.7.2-2   The Enlightenment Window Manager
ii  imlib11   1.9.14-26  Imlib is an imaging library for X 
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libepplet00.8.cvs.2005032801-3.1 The Epplet Shared Libraries
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libx11-6  6.8.2.dfsg.1-11X Window System protocol client li
ii  ttf-bitstream-ver 1.10-3 The Bitstream Vera family of free 

epplets recommends no packages.

-- no debconf information


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



Bug#346896: Requesting NMU for toshutils

2006-01-09 Thread Steve Langasek
tags 346896 patch
thanks

Hi Roberto,

On Mon, Jan 09, 2006 at 02:23:27PM +0100, Roberto Sanchez wrote:

> [Please do not reply to this email as my @yahoo.es account is a junk account
> which I do not check.]

> Bug #346896 was recently filed against toshutils.  I am not able to correct
> this bug right now and would sincerely appreciate it if someone could NMU
> it for me.
> 
> Due to a catastrophic hardware failure last month and now waiting for
> Internet access to be installed at my new place, there is really no way I
> can fix this in a reasonable time frame.

> If you do NMU to fix this bug, please attach a diff of the debian/ directories
> in the source package to this bug and also CC to [EMAIL PROTECTED]  I
> will not get the email right away, but I will eventually, as Sean Finney has
> graciously agreed to collect my emails for me until I get Internet access at
> home (thanks Sean).

Sorry to hear about the hardware problems.  I've attached an NMU patch for
this bug, which fixes the build-dependencies and also the Makefile problem
that Luk identified (your upstream seems to have some bizarre
whitespace-phobia! :).  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 toshutils-2.0.1/debian/changelog toshutils-2.0.1/debian/changelog
--- toshutils-2.0.1/debian/changelog
+++ toshutils-2.0.1/debian/changelog
@@ -1,3 +1,14 @@
+toshutils (2.0.1-13.1) unstable; urgency=high
+
+  * Non-maintainer upload with permission of the maintainer.
+  * High-urgency upload for RC bugfix.
+  * Build-depend on libx11-dev, libxext-dev, libxpm-dev, x-dev instead of on
+the obsolete xlibs-dev.  Closes: #346896.
+  * Fix up a syntax problem in src/Makefile.in that's causing build failures
+with current versions of make.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Mon,  9 Jan 2006 18:00:30 -0800
+
 toshutils (2.0.1-13) unstable; urgency=low
 
   * Removed Build-Depend on yacc, since there is no such package.
diff -u toshutils-2.0.1/debian/control toshutils-2.0.1/debian/control
--- toshutils-2.0.1/debian/control
+++ toshutils-2.0.1/debian/control
@@ -1,7 +1,7 @@
 Source: toshutils
 Section: utils
 Priority: extra
-Build-Depends: debhelper (>> 4.0.0), dpatch, bison, flex, libgtk2.0-dev, 
autoconf, automake, xlibs-dev, autotools-dev
+Build-Depends: debhelper (>> 4.0.0), dpatch, bison, flex, libgtk2.0-dev, 
autoconf, automake, libx11-dev, libxext-dev, libxpm-dev, x-dev, autotools-dev
 Maintainer: Roberto C. Sanchez <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2
 
diff -u toshutils-2.0.1/debian/patches/00list 
toshutils-2.0.1/debian/patches/00list
--- toshutils-2.0.1/debian/patches/00list
+++ toshutils-2.0.1/debian/patches/00list
@@ -9,0 +10 @@
+10_posix_make_line_continuation.dpatch
only in patch2:
unchanged:
--- toshutils-2.0.1.orig/debian/patches/10_posix_make_line_continuation.dpatch
+++ toshutils-2.0.1/debian/patches/10_posix_make_line_continuation.dpatch
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_posix_make_line_continuation.dpatch by Steve Langasek <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Upstream seems to be space-impaired; fix line continuations in 
src/Makefile.in
+## DP: to work with new POSIX-compliant GNU make
+
[EMAIL PROTECTED]@
+
+--- toshutils-2.0.1.orig/src/Makefile.in
 toshutils-2.0.1/src/Makefile.in
+@@ -83,7 +83,7 @@
+ WALL = @WALL@
+ 
+ .c.o:
+-  $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -DBINDIR=\"$(BINDESTDIR)\"\
++  $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -DBINDIR=\"$(BINDESTDIR)\" \
+   -DXMESSAGE=\"$(XMESSAGE)\" -DWALL=\"$(WALL)\" -c $<
+ 
+ 
+@@ -96,7 +96,7 @@
+   $(LEX) -i parsetime.l
+ 
+ wmtuxtime.o: wmtuxtime.c
+-  $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\"\
++  $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" \
+   -DBINDIR=\"$(BINDESTDIR)\" -DXMESSAGE=\"$(XMESSAGE)\" -c $<
+ 
+ 


signature.asc
Description: Digital signature


Bug#346404: Patch: remove xlibs-dev build-depends

2006-01-09 Thread John Wright
Package: xjig
Followup-For: Bug #346404

I have attached a patch to replace the xlibs-dev Build-Depends with the correct
packages.

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


xlibs-dev-fix.patch
Description: Binary data


Bug#347341: epplets: segmentation fault with E-SD.epplet

2006-01-09 Thread Marc Cromme
Package: epplets
Version: 0.8.cvs.2005032801-3.1
Severity: normal



Calling  E-SD.epplet terminates with segmentation fault


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc5-m30e
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages epplets depends on:
ii  enlightenment 1:0.16.7.2-2   The Enlightenment Window Manager
ii  imlib11   1.9.14-26  Imlib is an imaging library for X 
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libepplet00.8.cvs.2005032801-3.1 The Epplet Shared Libraries
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libx11-6  6.8.2.dfsg.1-11X Window System protocol client li
ii  ttf-bitstream-ver 1.10-3 The Bitstream Vera family of free 

epplets recommends no packages.

-- no debconf information


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



Bug#347283: abiword: segfault on on MS Word inport

2006-01-09 Thread dann frazier
On Mon, 2006-01-09 at 20:04 -0800, Joshua Kwan wrote:
> dann frazier wrote:
> > abiword crashes when I try to open a certain word document.  Unfortunately,
> > I can't share the document in question, but here's a backtrace.  Note that 
> > the
> > unaligned access messages can normally be safely ignored.
> 
> Is it possible to edit the document, in, say, msword, to remove all
> sensitive information, and have it still crash in abiword? If so, could
> you please try that and attach the document? Thanks..

I had the sender do just that; unfortunately the new document didn't
crash it :(
-- 
dann frazier <[EMAIL PROTECTED]>



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



Bug#346396: Patch: fix build-depends on xlibs-dev

2006-01-09 Thread John Wright
Package: floatbg
Followup-For: Bug #346396

I have attached a patch which removes the xlibs-dev build dependency and adds
the specific packages actually needed.

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


xlibs-dev-fix.patch
Description: Binary data


Bug#347340: gnome-netstatus-applet: interface selection menu broken

2006-01-09 Thread Chris Roddy
Package: gnome-netstatus-applet
Version: 2.10.0-2
Severity: normal

In the netstatus applet's properties dialog, there is a drop-down menu
for selecting the interface to monitor. On my system, it contains two
blank lines, and a line for the loopback interface. The name of the
interface must be entered manually, and sometimes (I can't quite put my
finger on just when) entering the interface name manually does not work,
unless it is re-entered.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-amd64-k8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnome-netstatus-applet depends on:
ii  gconf22.10.1-6   GNOME configuration database syste
ii  gksu  1.3.6-1graphical frontend to su
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.12.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-2 Inter-Client Exchange library
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-02.10.2-1   library for GNOME 2 panel applets
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.9.0.dfsg.1-2 X Window System Session Management
ii  libxml2   2.6.23-1   GNOME XML library
ii  xlibs 6.9.0.dfsg.1-2 X Window System client libraries m
ii  zlib1g1:1.2.3-9  compression library - runtime

gnome-netstatus-applet recommends no packages.

-- no debconf information


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



Bug#339423: acknowledged by developer (Bug#339423: fixed in cdrtools 4:2.01+01a03-5)

2006-01-09 Thread Elie De Brauwer
Additional feedback, at  the moment I was able to test with two CD-RW's 
(both failed). Below is the output of four tests:


a) show the drive capabilities
b) scanbus
c) dummy blank a 10x-24x imation cd-rw
d) dummy blank a 1x,2x-4x maxell cd-rw


I perfectly understands that c can fail since the 'current' write speed 
says 4x (however i feel that i should not fail). On another cd with 
lesser requirements is actually start to do the simulation but stops 
after that with an awkward error. I have at the moment no capabilities 
to test if it is a software of a medium issue.


On the other hand. When I just removed the -dummy the blank of the last 
disc (maxell) seems to work (but I'll have to reburn my knoppix :'( ). 
Which apart from the dubious drive / cd-rw capabilities solves this 
issue for my (and probably others as well).


thank you.

Gr
E.

(Output follows)


neurotic:/# cdrecord dev=ATAPI:0,0,0   -prcap
Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 
Joerg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of 
cdrecord

  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to 
<[EMAIL PROTECTED]>.
  The original author should not be bothered with problems of this 
version.


cdrecord: Warning: Running on Linux-2.6.14
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'debian-0.8debian2'.
cdrecord: Warning: using inofficial version of libscg (debian-0.8debian2 
'@(#)scsitransp.c  1.91 04/06/17 Copyright 1988,1995,2000-2004 J. 
Schilling').

Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'MATSHITA'
Identifikation : 'DVD-RAM UJ-830S '
Revision   : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.

Drive capabilities, per MMC-3 page 2A:

  Does read CD-R media
  Does write CD-R media
  Does read CD-RW media
  Does write CD-RW media
  Does read DVD-ROM media
  Does read DVD-R media
  Does write DVD-R media
  Does read DVD-RAM media
  Does write DVD-RAM media
  Does support test writing

  Does read Mode 2 Form 1 blocks
  Does read Mode 2 Form 2 blocks
  Does read digital audio blocks
  Does restart non-streamed digital audio reads accurately
  Does support Buffer-Underrun-Free recording
  Does read multi-session CDs
  Does read fixed-packet CD media using Method 2
  Does read CD bar code
  Does not read R-W subcode information
  Does read raw P-W subcode data from lead in
  Does return CD media catalog number
  Does return CD ISRC information
  Does support C2 error pointers
  Does deliver composite A/V data

  Does play audio CDs
  Number of volume control levels: 256
  Does support individual volume control setting for each channel
  Does support independent mute setting for each channel
  Does not support digital output on port 1
  Does not support digital output on port 2

  Loading mechanism type: tray
  Does support ejection of CD via START/STOP command
  Does not lock media on power up via prevent jumper
  Does allow media to be locked in the drive via PREVENT/ALLOW command
  Is not currently in a media-locked state
  Does not support changing side of disk
  Does not have load-empty-slot-in-changer feature
  Does not support Individual Disk Present feature

  Maximum read  speed:  4234 kB/s (CD  24x, DVD  3x)
  Current read  speed:  3528 kB/s (CD  20x, DVD  2x)
  Maximum write speed:  4234 kB/s (CD  24x, DVD  3x)
  Current write speed:   706 kB/s (CD   4x, DVD  0x)
  Rotational control selected: CLV/PCAV
  Buffer size in KB: 2048
  Copy management revision supported: 1
  Number of supported write speeds: 5
  Write speed # 0:  4234 kB/s CLV/PCAV (CD  24x, DVD  3x)
  Write speed # 1:  2822 kB/s CLV/PCAV (CD  16x, DVD  2x)
  Write speed # 2:  2117 kB/s CLV/PCAV (CD  12x, DVD  1x)
  Write speed # 3:  1411 kB/s CLV/PCAV (CD   8x, DVD  1x)
  Write speed # 4:   706 kB/s CLV/PCAV (CD   4x, DVD  0x)

Supported CD-RW media types according to MMC-4 feature 0x37:
  Does write multi speed   CD-RW media
  Does write high  speed   CD-RW media
  Does write ultra high speed  CD-RW media
  Does not write ultra high speed+ CD-RW media

neurotic:/home/helios# cdrecord dev=ATAPI:0,0,0 -scanbus
Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 
Joerg Schi

lling
NOTE: this version of cdrecord is an inofficial (modified) release of 
cdrecord

  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to 
<[EMAIL PROTECTED]

org>.
  The original author should not be bothered with proble

Bug#277426: packaging improvement on progress

2006-01-09 Thread Rudy Godoy
Hi there, I've been working on adding more improvements to the actual
package from ubuntu and giskard, basically dealing with conffile at
postinst time using some debconf dialogs and splitting flumotion-admin
by now.

Hopefully I'll be publishing it by the weekend.

regards,
Rudy

-- 
Rudy Godoy | 0x3433BD21 | http://stone-head.org   ,''`.
http://www.apesol.org  -  http://www.debian.org  : :' :
GPG FP: 0D12 8537 607E 2DF5 4EFB  35A7 550F 1A00 3433 BD21   `. `'
   `-


signature.asc
Description: Digital signature


Bug#62821: Old proposed patches #1: 462_warn_to_edit_shadow

2006-01-09 Thread Christian Perrier
The attached patch was written back in November for Debian bug #62821.

It simply adds a small warning to vipw reminding the user to also edit
the shadow file when using either vipw or vigr.

So far, I haven't got feedback on it.

I intend to now apply it and close the relevant Debian bug (#62821,
one of the oldest we have), no matter it's applied upstream or
not. But, Tomasz, can you give us an indication whether you think it's
OK for you...



-- 



Goal: Warn about possible need to edit shadow files when editing the 
  master files with vipw

Fixes: #62821

Status wrt upstream: Forwarded but not applied yet

Index: shadow-4.0.13/src/vipw.c
===
--- shadow-4.0.13.orig/src/vipw.c   2005-10-27 15:30:16.567527832 +0200
+++ shadow-4.0.13/src/vipw.c2005-10-27 15:36:24.261629832 +0200
@@ -248,15 +248,27 @@
if (do_vipw) {
if (editshadow)
vipwedit (SHADOW_FILE, spw_lock, spw_unlock);
-   else
+   else {
vipwedit (PASSWD_FILE, pw_lock, pw_unlock);
+   printf (_("You have modified the password file.\n\
+You may need to modify the shadow file for consistency.\n\
+Please use the command `vipw -s' to do so.\n\
+"));
+   }
} else {
 #ifdef SHADOWGRP
if (editshadow)
vipwedit (SGROUP_FILE, sgr_lock, sgr_unlock);
-   else
+   else {
 #endif
vipwedit (GROUP_FILE, gr_lock, gr_unlock);
+#ifdef SHADOWGRP
+   printf (_("You have modified the group file.\n\
+You may need to modify the shadow group file for consistency.\n\
+Please use the command `vigr -s' to do so.\n   \
+"));
+#endif
+   }
}
 
nscd_flush_cache ("passwd");


Bug#347304: samba: Should not add admin users to smbpasswd

2006-01-09 Thread Christian Perrier

> All other system users will be allowed in, if they have a valid password
> when the smbpasswd is generated. I don't really see what's the need
> to have admin users like gdm, sshd, bin, daemon, sys, or identd (some
> of those are created by packages and are not default system users) allowed
> access through SMB. Granted, they don't have a valid password in most
> systems but it might be better off, just in case, to improve the postinst
> so that only local users (i.e. uid over FIRST_UID as defined in adduser.conf)
> are added to the smbpasswd file. 
> 
> That could be a debconf question if the user asked to automatically generate
> the smbpasswd file. Something like : "Do you want to add the admin users to
> smbpasswd?" (low priority defaulting to 'no') 


My own opinion: I agree with Javier on the main idea of the bug
report. However, I don't think that the system users automatic
addition deserves a debconf question. I really see no point in
allowing system users to have a SMB "account" in a default setup
(which is was the automatically ge)nerated smbpasswd file is).

So I think we should keep it simple and just remove system users from
the list.

Be aware that adduser is not necessarily installed on all systems, so
a backup value (1000 probably) for the lowest UID should probably be used.




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



Bug#347252: console-keymap choices

2006-01-09 Thread Christian Perrier
Quoting Stephen R Marenka ([EMAIL PROTECTED]):
> Package: console-data
> Version: 2002.12.04dbs-52
> Tags: d-i
> 
> It seems that console-keymaps-amiga, console-keymaps-mac, and
> console-keymaps-dec all use __choices instead of __Choices in their
> template files.
> 
> The end result is that these choices don't get loaded into the cdebconf
> templates db and kbd-chooser can't select them.


Yep. Seems right. I'll commit the fix in SVN as soon as I get network access.

I think this, along with recent updates in translations, probably
deserves an upload. Alastair, are you OK with me doing it ? It would
be nice to have this console-data in testing when we'll release d-i
beta2 so it's better not waiting for too long.





Bug#337997: Patch: fix build-depends

2006-01-09 Thread John Wright
Package: xine-lib
Followup-For: Bug #337997

I have attached a patch which removes the xlibs-dev build-dependency and adds
the specific packages actually needed.

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


xlibs-dev.patch
Description: Binary data


Bug#258263: same problem with digitaldj

2006-01-09 Thread Craig Small
On Mon, Jan 09, 2006 at 01:08:14PM +0100, Tim Dijkstra wrote:
> Did you try the new version that I mentioned in the bug-log?
I missed that.  Yes that one works.

Do you need someone to sponsor you? I can do it if you want.
Also is there an easy way of doing a mass-import of mp3s into the
database? mp3insert is one file at a time.

 - Craig

-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE Debian developer
csmall at : enc.com.au  ieee.org   debian.org


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



Bug#347328: Please disable kernel pwc (Philips USB webcam) module by default

2006-01-09 Thread Sven Luther
On Tue, Jan 10, 2006 at 01:31:50AM -0330, Lawrence Williams wrote:
> Package: linux-2.6
> Severity: important
> 
> Hi,
> 
> I am asking for the in-kernel pwc module (Philips USB webcam) to be disabled 
> by default, as it doesn't work with the majority of their webcam chipsets 

Nope wrong, they just don't uncompress the data flow, which should be
uncompressed in userland. The problem is that none of the userland tools do
this yet.

> commonly in use. More importantly, it also conflicts with the resulting 
> package built from the source contained in the pwc-source package (two 
> different pwc.ko files placed in 2 different modules dir for the same kernel 
> version... during modprobe, kernel picks their version always ).

The third-party pwc module is supposed to provide pre-built modules for
official kernels, which do the right with regard to packaging and diverts the
kernel pwc module so everything works fine. If this is not the case, then it
is a pwc bug, but i believe this not to be the case.

> It would save pwc users alot of time, as no kernel rebuild would be needed, 
> and a pwc-modules package could work from a fresh install :)

Just install the right package should do the trick. Having a userland library
for uncompressing the data from the kernel pwc module and passing it
transparently to the other userland apps would be the better solution though,
not sure how this works though.

Friendly,

Sven Luther



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



Bug#347339: wordpress: Wordpress version 2 is available

2006-01-09 Thread Kenneth Watson
Package: wordpress
Version: 1.5.2-2
Severity: wishlist

Wordpress version 2 has been available for a while, and it would be
great if it were to be made available for Debian Wordpress users to
upgrade.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1)

Versions of packages wordpress depends on:
ii  apache2-mpm-prefork [httpd]   2.0.55-3   traditional model for Apache2
ii  libapache2-mod-php4   4:4.4.0-4  server-side, HTML-embedded scripti
ii  mysql-client-5.0 [virtual-mys 5.0.18-1   mysql database client binaries
ii  php4  4:4.4.0-4  server-side, HTML-embedded scripti
ii  php4-mysql4:4.4.0-4  MySQL module for php4

wordpress recommends no packages.

-- no debconf information


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



Bug#347338: libpam-modules: pam_tally segfaults

2006-01-09 Thread Jonathan Matthew
Subject: libpam-modules: pam_tally segfaults
Package: libpam-modules
Version: 0.79-3
Severity: important

With this in /etc/pam.d/common-account:

account requiredpam_tally.so

and this in /etc/pam.d/common-auth:

authrequiredpam_tally.so onerr=fail deny=5

ftp and console logins fail, su doesn't work, and sudo fails if it has to
ask for a password, as the calling process segfaults inside pam_tally's 
pam_sm_setcred() function..

Without the account phase, there's no segfault, but the tally is not
reset after a successful ssh login, or after authenticating for sudo.

What appears to be happening is that tally_set_data() is called from
pam_sm_authenticate(), then tally_get_data() is called from
pam_sm_acct_mgmt(), and again from pam_sm_setcred().  tally_get_data() sets
the data pointer to NULL, so when the second call blindly dereferences
the pointer it gets back from pam_get_data(), it segfaults.

This trivial patch appears to fix it for me, and the resulting
pam_tally.so binary has the desired behaviour for every type of login I
can be bothered checking.

--- pam-0.79/Linux-PAM/modules/pam_tally/pam_tally.c2006-01-10 
16:35:32.0 +1000
+++ pam-0.79.fix/Linux-PAM/modules/pam_tally/pam_tally.c2006-01-10 
16:29:01.0 +1000
@@ -268,7 +268,7 @@
 const void *data;
 
 rv = pam_get_data(pamh, MODULE_NAME, &data);
-if ( rv == PAM_SUCCESS && oldtime != NULL ) {
+if ( rv == PAM_SUCCESS && oldtime != NULL && data != NULL ) {
   *oldtime = *(const time_t *)data;
   pam_set_data(pamh, MODULE_NAME, NULL, NULL);
 }


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

Versions of packages libpam-modules depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libdb4.3  4.3.29-3   Berkeley v4.3 Database Libraries [
ii  libpam0g  0.79-3 Pluggable Authentication Modules l
ii  libselinux1   1.28-2 SELinux shared libraries

libpam-modules recommends no packages.

-- no debconf information



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



Bug#302805: exim4-config: always Network is unreachable at start

2006-01-09 Thread Marc Haber
On Tue, Jan 10, 2006 at 06:40:29AM +0800, Dan Jacobson wrote:
> M> I'll close this bug on 2006-04-30 if nobody cares enough about this
> M> bug to advise what would be desireable.
> Wait a second. That doesn't make bugs go away.

It is not shown that this _is_ a bug. Actually, just dumping a "it
doesn't work" into the BTS does not help anybody. The bug report is too
vague. If nobody cares for more than three months, this is obviously
not annoying enough to investigate.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#347337: gconf2: Version 2.12.1-8 for ia64 is missing from the archive

2006-01-09 Thread John Wright
Package: gconf2
Version: 2.12.1-8
Severity: important

The latest version of gconf2 available for ia64 is 2.12.1-7.  Unfortunately,
since the gconf2-common package is arch-all, the only version available in sid
is 2.12.1-8.  Since most (all?) of the binary packages provided by gconf2
depend on the same version of gconf-common, it is impossible to install a
2.12.x version of gconf2.  In fact, it is impossible to install gconf at all on
a brand-new ia64 installation.

Here is what happens when I try to install gconf2 in a new sid chroot:

[EMAIL PROTECTED]:/# apt-get install gconf2 libgconf2-4 gconf2-common
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gconf2: Depends: gconf2-common (= 2.12.1-7) but 2.12.1-8 is to be installed
  libgconf2-4: Depends: gconf2-common (= 2.12.1-7) but 2.12.1-8 is to be 
installed
E: Broken packages
[EMAIL PROTECTED]:/# apt-get install gconf2-common=2.12.1-7
Reading package lists... Done
Building dependency tree... Done
E: Version '2.12.1-7' for 'gconf2-common' was not found

I am able to successfully build version 2.12.1-8 on ia64, so it's not a FTBFS
problem; somehow it just was never uploaded.

-- 
John Wright

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-mckinley-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gconf2 depends on:
ii  gconf2-common 2.10.1-6   GNOME configuration database syste
ii  libc6.1   2.3.5-8GNU C Library: Shared libraries an
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libxml2   2.6.23-1   GNOME XML library
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages gconf2 recommends:
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 

-- no debconf information


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



Bug#274527: mozilla-firefox: Crashes if Xprint crashes

2006-01-09 Thread Eric Dorland
Version: 1.0.7-1 

* Chris Chiappa ([EMAIL PROTECTED]) wrote:
> On Mon, Jan 09, 2006 at 12:16:43AM -0500, Eric Dorland wrote:
> > > I've been printing some stuff and for whatever reason Xprint is 
> > > occasionally
> > > crashing.  Unfortunately, this causes Firefox to quit as well:
> I can't say I'd seen it even with Firefox 1.0 for a long time now...it could
> be that I'm printing less, Xprint is crashing less, or something else. Feel
> free to close the bug.  Thanks!

Thanks, closing. 

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

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#322749: NMU diff

2006-01-09 Thread Joey Hess
tag 322749 + patch
thanks

I've NMUed to fix this with the attached patch.

-- 
see shy jo
diff --new-file -ur old/memstat-0.4/debian/changelog 
memstat-0.4.0.0.1/debian/changelog
--- old/memstat-0.4/debian/changelog2002-07-11 23:38:31.0 -0400
+++ memstat-0.4.0.0.1/debian/changelog  2006-01-10 01:29:10.0 -0500
@@ -1,3 +1,10 @@
+memstat (0.4.0.0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Complete /usr/oc transition. Closes: #322749
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Tue, 10 Jan 2006 01:28:34 -0500
+
 memstat (0.4) unstable; urgency=high
 
   * make fscanf buffer bigger and more dynamic (Closes: Bug#5544)
diff --new-file -ur old/memstat-0.4/debian/postinst 
memstat-0.4.0.0.1/debian/postinst
--- old/memstat-0.4/debian/postinst 2002-05-22 22:17:07.0 -0400
+++ memstat-0.4.0.0.1/debian/postinst   1969-12-31 19:00:00.0 -0500
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
-  if [ -d /usr/doc -a ! -e /usr/doc/memstat -a -d /usr/share/doc/memstat ]; 
then
-ln -sf ../share/doc/memstat /usr/doc/memstat
-  fi
-fi
diff --new-file -ur old/memstat-0.4/debian/prerm memstat-0.4.0.0.1/debian/prerm
--- old/memstat-0.4/debian/prerm2002-05-22 22:26:30.0 -0400
+++ memstat-0.4.0.0.1/debian/prerm  1969-12-31 19:00:00.0 -0500
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/memstat ]; then
-   rm -f /usr/doc/memstat
- fi
diff --new-file -ur old/memstat-0.4/debian/rules memstat-0.4.0.0.1/debian/rules
--- old/memstat-0.4/debian/rules2002-05-22 22:26:16.0 -0400
+++ memstat-0.4.0.0.1/debian/rules  2006-01-10 01:32:06.0 -0500
@@ -41,7 +41,7 @@
cp debian/changelog debian/tmp/usr/share/doc/$(package)/changelog
cp memstat.tut debian/tmp/usr/share/doc/$(package)/memstat-tutorial.txt
cp memstat.conf debian/tmp/etc/
-   cp debian/conffiles debian/postinst debian/prerm debian/tmp/DEBIAN/
+   cp debian/conffiles debian/tmp/DEBIAN/
chmod 644 debian/tmp/usr/share/man/man1/* 
debian/tmp/usr/share/doc/$(package)/*
dpkg-shlibdeps memstat
dpkg-gencontrol -isp
diff --new-file -ur old/memstat-0.4/debian/tmp/DEBIAN/conffiles 
memstat-0.4.0.0.1/debian/tmp/DEBIAN/conffiles
--- old/memstat-0.4/debian/tmp/DEBIAN/conffiles 1969-12-31 19:00:00.0 
-0500
+++ memstat-0.4.0.0.1/debian/tmp/DEBIAN/conffiles   2006-01-10 
01:30:18.0 -0500
@@ -0,0 +1 @@
+/etc/memstat.conf
diff --new-file -ur old/memstat-0.4/debian/tmp/etc/memstat.conf 
memstat-0.4.0.0.1/debian/tmp/etc/memstat.conf
--- old/memstat-0.4/debian/tmp/etc/memstat.conf 1969-12-31 19:00:00.0 
-0500
+++ memstat-0.4.0.0.1/debian/tmp/etc/memstat.conf   2006-01-10 
01:30:18.0 -0500
@@ -0,0 +1,14 @@
+/dev
+/bin
+/usr/bin
+/usr/local/bin
+/usr/X11R6/bin
+/lib
+/usr/lib
+/usr/local/lib
+/usr/X11R6/lib
+/sbin
+/usr/sbin
+/usr/local/sbin
+/lib/libc5-compat
+/usr/lib/libc5-compat
\ No newline at end of file
Binary files old/memstat-0.4/debian/tmp/usr/bin/memstat and 
memstat-0.4.0.0.1/debian/tmp/usr/bin/memstat differ
diff --new-file -ur old/memstat-0.4/debian/tmp/usr/share/doc/memstat/changelog 
memstat-0.4.0.0.1/debian/tmp/usr/share/doc/memstat/changelog
--- old/memstat-0.4/debian/tmp/usr/share/doc/memstat/changelog  1969-12-31 
19:00:00.0 -0500
+++ memstat-0.4.0.0.1/debian/tmp/usr/share/doc/memstat/changelog
2006-01-10 01:30:18.0 -0500
@@ -0,0 +1,58 @@
+memstat (0.4.0.0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Complete /usr/oc transition. Closes: #322749
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Tue, 10 Jan 2006 01:28:34 -0500
+
+memstat (0.4) unstable; urgency=high
+
+  * make fscanf buffer bigger and more dynamic (Closes: Bug#5544)
+  * less verbose postinst (Closes: Bug#97400)
+
+ -- Bernd Eckenfels <[EMAIL PROTECTED]>  Fri, 12 Jul 2002 05:37:51 +0200
+
+memstat (0.3) unstable; urgency=low
+
+  * catch null pointer in reallof (Closes Bug: #108767)
+  * new policy version (3.5.6) and use of strip/debug switches
+  * includes Build-Depends now
+  * lintian clean (added Priority, fixed spelling, added -isp)
+
+ -- Bernd Eckenfels <[EMAIL PROTECTED]>  Thu, 23 May 2002 04:26:51 +0200
+
+memstat (0.2) unstable; urgency=low
+
+  * support for path in maps files (#23099, #31043, #49855, #50700, #22674)
+  * added libc5 compat dirs (#34326)
+  * started to maintain the package upstream
+  * no compiler warnings and lintian clean (support for /usr/share)
+  * new standards version
+
+ -- Bernd Eckenfels <[EMAIL PROTECTED]>  Sat, 20 Nov 1999 18:40:23 +0100
+
+memstat (0.1-3) unstable; urgency=low
+
+  * removed double /usr/local/bin in conffile (Bug#22674)
+  * moved man page to section 1 and meminfo -> memstat (Bug#23096)
+  * added debian/conffiles to .deb archives control dir (Bug#27818)
+
+ -- Bernd Eckenfels <[EMAIL PROTECTED]>  Sun,  1 Nov 1998 09:08:05 +0100
+
+memstat (0.1-2) unstable; urgency=low
+
+  * modi

Bug#344736: mozilla-firefox: Please, change themes window behaviour

2006-01-09 Thread Paco Ros
On Tuesday, 10 de January de 2006 04:22, Eric Dorland wrote:

> Oh I see. I guess the Extension window should come forward if it's
> already open.

Yes! :-)

Regards.
-- 
Paco 


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



Bug#322790: NMU

2006-01-09 Thread Joey Hess
tag 322790 + patch
thanks

I've NMUed to fix this bug, with the attached patch.

-- 
see shy jo
diff --new-file -ur old/liblockfile-1.06/debian/changelog 
liblockfile-1.06.1/debian/changelog
--- old/liblockfile-1.06/debian/changelog   2004-06-04 11:18:33.0 
-0400
+++ liblockfile-1.06.1/debian/changelog 2006-01-10 01:23:49.0 -0500
@@ -1,3 +1,11 @@
+liblockfile (1.06.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove postinst and prerm scripts, completing the /usr/doc tarnsition.
+Closes: #322790
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Tue, 10 Jan 2006 01:21:31 -0500
+
 liblockfile (1.06) unstable; urgency=low
 
   * Fix manpage - fd = open("/var/mail/USER.lock") should be
diff --new-file -ur old/liblockfile-1.06/debian/postinst 
liblockfile-1.06.1/debian/postinst
--- old/liblockfile-1.06/debian/postinst2001-03-16 23:08:32.0 
-0500
+++ liblockfile-1.06.1/debian/postinst  1969-12-31 19:00:00.0 -0500
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-   ldconfig
-if [ -d /usr/doc -a ! -e /usr/doc/liblockfile1 -a -d 
/usr/share/doc/liblockfile1 ]; then
-ln -sf ../share/doc/liblockfile1 /usr/doc/liblockfile1
-fi
-fi
-
diff --new-file -ur old/liblockfile-1.06/debian/postinst.liblockfile-dev 
liblockfile-1.06.1/debian/postinst.liblockfile-dev
--- old/liblockfile-1.06/debian/postinst.liblockfile-dev2001-03-16 
23:08:33.0 -0500
+++ liblockfile-1.06.1/debian/postinst.liblockfile-dev  1969-12-31 
19:00:00.0 -0500
@@ -1,10 +0,0 @@
-#! /bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-if [ -d /usr/doc -a ! -e /usr/doc/liblockfile-dev -a -d 
/usr/share/doc/liblockfile-dev ]; then
-ln -sf ../share/doc/liblockfile-dev /usr/doc/liblockfile1
-fi
-fi
-
diff --new-file -ur old/liblockfile-1.06/debian/prerm 
liblockfile-1.06.1/debian/prerm
--- old/liblockfile-1.06/debian/prerm   2001-03-16 23:08:32.0 -0500
+++ liblockfile-1.06.1/debian/prerm 1969-12-31 19:00:00.0 -0500
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/liblockfile1 ]; 
then
-   rm -f /usr/doc/liblockfile1
-fi
-
diff --new-file -ur old/liblockfile-1.06/debian/prerm.liblockfile-dev 
liblockfile-1.06.1/debian/prerm.liblockfile-dev
--- old/liblockfile-1.06/debian/prerm.liblockfile-dev   2001-03-16 
23:08:33.0 -0500
+++ liblockfile-1.06.1/debian/prerm.liblockfile-dev 1969-12-31 
19:00:00.0 -0500
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/liblockfile-dev 
]; then
-   rm -f /usr/doc/liblockfile-dev
-fi
-
diff --new-file -ur old/liblockfile-1.06/debian/rules 
liblockfile-1.06.1/debian/rules
--- old/liblockfile-1.06/debian/rules   2003-05-15 08:16:10.0 -0400
+++ liblockfile-1.06.1/debian/rules 2006-01-10 01:23:13.0 -0500
@@ -40,8 +40,6 @@
install -d -o root -m 755 $(tmp)/usr/share/man/man1
install -d -o root -m 755 $(tmp)/usr/share/doc/liblockfile1
#
-   install -o root -m 755 debian/postinst $(tmp)/DEBIAN
-   install -o root -m 755 debian/prerm $(tmp)/DEBIAN
install -o root -m 755 debian/postrm $(tmp)/DEBIAN
install -o root -m 644 debian/shlibs $(tmp)/DEBIAN
install -o root -m 644 -s liblockfile.so \
@@ -85,10 +83,6 @@
gzip -9f $(tmp)/usr/share/doc/liblockfile-dev/*
install -o root -m 644 COPYRIGHT \
$(tmp)/usr/share/doc/liblockfile-dev/copyright
-   install -o root -m 755 debian/postinst.liblockfile-dev \
-   $(tmp)/DEBIAN/postinst
-   install -o root -m 755 debian/prerm.liblockfile-dev \
-   $(tmp)/DEBIAN/prerm
dpkg-gencontrol -pliblockfile-dev -P$(tmp) -isp
dpkg --build $(tmp) ..
 


signature.asc
Description: Digital signature


Bug#347335: acovea: why 284 kB in /etc?

2006-01-09 Thread Lars Wirzenius
Package: acovea
Version: 5.1.1-1

[EMAIL PROTECTED] du -sh /etc/libacovea/
284K/etc/libacovea/

That seems to be pretty excessive configuration. Would it not be
possible to move most or all of that into /usr/share/acovea, or
somewhere? It seems to be half C programs, and half XML files describing
compiler options for various compilers and target processors. If these
really are configuration files (even Makefile.example?), a setup where
the default files are in /usr/share and the sysadmin can put a modified
file into /etc would probably work well enough.

-- 
On a clear disk, you seek forever.



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



Bug#347334: pearpc: 0.4.0 is out

2006-01-09 Thread Wolfgang Sourdeau
Package: pearpc
Version: 0.3.1+1-2
Severity: wishlist

Hi,


Just to let you know that 4.0 has been released on 20/12/04.


Wolfgang

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13Wolfgang
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to 
fr_CA.ISO8859-1)

Versions of packages pearpc depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-6  GCC support library
ii  libsdl1.2debian   1.2.9-0.0  Simple DirectMedia Layer
ii  libstdc++51:3.3.6-12 The GNU Standard C++ Library v3

pearpc recommends no packages.

-- no debconf information


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



Bug#338484: www.debian.org: Still a missing locale

2006-01-09 Thread Martin Schulze
Jutta Wrage wrote:
> 
> Am 09.01.2006 um 15:09 schrieb Eduardo Trapani:
> 
> > The attached list of locales was not right.  Even though eo_EO is not
> > supported by glibc, it was being used by the esperanto pages.
> 
> looks like adding a line
> 
> eo_EO.UTF-8 UTF-8

Generating now.

Regards,

Joey

-- 
Unix is user friendly ...  It's just picky about its friends.

Please always Cc to me when replying to me on the lists.


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



Bug#322813: NMU diff

2006-01-09 Thread Joey Hess
tag 322813 patch
thanks

I've NMUed for this. It's a simple matter of removing the postinst and
prerm. Patch attached, you might want to rm debian/postinst debian/prerm
after applying.

-- 
see shy jo
diff -ur old/mmv-1.01b/debian/changelog mmv-1.01b/debian/changelog
--- old/mmv-1.01b/debian/changelog  2006-01-10 00:57:19.0 -0500
+++ mmv-1.01b/debian/changelog  2006-01-10 00:56:50.0 -0500
@@ -1,3 +1,10 @@
+mmv (1.01b-12.3) unstable; urgency=low
+
+  * NMU
+  * Remove postinst and prerm, finishing /usr/doc transition. Closes: #322813
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Tue, 10 Jan 2006 00:54:51 -0500
+
 mmv (1.01b-12.2) unstable; urgency=low
 
   * NMU
Only in old/mmv-1.01b/debian: postinst
Only in old/mmv-1.01b/debian: prerm
diff -ur old/mmv-1.01b/debian/rules mmv-1.01b/debian/rules
--- old/mmv-1.01b/debian/rules  2006-01-10 00:57:19.0 -0500
+++ mmv-1.01b/debian/rules  2006-01-10 00:56:10.0 -0500
@@ -73,8 +73,6 @@
gzip -f9 debian/tmp/usr/share/doc/$(p)/*
install -g root -m 644 -o root debian/copyright \
  debian/tmp/usr/share/doc/$(p)
-   install -g root -m 755 -o root debian/postinst debian/prerm \
-   debian/tmp/DEBIAN
chmod -R g-sw debian/tmp/usr/share/doc/$(p)
chown -R root.root debian/tmp/usr/share/doc/$(p)
dpkg-shlibdeps debian/tmp/usr/bin/mmv


signature.asc
Description: Digital signature


Bug#185547: mancala feature request

2006-01-09 Thread Paul Wise
forwarded 185547 [EMAIL PROTECTED], [EMAIL PROTECTED]
thanks

Hi, the debian package of your program mancala received a feature
request[1]. Here is a copy of that request:

> I'm used to playing a variant of mancala with 6 starting stones per
> pit. It would be great if there was an option to select the starting
> amount per pit, or even to set up the starting position in any way
> (for game study).

I'm adopting the package and thought you should know about this feature
request. When I've come to terms with the source code, I will try to add
this feature myself.

 1.  http://bugs.debian.org/185547

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#185547: mancala feature request

2006-01-09 Thread Paul Wise
notforwarded 185547
thanks

Both their email addresses bounced :(
I will still try to add the feature.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#234627: /usr/bin/ssh-copy-id: Two years...easy fix...please?

2006-01-09 Thread Adam Porter
Package: openssh-client
Version: 1:4.2p1-5
Followup-For: Bug #234627

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


This would be a really easy bug to fix.  It's been almost two years since it's 
been filed.  Please?

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages openssh-client depends on:
ii  adduser   3.80   Add and remove users and groups
ii  debconf [debc 1.4.66 Debian configuration management sy
ii  dpkg  1.13.11.0.1package maintenance system for Deb
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libcomerr21.38+1.39-WIP-2005.12.10-1 common error description library
ii  libedit2  2.9.cvs.20050518-2.2   BSD editline and history libraries
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libselinux1   1.26-1 SELinux shared libraries
ii  libssl0.9.8   0.9.8a-5   SSL shared libraries
ii  zlib1g1:1.2.3-9  compression library - runtime

openssh-client recommends no packages.

- -- no debconf information

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

iD8DBQFDw0k+5+GdyTDsrJsRAth+AKC1s3h23hFWZYkeglWT2B2gM1G8FQCgyuAN
cOCay4aQbLoCyL80CmUJII8=
=Z+Lx
-END PGP SIGNATURE-


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



Bug#347333: NMU

2006-01-09 Thread Joey Hess
Package: sysklogd
Version: 1.4.1-17
Severity: normal
Tags: patch

I've NMUed syslogd to fix all the RC bugs (except #334295). The NMU
has been uploaded to the 4 day delayed queue in accordance with the
wishes in the NMU disclaimer. 

BTW, I have some experience with the internals of syslogd and would be
happy to comaintain this package if desired.

Patch is attached.

-- 
see shy jo
diff -ur old/sysklogd-1.4.1/debian/NMU-Disclaimer 
sysklogd-1.4.1/debian/NMU-Disclaimer
--- old/sysklogd-1.4.1/debian/NMU-Disclaimer2006-01-09 23:40:54.0 
-0500
+++ sysklogd-1.4.1/debian/NMU-Disclaimer2006-01-09 23:37:53.0 
-0500
@@ -34,7 +34,7 @@
 potential solution which could probably improved into a real
 solution.
 
- 8. NEVER change the way a package is maintainer in an NMU, i.e. don't
+ 8. NEVER change the way a package is maintained in an NMU, i.e. don't
 remove dh_* stuff or switch to dh_* respectively.  This rule
 applies to all NMU's, not only to an NMU for this package.
 
diff -ur old/sysklogd-1.4.1/debian/changelog sysklogd-1.4.1/debian/changelog
--- old/sysklogd-1.4.1/debian/changelog 2006-01-09 23:40:54.0 -0500
+++ sysklogd-1.4.1/debian/changelog 2006-01-09 23:59:44.0 -0500
@@ -1,3 +1,16 @@
+sysklogd (1.4.1-17.1) unstable; urgency=low
+
+  * NMU
+  * patch from Chris Stromsoe to fix use of getconf LFS_CFLAGS.
+Closes: #320119
+  * Use a start-stop-daemon schedule in klogd init script to avoid returning
+until klogd exits and the various associated races. Closes: 284914
+  * Finish /usr/share/doc transition with patch by Julien Cristau.
+Closes: #337712, #322769, #255590
+  * Corrected typo in NMU disclaimer. Closes: #225895
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Mon,  9 Jan 2006 22:53:07 -0500
+
 sysklogd (1.4.1-17) unstable; urgency=high
 
   * Use $(getconf LFS_CFLAGS) for large file support
diff -ur old/sysklogd-1.4.1/debian/postinst sysklogd-1.4.1/debian/postinst
--- old/sysklogd-1.4.1/debian/postinst  2006-01-09 23:40:54.0 -0500
+++ sysklogd-1.4.1/debian/postinst  2006-01-09 23:01:24.0 -0500
@@ -74,15 +74,6 @@
fi
set -e
 fi
-
-# Maintain transition to FHS
-if [ "$1" = "configure" ]
-then
-   if [ -d /usr/doc -a ! -e /usr/doc/sysklogd -a -d 
/usr/share/doc/sysklogd ]
-   then
-   ln -sf ../share/doc/sysklogd /usr/doc/sysklogd
-   fi
-fi
 fi
 
 
diff -ur old/sysklogd-1.4.1/debian/postinst.klogd 
sysklogd-1.4.1/debian/postinst.klogd
--- old/sysklogd-1.4.1/debian/postinst.klogd2006-01-09 23:40:54.0 
-0500
+++ sysklogd-1.4.1/debian/postinst.klogd2006-01-09 23:01:59.0 
-0500
@@ -26,15 +26,6 @@
fi
set -e
 fi
-
-# Maintain transition to FHS
-if [ "$1" = "configure" ]
-then
-   if [ -d /usr/doc -a ! -e /usr/doc/klogd -a -d /usr/share/doc/klogd ]
-   then
-   ln -sf ../share/doc/klogd /usr/doc/klogd
-   fi
-fi
 fi
 
 exit 0
diff -ur old/sysklogd-1.4.1/debian/rc.klogd sysklogd-1.4.1/debian/rc.klogd
--- old/sysklogd-1.4.1/debian/rc.klogd  2006-01-09 23:40:54.0 -0500
+++ sysklogd-1.4.1/debian/rc.klogd  2006-01-09 23:58:20.0 -0500
@@ -55,13 +55,12 @@
 ;;
   stop)
 echo -n "Stopping kernel log daemon: klogd"
-start-stop-daemon --stop --quiet --exec $binpath --pidfile $pidfile
+start-stop-daemon --stop --retry TERM/1/TERM/1/TERM/4/KILL/1/KILL --quiet 
--exec $binpath --pidfile $pidfile
 echo "."
 ;;
   restart|force-reload)
 echo -n "Restarting kernel log daemon: klogd"
-start-stop-daemon --stop --quiet --exec $binpath --pidfile $pidfile
-sleep 1
+start-stop-daemon --stop --retry TERM/1/TERM/1/TERM/4/KILL/1/KILL --quiet 
--exec $binpath --pidfile $pidfile
 start-stop-daemon --start --quiet --exec $binpath -- $KLOGD
 echo "."
 ;;
diff -ur old/sysklogd-1.4.1/debian/rules sysklogd-1.4.1/debian/rules
--- old/sysklogd-1.4.1/debian/rules 2006-01-09 23:40:54.0 -0500
+++ sysklogd-1.4.1/debian/rules 2006-01-09 22:58:40.0 -0500
@@ -28,9 +28,9 @@
 installdoc = install -g root -o root -m 644
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-CFLAGS = -g -O2 -Wall $(getconf LFS_CFLAGS) -D_LARGEFILE_SOURCE
+CFLAGS = -g -O2 -Wall $(shell getconf LFS_CFLAGS) -D_LARGEFILE_SOURCE
 else
-CFLAGS = -O2 -Wall $(getconf LFS_CFLAGS) -D_LARGEFILE_SOURCE
+CFLAGS = -O2 -Wall $(shell getconf LFS_CFLAGS) -D_LARGEFILE_SOURCE
 endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 STRIP = -s


signature.asc
Description: Digital signature


Bug#327580: boot failure: "Superblock last write time is in the future"

2006-01-09 Thread Theodore Ts'o
close 327580 1.38+1.39-WIP-2005.12.31-1
thanks

On Mon, Jan 09, 2006 at 08:01:25PM -0800, Steve Lane wrote:
> Greetings.  I am (well: was) using the current version of e2fsprogs
> (1.38+1.39-WIP-2005.12.10-1), and every-other boot gives the above error
> message for the root partition, followed by stopping the boot process and
> offering the opportunity to get into maintenance mode to run fsck by hand.
> The root partition is marked dirty.

This is fixed in e2fsprogs 1.38+1.39-WIP-2005.12-31-1, uploaded just
recently.  The real problem, as documented in the logs for Debian bugs
#343662 and #343645, is that Debian's boot scripts are buggy and don't
set the time correctly (to correct for systems that need to be
bug-compatible with Windows and set their hardware clocks to
localtime) until very late in the boot sequence.  If you are using
your clocks set to local time, your system clock will be off by eight
hours (assuming you are in California) until long after e2fsck is
finished running.

The workaround causes e2fsck to not abort the boot, but it will still
complain bitterly.  Bugs have been filed with the linux-util and
initscripts package.  Hopefully this bug will be fixed soon.

- Ted


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



Bug#347332: mozilla-stumbleupon: needs to be upgraded with fresh upstream

2006-01-09 Thread Yaroslav Halchenko
Package: mozilla-stumbleupon
Version: 1.99.95-1
Severity: grave

Given version of plugin doesn't work with a recent release of
mozilla-firefox (thus it renders the package unusable).
Judging from 
https://addons.mozilla.org/extensions/moreinfo.php?id=138
recent posted version is 2.2 and supports Firefox: 0.8 - 1.6a1, thus
it is highly desired to be in unstable :)

Thank you in advance

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (600, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-mm1
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages mozilla-stumbleupon depends on:
ii  mozilla-browser   2:1.7.12-1 The Mozilla Internet application s
ii  mozilla-firefox   1.5.dfsg-3 Transition package for firefox ren

mozilla-stumbleupon recommends no packages.

-- no debconf information


--Yarik


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



Bug#347331: ripperx: ogg tags garbled

2006-01-09 Thread Ian Zimmerman
Package: ripperx
Version: 2.6.7-1
Severity: normal

When encoding to ogg-vorbis, ripperx seems to have the limitation that each
meta tag (i.e. ARTIST, TITLE, etc.) can take at most 30 characters of data.
If you enter more, it is silently accepted but the resulting ogg file contains
just garbage in the 30th char and beyond (as determined by vorbiscomment).

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-10custom1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ripperx depends on:
ii  cdparanoia   3a9.8-11An audio extraction tool for sampl
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libglib1.2   1.2.10-10   The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  vorbis-tools 1.1.1-2 several Ogg Vorbis tools
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m

ripperx recommends no packages.

-- no debconf information




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



Bug#347330: ITP: plotdrop -- A minimal GNOME frontend to GNUPlot

2006-01-09 Thread Jordan Mantha
Package: wnpp
Severity: wishlist
Owner: Jordan Mantha <[EMAIL PROTECTED]>

* Package name: plotdrop
  Version : 0.5
  Upstream Author : John Spray <[EMAIL PROTECTED]>
* URL : http://icculus.org/~jcspray/plotdrop/
* License : GPL
  Description : A minimal GNOME frontend to GNUPlot

 PlotDrop is designed for quick simple visualisation of 2D data series.
 It is intended to be used in tandem with an external filesystem browser
 such as GNOME's nautilus or KDE's konqueror. Files containing data are added
 by dragging them from the browser to the file list. The homepage for plotdrop
 is : http://icculus.org/~jcspray/plotdrop/

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


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



Bug#336503: Can't reproduce: fp-compiler: /usr/share/man/man1/pc.1.gz duplicated still persists

2006-01-09 Thread Lars Wirzenius
package fp-compiler
severity normal
thanks

ma, 2006-01-09 kello 18:52 +0100, Lukas Ruf kirjoitti:
> > Lars Wirzenius <[EMAIL PROTECTED]> [2006-01-06 18:45]:
> >
> thanks for your answer.

You're welcome.

> > Lukas, do you still have the problem? You reported the bug two
> > months ago, so it may be that your system has been fixed since.
> >
> Today, I retried again -- now it worked.  Unfortunately, I have not
> investigated the problem any further then.
> 
> Thanks again for your answer and efforts!

Thanks for your quick reply. In this circumstance, I'll downgrade the
severity of the bug report to "normal". It hasn't been fixed, so I'm not
closing it, but since it doesn't seem to affect most people, it
shouldn't be of a higher severity. This way, the package won't be
removed from "testing", meaning it will get into the next Debian
release.

-- 
It doesn't matter who you are, it's what you do that takes you far.



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



Bug#347329: Wrong version in qemu package

2006-01-09 Thread Ivan Sustaita
Package: qemu
  Version: 0.8.0-1

  The package show the version 0.8.0-1 when you install, but when you
run the program qemu show the version 0.7.2

   I suggest check the package to know if the program in the package
is the correct.

  I am using Debian GNU/Linux testing/unstable, kernel 2.6.14-2

--
Iván Sustaita -> susta

http://www.sustaita.com.mx
ivan (at) sustaita.com.mx

PGP key 1024D/5FF4835C 2003-05-28
Fingerprint: 285D 7061 5BD4 E738 EEF4 8097 F392 FC33 5FF4 835C


Bug#347328: Please disable kernel pwc (Philips USB webcam) module by default

2006-01-09 Thread Lawrence Williams
Package: linux-2.6
Severity: important

Hi,

I am asking for the in-kernel pwc module (Philips USB webcam) to be disabled 
by default, as it doesn't work with the majority of their webcam chipsets 
commonly in use. More importantly, it also conflicts with the resulting 
package built from the source contained in the pwc-source package (two 
different pwc.ko files placed in 2 different modules dir for the same kernel 
version... during modprobe, kernel picks their version always ).

It would save pwc users alot of time, as no kernel rebuild would be needed, 
and a pwc-modules package could work from a fresh install :)

Sincerely,
Lawrence


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



Bug#347327: Displays only the first day of multi-day appointments

2006-01-09 Thread Matt Kraai
Package: gnome-panel
Version: 2.10.2-1

In the calendar that drops down when I click on the clock applet, if
an appointment takes up multiple days, only the start date is marked
in bold.  I think it should display all of the dates in bold.

-- 
Matt


signature.asc
Description: Digital signature


Bug#347295: e2fsprogs: [fsck] please make fsck.1 SEE ALSO badblocks.1

2006-01-09 Thread Theodore Ts'o
On Mon, Jan 09, 2006 at 05:17:06PM -0500, Justin Pryzby wrote:
> Package: e2fsprogs
> Severity: wishlist
> Version: 1.38+1.39-WIP-2005.12.10-1
> File: /usr/share/man/man8/fsck.8.gz
> 

Err, why?  What's the relationship between badblocks and fsck?  There
isn't a particularly strong one, other than badblocks and fsck are in
the same package  

OK, *if* you are using the ext2 or ext3 filesystem, then fsck calls
e2fsck, and if you use the -c option which is documented in the e2fsck
man page, it will call badblocks... but that's pretty indirect.

- Ted


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



Bug#346566: soundconverter: does not support mp3 file input

2006-01-09 Thread Lars Wirzenius
su, 2006-01-08 kello 13:30 -0800, Kenward Vaughan kirjoitti:
> I'm trying to convert mp3 files to wav files.  Soundconverter complains 
> about the lack of the mp3 plugin for gstreamer, then dies on import of an
> mp3 file:

You need the gstreamer0.8-mad plugin to decode MP3 files.

The soundconverter package should recommend it, I'll fix that in the
next upload. Thanks for reporting this.

-- 
I think, therefore I am alone in the universe. -- Over the Hedge



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



Bug#284914: better fix

2006-01-09 Thread Joey Hess
sleep n is a nasty way to paper over a race and will always break in
some situation somewhere. Better to remove the race entirely:

--- /home/joey/rc.klogd 2006-01-09 23:15:11.0 -0500
+++ rc.klogd2006-01-09 23:16:23.0 -0500
@@ -55,13 +55,12 @@
 ;;
   stop)
 echo -n "Stopping kernel log daemon: klogd"
-start-stop-daemon --stop --quiet --exec $binpath --pidfile $pidfile
+start-stop-daemon --stop --retry TERM/1/TERM/1/TERM/4/KILL --quiet --exec 
$binpath --pidfile $pidfile
 echo "."
 ;;
   restart|force-reload)
 echo -n "Restarting kernel log daemon: klogd"
-start-stop-daemon --stop --quiet --exec $binpath --pidfile $pidfile
-sleep 1
+start-stop-daemon --stop --retry TERM/1/TERM/1/TERM/4/KILL --quiet --exec 
$binpath --pidfile $pidfile
 start-stop-daemon --start --quiet --exec $binpath -- $KLOGD
 echo "."
 ;;

I wonder if syslogd has the same race?

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#344810: firefox: Crashes after installing flash plugin very frequent

2006-01-09 Thread [KS]
Eric Dorland wrote:
> tags 344810 unreproducible
> thanks
> 
> 
> Sorry, I us flashplugin-nonfree and I have no problems. 
> 

Steps to reproduce:
1. Create new profile
2. Go to http://www.macromedia.com/platform/
3. Click on the blue rectangle with "Watch the platform overview video" text
4. The video start playing.
5. Open new tab
6. Go back to the tab with video, and right click on any of the menu
links above the video, or on the video. Select "Settings", settings
window appears. Close window.
7. Now if you try to close the tab by clicking the "Close Tab" button,
Firefox hangs.

This is reproducible consistently on my system with
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051224
Debian/1.5.dfsg-3 Firefox/1.5

$ dpkg -l *flash* | grep ^ii
ii  flashplayer-mozilla 7.0.61.0-0.1   Macromedia Flash Player


problem does not exist when a vanilla Firefox 1.5 version is tested.


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



Bug#347326: hal: ERROR message while installing

2006-01-09 Thread Patricio Rojo
Package: hal
Version: 0.5.5.1-4
Severity: minor

When upgrading to the last version of hal I got the error message below. 
I have not noticed any ill-effects, but you will know better:D

   Thanks!

===
message below


Setting up hal (0.5.5.1-4) ...
Installing new version of config file /etc/default/hal ...
Installing new version of config file /etc/dbus-1/system.d/hal.conf ...
Installing new version of config file /etc/dbus-1/event.d/20hal ...
Installing new version of config file /etc/udev/hal.rules ...
ERROR: List of process IDs must follow -p.
* simple selection *  * selection by list 
*
-A all processes  -C by command name
-N negate selection   -G by real group ID (supports 
names)
-a all w/ tty except session leaders  -U by real user ID (supports 
names)
-d all except session leaders -g by session OR by effective 
group name
-e all processes  -p by process ID
T  all processes on this terminal -s processes in the sessions given
a  all w/ tty, including other users  -t by tty
g  OBSOLETE -- DO NOT USE -u by effective user ID (supports 
names)
r  only running processes U  processes for specified users
x  processes w/o controlling ttys t  by tty
*** output format **  *** long options 
***
-o,o user-defined  -f full--Group --User --pid --cols --ppid
-j,j job control   s  signal  --group --user --sid --rows --info
-O,O preloaded -o  v  virtual memory  --cumulative --format --deselect
-l,l long  u  user-oriented   --sort --tty --forest --version
-F   extra fullX  registers   --heading --no-heading --context
* misc options *
-V,V  show version  L  list format codes  f  ASCII art forest
-m,m,-L,-T,H  threads   S  children in sum-y change -l format
-M,Z  security data c  true command name  -c scheduling class
-w,w  wide output   n  numeric WCHAN,UID  -H process hierarchy
Reloading system message bus config.
Starting Hardware abstraction layer: hald.

-

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

Versions of packages hal depends on:
ii  adduser   3.80   Add and remove users and groups
ii  dbus  0.60-4 simple interprocess messaging syst
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libdbus-1-2   0.60-4 simple interprocess messaging syst
ii  libdbus-glib-1-2  0.60-4 simple interprocess messaging syst
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libhal1   0.5.5.1-4  Hardware Abstraction Layer - share
ii  libusb-0.1-4  2:0.1.10a-22   userspace USB programming library
ii  lsb-base  3.0-14 Linux Standard Base 3.0 init scrip
ii  pciutils  1:2.1.11-15.3  Linux PCI Utilities
ii  udev  0.079-1/dev/ and hotplug management daemo
ii  usbutils  0.71+cvs20051029-4 USB console utilities

hal recommends no packages.

-- no debconf information


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



Bug#347283: abiword: segfault on on MS Word inport

2006-01-09 Thread Joshua Kwan
dann frazier wrote:
> abiword crashes when I try to open a certain word document.  Unfortunately,
> I can't share the document in question, but here's a backtrace.  Note that the
> unaligned access messages can normally be safely ignored.

Is it possible to edit the document, in, say, msword, to remove all
sensitive information, and have it still crash in abiword? If so, could
you please try that and attach the document? Thanks..

-- 
Joshua Kwan


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



Bug#347264: Incorrect *Manufacturer string

2006-01-09 Thread Henrique de Moraes Holschuh
On Mon, 09 Jan 2006, Pascal De Vuyst wrote:
> hplip-ppds package incorrectly uses *Manufacturer: "HP (HPLIP)" inside PPDs.

Yes, this is done on purpose because of the myriad of other sources of
possibly non-compatible PPDs for HP printers managed by hpijs (i.e. HPLIP).

Are we going to remove all HP PPDs from all other PPD-installing packages
in Debian, including the crap that comes with cupsys by default, and the
ones in foomatic* ?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#327580: boot failure: "Superblock last write time is in the future"

2006-01-09 Thread Steve Lane
Greetings.  I am (well: was) using the current version of e2fsprogs
(1.38+1.39-WIP-2005.12.10-1), and every-other boot gives the above error
message for the root partition, followed by stopping the boot process and
offering the opportunity to get into maintenance mode to run fsck by hand.
The root partition is marked dirty.

Whether or not I run fsck by hand, or just Ctrl-D to continue, the next
boot runs fsck on the root partition, finds nothing wrong, marks it clean,
and boots normally.  The next reboot brings up the error again.

As someone pointed out
(http://lists.debian.org/debian-user/2006/01/msg00408.html), and as I
observed in the Debian changelogs for this version on the machine(s)
in question, it seems like the fix for this bug is intended to adress
this very problem, but it does not seem to do so on my machines.

Rolling back to e2fsprogs/e2fslibs 1.37-2sarge1 makes the problem go away.
(I had 1.38-2 in the interval, but I can't find a copy of this version
at the moment, so I don't know if it solves the problem.)

Note: My hardware and software clocks are both correct, and both set to
local time.  I have: /etc/localtime -> /usr/share/zoneinfo/US/Pacific
(which works fine), and /etc/defaults/rcS has UTC=no.

Please let me know if you need further information.

Thanks,

--
Steve Lane
System, Network and Security Administrator
Doudna Lab
Biomolecular Structure and Mechanism Group
UC Berkeley



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



Bug#344810: firefox: Crashes after installing flash plugin very frequent

2006-01-09 Thread Eric Dorland
tags 344810 unreproducible
thanks

* [KS] ([EMAIL PROTECTED]) wrote:
> Eric Dorland <[EMAIL PROTECTED]> wrote:
> > * Mohammad Halawah ([EMAIL PROTECTED]) wrote:
> > > Package: firefox
> > > Version: 1.4.99+1.5rc3.dfsg-2
> > > Severity: normal
> > >
> > > Hello dear friend,
> > >
> > > FF crashes after I installed flash plugin. so every time I access a
> > > website that uses flash (and they are a lot), my FF crashes.
> > > e.g. for websites that causes the crash:
> > > www.wetter.de
> > > www.linuxquestions.com
> > >
> > > but this one doesn't crash
> > > www.slashdot.org
> >
> > Why is this a bug in Firefox and not a bug in the flash plugin? How
> > did you install the flashplugin?
> >
> 
> I have noticed the problem since atleast 2months. The crash after
> loading a page containing flash is occasional but if user does any
> interaction with the flash (right click, click control buttons, etc.)
> Firefox crashes when the user tries to do *any* other action e.g. change
> to different tab, close tab, etc.
> 
> I checked with a new profile and the problem is not there in my current
> profile. I tried with both flashplugin-nonfree and flashplayer-mozilla
> and the results are the same: crash.
> 
> However, checking for the existence of the problem with a vanilla
> Firefox 1.5 (mozilla.org version) and the same plugins does not result
> in a crash. Hence it seems that the problem is with some firefox patch
> applied by debian.
> 
> Comment about the problem by other users can be found in the thread
> http://lists.debian.org/debian-user/2005/12/msg03182.html

Sorry, I us flashplugin-nonfree and I have no problems. 

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

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#305355: 100% cpu load on Xorg

2006-01-09 Thread Eric Dorland
tags 305355 - unreproducible
tags 305355 + confirmed
thanks

* marius mikucionis ([EMAIL PROTECTED]) wrote:
> On 12/30/05, Justin Pryzby <[EMAIL PROTECTED]> wrote:
> >
> > On Fri, Dec 30, 2005 at 02:54:01PM -0500, marius mikucionis wrote:
> > > I ran into this page, which generates coninuous 100% CPU load in Xorg
> > > process:
> > > http://www.info-cybernetics.org/citsa2006
> > >
> > > (this conference is connected to infamous Systemic proceedings,
> > uncovered by
> > > SCIgen paper generator)
> > >
> > > it is also the case when javascript is turned off.
> > > Custom Linux-2.6.14.5 preemptive, Dell Inspiron P4-M 2GHz 1GB RAM.
> > >
> > > please confirm its firefox-1.5 or Xorg problem, anyone?
> > This is probably because of the "rotating" title text, right?
> 
> 
> probably not, because I have disabled javascript (and the title does not
> change anymore) but it still generates high load.
> I also noticed that the page is OK if loaded in the background tab and looks
> ok, but starts taking the CPU when I scroll it down.

I see this too. Weird. Doesn't appear to have been reported upstream. 

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

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#347325: fcron: serial(true) entries run at the same time

2006-01-09 Thread Adam Porter
Package: fcron
Version: 3.0.0-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I use fcron to run daily backups with rsync.  I have several jobs that backup 
different directories.  On each of them I have set:

serial(true)

- From reading 'man 5 fcrontab', I understand that no job with the 
'serial(true)' setting can run at the same time as another job with 
'serial(true)' set.  Is this not correct?

If that is correct, then fcron seems to have a bug.  The rsync jobs tend to 
cause a lot of disk activity, so just a few minutes ago, when I noticed CPU 
usage and disk activity spike, I ran top and saw that there were two rsync jobs 
running.  I just verified that there are no other rsync jobs in any crontabs or 
fcrontabs on the system.  All of the rsync jobs are in the root fcrontab, and 
all of them have 'serial(true)' set.  Yet they are running in parallel, and 
this isn't the first time I've noticed it.

Please let me know if I can help debug this.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages fcron depends on:
ii  adduser  3.80Add and remove users and groups
ii  debconf [debconf-2.0]1.4.66  Debian configuration management sy
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  exim44.60-1  metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tra 4.60-1  lightweight exim MTA (v4) daemon
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libpam0g 0.79-3  Pluggable Authentication Modules l
ii  libselinux1  1.26-1  SELinux shared libraries

Versions of packages fcron recommends:
ii  sysklogd [system-log-daemon]  1.4.1-17   System Logging Daemon

- -- debconf information:
* fcron/anacronwarn:

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

iD8DBQFDwzAD5+GdyTDsrJsRAutSAJ497m41GLkgPKR4d+tGRvax0IygbQCfTSq1
agJ/m1X2mA+d6oMUmWnjszE=
=NSyw
-END PGP SIGNATURE-


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



Bug#347324: freeloader: Fails to start on sid

2006-01-09 Thread Guilherme M. Gondim (semente)
Package: freeloader
Version: 0.3-3
Severity: grave
Justification: renders package unusable

See:

$ LC_ALL=POSIX freeloader
Traceback (most recent call last):
  File "/usr/bin/freeloader", line 1385, in ?
fl = Freeloader(files)
  File "/usr/bin/freeloader", line 102, in __init__
self.map_glade()
  File "/usr/bin/freeloader", line 233, in map_glade
gtk.window_set_default_icon_from_file(
gobject.GError: Couldn't recognize the image file format for file 
'/usr/share/freeloader/pixmaps/freeloader_icon.svg'

Thanks,
semente

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

Versions of packages freeloader depends on:
ii  bittorrent3.4.2-6Scatter-gather network file transf
ii  librsvg2-22.12.7-1   SAX-based renderer library for SVG
ii  python2.3.5-3An interactive high-level object-o
ii  python-glade2 2.6.3-2GTK+ bindings: Glade support
ii  python-gnome2 2.10.0-4   Python bindings for the GNOME desk
ii  python-gtk2   2.6.3-2Python bindings for the GTK+ widge

Versions of packages freeloader recommends:
pn  python-gamin   (no description available)
ii  python-gnome2-extras  2.10.2-1   Python bindings for the GNOME desk

-- no debconf information


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



Bug#347323: locales: locale en_US incorrectly starts week on Monday

2006-01-09 Thread Reid Priedhorsky
Package: locales
Version: 2.3.5-8
Severity: normal


Dear maintainers,

The locale en_US seems to think that weeks should start on Monday; in the US,
weeks start on Sunday. Trimmed "locale -k -c LC_TIME" output on my machine:

5 [~]$ LC_ALL="en_US" locale -k -c LC_TIME

week-1stday=19971201
week-1stweek=4
first_weekday=1

Note that December 1, 1997 is a Monday; since first_weekday is 1, this
indicates incorrectly that the first day of the week should be Monday also.

This can also be seen by using a GTK application that shows a calendar, e.g.
jpilot.

Thanks for your hard work on Debian. It is much appreciated!

Reid

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.31
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages locales depends on:
ii  debconf [debconf-2.0] 1.4.66 Debian configuration management sy
ii  libc6 [glibc-2.3.5-3] 2.3.5-8GNU C Library: Shared libraries an

locales recommends no packages.

-- debconf information:
* locales/default_environment_locale: en_US
* locales/locales_to_be_generated: en_US ISO-8859-1, en_US.UTF-8 UTF-8


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



Bug#344736: mozilla-firefox: Please, change themes window behaviour

2006-01-09 Thread Eric Dorland
tags 344736 - unreproducible
thanks

* Paco Ros ([EMAIL PROTECTED]) wrote:
> On Tuesday, 27 de December de 2005 00:50, Eric Dorland wrote:
> 
> > > If Themes Window or Extensions Window is open and I want to install a
> > > new theme extension by clicking on a web page link, it seems to do
> > > nothing, but it really does in the background window.
> > >
> > > It'd be very useful to bring to front that window when installing new
> > > themes or extensions by clicking on a link to a theme or extension.
> > >
> > > Other possible solution would be to make themes and extensions window
> > > modal.
> 
> > This works for me. When I click on those links a new window comes to
> > the front going to appropriate site. It could be your window manager
> > preventing it. Which are you using?
> 
> KDE 3.5 from Alioth.
> The test case is simple: Open Extensions window from Tools. Then go to some 
> page containing a link to a new Extension (this makes the Extensions window 
> go back) A new window with that extension name appears and you can Cancel or 
> wait a few seconds and install.
> 
> If you install it, the first extensions window that was opened from tools -> 
> extensions remains minimized or back in the windows stack.
> 
> This is very annoying if you use to hide the taskbar or if you simply opened 
> that window half an hour ago because you are googling for some kind of 
> extension.

Oh I see. I guess the Extension window should come forward if it's
already open. 

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

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#347108: survex: FTBFS: build-depends on removed xlibs-dev

2006-01-09 Thread Wookey
+++ Adeodato Simó [06-01-09 02:38 +0100]:
>   To fix this bug, you need to update your build-dependencies and
>   substitute xlibs-dev for the list of individual X development
>   libraries that your package needs to be built. 

OK, the correct substitute list seems to be:
libx11-dev, libxext-dev, x-dev
builds OK in pbuilder.


Wookey
-- 
Aleph One Ltd, Bottisham, CAMBRIDGE, CB5 9BA, UK  Tel +44 (0) 1223 811679
work: http://www.aleph1.co.uk/ play: http://www.chaos.org.uk/~wookey/


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



Bug#347322: svn-buildpackage: option to not run dch after --svn-tag

2006-01-09 Thread Russ Allbery
Package: svn-buildpackage
Version: 0.6.14
Severity: wishlist

I don't use dch (I use XEmacs with debian-changelog-mode instead) and
don't want the UNRELEASED changelog entry added since I have to edit
most of it when I go to work on the next release.  I understand why it's
the default, but it would be nice to have an option that would disable
it.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages svn-buildpackage depends on:
ii  devscripts  2.9.10   Scripts to make the life of a Debi
ii  libsvn-core-perl1.2.3dfsg1-3 perl bindings for Subversion (aka.
ii  perl5.8.7-10 Larry Wall's Practical Extraction 
ii  subversion  1.2.3dfsg1-3 advanced version control system (a
ii  subversion-tools1.2.3dfsg1-3 assorted tools related to Subversi

svn-buildpackage recommends no packages.

-- no debconf information


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



Bug#347321: sambda: Fails to install: /etc/samba/smb.conf: No such file or directory

2006-01-09 Thread Miles Bader
Package: sambda
Version: 3.9.0+SVN12739-1
Severity: important



   $ sudo aptitude install sambda
   Reading package lists... Done
   Building dependency tree... Done
   Reading extended state information
   Initializing package states... Done
   Building tag database... Done
   Couldn't find any package whose name or description matched "sambda"
   No packages will be installed, upgraded, or removed.
   0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
   Need to get 0B of archives. After unpacking 0B will be used.
   Setting up samba (3.9.0+SVN12739-1) ...
   mv: cannot stat `/etc/samba/smb.conf': No such file or directory
   dpkg: error processing samba (--configure):
subprocess post-installation script returned error exit status 1
   dpkg: dependency problems prevent configuration of swat:
swat depends on samba (= 3.9.0+SVN12739-1); however:
 Package samba is not configured yet.
   dpkg: error processing swat (--configure):
dependency problems - leaving unconfigured
   Errors were encountered while processing:
samba
swat
   E: Sub-process /usr/bin/dpkg returned an error code (1)
   A package failed to install.  Trying to recover:
   Setting up samba (3.9.0+SVN12739-1) ...
   mv: cannot stat `/etc/samba/smb.conf': No such file or directory
   dpkg: error processing samba (--configure):
subprocess post-installation script returned error exit status 1
   dpkg: dependency problems prevent configuration of swat:
swat depends on samba (= 3.9.0+SVN12739-1); however:
 Package samba is not configured yet.
   dpkg: error processing swat (--configure):
dependency problems - leaving unconfigured
   Errors were encountered while processing:
samba
swat


Thanks,

-miles


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


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



Bug#346602: Merging Duplicates And Attaching Patch

2006-01-09 Thread David Nusinow
severity 341977 normal
merge 341977 346602
thanks

Feel free to change the severity of course.

I'va attaced a patch to the manpage which documents Requires.private. I
didn't update the example file though. Hope it passes muster.

 - David Nusinow
Index: pkg-config-0.20/pkg-config.1
===
--- pkg-config-0.20.orig/pkg-config.1   2005-10-16 13:09:39.0 -0400
+++ pkg-config-0.20/pkg-config.12006-01-09 21:14:23.0 -0500
@@ -383,6 +383,13 @@
 all versions of the mentioned package. 
 If a user tries to use your package and a conflicting package at the
 same time, then \fIpkg-config\fP will complain.
+
+.TP
+.I "Requires.private:"
+This line should list any private packages in use.  Private packages are
+packages for libraries which are not exposed through your library, but are
+needed in the case of static linking.  This differs from Libs.private in
+that it specifically references libraries with package files installed.
 .TP
 .I "Libs:"
 This line should give the link flags specific to your package. 
@@ -393,7 +400,8 @@
 .I "Libs.private:"
 This line should list any private libraries in use.  Private libraries
 are libraries which are not exposed through your library, but are
-needed in the case of static linking.
+needed in the case of static linking.  This differs from Requires.private
+in that it references libraries that do not have package files installed.
 
 .TP
 .I "Cflags:"


Bug#347320: knemo: Systray Icon does not appear on first login after a reboot

2006-01-09 Thread Nick Dickerson
Package: knemo
Version: 0.3.1-4+b1
Severity: normal

The knemo icon does not appear in the system tray on first login after a 
reboot.  
If I log out and then log back in it does appear.  The settings in kcontrol are 
for it to show the icon always.  
The issue also occurred when using kde 3.4.3.  

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

Versions of packages knemo depends on:
ii  kdelibs-bin   4:3.5.0-3  core binaries for all KDE applicat
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  kicker4:3.5.0-3  desktop panel for KDE
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-6  GCC support library
ii  libstdc++64.0.2-6The GNU Standard C++ Library v3
ii  net-tools 1.60-17The NET-3 networking toolkit

Versions of packages knemo recommends:
ii  kcontrol  4:3.5.0-3  control center for KDE
pn  wireless-tools (no description available)

-- no debconf information


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



Bug#344538: hppa dependency problems on build of pdns

2006-01-09 Thread Steve Langasek
On Mon, Jan 09, 2006 at 02:37:53PM +0100, Frank Küster wrote:
> Matthijs Mohlmann <[EMAIL PROTECTED]> wrote:

> > I don't know where to send this else, so forgive me if this is the wrong
> > mailinglist.

> > See:
> > http://buildd.debian.org/fetch.php?&pkg=pdns&ver=2.9.19-2&arch=hppa&stamp=1135294848&file=log&as=raw

> > [..]
> [...]
> > As you can see, tetex-base depends on tex-common (>= 0.12). But the hppa
> > build daemon doesn't install tex-common.

> > So can somebody tell me what's going on here ?

> The same happened to the planner package, and has been reported as
> #344538.  It seems that hppa buildd is broken, don't know yet whether
> the buildd admin (Lamont) or anybody of the debian-admin (responsible
> for the hardware) is at it.

Hasn't the problem on the hppa buildd been fixed for a while?  The pdns
package (both versions 2.9.19-2 and 2.9.19-3) has built fine on that arch
now.

If the buildd wasn't installing a package that was part of the dependencies,
then it surely thought for some reason it was already installed.  If this
wasn't actually the case, it points to a buildd problem or a bug in some
maintainer script or other; either way, it seems to be corrected now.

-- 
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/


signature.asc
Description: Digital signature


Bug#347319: kwin-baghira: Titlebar buttons not centered vertically

2006-01-09 Thread Adam Porter
Package: kwin-baghira
Version: 0.7a-1+b1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


This is an awesome windec style.  I love being able to change the colors of the 
title bars and buttons.  But one thing nags me: the titlebar buttons (the 
"traffic light" on OS X) are too high.  They need to be lowered by a pixel or 
two to be centered vertically in the titlebar.  I have a GNOME windec (that 
isn't customizable like Baghira, but I digress...) whose buttons are perfectly 
aligned.  If this could be fixed, it'd be perfect.  I don't know C or C++, but 
I'll see if I can find the necessary change and post a patch.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kwin-baghira depends on:
ii  kdelibs4c2a  4:3.4.3-2   core libraries for all KDE applica
ii  konqueror4:3.4.3-3   KDE's advanced file manager, web b
ii  kwin 4:3.4.3-3   the KDE window manager
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-3   The Network Audio System (NAS). (s
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libfam0  2.7.0-8 client library to control the FAM 
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libice6  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libqt3-mt3:3.3.5-1   Qt GUI Library (Threaded runtime v
ii  libsm6   6.8.2.dfsg.1-11 X Window System Session Management
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  libxtst6 6.8.2.dfsg.1-11 X Window System event recording an
ii  zlib1g   1:1.2.3-9   compression library - runtime

kwin-baghira recommends no packages.

- -- no debconf information

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

iD8DBQFDwxfy5+GdyTDsrJsRAtZcAJ4nPOKQkQQJUJUSbkeqFK1ChMhN5QCfcsMv
UzXOTE3pdFTGAhx0ojrjb5w=
=cchn
-END PGP SIGNATURE-


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



Bug#347200: dnsutils: cannot parse /etc/resolv.conf

2006-01-09 Thread Paul Wise
On Mon, 2006-01-09 at 11:04 -0700, LaMont Jones wrote:

> I expect that what you want the line to say is 'search .'
> 
> The line is, in fact, not correctly parsable, although I suppose the
> intent could be divined.

Should I reassign the bug to pump for generating an invalid resolv.conf?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#347318: fai: random lots of bugs

2006-01-09 Thread Anand Kumria
Package: fai
Version: random lots of bugs
Severity: normal

Hi,

This is just me putting lots of little issues into a bugreport.

1. I couldn't work out what the original error was on about; this is
clearer:

--- subroutines-linux.orig  2006-01-06 12:29:32.0 +1100
+++ subroutines-linux   2006-01-09 13:47:24.0 +1100
@@ -73,20 +73,34 @@
echo "Monitoring to server $monserver enabled."
 else
faimond=0
-   echo "Can't connect daemon on $monserver. Monitoring disabled."
+   echo "Can't connect to monserver on $monserver port 4711.
Monitoring disabled."
 fi
 }


2. Document (somewhere) how to turn off colour

touch $FAINFSROOT/.nocolorlogo (also document it is American and not
English)

3. please use consistent variable in various programs

/usr/sbin/fai refers to $diskvar ($LOGDIR/disk_var.sh)

/usr/sbin/fai then calls 'set_disk_info'

/usr/lib/fai/subroutines-linux calls 'set_disk_info' but internally
refers to $(disk-info) and $diskvar

/usr/sbin/setup_harddisk call it '$FAIOutputFile' which made tracking it
down substanially more difficult

4. It'd be nice if you could include a 'be nice to Xen' option

this would:
- mv /lib/tls /lib/tls.disabled after construction of the NFS
  root (and/or after upgrades)
- perhaps generate the /etc/fstab and $LOGDIR/disk_var.sh files
  from the passed in command line; for the moment I do:
 echo "Partitioning local harddisks"
-[ ! -s $diskvar ] && setup_harddisks -d -X | tee $LOGDIR/format.log
 2>&1
+#[ ! -s $diskvar ] && setup_harddisks -d -X | tee
$LOGDIR/format.log 2>&1
 # setup_harddisks must create $diskvar file
-if [ ! -s $diskvar ]; then
-   cat $LOGDIR/format.log
-   sndmon "TASKERROR partition 21"
-   die "setup_harddisks did not create $diskvar file."
-fi
+#if [ ! -s $diskvar ]; then
+#  cat $LOGDIR/format.log
+#  sndmon "TASKERROR partition 21"
+#  die "setup_harddisks did not create $diskvar file."
+#fi
+# For Xen, define things ourselves
+echo "BOOT_DEVICE=/dev/hda" >> $diskvar
+echo "ROOT_PARTITION=/dev/hda1" >> $diskvar
+echo "BOOT_PARTITION=/dev/hda1" >> $diskvar
+echo "SWAPLIST=/dev/hda2" >> $diskvar
+# For Xen, we also need to write out the fstab
+
+echo "# /etc/fstab: static file system information." >> $LOGDIR/fstab
+echo "#" >> $LOGDIR/fstab
+echo "#  
" >> $LOGDIR/fstab
+echo "/dev/hda1   /   ext3 defaults,errors=remount-ro 0 1" >> 
$LOGDIR/fstab
+echo "/dev/hda2   noneswapsw  0 0" >> 
$LOGDIR/fstab
+echo "proc/proc   procdefaults0 0" >> 
$LOGDIR/fstab

5. note that scripts have to be executable

6. note that scripts are actually pulled into 'fai-do-script' via a
source

7. note that if they want to use 'ifclass' they should also:

'. /usr/lib/fai/subroutines'
 
perhaps 'ifclass' should be a seperate binary?


Thats all for now -- while it may sound like I'm being overly harsh on
you -- I've only just started using FAI.

Cheers,
Anand

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)


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



Bug#308449: mozilla-firefox: firefox cannot print more than one page

2006-01-09 Thread Miles Bader
Eric Dorland <[EMAIL PROTECTED]> writes:
> reassign 308449 firefox
> thanks
>
> Still having this problem in 1.5? 

No, it seems to work properly now (though I only tested a few pages).

Thanks,

-Miles

> * Miles Bader ([EMAIL PROTECTED]) wrote:
>> Package: mozilla-firefox
>> Version: 1.0.3-2
>> Severity: normal
>> 
>> When I select "print" from the File menu, and choose to print to a file,
>> firefox only prints the first page
-- 
Everywhere is walking distance if you have the time.  -- Steven Wright


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



Bug#347317: January appears as 00 in output

2006-01-09 Thread Robert Henney
Package: cksfv
Version: 1.3-3


date line in output appears as "2006-00-08" when it should probably
be "2006-01-08".


[EMAIL PROTECTED]:/stow$ ls -l testfile
-rw-r--r--  1 robh robh 175480832 Jan  8 02:08 testfile

[EMAIL PROTECTED]:/stow$ cksfv testfile
; Generated by cksfv v1.3 on 2006-01-09 at 20:33.34
; Written by Bryan Call <[EMAIL PROTECTED]> - http://www.fodder.org/cksfv
;
;175480832  02:08.07 2006-00-08 testfile
testfile 222FD4C3


libc6 version 2.3.2.ds1-22
Linux linear 2.4.27-2-k7 #1 Wed Aug 17 11:28:09 UTC 2005 i686 GNU/Linux

-- 
robh


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



Bug#346962: timidity: FTBFS: build-depends on removed xlibs-dev

2006-01-09 Thread Thomas Dickey
On Mon, Jan 09, 2006 at 06:30:32PM +0100, Henrique de Moraes Holschuh wrote:
> 
> What IS currently completely broken is the ncurses interface, and the
> breakage is getting worse by the day, so I really, really don't understand
> what is happening (but had not time to hunt it down yet).  Maybe a rebuild
> will fix it (i.e. the NMU will fix it as a side effect).  If it does, I am
> so filling a bug against libncurses... :P

It might help to do some analysis before you waste more of my time.

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


pgpWGFo0whC0M.pgp
Description: PGP signature


Bug#347308: xterm frequently mis-detects its window size

2006-01-09 Thread Thomas Dickey
On Tue, Jan 10, 2006 at 01:20:08AM +0100, Robert J. Macomber wrote:
> Package: xterm
> Version: 208-1
> 
> With the ion window manager (which does not honor applications' window
> size requests) xterm frequently doesn't notice that it hasn't gotten

no - it's still about the same proportion - I can reproduce it about 3%
of the time (there've been bigger bugs to chase, so it's still on my list).

> the size which it has requested.  Presumbably this the the bug
> described in http://modeemi.fi/~tuomov/ion/faq.html#3.1 but the

yes/no: the observation that it does this is the factual part.
The rest of the faq comment is fiction (for instance, if there
_were_ a patch for it, of course the writer would submit it, right?).

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


pgpNN2VpjH4UL.pgp
Description: PGP signature


Bug#345113: this is a real bug! Re: Bug#345113: mysql-server-4.1: conffile prompts during upgrade

2006-01-09 Thread justinpryzby
reopen 345113
thanks

On Mon, Jan 09, 2006 at 10:07:44PM +0100, Christian Hammers wrote:
> Hello
> 
> On 2005-12-28 Justin Pryzby wrote:
> > Upgrading from 4.0.24-10sarge1 to 5.0.16-1 I got a large number of
> > unnecessary conffile prompts.  I'm including a tarball of the files
> > that caused prompting.  Actually I'm not sure about the package names
> > or versions, so I'm also including my dpkg.log fragments.
> 
> You only get prompts when you have modified the config files.
This is false.  I also observe the same problem with mozilla-firefox
=> firefox, openoffice.org => openoffice.org2-common, and ssh =>
openssh-{client,server}.  The general problem is that dpkg sees a
conffile, but doesn't take into account that the conffile used to be
owned by a different package.

> If you never touched e.g. /etc/init.d/mysql then there would have been no
> warning and as you did it was perfectly intended to ask you if you want
> to preserve those changes or update to my version.
Please look at a diff of the config files included in the original
report, in particular the mysql-server log rotate conffiles.  The only
changes present are in '#' comments.  I don't know the first thing
about sql adminisistration, so I know that I didn't change that file.
Even if I did, the change would not have been about comments, and
would not have been the changes that are present.

You will get the 4 conffile prompts as documented:

 dpkg -P mysql(tab-tab-put-everything-here)
 rm -fr /etc/mysql/ and/other/relevent/stuff
 apt-get install mysql-server=4.0.24-10sarge1
 apt-get install mysql-server-4.1

-- 
Clear skies,
Justin


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



Bug#338484: www.debian.org: Still a missing locale

2006-01-09 Thread Jutta Wrage

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Am 09.01.2006 um 15:09 schrieb Eduardo Trapani:


The attached list of locales was not right.  Even though eo_EO is not
supported by glibc, it was being used by the esperanto pages.


looks like adding a line

eo_EO.UTF-8 UTF-8

to /etc/locale.gen

and calling locale-gen afterwords just helps.

The eo_EO file is already on Sarge systems but dpkg-reconfigure does  
not show it.


greetings

Jutta

- -- 
http://www.witch.westfalen.de

http://witch.muensterland.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iEYEARECAAYFAkPDCokACgkQOgZ5N97kHkfaCACgr8RKVaTw13ykd8hUA0BhMnaI
4oQAnAqJIRi8UDuGwWI3ENRPAE6JQhCj
=mOpV
-END PGP SIGNATURE-


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



Bug#347316: bash: completion for ( command; ) needs \escaping

2006-01-09 Thread Justin Pryzby
Package: bash
Version: 3.1-2
Severity: normal

If I "( sleep 100; )&", and then "disown", then I get
"disown %(", but bash doesn't accept that: "bash: syntax error near
unexpected token `('".

Instead it should be "disown %\(".


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



Bug#347315: libc6: Daylight saving time handling for Australia needs altering for 2006

2006-01-09 Thread Paul Dwerryhouse
Package: libc6
Version: 2.3.5-11
Severity: normal


In 2006, daylight savings time has been extended to April 2nd, for the
Australian states of Victoria, New South Wales, South Australia and
Tasmania.

This has been reflected in the upstream zoneinfo files at:

ftp://elsie.nci.nih.gov/pub/tzdata2005r.tar.gz

Cheers,

Paul.


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

-- no debconf information


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



Bug#347314: glabels provides no printer options

2006-01-09 Thread Marc Wilson
Package: glabels
Version: 2.1.2-1
Severity: normal

Glabels *still* does not allow for any access to the properties of the
printer to which output will be sent.  While at least now that #323145
has been fixed, it actually uses the name of the configured printer, it
still makes it impossible to select paper type, input tray, or any of
the other parameters usually enjoyed by people owning something more
than your typical brain-dead inkjet.

This is particularly amusing considering the attempts by Gnome to
homogenize everything down to the lowest common denominator.  If Gnome
has decided that users no longer need any sort of options for their
printers, they need to (a) tell the printer manufacturers, and (b) at
least get together among themselves, so that applications like evolution
and gedit can stop offering the extra configurability.

Or does it say in the HIG somewhere that every Gnome application should
handle the printer differently, and I just missed it?

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

Versions of packages glabels depends on:
ii  glabels-data  2.1.2-1data files for gLabels
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libcamel1.2-0 1.2.3-8The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libdb4.2  4.2.52-23  Berkeley v4.2 Database Libraries [
ii  libebook1.2-3 1.2.3-8Client library for evolution addre
ii  libedataserve 1.2.3-8Utily library for evolution data s
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig 2.3.2-1.1  generic font configuration library
hi  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgconf2-4   2.12.1-8   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libgnome-keyr 0.4.6-2GNOME keyring services library
ii  libgnome2-0   2.12.0.1-4 The GNOME 2 library - runtime file
ii  libgnomecanva 2.12.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.12.0-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.12.2-3   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-2 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.9.0.dfsg.1-2 X Window System Session Management
ii  libtasn1-20.2.17-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.9.0.dfsg.1-2 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-2 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-2 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-2 X Window System multi-head display
ii  libxml2   2.6.23-1   GNOME XML library
ii  libxrandr26.9.0.dfsg.1-2 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  zlib1g1:1.2.3-9  compression libra

Bug#347215: mysql-client-4.1: mysqldump defaults to -e, which is undocumented and unneeded

2006-01-09 Thread Jeroen van Wolffelaar
On Mon, Jan 09, 2006 at 07:30:31PM +0100, Christian Hammers wrote:
> Hello Jeroen

Hi Christian!

> On 2006-01-09 Jeroen van Wolffelaar wrote:
> > Package: mysql-client-4.1
> > Version: 4.1.11a-4sarge2
> > Severity: normal
> > 
> > mysqldump in 4.1 suddenly started to dump with multiple rows in one
> Suddenly? Which version did you have before?

4.0, sorry for neglecting to mention that.

> > insert statement, aka the -e option or extended-insert was enabled by
> > default. This is also not documented in the manpage of mysqldump, which
> > still lists the -e option to enable this behaviour, without noting how
> > to *disable* it. The following addition to /etc/mysql/my.cnf fixes this:
> ...that and --extended-insert=0 on the commandline.
> Disabling it by default might be an idea though. I never liked it as well :)
> It will be changed in 5.0.x from testing/unstable (not for Sarge, sorry).

Cool. Yeah, for Sarge, that's out of the question to change, I
understand :)

Thanks a lot, and have a nice day!
--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber & MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#347313: [Fwd: Log for successful build of inetutils_2:1.4.3+20051212-2 (dist=unstable)]

2006-01-09 Thread dann frazier
Package: inetutils
Version: 2:1.4.3+20051212-2
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

Looks like this part of the fix for #318752 got dropped.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

--- inetutils-1.4.3+20051212/rlogind/rlogind.c~ 2006-01-09 17:30:49.0 
-0700
+++ inetutils-1.4.3+20051212/rlogind/rlogind.c  2006-01-09 17:56:11.0 
-0700
@@ -132,6 +132,7 @@
 # define DEFPORT 513
 #endif
 extern int  __check_rhosts_file;
+extern char *localhost __P ((void));
 
 #ifndef SHISHI
 struct auth_data

--- Begin Message ---
Function `localhost' implicitly converted to pointer at rlogind.c:362
--- End Message ---


Bug#347312: inetutils: needs automake1.4 conflict

2006-01-09 Thread dann frazier
Package: inetutils
Severity: serious
Justification: no longer builds from source

inetutils fails to build on my system if automake1.4 is installed.  Looks
like autoreconf defaults to 1.4 if it is installed.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-mckinley-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#347311: aptitude: [INTL:zh_CN] simplified Chinese translation update

2006-01-09 Thread Ming Hua
Package: aptitude
Severity: wishlist
Tags: patch l10n

Hello aptitude developers and maintainers,

The attached patch (against the PO file on d-i i18n page) updates
simplified Chinese (zh_CN) translation to 100%.

Thanks,
Ming
2006.01.09
--- aptitude_po_zh_CN.po	2006-01-09 16:31:35.0 -0600
+++ zh_CN.po	2006-01-09 18:18:51.0 -0600
@@ -1,7 +1,7 @@
 # Copyright (C) Year Free Software Foundation, Inc.
 # Yongtao Yang <[EMAIL PROTECTED]>, 2004
 # Carlos Z.F. Liu <[EMAIL PROTECTED]>, 2005
-# Ming Hua <[EMAIL PROTECTED]>, 2005
+# Ming Hua <[EMAIL PROTECTED]>, 2005,2006
 # Haifeng Chen <[EMAIL PROTECTED]>, 2005
 #
 #: src/view_changelog.cc:226
@@ -10,7 +10,7 @@
 "Project-Id-Version: aptitude 0.3+SVN\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2005-12-15 09:01-0800\n"
-"PO-Revision-Date: 2005-11-14 23:51-0600\n"
+"PO-Revision-Date: 2006-01-09 18:18-0600\n"
 "Last-Translator: Ming Hua <[EMAIL PROTECTED]>\n"
 "Language-Team: Debian Chinese [GB] \n"
 "MIME-Version: 1.0\n"
@@ -204,34 +204,34 @@
 msgstr "建议 "
 
 #: src/broken_indicator.cc:331
-#, fuzzy, c-format
+#, c-format
 msgid "%d install"
 msgid_plural "%d installs"
 msgstr[0] "安装 %d 个包"
 
 #: src/broken_indicator.cc:337
-#, fuzzy, c-format
+#, c-format
 msgid "%d removal"
 msgid_plural "%d removals"
 msgstr[0] "删除 %d 个包"
 
 #: src/broken_indicator.cc:343
-#, fuzzy, c-format
+#, c-format
 msgid "%d keep"
 msgid_plural "%d keeps"
 msgstr[0] "保持 %d 个包"
 
 #: src/broken_indicator.cc:349
-#, fuzzy, c-format
+#, c-format
 msgid "%d upgrade"
 msgid_plural "%d upgrades"
 msgstr[0] "升级 %d 个包"
 
 #: src/broken_indicator.cc:355
-#, fuzzy, c-format
+#, c-format
 msgid "%d downgrade"
 msgid_plural "%d downgrades"
-msgstr[0] "下载 %d 个包"
+msgstr[0] "降级 %d 个包"
 
 #: src/cmdline/cmdline_action.cc:37
 #, c-format


Bug#347310: ftp.debian.org: Please remove 855resolution from testing/unstable archive

2006-01-09 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: ftp.debian.org
Severity: wishlist

Now 855resolution package I've maintained can be absolutely replaced
by 915resoltuion.
915resolution provides more beter supports for other intel chips.

Please remove '855resolution' from testing/unstable archive.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAkPC/0kACgkQQKW+7XLQPLGuJQCeLIdyXPZWnixwdOQnCN3U5adf
zIUAniPnra4Hld5mXa5ouuiErPyB0Jii
=S/ZV
-END PGP SIGNATURE-


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



Bug#347293: libclamav1: Libclamav1 has no dependency to clamav-data

2006-01-09 Thread Stephen Gran
This one time, at band camp, Adam D. Barrat said:
> No, it doesn't - it needs a signature database, but not necessarily from
> clamav-data.
> 
> Where an Internet connection is available that is normally used to keep
> the database up to date via clamav-freshclam. This is mentioned in
> clamav-data's description, together with the fact that the databases
> contained in the package are almost certainly outdated (currently
> they're nearly eight months old).

I don't think he is strictly asking for a depends on clamav-data
(although you would be right to close it in that case), but asking for a
depends on _any_ data file provider, whether freshclam or clamav-data.
See my other email for why I think it's a bad idea to express this
relationship in terms of the package system, though.

> Closing as the lack of dependency isn't a bug.

I think you are right, but I am going to ask a few people, and we'll go
from there.  Not quite ready to reopen it, though.

Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#310729: Is this package still maintained?

2006-01-09 Thread Nicolás Lichtmaier
The 'lxr-cvs' package seems to be orphaned. Perhaps it should be marked 
that way so someone adopts it. Besides.. shouldn't this be the default 
lxr version replacing the ancient one?




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



Bug#302805: exim4-config: always Network is unreachable at start

2006-01-09 Thread Dan Jacobson
M> I'll close this bug on 2006-04-30 if nobody cares enough about this
M> bug to advise what would be desireable.
Wait a second. That doesn't make bugs go away. Some of us only have
the ability to notice problems, not to fix them.


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



Bug#293196: Any plans regarding your packages?

2006-01-09 Thread Florian Ernst
Hello Shiju,

for some reason you might have missed any previous mails, yet still it
appears to me you aren't actually maintaining your Debian packages as
listed on

anymore.

So I wonder what your plans regarding these packages are? Could you
please enlighten me?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#347309: ITP: libtime-piece-mysql-perl -- Time::Piece::MySQL - Adds MySQL-specific methods to Time::Piece

2006-01-09 Thread Ben Hutchings
Package: wnpp
Severity: wishlist
Owner: Ben Hutchings <[EMAIL PROTECTED]>

* Package name: libtime-piece-mysql-perl
  Version : 0.05
  Upstream Author : Marty Pauley <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/~kasei/Time-Piece-MySQL/
* License : dual Artistic/GPL
  Description : Time::Piece::MySQL - Adds MySQL-specific methods to 
Time::Piece

Using this module instead of, or in addition to, Time::Piece adds a
few MySQL-specific date-time methods to Time::Piece objects.

This is a dependency of libclass-dbi-mysql-perl (see #321938).


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



Bug#347308: xterm frequently mis-detects its window size

2006-01-09 Thread Robert J. Macomber
Package: xterm
Version: 208-1

With the ion window manager (which does not honor applications' window
size requests) xterm frequently doesn't notice that it hasn't gotten
the size which it has requested.  Presumbably this the the bug
described in http://modeemi.fi/~tuomov/ion/faq.html#3.1 but the
condition has gotten much worse with the newest xterm package, with
many more new xterm windows needing to be manually sent a resize event
before registering the real window size.

Random configuration details:
xlibs-data   6.9.0.dfsg.1-2
libc62.3.5-11
libfontconfig1   2.3.2-1.1
libfreetype6 2.1.10-1
libice6  6.9.0.dfsg.1-2
libncurses5  5.5-1
libsm6   6.9.0.dfsg.1-2
libx11-6 6.9.0.dfsg.1-2
libxaw8  6.9.0.dfsg.1-2
libxext6 6.9.0.dfsg.1-2
libxft2  2.1.7-1
libxmu6  6.9.0.dfsg.1-2
libxrender1  0.9.0.2-1
libxt6   6.9.0.dfsg.1-2
zlib1g   1.2.3-9
ion2 20040729-2
-- 
Robert Macomber
[EMAIL PROTECTED]



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



Bug#347307: scite: GLib-Warning when converting date and time to UTF8

2006-01-09 Thread Ferenczi Viktor
Package: scite
Version: 1.67-1
Severity: normal
Tags: l10n


I've started SciTE from Konsole and passed it a latin2 encoded file as the
only argument. The files opened successfully and can be edited, but SciTE
started to report GLib warnings to the console. Many of these error messages
appeared during the SciTE session:

(scite:10027): GLib-WARNING **: gdate.c:1442Error converting results of 
strftime to UTF-8: Invalid byte sequence in conversion input

This could be related the the "usual" internatianalization problems of SciTE.
It seems that SciTE does not handle some (new) i18n/l10n features of GLib
correctly. This leads to problems with international character sets and
keymaps and causes problems when converting something to/from UTF8.

Please see also other bug reports related to internationalization issues.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-sirius-20051219-0354
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages scite depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libpango1.0-0 1.10.1-2   Layout and rendering of internatio
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

scite recommends no packages.

-- no debconf information


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



Bug#347298: Security concern in notify script CVE-2005-3539

2006-01-09 Thread Ernst Oudhof
tags +patch

Hi again,

After some research I've made a patch for the issue based
on the notify vulnerability patch on
http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=719

regards,

Ernst Oudhof
--- util/notify.sh.in.orig  2004-12-30 19:38:03.0 +0100
+++ util/notify.sh.in   2006-01-10 00:28:38.332762319 +0100
@@ -172,8 +172,18 @@
 eval `($AWK -F: ' 
 function p(varname,val)
 {
+# In shell scripts, there are no special characters in hard-quoted
+# strings (quoted with (')). Single-quotes can't even be escaped
+# inside such strings and must be put outside of them. We thus replace
+# (') with ('\'') which terminates the current string, adds a single
+# quote and starts a new string.
+gsub(/\\047/, "\047\047\047", val);
+# New lines in eval could cause problems so we escape them. As with
+# single quotes above, we must first close the current string, add
+# the escaped new line (double quoted) and start a new string.
+gsub(/\n/, "\047\042n\042\047", val);
 # print out variable name and value so we can eval it in the shell
-printf "%s=\"%s\"\n",varname,val
+printf "%s=\\047%s\\047\n",varname,val
 }
 BEGIN {
 nfiles = 0;
@@ -201,15 +211,9 @@
 /^jobtype/{ p("jobtype", $2); }
 # status needs to be used in the shell as faxstatus since status is 
reserved word
 /^status/{ status = $0; sub("status:", "", status);
-  if (status ~ /$/) {
-  sub(/$/, "n", status);
-  while (getline > 0) {
+   while ($0 ~ /$/ && getline > 0) {
+  sub(/$/, "\\n", status);
   status = status $0;
-  gsub("*","",status);
-  sub(/$/, "n", status);
-  if ($0 !~ /$/)
-  break;
-  }
   } p("faxstatus", status);
 }
 /^resolution/{ p("resolution", $2); }


Bug#347293: libclamav1: Libclamav1 has no dependency to clamav-data

2006-01-09 Thread Stephen Gran
This one time, at band camp, Martin Werthmoeller said:
> Libclamav1 has no dependency to clamav-data, but it needs the signature
> database from the clamav-data package to work.

The problem with this argument is that freshclam, the binary package,
has a dependency on the library libclamav.  If I add a dependency in the
library to freshclam | clamav-data, then you have a circular dependency.
This is a known upgrade breaker, and I have been trying to avoid it.

I agree that technically, the library can't do much useful without
data files, but I am not sure that dependencies are the best way to
express this.  Since it can do at least some things (the extract
functions and so forth) without any data files, it seems the current
solution is the cleanest.

I will ask for advice, and see what people think.  I can see arguments
for both sides, but the risk of creating circular dependencies seems
worse than the problem of a library that doesn't do much.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#346196: wpasupplicant: cannot get DHPC working with ipw2200

2006-01-09 Thread Martin Samuelsson
Encolpe Degoute @ 2006-01-09 (Monday), 23:06 (+0100)
> http://www.linuxquestions.org/questions/showthread.php?s=&threadid=369629&perpage=15&pagenumber=2
> 
> It's two year old !

What is two years old? Your laptop? The thread? The first post is dated
2005-10-10.

> This thread is 2.6.13 related and show another way:
> http://www.bitsplitter.net/blog/?p=563

The blog post on that page mentions that the blogger got wpa_supplicant
working when using wext. It also mentions that he still has problems
getting DHCP replies. From the subject of this bug report I guess that
DHCP failure is the problem?

Comment number three is the only one mention the DHCP problem, and that
post contains the link quoted above.

> I found a PCMCIA card today, tested wpa_supplicant with ndiswrapper
> and it was working.  I doesn't know if is ipw2200 driver or
> interaction with it, but I cannot use encryption with this driver
> since kernel 2.6.13.

Ok. So the problem is that with 2.6.13 it is not possible to use the
network, but it is with earlier kernels?

> When I reported #340836, maintainer said that 2.6.15 use updated drivers
> for ipw2200 and ieee80211.

Is this actually the same bug as #340836?

Which kernel versions have you tried? Have you tried using 2.6.15? Did
you use the included ipw2200 drivers or did you patch the kernel?

> I don't know how to debug wpa_supplicant in order to demonstrate that
> ipw2200 is the only responsible.

The question here is if there is a bug with wpa_supplicant or with the
driver itself.
--
/Martin


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



Bug#300807: Any plans regarding your packages?

2006-01-09 Thread Florian Ernst
Hello Ross,

for some reason you might have missed my previous mails, yet still it
appears to me you aren't actually maintaining your Debian packages as
listed on

anymore.

However, as bug#313634 indicates you seem to be well and around, so I
wonder what your plans regarding these packages are? Could you please
enlighten me?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#288386: Any plans regarding your packages?

2006-01-09 Thread Florian Ernst
Hello Philipp,

for some reason you might have missed my previous mails, yet still it
appears to me you aren't actually maintaining your Debian packages as
listed on

anymore.

However, as bug#338294 indicates you seem to be well and around, so I
wonder what your plans regarding these packages are? Could you please
enlighten me?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#148845: scite: Two hungarian letters also does not work (unicode names provided)

2006-01-09 Thread Ferenczi Viktor
Package: scite
Version: 1.67-1
Followup-For: Bug #148845


Two hungarian (locale: hu_HU) keys does not work in the editor window:

LATIN SMALL LETTER O WITH DOUBLE ACUTE
LATIN SMALL LETTER U WITH DOUBLE ACUTE

Upper case variants also does not work:

LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
LATIN CAPITAL LETTER U WITH DOUBLE ACUTE

The above two characters are the only ones from the Hungarian accented ones,
that cannot be represented in latin1, but can be found in latin2. I usually
edit latin2 encoded files (rarely UTF8). The above characters does not work
regardless of the actual file encoding.

The above characters can be entered in normal edit boxes, for example the find
text dialog. Other GTK applications (for example Synaptic) can hangle these 
keys.

AFAIK this could be a problem with the scintilla editor control for GTK, since
these keys does not work only in the main editor window and the output pane.

Locale configuration:

$ cat /etc/locale.gen
hu_HU ISO-8859-2
en_US ISO-8859-1
en_US.UTF-8 UTF-8
hu_HU.UTF-8 UTF-8

$ set|grep LANG
LANG=hu_HU
LANGUAGE=hu_HU:hu:en_GB:en

Keyboard:

QWERTZ hungarian keyboard.

I can provide more information,
just write a comment and give me a shell command.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-sirius-20051219-0354
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages scite depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libpango1.0-0 1.10.1-2   Layout and rendering of internatio
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

scite recommends no packages.

-- no debconf information


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



Bug#347306: dia: Control-D Does Not Delete

2006-01-09 Thread John Hasler
Package: dia
Version: 0.94.0-15
Severity: normal

The manual says "To delete an object, click on the object to select it.
The green boxes will appear. Hit Ctrl+D and the object will disappear."
In fact the object is duplicated down and to the right.  The "Delete" key 
deletes the selected object. 


I'm using fvwm 2.4.15-1.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=C, LC_CTYPE=C

Versions of packages dia depends on:
ii  dia-common0.94.0-15  Diagram editor (common files)
ii  dia-libs  0.94.0-15  Diagram editor (library files)
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libfreetype6  2.1.7-2.3  FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.2-4The GTK+ graphical user interface 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libpopt0  1.7-2  lib for parsing cmdline parameters
ii  libxml2   2.6.22-1   GNOME XML library
ii  zlib1g1:1.2.3-1  compression library - runtime

-- no debconf information


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



Bug#347305: planets: don't hardcode the ocaml version in the package

2006-01-09 Thread Julien Cristau
Package: planets
Version: 0.1.12-5
Severity: wishlist
Tags: patch

Hi,

the attached patch makes planet determine the needed dependency on
ocaml-base at build time, instead of hardcoding it in the package.
This solution makes the package easier to rebuild (no source changes
needed) in case of an ocaml transition or as a backport.

Anyway, planets is uninstallable at the moment and needs a rebuild with
ocaml 3.09.1.

Cheers,
Julien Cristau


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -u planets-0.1.12/debian/control planets-0.1.12/debian/control
--- planets-0.1.12/debian/control
+++ planets-0.1.12/debian/control
@@ -2,12 +2,12 @@
 Section: science
 Priority: extra
 Maintainer: Martin Pitt <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), ocaml-3.09.0, tk8.4-dev
+Build-Depends-Indep: debhelper (>> 4.0.0), ocaml, tk8.4-dev
 Standards-Version: 3.6.1
 
 Package: planets
 Architecture: all
-Depends: tk8.4, ocaml-base-3.09.0
+Depends: tk8.4, ocaml-base-${OCamlABI}
 Suggests: doc-base
 Description: Gravitation simulation of planetary bodies
  Planets is a simple interactive program for playing with simulations
diff -u planets-0.1.12/debian/rules planets-0.1.12/debian/rules
--- planets-0.1.12/debian/rules
+++ planets-0.1.12/debian/rules
@@ -7,6 +7,8 @@
 MAKEOPTS:=DEBUGFLAGS=-g
 endif
 
+OCAMLABI = $(shell ocamlc -version)
+
 build:
dh_testdir
$(MAKE) $(MAKEOPTS) planets.bc
@@ -35,7 +37,7 @@
dh_compress
dh_fixperms
dh_installdeb
-   dh_gencontrol
+   dh_gencontrol -- -VOCamlABI=$(OCAMLABI)
dh_md5sums
dh_builddeb
 


Bug#347172: hugs: add runhaskell?

2006-01-09 Thread Ross Paterson
On Sun, Jan 08, 2006 at 11:09:48PM -0800, Isaac Jones wrote:
> Package: hugs
> Version: 98.200503.08-4
> Severity: wishlist
> from an email between me & ian:
> 
> > Should I add a runhaskell script to the hugs package?
> 
> Yes.
> 
> > If so, what
> > priority should I install it at?
> 
> I suggest 5620050308
> 5 == hugs
> 6 == stable (CVS snapshot would use 3)
> 20050308 == date
> 
> > Can you give me a pointer to info
> > about installing priorities like that?
> 
> Something like
> update-alternatives /usr/bin/runhaskell runhaskell /usr/bin/runhugs 
> 5620050308
> in postinst and
> update-alternatives --remove runhaskell /usr/bin/runhugs
> in prerm. You might like to generate the postinst so the date is filled
> in automagically.

runhugs needs -98 to run Cabal scripts, so you may need a wrapper.



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



Bug#346581: amule-daemon: create a new group to execute amule daemon

2006-01-09 Thread Pau Tallada Crespi
Package: amule-daemon
Version: 2.1.0-1
Followup-For: Bug #346581

In my previous post I appended a script example that works for me very well, 
but I think I would be better to create 
a system group which will execute the amule daemon and add users to this group 
in order to manage the daemon.

I don't know if this has to be implemented in upstream, but the example script 
above is useless in a multiuser 
environment because it always run with one particular user privileges 
hard-coded in the script.

Thank you very much for your hard work!

PS: English is not my native language.


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



Bug#342122: easytag: Forgets order of files in explorer

2006-01-09 Thread Jérôme COUDERC

Hi,

This bug was fixed in version 1.99.11

Jerome

--
EasyTAG - Tag editor for MP3 and Ogg Vorbis files
http://easytag.sourceforge.net
--
Jerome COUDERC <[EMAIL PROTECTED]>




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



Bug#347304: samba: Should not add admin users to smbpasswd

2006-01-09 Thread Javier Fernández-Sanguino Peña

Package: samba
Version: 3.0.21a-1
Priority: wishlist

Currently samba's postinst does this if the user says 'yes' to generate
automatically the smbpasswd file:

getent passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd
pdbedit -i smbpasswd -e tdbsam
rm /etc/samba/smbpasswd

This means that *all* users, including regular users and system users
are added in the smbpasswd file. The default smb.conf file has this:

   invalid users = root

Which means that 'root' cannot log on to the system through SMB but since
the PAM configuration for samba is the default:

@include common-auth
@include common-account
@include common-session

All other system users will be allowed in, if they have a valid password
when the smbpasswd is generated. I don't really see what's the need
to have admin users like gdm, sshd, bin, daemon, sys, or identd (some
of those are created by packages and are not default system users) allowed
access through SMB. Granted, they don't have a valid password in most
systems but it might be better off, just in case, to improve the postinst
so that only local users (i.e. uid over FIRST_UID as defined in adduser.conf)
are added to the smbpasswd file. 

That could be a debconf question if the user asked to automatically generate
the smbpasswd file. Something like : "Do you want to add the admin users to
smbpasswd?" (low priority defaulting to 'no') 

If this looks like a valid change I can go ahead and propose a patch. 

Regards

Javier



signature.asc
Description: Digital signature


Bug#347303: gdm_2.8.0.6-2_amd64.deb missing /usr/bin/gdmchooser

2006-01-09 Thread Adam Goryachev
Package: gdm
Version: 2.8.0.6-2
Severity: important
Architecture: amd64


On amd64 platform the file /usr/bin/gdmchooser is missing, it appears from
the changes to the /etc/gdm/gdm.conf that the file is supposed to move to
/usr/lib/gdm/gdmchooser however that file is missing also.

This only seems to apply to the amd64 version, I have confirmed i386 does
include the gdmchooser binary.

The current solution we have implemented is to manually install
gdm_2.6.0.8-1 which does include the gdmchooser file.

Regards,
Adam



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



Bug#347266: Debian packages development branch of rdiff-backup instead of stable branch

2006-01-09 Thread Daniel Baumann
Daniel Webb wrote:
> Yes, the development (1.1.5) doesn't play nice with the stable (1.0.3), I was
> unclear.  The problem is that rdiff-backup in Debian in incompatible with
> rdiff-backup in other distros (like Gentoo) that use the stable branch.  I run
> sarge, but I'm trading backups with a friend running Gentoo, so I did an
> apt-get source to create up to date packages so we wouldn't be using much
> different versions, and it was a surprise to find out they still didn't work
> together because Debian doesn't use the stable branch.  That's up to you to
> decide which ones go in unstable I guess.

The version in sarge even don't work with newer (>= 1.0) versions, so
actually in any case, you have to update/adjust at least one system if
using two or more heterogenous distributions (distributions in the sense
of diffrent debian releases as well as diffrent linux distributions).

Second, unstable/testing is a development area of debian.. it does not
have to be compatible with sarge.

> Thanks, I didn't know about that.  Still, the fact remains that the packages
> in Debian (including the backports) are not compatible with other distros that
> use the stable branch.  I can't really argue that my friend should change
> versions, since it makes more sense to me to put the stable branch in a
> distro.

I have no influence on other linux distribution and I must admitt, it's
amazing to know that Gentoo doesn't use the latest and greatest software
around, at least in this very package :)

However, this is just a temporal situation: either the development
releases of rdiff-backup are fixed upstream to work with the stable
ones, or, there will be a new stable release branch (1.2.x I assume).

> Do they have a "clarification" classification for bugs?  This wasn't really a
> bug, but I probably wasn't the only person wondering.

I leave the bug as it is for information purpose. Since the BTS supports
user-defined tags, just add it if you like (doesn't matter to me).

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#286191: Any plans regarding your packages?

2006-01-09 Thread Florian Ernst
Hello Stephan,

for some reason you might have missed my previous mails, yet still it
appears to me you aren't actually maintaining your Debian packages as
listed on

anymore.

However, as bug#343318 indicates you seem to be well and around, so I
wonder what your plans regarding these packages are? Could you please
enlighten me?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#345627: rdiff-backup: backing up to machine running unstable crashes version in stable

2006-01-09 Thread Daniel Baumann
The version on Sarge is just horribly outdated, please upgrade to my
package on backports.org.

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#347302: libsvn0: assertion in commit.c:1554

2006-01-09 Thread Martin v . Löwis
Package: libsvn0
Version: 1.2.3dfsg1-3
Severity: important

When doing a commit, subversion often reports

Sende  dev/links.h
Übertrage Daten .svn:
/tmp/buildd/subversion-1.2.3dfsg1/subversion/libsvn_client/commit.c:1554:
svn_client_commit2: Zusicherung »*commit_info« nicht erfüllt.
Abgebrochen

This is an assertion error, resulting in stale repository locks. For
some reason, the server side hooks don't get executed, either.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libsvn0 depends on:
ii  libapr02.0.55-3  the Apache Portable Runtime
ii  libc6  2.3.5-11  GNU C Library: Shared libraries an
ii  libneon24  0.24.7.dfsg-3 An HTTP and WebDAV client library

libsvn0 recommends no packages.

-- no debconf information


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



  1   2   3   4   5   >