Bug#512505: ldm doesn't store default session

2009-01-26 Thread Arthur Lutz
On Wed, Jan 21, 2009 at 04:35:39PM -0800, Vagrant Cascadian wrote:
> fixed 512505 2:2.0.21-1
> thanks
> 
> On Wed, Jan 21, 2009 at 12:19:58PM +0100, Arthur Lutz wrote:
> > ldm doesn't remember between reboot the default session that I have 
> > chosen. 
> 
> this was fixed upstream in 2.0.21, and fixed in the debian experimental upload
> 2:2.0.21-1.

I am running ltsp in mixed environnement (not lenny) so I was able to add 
the experimental branch and 

   apt-get -uVf install ldm=2:2.0.28-1

But, things are worse. (Tried out a bunch of options) after typing my password
and entering, it shuts down X. Here is what I have in /var/log/ldm


LDM2 running on ip address XX.XX.XX.XX
rc_files: /bin/sh /usr/share/ldm/ldm-script init
ldm_spawn: pid = 2027
Process 2027 exited with status 0
Spawning greeter: /usr/lib/ldm/ldmgtkgreet
ldm_spawn: pid = 2033
ssh_session: ssh -Y -t -M -S /var/run/ldm_socket_2026_XX.XX.XX.XX  -o 
NumberOfPasswordPrompts=1 art...@xxx.xx.x.x echo LTSPROCKS; /bin/sh -
ldm_spawn: pid = 3144
expect saw: art...@xx.xx.xx.xx's password: 
expect saw: 
ESC7ESC[rESC[999;999HESC[6n
expect saw: 
resize: Time out occurred^M

expect saw: LTSPROCKS

Logged in successfully.

Process 2033 exited with status 0
Established ssh session.
Executing rc files.
rc_files: /bin/sh /usr/share/ldm/ldm-script start
ldm_spawn: pid = 3177
Process 3177 exited with status 0
Beginning X session.
rc_files: /bin/sh /usr/share/ldm/ldm-script xsession
ldm_spawn: pid = 3207
Process 3207 exited with status 0
X session ended.
Executing rc files.
rc_files: /bin/sh /usr/share/ldm/ldm-script stop
ldm_spawn: pid = 3248
Process 3248 exited with status 0
Ending ssh session.
Shutting down ssh session: ssh -S /var/run/ldm_socket_2026_XX.XX.XX.XX -O exit 
XX.XX.XX.XX
ldm_spawn: pid = 3257
Process 3257 exited with status 0
Process 3144 exited with status 0

 
> unfortunately, it would likely be difficult to backport those changes to the
> version in lenny, especially this late in the freeze.
> 
> > When I reboot, I login, correct password and all, black screen 
> > and it comes back to the ldm prompt.
> 
> i'm not sure i understand you here, you mean that you cannot login after
> rebooting the thin client? or it merely doesn't default to the previously
> selected session?

Both. It doesn't remember the previously selected session, and loops back to 
ldm when correct password is entered.
 
> > Selecting the session works, but I have to do it everytime I use ldm.
> > 
> > Where is this info about default session taken ? (with gdm it remembers
> > fine...)
> 
> it uses the defaults for /etc/alternatives/x-session-manager, which is a
> systemwide default.

$ update-alternatives --config x-session-manager

There are 4 alternatives which provide `x-session-manager'.

  SelectionAlternative
---
  1/usr/bin/startkde
*+2/usr/bin/startlxde
  3/usr/bin/openbox-session
  4/usr/bin/gnome-session


> to configure per-user, you'd need to create a ~/.xsession
> for each user that sets the session.

I have an ~/.xsession with ion3 in it. I just realized it 
didn't have the +x in it's attributes, I've added and with test
on next reboot.

Nope, not better.
 

-- 
Arthur LUTZLOGILAB, Paris (France)
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Développement logiciel avancé - Intelligence Artificielle - Formations



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



Bug#511477: iceape: Shouldn't release with Lenny

2009-01-26 Thread Mike Hommey
On Mon, Jan 26, 2009 at 07:49:59PM +0100, Moritz Muehlenhoff wrote:
> On Mon, Jan 26, 2009 at 07:25:39AM +0100, Mike Hommey wrote:
> > On Sun, Jan 25, 2009 at 10:51:07PM +0100, Moritz Muehlenhoff wrote:
> > > Moritz Muehlenhoff wrote:
> > > > > Most of the rdeps should only need headers and possibly a .a provided 
> > > > > in
> > > > > the -dev-bin package. There shouldn't be anything needing 
> > > > > iceape-browser
> > > > > files, but that's only an assumption. That's why I asked to check
> > > > > whether they build without iceape-browser installed.
> > > > 
> > > > Ok, I'll try a few test builds tonight and post my findings to this bug.
> > > 
> > > I've built a trimmed-down iceape, which only leaves iceape-dev and 
> > > iceape-dev-bin.
> > > 
> > > The results so far (some packages still need to be built, since they're 
> > > somewhat
> > > large. For some reason we've seem to stuffed Xulrunner into the largest 
> > > packages
> > > in Debian :-)
> > > 
> > > Not in Lenny:
> > > gecko-mediaplayer
> > > 
> > > Worked:
> > > vlc
> > > gnome-chemistry-utils
> > > gtk-vnc
> > > mozilla-bonobo
> > > totem
> > > mplayerplug-in
> > > rhythmbox
> > > 
> > > Not tested yet:
> > > gcj-4.2
> > > openoffice.org
> > > gcj-4.3
> > > cacao-oj6
> > > eclipse
> > > openjdk-6
> > > 
> > > Failed:
> > > mozilla-traybiff
> > > icedtea-gcjwebplugin
> > > classpath
> > > 
> > > The last three all failed to link against xpcom. Since icedove provides a
> > > libxpcom.so, do you think it might be possible to adapt builds deps to it?
> > 
> > I think it might be possible to just add it (and libxpcom_core.so) to
> > the iceape-dev-bin package, with a conflict with iceape-browser.
> 
> That worked. I've been able to properly rebuild mozilla-traybiff, 
> icedtea-gcjwebplugin and classpath. 
> 
> I'll upload the fixed iceape to unstable once I've completed the remaining
> testbuilds of openoffice.org, cacao-oj6, eclipse and openjdk-6.

Could you send a patch against git://git.debian.org/pkg-mozilla/iceape.git, too 
?
(Or at least the debdiff)

Thanks

Mike



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



Bug#512603: xmms2 fails with esound installed

2009-01-26 Thread Daniel Svensson
On Mon, Jan 26, 2009 at 7:31 PM, Kushal Koolwal
 wrote:
> ALSA lib pcm_dmix.c:996:(snd_pcm_dmix_open) unable to open slave
> ALSA snd_pcm_open error: Device or resource busy

That's because you haven't killed esd first. It's hogging your soundcard.

Here's how to setup pulseaudio if your distribution doesn't do it for you:

http://www.pulseaudio.org/wiki/PerfectSetup

esd is really not worth supporting unless you write an output plugin
for us and maintain it, the whole world is moving away from it in a
rapid pace.

-- 
Daniel Svensson



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



Bug#513195: konsole: setting the size gives two extra lines

2009-01-26 Thread Russell Coker
Package: konsole
Version: 4:3.5.9.dfsg.1-6
Severity: normal

When I set the size of a konsole via the "settings" and "size" menus it gives
me two extra lines.  I select 80*25 and get 80*27 (displayed by Konsole and
by stty).  I select 80*24 and get 80*26.

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages konsole depends on:
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra

konsole recommends no packages.

Versions of packages konsole suggests:
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-6 help center for KDE

-- no debconf information



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



Bug#513184: Package: xserver-xorg-video-neomagic: pixel artifacts on window drag

2009-01-26 Thread Brice Goglin
Aleksander Budzynowski wrote:
> Package: xserver-xorg-video-neomagic
> Severity: normal
>
> I submitted this bug under general
> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512921)
> but after digging around a bit more I discovered that the machine appears
> to have a neomagic card, and so I came to suspect that the problem is
> most likely here.

Ok I reassigned the first one to the neomagic package and merged the 2
bugs. Next time it happens, just reply to your first bug and let people
reassign the bug properly.

> Essentially the problem involves pixel artifacts being created while
> dragging around windows. What seems to happen is that when dragging a
> window downwards (and possibly left/right as well), the pixels *just* to
> the left of the window are polluted with something resembling what the
> corresponding pixels contained when the drag began.
>
> These pixels are outside the window and aren't cleaned up when the window
> is moved away. So shaking the window around can leave artifacts all over
> the place. (But when a window is dragged over the artifacts, they are
> cleaned away.)
>
> In the screenshot, the various vertical lines were generated mostly by
> simply moving gedit around in a south-west/north-east direction.
> The effect on the desktop icons was produced by dragging the window down
> a few pixels, moving it to the right 1 pixel, dragging it down a few more
> etc.
>
> Finally, the gedit window was moved towards the south-west and left there.
> Notice the strip to the left of the window and notice that the right
> edge of
> the window is also polluted.
>
> The screenshot was taken in software, so the artifacts are visible at the
> software level.
>
> This problem isn't limited to dragging windows; it occurs for instance
> when
> dragging an image within Eye of Gnome. The problems occur in both
> metacity and twm.

You should send us your xorg.conf and Xorg.0.log.

Can you try adding
Option "NoAccel" "true"
to the Device section of xorg.conf ?

The neomagic driver is basically unmaintained and there is no
documentation for this hardware. Your bug could be related to the
very old http://bugs.freedesktop.org/show_bug.cgi?id=3112 which does
not seem to be fixed yet.

You could try upgrading the machine to something more recent than Etch
(either testing or experimental), but since the neomagic driver didn't
change much in the last years, it may not help anyway...

Brice






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



Bug#513075: Bug#484789: 484789: date parsing error RC?

2009-01-26 Thread Don Armstrong
On Tue, 27 Jan 2009, Junichi Uekawa wrote:
> I've opened a new bug with 'apt-listbugs -d ' output (which contains
> the full SOAP output.)

Yeah, this bug report was filed before I fixed this; try rerunning and
see if it still happens.


Don Armstrong

-- 
One day I put instant coffee in my microwave oven and almost went back
in time.
 -- Steven Wright

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#484789: 484789: date parsing error RC?

2009-01-26 Thread Junichi Uekawa
At Mon, 26 Jan 2009 17:37:50 -0800,
Don Armstrong wrote:
> 
> tag 484789 pending
> thanks
> 
> On Mon, 26 Jan 2009, Ross Boylan wrote:
> > On Mon, 2009-01-26 at 11:22 -0800, Don Armstrong wrote:
> > > If you see this again, please send me the entire output from the BTS
> > > either generated by apt-listbugs or using tcpdump with appropriate
> > > options. [The latter is probably more useful.]
> > > 
> > Do you mean use tcpdump while aptitude is running, or do a separate
> > session running apt-listbugs on its own?
> 
> Well, either would work. 
> 
> tcpdump dst piatti.debian.org or dst rietz.debian.org or src \
> rietz.debian.org or src piatti.debian.org -A -s 0 > foofile;
> 
> would do it.
>  
> > I have another system I have not updated, so I'm in a good position to
> > try again.
> 
> I actually went back and made some changes which now properly work
> with bug #356853, so in theory, this should be fixed on the BTS too.
> If you could rerun the test with your machine, and see if it fails
> again, that'd be useful. Otherwise, the problem is actually solved.

Ooops I didn't notice that there was a thread here.

513075

I've opened a new bug with 'apt-listbugs -d ' output (which contains
the full SOAP output.)




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



Bug#513192: Debian Bug - grave; Recoll (1.10.2-1); Lenny

2009-01-26 Thread Kartik Mistry
On Tue, Jan 27, 2009 at 10:38 AM, Cropper, C. A.  wrote:
> #Exactly what you typed or did to demonstrate the problem.
>
> I typed "recollindex" -- segmentation fault

Hi,

Thanks for reporting issue.

Can you please try using 1.11.0-2 version from unstable/sid?

> Recoll was doing the initial indexing on a Dual AMD Quad-Core system with a
> 1TB SAS drive.  I have more than 200GB of PDFs, text, and other documents.
> Recoll has yet to completely index the complete
> collection.  My current .recoll directory is 4.8GB in size.

Did that initial indexing finished? Let me know. And, I think its
certainly not grave issue. I am marking it as important and forwarding
bug to upstream too.

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer
 Blog.en: ftbfs.wordpress.com
 Blog.gu: kartikm.wordpress.com



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



Bug#476988: [PATCH] 0.0.95 release (add --bugs option, new uploader)

2009-01-26 Thread Junichi Uekawa
At Mon, 26 Jan 2009 22:18:26 +0100,
Francesco Poli wrote:
> 
> [1  ]
> On Mon, 26 Jan 2009 06:31:43 +0900 Junichi Uekawa wrote:
> 
> > Hi,
> 
> Hi!
> 
> > 
> > I'd like something that this code can be tested against, and a real
> > use-case, so I'm waiting for your next patch.
> 
> Well, try to be more explicit next time, please, so that I will be aware
> that you're are waiting for me to do something...  otherwise we could
> find ourselves in a sort of deadlock, waiting for each other's action!

Well, you could have predicted my mind and did it anyway :) 

> Anyway, could you please clarify what you expect me to write?
> Do you mean I should add something to test_logic.rb or to
> tests/???_*.sh ?
> I tried to perform such tests with a pbuilder hook script
> (B92test-pkg), but some of them failed somehow: I wanted to ask you for
> help in understanding what went wrong, but I thought I could postpone
> that...
> Of course, if I have to add a test, I must understand them now, so I'll
> contact you privately about that.

Frankly, I don't have a good idea on a regression-testable code.  I
was hoping something can be written as test/???_*.sh; or I would have
to manually test it to make sure it hasn't broken.

> Moreover, how should I proceed with git?
> I created my commit in my master branch.
> Should I go on as follows?
> 
>   $ git pull   # which will fetch from the public repository
># and merge it into my master branch
>   $ vim onefile
>   $ vim anotherfile
>   $ git add onefile anotherfile
>   $ git commit
>   $ vim thirdfile
>   $ vim anotherfile
>   $ git add thirdfile anotherfile
>   $ git commit
>   $ git format-patch origin -o somedirectory/
> 
> Is that correct?

I think you will get conflicts in the master branch that way, because
I may have modified your patch when merging into my repository.

You may want to use feature branches; or better, get a alioth account
so that I can add you to Git committers so you can commit to HEAD
directly.


> 



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



Bug#468132: ITP: packagekit -- a distribution neutral interface to manage software packages

2009-01-26 Thread Joost van Baal
Hi,

On Thu, 30 Oct 2008 22:41:53 +0100, Sebastian Heinlein wrote:
> Am Dienstag, den 28.10.2008, 19:58 +0100 schrieb Stephan Peijnik:
>> I just wanted to ask what the status of this ITP is. Has there been some
>> progress?

> there are some concerns of Debian developers against the non
> interactiveness of PackageKit. So I want to have a working and mature
> version uploaded to Debian to raise the acceptance.
>
> But it this will happen in the near future.
>
> The packaging for Debian can be found here:
>
> lp:~glatzor/packagekit/packagekit-debian

Currently, packagekit is shipped with Ubuntu; it is maintained using
https://code.launchpad.net/~packagekit .  I can't find any "packagekit-debian"
branch.

What's the status of getting this into Debian?  Perhaps an upload to
experimental of the package as shipped with Ubuntu is useful?

Bye,

Joost

-- 
irc:joos...@{oftc,freenode} ∙ http://mdcc.cx/ ∙ http://ad1810.com/


signature.asc
Description: Digital signature


Bug#494928: sflphone status?

2009-01-26 Thread Junichi Uekawa
Cool, thanks for letting me know!

At Mon, 26 Jan 2009 19:17:44 +1300,
Francois Marier wrote:
> 
> Hi Junichi,
> 
> We (the upstream developers and myself) were waiting on the new upstream
> version before packaging SFLphone for Debian.
> 
> Now that this is out of the way, we should be able to get a package in the
> next few weeks.
> 
> Cheers,
> Francois
> 



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



Bug#513174: [Pkg-mc-devel] Bug#513174: mc: new homepage

2009-01-26 Thread Patrick Winnertz
Hey Sandro,

> Hello,
> reading [1] it seems mc development is revamping lately, and as first
> result there's a new homepage[2]. You might want to update that info in
> control file and check that for development (if you ain't already doing
> it).
Thanks for pointing me to the new website. As you can (mabye? : well it 
depends if my server is still running atm) see on the  www.midnight-
commander.org I'm part of upstream now. ;-) 
So yes I've already looked on the new development and will update mc in debian 
as soon as possible. (and hopefully get 4.6.2 also into lenny as this is 
_really_ a only bugfix release). 

Greetings
Winnie

-- 
 . '' ` .   Patrick Winnertz 
:  :'   :   proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~winnie - http://www.der-winnie.de
  `-  Debian - when you have better things to do than fixing systems



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


Bug#513194: wpasupplicant: wpa- options in /etc/network/interfaces are underdocumented

2009-01-26 Thread Rodney Polkinghorne
Package: wpasupplicant
Version: 0.5.5-2
Severity: important


The wpa-* options are not mentioned in the man pages for interfaces(5), 
wireless(7) or 
wpa_supplicant(8).  The only file that mentions them (AFAIK) is 
/usr/share/doc/wpasupplicant/README.modes.gz.  The wireless-* options, that use 
iwconfig and 
iwpriv, are mentioned in all the appropriate places.  Unfortunately, the latter 
fail to 
configure the rt2x00 drivers, which are included in recent mainstream kernels.  
It took me 
several weeks to find the README.modes file, and I expect most users would give 
up before 
finding it.

Suggested changes:

1. Add the contents of README.modes to the wpa_supplicant(8) man page, before 
the SUPPORTED 
FEATURES part.  Or else put it in a new man page, and refer to that from 
wpa_supplicant(8).  
As a last resort, add README.modes to the SEE ALSO section of wpa_supplicant(8).

2. Add a description of the wpa-* options to section 10.6.1.3 (Configuring a 
Wi-Fi 
interface) of the Debian Reference Manual.

3. At the point where the interfaces(5) man page mentions the wireless-tools 
package, add a 
reference to wpasupplicant and README.modes.  Add README.modes to the SEE ALSO 
part of 
this man page.  (Or refer to wpa_supplicant(8), if a description of the options 
has been 
added there.)

4. Add README.modes to the SEE ALSO section of the wireless(7) man page.

I'd be happy to do the necessary writing, if someone could explain how to get 
the changes 
included in the various Debian packages and manuals involved.


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

Versions of packages wpasupplicant depends on:
ii  libc6  2.3.6.ds1-13etch8 GNU C Library: Shared libraries
ii  libdbus-1-31.0.2-1+etch2 simple interprocess messaging syst
ii  libncurses55.5-5 Shared libraries for terminal hand
ii  libreadline5   5.2-2 GNU readline and history libraries
ii  libssl0.9.80.9.8c-4etch4 SSL shared libraries
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip

Versions of packages wpasupplicant recommends:
ii  dhcp3-client  3.0.4-13   DHCP Client

-- no debconf information



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



Bug#468951: ITP: libconvert-binary-c-perl -- preprocessor and parser for C type definitions

2009-01-26 Thread Charles Plessy
retitle 468951 'ITP: libconvert-binary-c-perl -- preprocessor and parser for C 
type definitions'
thanks

Hi all,

libconvert-binary-c-perl is needed by [[!debpkg: bioperl]] 1.6, that is needed
by libbio-graphics-perl, that is needed by GBrowse, that is needed to browse
DNA sequence, in particular our own genomes when they will all be sequenced.

I already injected the package in pkg-perl's repository.

  Description: Binary Data Conversion using C Types
   Convert::Binary::C is a preprocessor and parser for C type definitions. It is
   highly configurable and supports arbitrarily complex data structures. Its
   object-oriented interface has pack and unpack methods that act as 
replacements
   for Perl's pack and unpack and allow to use C types instead of a string
   representation of the data structure for conversion of binary data from and 
to
   Perl's complex data structures.
   .
   Actually, what Convert::Binary::C does is not very different from what a C
   compiler does, just that it doesn't compile the source code into an object
   file or executable, but only parses the code and allows Perl to use the
   enumerations, structs, unions and typedefs that have been defined within your
   C source for binary data conversion, similar to Perl's pack and unpack.

The copyright file is quite long and was already posted [[!debbug: 468951]].
The package is mostly "same licence as Perl", but there are some extra GPLed
files that were copied from the libc (they are not included in the binary
package). Among them, some GPL-v2 with Bison exeptions, and the infamous Sun
RPC file. Apart from this, there is also some 20-year old files with
non-standard statements that are DFSG compliant.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



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



Bug#513193: [bitlbee] extended description says that everything you say is forwarded to people on other chat networks

2009-01-26 Thread Filipus Klutiero
Package: bitlbee
Version: 1.2.3-1
Severity: minor

The extended description reads
This program can be used as an IRC server which forwards everything you
say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.

I never used bitlbee, but from what I heard and what Wikipedia says, the 
forwarding is done according to your wishes, bitlbee being a kind of 
equivalent of Jabber transports.



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



Bug#513192: Debian Bug - grave; Recoll (1.10.2-1); Lenny

2009-01-26 Thread Cropper, C. A.
Package: recoll
Version: 1.10.2-1
Severity: grave



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages recoll depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime 
v
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxapian151.0.7-4   Search engine library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension 
librar
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages recoll recommends:
ii  aspell0.60.6-1   GNU Aspell spell-checker

Versions of packages recoll suggests:
ii  antiword   0.37-3Converts MS Word files to text 
and
ii  catdoc 0.94.2-1  MS-Word to TeX or plain text 
conve
ii  ghostscript8.62.dfsg.1-3.2lenny0 The GPL Ghostscript 
PostScript/PDF
ii  poppler-utils  0.8.7-1   PDF utilitites (based on 
libpopple
ii  unrtf  0.19.3-1.1RTF to other formats converter
ii  xpdf   3.02-1.4  Portable Document Format (PDF) 
sui

-- no debconf information

#The exact and complete text of any error messages printed or logged. This is 
very important!:

:4:../common/rclconfig.cpp:459:getFieldPrefix: no prefix defined 
for 'producer'
:4:../rcldb/rcldb.cpp:1021:Db::add: no prefix for field [producer], no 
indexing
:4:../rcldb/rcldb.cpp:1156:Db::add: docid 152871 added 
[/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040029.pdf , ]
:4:../internfile/internfile.cpp:109:FileInterner::FileInterner: 
[/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040030.pdf] mime [(null)] 
preview 0
:4:../internfile/internfile.cpp:170:FileInterner::FileInterner: 
application/pdf [/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040030.pdf]
:4:../internfile/internfile.cpp:357:FileInterner::internfile. ipath []
:4:../utils/execmd.cpp:163:ExecCmd::doexec: ((nil)|
0x36206c8) /usr/share/recoll/filters/rclpdf 
{/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040030.pdf}
:4:../internfile/internfile.cpp:423:FileInterner::internfile: next_doc is 
text/html
:4:../internfile/mh_html.cpp:74:textHtmlToDoc: next_document. defcharset 
before parsing: [utf-8]
:4:../internfile/mh_html.cpp:86:Html::mkDoc: pass 0
:4:../internfile/internfile.cpp:423:FileInterner::internfile: next_doc is 
text/plain
:4:../common/rclconfig.cpp:459:getFieldPrefix: no prefix defined 
for 'producer'
:4:../rcldb/rcldb.cpp:1021:Db::add: no prefix for field [producer], no 
indexing
:4:../rcldb/rcldb.cpp:1156:Db::add: docid 152872 added 
[/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040030.pdf , ]
:4:../internfile/internfile.cpp:109:FileInterner::FileInterner: 
[/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040031.pdf] mime [(null)] 
preview 0
:4:../internfile/internfile.cpp:170:FileInterner::FileInterner: 
application/pdf [/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040031.pdf]
:4:../internfile/internfile.cpp:357:FileInterner::internfile. ipath []
:4:../utils/execmd.cpp:163:ExecCmd::doexec: ((nil)|
0x3809e08) /usr/share/recoll/filters/rclpdf 
{/home/cac/Journals/PMC/PLoS_Comput_Biol/pcbi.0040031.pdf}
:4:../internfile/internfile.cpp:423:FileInterner::internfile: next_doc is 
text/html
:4:../internfile/mh_html.cpp:74:textHtmlToDoc: next_document. defcharset 
before parsing: [utf-8]
:4:../internfile/mh_html.cpp:86:Html::mkDoc: pass 0
:4:../internfile/internfile.cpp:423:FileInterner::internfile: next_doc is 
text/plain
:4:../common/rclconfig.cpp:459:getFieldPrefix: no prefix defined 
for 'producer'
:4:../rcldb/rcldb.cpp:1021:Db::add: no prefix for field [producer], no 
indexing
Segmentation fault


#Exactly what you typed or did to demonstrate the problem.

I typed "recollindex" -- segmentation fault
Cronjob -- segmentation fault
GUI -- segmentation fault
On one occasion, it appeared to do a libc stack trace (I think); this happened 
once out of about 7 failures.

# A description of the incorrect behavior: exactly what behavior you were 
expecting, and what you observed. A transcript of an example session is a 
good way of showing this.

Recoll was doing the initial indexing on a Dual AMD Quad-Core system with a 
1TB SAS drive.  I have more than 200GB of PDFs, text, and other documents.  
Recoll has yet to completely index the complete 
collection.  My current .recoll directory is 4.8GB in size.


Bug#484801: can switch off hp-systray in Gnome Preferences (Sessions)

2009-01-26 Thread Drew Parsons
I find the hp-systray annoying too. Especially since I found it just now
using 100% CPU (at the same time NOT appearing on screen.  I had to kill
it the process from the command line.  (It didn't help that under top,
it listed as "python" not as "hp-systray", but that's bug #463203)

On the other hand I do use a HP printer, so I'm quite happy to have
hplip installed and hp-systray available when I need it.

The reason it pops up automatically is that it's registered in the
start-up list for Gnome sessions.  I think this is done by the hplip-gui
package, via /etc/xdg/autostart/hplip-systray.desktop (so it should
affect all desktop environments that support the FreeDesktop format, not
just Gnome).

I guess it makes sense for hplip-systray.desktop to be enabled at
start-up (otherwise, "why install it?"), though this question is
debatable.  Either way it's a simple matter to disable the automatic
hp-systray from the Gnome preferences:
System->Preferences->Sessions,
in the "Startup Programs" tab, unclick the "HP System Tray Service", and
then the annoying little hp-systray will not bother you again.

Drew





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



Bug#513191: Which compression level is the default (e.g. --best or -4)?

2009-01-26 Thread Trent W. Buck
Package: lzma
Version: 4.43-14
Severity: minor
File: /usr/share/man/man1/lzma.1.gz

The manual explains how there are compression ratios from -1 (--fast)
to -9 (--best), but it doesn't say which is the default.  IIRC bzip2
defaults to --best and gzip defaults to -4.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages lzma depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3

lzma recommends no packages.

lzma suggests no packages.

-- no debconf information



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



Bug#513190: installation: SynCE-related packages are outdated and messy

2009-01-26 Thread Fabricio Rocha
Package: installation
Severity: important


I have tried my best to have SynCE working... but it didn't work. 
The instructions found on their website are really confusing, but Debian 
itself could make SynCE installation a LOT easier with some clean-up. 
SynCE has a lot if inter-dependant packages but it seems that the 
packages dependencies in Debian repositories are not set correctly or 
they are missing.

For the moment, there are packages both related to 
version 0.11 (already outdated) and 0.9, such as synce-kde, synce-hal 
and synce-dccm. Some of 
them, like raki (part of synce-kde) are 
reported to be not even maintained anymore. This makes up for a hell,specially 
because there 
is a lot of packages (opensync? odccm? librra2?) which are pointed by 
SynCE website as fundamental for the installation, and some of them 
simply conflict with each other in Debian!

A normal user (I mean, not someone involved in SynCE development) simply can't 
have all the needed packages 
automatically selected and installed to have the whole thing working. 
Ideally, installing a package such as synce-kpm should deal with all the 
background stuff needed, but this is not what is happening. Possibly, I 
guess, a "metapackage" could be created; but a more immediate solution 
seems to be an update of all packages for the newest version 0.12 and a 
complete dependencies check-up.

Thanks in advance!


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



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



Bug#509416: PTS & DDPO: generic way to add and remove QA reports to PTS pages

2009-01-26 Thread Paul Wise
On Sun, 2009-01-25 at 13:32 +0100, Christoph Berg wrote:

> Hmm, this sounds a bit overkillish. What if we do it the other way
> round, and have the ability to display groups of packages in DDPO more
> easily that are affected by something? I guess importing some of
> pkgreport.cgi's abilities to list packages per user tag into DDPO
> wouldn't be too hard, and doesn't need a new mechanism.
> 
> For per-package reports, we could make the PTS subscribe to some
> (configurable) set of usertags.

This method sounds mostly equivalent to mine and both seem fine IMO.

The main features that I think are needed for this:

People without a package in the archive or any other permissions should
be able to add/remove reports and add/remove packages from each report.
IIRC only people with a package in the archive can add packages to DDPO
pages?

Both reports and packages should be able to have a short title and a URL
where more information can be posted. The DDPO mail bot might need to be
extended for this to work.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#513189: checkrestart: dpkg warnings with -p

2009-01-26 Thread Paul Wise
Package: debian-goodies
Version: 0.48
Severity: normal
File: /usr/sbin/checkrestart

I get some warnings from dpkg when using the new -p option, redirecting
stderr to /dev/null fixes this. Running dpkg --search on the files it
complains about gives the right package name though, so not sure what is
going on.

r...@chianamo:~# checkrestart -p
dpkg: /usr/lib/gstreamer-0.10/libgstpulse.so (path inode=951744) not found.
dpkg: /usr/lib/python2.5/site-packages/cairo/_cairo.so (path inode=918091) not 
found.
dpkg: /usr/lib/gstreamer-0.10/libgstgconfelements.so (path inode=951723) not 
found.
dpkg: /usr/lib/xorg/modules/drivers/intel_drv.so (path inode=1097758) not found.
dpkg: /usr/lib/python2.5/site-packages/cairo/_cairo.so (path inode=918091) not 
found.
dpkg: /usr/lib/python2.5/site-packages/cairo/_cairo.so (path inode=918091) not 
found.
dpkg: /usr/lib/python2.5/site-packages/cairo/_cairo.so (path inode=918091) not 
found.
dpkg: /usr/lib/gstreamer-0.10/libgstwavparse.so (path inode=951172) not found.
dpkg: /usr/lib/python2.5/site-packages/cairo/_cairo.so (path inode=918091) not 
found.
Found 9 processes using old versions of upgraded files
(7 distinct programs)
(7 distinct packages)
These processes do not seem to have an associated init script to restart them:
xserver-xorg-core:
4060/usr/bin/Xorg
epiphany-gecko:
4441/usr/bin/epiphany-gecko
pidgin:
5422/usr/bin/pidgin
gedit:
6576/usr/bin/gedit
python2.5-minimal:
4276/usr/bin/python2.5
4275/usr/bin/python2.5
4418/usr/bin/python2.5
gnome-power-manager:
4294/usr/bin/gnome-power-manager
gnome-applets:
4414/usr/lib/gnome-applets/mixer_applet2


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages debian-goodies depends on:
ii  curl   7.18.2-8  Get a file from an HTTP, HTTPS or 
ii  dctrl-tools [grep-dctrl]   2.13.1Command-line tools to process Debi
ii  debianutils2.30  Miscellaneous utilities specific t
ii  less   418-1 Pager program similar to more
ii  lsof   4.78.dfsg.1-4 List open files
ii  python 2.5.2-3   An interactive high-level object-o
ii  whiptail   0.52.2-11.3   Displays user-friendly dialog boxe

Versions of packages debian-goodies suggests:
ii  popularity-contest1.46   Vote for your favourite packages a
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from
ii  zenity2.22.1-2   Display graphical dialog boxes fro

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#511644: ttf-mathematica4.1 still useful for running Mathematica remotely

2009-01-26 Thread Drew Parsons
Atsuhito Kohda wrote:
> 
> I believe ttf-mathematica4.1 is no more necessary to render
> MathML with iceweasel >= 3.0
> 
> I'll fix the problem with my package and try the next
> attempts.

Thanks for maintaining access to the Mathematica fonts, Atsuhito.

While it's good to see that MathML support is improved (such that we
don't need these fonts for that purpose), I'd like to heartily give my
support for keeping this font package in working order!

It's importance for me is that we have access to Mathematica installed on
the central university computer.  When I run it from a terminal on my
computer, Mathematica complains about fonts not being available.  So
this is an example of why the ttf-mathematica4.1 is very important!

Drew







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



Bug#513188: open-font-design-toolkit: spelling type in description

2009-01-26 Thread Drew Parsons
Package: open-font-design-toolkit
Version: 1.0-2
Severity: minor

Spelling mistake in description.  Second paragraph should read
"high-quality fonts" not "hight-quality fonts".



-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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



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



Bug#513121: ttf-arphic-uming: seems to disable anti-aliasing in QT4 applications

2009-01-26 Thread Arne Goetje
Mark Longair wrote:
> 
> If this package is installed then anti-aliasing is disabled in
> QT4 applications.  For example, if I run qtconfig-qt4, the
> text in that application is blocky.  If I close it, purge
> ttf-arphic-uming and then run qtconfig-qt4 again, the text
> is nicely anti-aliased.
> 
> This has been reported on other distributions, such as:
> 
>   https://bugzilla.redhat.com/show_bug.cgi?id=459680
> 
> Many thanks for looking into this issue.

Not a bug in this package.
The default fontconfig configuration on debian does not define if
anti-aliasing should be used by default or not. If you want your fonts
to be anti-aliased system wide, create a file
/etc/fonts/conf.avail/10-antialias.conf with the following contents:





  
true
  


Then link it to /etc/fonts/conf.d/ and everything is fine.

Cheers
Arne



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



Bug#513187: info: README.Debian missing

2009-01-26 Thread Julien Levi
Package: info
Version: 4.11.dfsg.1-4
Severity: normal


README.Debian is missing from /usr/share/doc/info after installing info
binary package. It appears to be present in the source package (though 
I've only checked the diff on the package webpage) and is mentioned in 
the changelog.debian file, so I assume it should be there.

Along with the missing info help pages this made for a rather hostile 
new user experience!

I suspect that that bugs #479071 and #484303 might never have been filed
were README.Debian present. 

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages info depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand

info recommends no packages.

Versions of packages info suggests:
pn  texinfo-doc-nonfree(no description available)

-- no debconf information



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



Bug#406920: gnumeric: Can't export tab-separated files

2009-01-26 Thread Don Armstrong
retitle 406920 ssconvert's --export-options option undocumented
thanks

On Sun, 14 Jan 2007, Reid Priedhorsky wrote:
> I couldn't figure out how to make ssconvert output in tab-separated
> (TSV) format. This would be very handy to me.

ssconvert --export-type Gnumeric_stf:stf_assistant -O 'separator="  "' 
foo.gnumeric

will do what you're asking.

I'm retitling this report, as the real problem is that figuring out what
you're supposed to do with --export-options requires reading the
source code, which is obviously not for normal users. ;-)

For those who stumble across this bug before it's documented in the
manpage, see:

if (strcmp (key, "sheet") == 0) {
Sheet *sheet = workbook_sheet_by_name (wb, value);
if (!sheet) {
errtxt = _("There is no such sheet");
goto error;
}

gnm_stf_export_options_sheet_list_add (stfe, sheet);

return FALSE;
}

if (strcmp (key, "eol") == 0) {
const char *eol;
if (g_ascii_strcasecmp ("unix", value) == 0)
eol = "\n";
else if (g_ascii_strcasecmp ("mac", value) == 0)
eol = "\r";
else if (g_ascii_strcasecmp ("windows", value) == 0)
eol = "\r\n";
else {
errtxt = _("eol must be one of unix, mac, and windows");
goto error;
}

g_object_set (G_OBJECT (stfe), "eol", eol, NULL);
return FALSE;
}

if (strcmp (key, "charset") == 0 ||
strcmp (key, "locale") == 0 ||
strcmp (key, "quote") == 0 ||
strcmp (key, "separator") == 0 ||
strcmp (key, "format") == 0 ||
strcmp (key, "transliterate-mode") == 0 ||
strcmp (key, "quoting-mode") == 0 ||
strcmp (key, "quoting-on-whitespace") == 0)
return go_object_set_property
(G_OBJECT (stfe),
 key, key, value,
 err,
 (_("Invalid value for option %s: \"%s\"")));

errtxt = _("Invalid option for stf exporter");

in stf-export.c for the available options.


Don Armstrong

-- 
Physics is like sex. Sure, it may give some practical results, but
that's not why we do it.
 -- Richard Feynman

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#506651: fixed in aptitude 0.5.1-1

2009-01-26 Thread Daniel Burrows
On Mon, Jan 26, 2009 at 10:23:19AM +0100, Jiří Paleček  was 
heard to say:
> On Mon, 26 Jan 2009 01:26:57 +0100, Daniel Burrows   
> wrote:
>
>> On Sun, Jan 25, 2009 at 10:50:54PM +0100, Jiri Palecek 
>>  was heard to say:
>>> On Saturday 24 January 2009 16:48:33 Daniel Burrows wrote:
>>> Moreover, I think it is very user hostile to search in the 
>>> description by
>>> default. For example, if the user searches for "aptitude" and gets to 
>>> the
>>> package "daptup", (s)he'll be probably very disappointed, because 
>>> there is no
>>> easy clue to distinguish this from a failed search. If there was some 
>>> sort of
>>> highlighting that would show what actually matched, things would have 
>>> been
>>> much better.
>>
>>   Maybe.  Other people think it's user hostile to *not* search in the
>> description by default.  Personally, I think the big problem is that
>
> Maybe I have written it badly, I don't think the problem is what is  
> searched, but what is searched in conjunction with the manner of  
> presenting the results. Try to inspire yourself in the way Google (or 
> your favourite search engine) presents answers. They
>
>  - rank matches in the title higher than matches in the body

  Of course, "ranking" is not sensical using the '/' command, because
it searches for the next closest occurrence of the search pattern.
Which gets me to another question: what do you use the '/' command for?
Personally, I generally only hit '/' when I'm looking for a particular
package; if I want to find more packages, I use (l)imit instead.  I
wonder sometimes if perhaps '/' should just search package names
literally, maybe falling back to patterns if a '?' or '~' is present.
But I don't like the inconsistency that would create between '/' and 'l'.

>  - always show the matching part in bold, so you can easily see what has  
> been matched

  Until I spent quite a bit of time last autumn designing and
implementing a complete replacement for aptitude's searching code, it
just wasn't possible to extract this sort of information from it, which
is why the wishlist asking for this feature hasn't been closed yet.  Now
there is some rudimentary support, but I haven't gotten around to trying
to integrate it yet (thus turning up all the shortcomings I haven't
thought of yet, meaning more work to get the design really right,
rinse & repeat).

  Daniel



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



Bug#504633: dailystrips: Updated definitions

2009-01-26 Thread Nate Bargmann
Package: dailystrips
Version: 1.0.28-8
Followup-For: Bug #504633


I have fixed the dailystrips definitions for the following strips:

---

# corrected to retrieve Sunday strip.

strip dilbert
name Dilbert
homepage http://www.dilbert.com/
type search
searchpage http://www.dilbert.com/
searchpattern 
baseurl http://www.dilbert.com
provides latest
end

class um-srch-comics
homepage http://comics.com/$strip/
type search
searchpage http://comics.com/$strip/%Y-%m-%d/
searchpattern >

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

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

Versions of packages dailystrips depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  libwww-perl   5.820-1WWW client/server library for Perl
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 

dailystrips recommends no packages.

dailystrips suggests no packages.

-- debconf information:
  dailystrips/warning-etcdefs:



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



Bug#479438: aptitude TUI blocking -- bug bisect - bad commit is 9f74cddf40e9

2009-01-26 Thread Daniel Burrows
On Tue, Jan 27, 2009 at 01:10:00AM +0200, Eddy Petrișor 
 was heard to say:
> I have managed to identify the first bad commit for this bug, but
> something tells me you'll need to give me access to your upstream repo
> so I can pin-point the bad commit:

  Ah, I didn't realize you were using the Debian repository.  Here's
the upstream one:

dan...@emurlahn:~/programming/aptitude/head$ cat .hg/hgrc
[paths]
default = http://hg.debian.org/hg/aptitude/head

> The first bad revision is:
> changeset:   36:9f74cddf40e9
> tag: UPSTREAM_aptitude_0.4.5.3
> parent:  31:1b944a1d2100
> user:Daniel Burrows 
> date:Sun Jun 17 21:25:59 2007 -0700
> summary: Import upstream aptitude version 0.4.5.3

 cut here 
[6/17/2007]
Version 0.4.5.3 "The Long Dark Tea-Time
 Of The Code"

[snip]

- Bug fixes:

  + Crashes and serious errors:

* Eliminate a nasty race that was probably the cause of corrupted
  output on some dual-core systems. (Closes: #414838, #406193)
 cut here 

  I'm almost 100% sure that this is the cause of your troubles; it
touches on exactly the sorts of issues that are coming up, and it is
in the part of code that is likely to be involved (the keyboard input
handler).  Maybe it didn't actually fix that race, or introduced a new
one.  It would help if you could confirm the exact patch that introduced
it; probably this one:

changeset:   684:1006bcf63dbf
user:Daniel Burrows 
date:Sat Jun 16 16:42:58 2007 +
summary: [aptitude @ Rewrite the input thread to eliminate a race 
condition. (Closes: #414838, #406193)]

  Anyway, that's probably enough reason for me to do another audit of
the input-handling code in cwidget, see if there are any more threading
issues I missed last time. :-(

  Daniel



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



Bug#513135: twinkle_1:1.4-1(sparc/experimental): FTBFS: error: readline/readline.h: No such file or directory

2009-01-26 Thread Mark Purcell
Thanks Frank,

Looks like we need to add libreadline5-dev (& libspeexdsp) to build dep.

Mark




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



Bug#513186: [INTL:sv] Translation of about.po for Debian 5.0 ti Swedish

2009-01-26 Thread Martin Bagge

package: release-notes
severity: wishlist
tags: l10n patch

please find the attached file about.po for the Swedish translation of the 
release notes.


--
/brother
http://frakalendern.se
Bruce Schneier reads RFID cards with the knuckles of his clenched fist.# Swedish translation of release-notes for Debian 5
# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
# Martin Bagge , 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: release-notes 5.0\n"
"POT-Creation-Date: 2008-12-27 15:06+0100\n"
"PO-Revision-Date: 2009-01-27 03:10+0100\n"
"Last-Translator: Martin Bagge \n"
"Language-Team: Swedish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Swedish\n"
"X-Poedit-Country: Sweden\n"

# type: Attribute 'lang' of: 
#: en/about.dbk:7
msgid "en"
msgstr "sv"

# type: Content of: 
#: en/about.dbk:8
msgid "Introduction"
msgstr "Introduktion"

# type: Content of: 
#: en/about.dbk:10
msgid "This document informs users of the &debian; distribution about major 
changes in version &release; (codenamed \"&releasename;\")."
msgstr "Den här dokumentationen upplyser användarna av &debian;-distributionen 
om större förändringar i version &release; (kodnamn \"&releasename;\")."

# type: Content of: 
#: en/about.dbk:14
msgid "The release notes provide information on how to upgrade safely from the 
release &oldrelease; (codenamed &oldreleasename;) to the current release and 
inform users of known potential issues they could encounter in that process."
msgstr "Detta dokument kommer att förklara hur man på ett säkert sätt 
uppgraderar från utgåvan &oldrelease; (kodnamn &oldrelease;) till den aktuella 
utgåvan och informerar om kända potentiella problem som kan uppstå i den 
processen."

# type: Content of: 
#: en/about.dbk:20
msgid "You can get the most recent version of this document from .  If in doubt, check the date of document 
at the first page and make sure you are reading a current version."
msgstr "Du kan få tag på senaste versionen av detta dokument på . Du kan säkerställa att du läser den 
senaste versionen av dokumentet genom jämföra datumet på första sidan."

# type: Content of: 
#: en/about.dbk:27
msgid "Note that it is impossible to list every known issue and that therefore 
a selection has been made based on a combination of the expected prevalence and 
impact of issues."
msgstr "Observera att det är omöjligt att lista alla kända problem och därför 
har ett urval gjorts baserat på en kombination av den allmänna förekomsten och 
problemets inverkan."

# type: Content of: 
#: en/about.dbk:33
msgid "Please note that we only support and document upgrading from the 
previous release of Debian (in this case, the upgrade from &oldrelease;).  If 
you need to upgrade from older releases, we suggest you read previous editions 
of the release notes and upgrade to &oldrelease; first."
msgstr "Observera att vi endast ger stöd för och dokumenterar uppgraderingen 
från den tidigare utgåvan av Debian (i det här fallet, uppgradering från 
&oldrelease;). Om du behöver uppgradera från äldre utgåvor föreslår vi att du 
läser tidigare versioner av kommentarerna för utgåvan och uppgraderar till 
&oldrelease; först. "

# type: Content of: 
#: en/about.dbk:41
msgid "Reporting bugs on this document"
msgstr "Rapportera fel i det här dokumentet"

# type: Content of: 
#: en/about.dbk:43
msgid "We have attempted to test all the different upgrade steps described in 
this document and we have also tried to anticipate all the possible issues our 
users might encounter."
msgstr "Vi har försökt att testa alla olika steg i uppgraderingen som beskrivs 
i det här dokumentet, vi har också försökt förutse alla möjliga problem som kan 
inträffa för våra användare."

# type: Content of: 
#: en/about.dbk:48
msgid "Nevertheless, if you think you have found any bug in this documentation 
(incorrect information or information that is missing), please file a bug in 
the bug tracking system against the 
release-notes package."
msgstr "Om du tror att du hittat fel i dokumentationen (felaktig information 
eller information som saknas) var vänlig och lämna en felrapport via felrapporteringssystemet, ange release-notes som paket. Fel eller ideer rörande 
själva översättningen av dokumentet ska ställas till 
debian-l10n-swed...@lists.debian.org."

# type: Content of: 
#: en/about.dbk:57
msgid "Contributing upgrade reports"
msgstr "Bidra med uppgraderingsrapporter"

# type: Content of: 
#: en/about.dbk:59
msgid "We welcome any information from users related to upgrades from 
&oldreleasename; to &releasename;.  If you are willing to share information 
please file a bug in the bug tracking system 
against the upgrade-reports package 
with your results.  We request that you compress any attachments that are 
included (using gzip)."
msgstr "Vi välkomnar all information från användare som relaterar till 
uppgraderingar från &oldreleasename; till &oeleasename;. Om du vill ge oss 
in

Bug#512463: patched upstream

2009-01-26 Thread James Cameron
The attached patch has been applied upstream and should be included in
the next release, 3.2.10.  We're also slowly plodding through the -Wall
output.

Thanks dannf.  ;-)

-- 
James Cameronmailto:qu...@us.netrek.org http://quozl.netrek.org/
Tue Jan 27 12:29:03 EST 2009  qu...@us.netrek.org
  * add prototypes, possibly closing Debian #512463
diff -rN -u old-netrek-client-cow/cowmain.h new-netrek-client-cow/cowmain.h
--- old-netrek-client-cow/cowmain.h	1970-01-01 10:00:00.0 +1000
+++ new-netrek-client-cow/cowmain.h	2009-01-27 12:29:56.0 +1100
@@ -0,0 +1 @@
+char *query_cowid(void);
diff -rN -u old-netrek-client-cow/distress.c new-netrek-client-cow/distress.c
--- old-netrek-client-cow/distress.c	2009-01-27 12:29:56.0 +1100
+++ new-netrek-client-cow/distress.c	2009-01-27 12:29:56.0 +1100
@@ -94,9 +94,6 @@
 #define warning(x)  fprintf(stderr,x)
 #endif
 
-
-char   *getaddr(char who), *getaddr2(int flags, int recip);
-
 #ifdef RCM
 extern char *whydeadmess[];
 
diff -rN -u old-netrek-client-cow/docwin.c new-netrek-client-cow/docwin.c
--- old-netrek-client-cow/docwin.c	2009-01-27 12:29:56.0 +1100
+++ new-netrek-client-cow/docwin.c	2009-01-27 12:29:56.0 +1100
@@ -26,6 +26,7 @@
 #include "struct.h"
 #include "data.h"
 #include "packets.h"
+#include "cowmain.h"
 
 		/* #ifndef 
 		 * _IBMR2 
diff -rN -u old-netrek-client-cow/newwin.c new-netrek-client-cow/newwin.c
--- old-netrek-client-cow/newwin.c	2009-01-27 12:29:56.0 +1100
+++ new-netrek-client-cow/newwin.c	2009-01-27 12:29:56.0 +1100
@@ -36,6 +36,7 @@
 #include "newwin.h"
 #include "redraw.h"
 #include "udpopt.h"
+#include "cowmain.h"
 
 extern char cbugs[];
 
diff -rN -u old-netrek-client-cow/senddist.c new-netrek-client-cow/senddist.c
--- old-netrek-client-cow/senddist.c	2009-01-27 12:29:56.0 +1100
+++ new-netrek-client-cow/senddist.c	2009-01-27 12:29:56.0 +1100
@@ -15,8 +15,7 @@
 #include "defs.h"
 #include "struct.h"
 #include "data.h"
-
-
+#include "smessage.h"
 
 /* this loads all sorts of useful data into a distress struct. */
 struct distress *
diff -rN -u old-netrek-client-cow/smessage.c new-netrek-client-cow/smessage.c
--- old-netrek-client-cow/smessage.c	2009-01-27 12:29:56.0 +1100
+++ new-netrek-client-cow/smessage.c	2009-01-27 12:29:56.0 +1100
@@ -449,8 +449,7 @@
 }
 }
 
-char   *
-getaddr2(int flags, int recip)
+char *getaddr2(int flags, int recip)
 {
   static char addrmesg[ADDRLEN];
 
diff -rN -u old-netrek-client-cow/smessage.h new-netrek-client-cow/smessage.h
--- old-netrek-client-cow/smessage.h	2009-01-27 12:29:56.0 +1100
+++ new-netrek-client-cow/smessage.h	2009-01-27 12:29:56.0 +1100
@@ -1 +1,2 @@
 void smessage(char ichar);
+char *getaddr2(int flags, int recip);



Bug#503974: ruby1.9: Ruby 1.9.1 Preview Release is Available

2009-01-26 Thread akira yamada
Hi,

> I know there's a freeze on new upstream version entering unstable, but
> with the pending release of Ruby 1.9.1 in a couple of months, it would
> be really useful to get the pre-release into experimental so we can play
> with it.

I already made prototype of ruby1.9_1.9.1~rc1 and ruby1.9_1.9.1~rc2.
Now we ruby package maintainers is discussing transition plans.

-- 
ay



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



Bug#513185: [kmldonkey] Search tabs have a (functionless) close 'icon' and (functional) close 'button'

2009-01-26 Thread James Spencer
Package: kmldonkey
Version: 2.0.2-kde4.1.3-1
Severity: minor

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

When you search for a file in KMLDonkey the resulting tab has a deceptive and 
functionless close icon, and a functional close button. The problem is non-
destructive and trivial but somewhat annoying.

Attached is a screen shot.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: 5.0
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.debian.org 
  500 testing-proposed-updates ftp.debian.org 
  500 testing ftp.debian.org 
  500 experimentalwww.debian-multimedia.org 
  500 UNRELEASED  kde42.debian.net 
1 experimentalftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
kdebase-runtime   (>= 4:4.1.0) | 4:4.2.0-0r1
kdelibs5  (>= 4:4.1.0) | 4:4.2.0-0r3
libc6   (>= 2.7-1) | 2.7-18
libgcc1   (>= 1:4.1.1) | 1:4.3.3-1
libqt4-qt3support   (>= 4.4.3) | 4.4.3-2
libqtcore4  (>= 4.4.3) | 4.4.3-2
libqtgui4   (>= 4.4.3) | 4.4.3-2
libstdc++6  (>= 4.2.1) | 4.3.3-1


<>

Bug#508432: [libnet-pcap-perl] Fwknop fails with a segmentation fault on i386

2009-01-26 Thread Sébastien Aperghis-Tramoni

Franck Joncourt wrote:


Building fwknop and all its modules within a i386 chroot (Net::Pcap
0.05), I am able to run the test suite without any error.
I have not encountered any problem before when running 0.04 (Debian
package), as well.

I have rebuilt libnet-pcap-perl (0.16) in the chroot, and run the test
suite again, and then, I get the segmentation fault message you can  
see

in the debug.typescript file.

The only difference I can see is the libnet-pcap-perl module, but I
should say I really do not know what's wrong.

If I can provide more informations, let me know.


I haven't yet took a look on how fwknop's test suite work, but can  
the bug be isolated to a specific portion of the code?



I do have amd64/i386 chroots, and it only fails on i386.
If you want, I can give you an access to my chroots Etch/Lenny/Sid on
amd64 and i386. Unfortunately, I do not have access to a powerpc
architecture.


If things goes well, I hope to soon have a PPC-like Debian box by hand.


--
Sébastien Aperghis-Tramoni

Close the world, txEn eht nepO.




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



Bug#484789: 484789: date parsing error RC?

2009-01-26 Thread Don Armstrong
tag 484789 pending
thanks

On Mon, 26 Jan 2009, Ross Boylan wrote:
> On Mon, 2009-01-26 at 11:22 -0800, Don Armstrong wrote:
> > If you see this again, please send me the entire output from the BTS
> > either generated by apt-listbugs or using tcpdump with appropriate
> > options. [The latter is probably more useful.]
> > 
> Do you mean use tcpdump while aptitude is running, or do a separate
> session running apt-listbugs on its own?

Well, either would work. 

tcpdump dst piatti.debian.org or dst rietz.debian.org or src \
rietz.debian.org or src piatti.debian.org -A -s 0 > foofile;

would do it.
 
> I have another system I have not updated, so I'm in a good position to
> try again.

I actually went back and made some changes which now properly work
with bug #356853, so in theory, this should be fixed on the BTS too.
If you could rerun the test with your machine, and see if it fails
again, that'd be useful. Otherwise, the problem is actually solved.


Don Armstrong

-- 
If you find it impossible to believe that the universe didn't have a
creator, why don't you find it impossible that your creator didn't
have one either?
 -- Anonymous Coward http://slashdot.org/comments.pl?sid=167556&cid=13970629

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#512900:

2009-01-26 Thread William Pitcock
severity 512900 important
thanks

I'm capable of using Xen on this processor, so I am downgrading this
bug, as it is definitely not a RC bug.

William




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



Bug#513100: Update some parts of lenny release-notes

2009-01-26 Thread W. Martin Borgert
On 2009-01-26 13:53, Miroslav Kure wrote:
> please consider appliing following attached patches for lenny r-n:

Thanks, applied. (More or less: some things I have out-conditioned
for now, so it is still in the draft, but not in the final version).



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



Bug#491329: mercurial:hgk: commit-tool's config files break hgk

2009-01-26 Thread Eddy Petrișor
clone 491329 -1
reassign -1 mercurial-common
# I will not start to bikeshed here;
# since commit-tools config or other extensions' files are rightfully present,
# it looks like hgk extension breaks under relatively common conditions;
# I don't think it we could call exotic a case where an extension is removed
severity -1 serious
retitle -1 fails to start if some other extension is removed (not purged)
thanks

2009/1/26 Vincent Danjean :
> severity 491329 minor
> retitle 491329 commit-tool: causes hg error messages if removed but not purged
> thanks
>
>  Hi,
>
> Debian Bug Tracking System wrote:
>>> severity 491329 serious
>
>  I do not really see why you want to raise the severity to such a level.
> I'm downgrading it again. I'm also giving it back its more generic title.
> If you want to give information about ANOTHER bug, then open a new bug please.

Maybe because it breaks other software? But, anyways, this issue is
not that clear, since it is a bug of hgk triggered by commit-tool's
config (and possibly other extensions).

>  The fact is that
> * the package 'commit-tool' will NEVER remove its config file on removal
>  (only in purge). It would be against strong Debian policy requirements.
>  => nothing can be done in commit-tool
> * mercurial is designed to print a message on its error output when an
>  extension cannot be loaded.
>  => you can try to open a bug for this... (upstream because this will not
>  be a kind of patch that can be applied only in a Debian package of the 
> software)
>  But I find myself that mercurial is sane here
> * the hgk extension breaks when mercurial sends it some kind of data (messages
>  on stderr)
>  => this is probably the real root of error. If you agree with me, you should
>  open a bug for this (the best would be a bug upstream and then a bug in
>  Debian that reference this upstream bug)

Well, isn't it a little bit late to wait for upstream? Anyway, I am an
accidental hg user - I was trying to find the root cause of #511708
(hg bisect) and I stumbled over this bug.

Not being able to use "hg view" looks like a pretty ugly bug, taking
into account that is like gitk for hg.

> Because, if I read correctly your short report, you complain about the
> hgk extension not working as soon as mercurial emits some of its standard
> warning messages. Any extensions (not just commit-tool) will trigger this
> bad behavior of hgk if they call not be loaded.

Probably the easiest fix is to redirect the warning about the
inability to load the extenson to stderr.

-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein



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



Bug#484789: 484789: date parsing error RC?

2009-01-26 Thread Ross Boylan
On Mon, 2009-01-26 at 11:22 -0800, Don Armstrong wrote:
> If you see this again, please send me the entire output from the BTS
> either generated by apt-listbugs or using tcpdump with appropriate
> options. [The latter is probably more useful.]
> 
Do you mean use tcpdump while aptitude is running, or do a separate
session running apt-listbugs on its own?

If you have any pointers on which options for tcpdump or how to run
apt-listbugs on its own I would appreciate them; I don't have experience
with either.  I've used wireshark a bit.

I have another system I have not updated, so I'm in a good position to
try again.

-- 
Ross Boylan  wk:  (415) 514-8146
185 Berry St #5700   r...@biostat.ucsf.edu
Dept of Epidemiology and Biostatistics   fax: (415) 514-8150
University of California, San Francisco
San Francisco, CA 94107-1739 hm:  (415) 550-1062




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



Bug#512968: grub-pc: Fails to install when gnumach is installed

2009-01-26 Thread Guillem Jover
Hi!

On Sun, 2009-01-25 at 23:49:14 +0100, Robert Millan wrote:
> On Sun, Jan 25, 2009 at 03:31:37PM +0200, Guillem Jover wrote:
> > When gnumach is installed grub-pc fails to install due to at least the
> > missing function make_system_path_relative_to_its_root. Also afterwards
> > it aborts if it cannot find the needed stuff to successfully boot a Hurd
> > system, which should not be fatal on non Hurd systems. The attached
> > patch fixes those problems.
> > 
> > For upstream submission you might want to replace the dpkg invokation
> > with uname.

> I think I'll just refrain from installing those files on systems where
> they're not useful.  The generated boot entry is going to be system-specific
> anyway, so there's no use in providing them.

Hmm, thinking about it now that makes sense, as those scripts seem to be
designed to work only for the host system (from the README it says
10_* are for native entries). But then the users lose the nicely set
default entry for other systems, which in the Hurd case is known to be
painful to get right and/or copy paste from random places.

Anyway, yes, I guess the best option is to not install non-native 10_*
scripts, and add support for the Hurd and others into the os-prober one,
which should be more generic, and be able to handle such cases better.

regards,
guillem



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



Bug#513181: firestarter does not get load

2009-01-26 Thread Gabriel Ruiz
Package: firestarter
Version: firestarter_1.0.3-7
Severity: wishlist
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

I found this bug in ubuntu, here is the link to this bug:
https://bugs.launchpad.net/ubuntu/+source/firestarter/+bug/301603

Firestarter does not get loaded, so i change the "Exec" entry into desktop
file and here is the debdiff file, with patches applied. I make
changes into patch Nº21

-
diff -u firestarter-1.0.3/debian/changelog firestarter-1.0.3/debian/changelog
--- firestarter-1.0.3/debian/changelog
+++ firestarter-1.0.3/debian/changelog
@@ -1,3 +1,9 @@
+firestarter (1.0.3-7ubuntu2) jaunty; urgency=low
+
+  * Changed "Exec" entry in desktop file. (LP: #301603)
+
+ -- Gabriel Ruiz Manzano   Mon, 26 Jan 2009
21:33:41 -0300
+
 firestarter (1.0.3-7ubuntu1) jaunty; urgency=low

   * Merge from Debian unstable, remaining Ubuntu changes:
diff -u firestarter-1.0.3/debian/patches/21-gksu.dpatch
firestarter-1.0.3/debian/patches/21-gksu.dpatch
--- firestarter-1.0.3/debian/patches/21-gksu.dpatch
+++ firestarter-1.0.3/debian/patches/21-gksu.dpatch
@@ -3,15 +3,15 @@
 ## DP: Use gksu instead of su-to-root.

 @DPATCH@
-diff -urNad firestarter-1.0.3-7ubuntu1~/firestarter.desktop.in
firestarter-1.0.3-7ubuntu1/firestarter.desktop.in
 firestarter-1.0.3-7ubuntu1~/firestarter.desktop.in 2008-11-04
22:48:04.0 +0100
-+++ firestarter-1.0.3-7ubuntu1/firestarter.desktop.in  2008-11-04
22:48:45.0 +0100
+diff -urNad firestarter-1.0.3~/firestarter.desktop.in
firestarter-1.0.3/firestarter.desktop.in
+--- firestarter-1.0.3~/firestarter.desktop.in  2009-01-26
21:31:26.0 -0300
 firestarter-1.0.3/firestarter.desktop.in   2009-01-26
21:33:12.0 -0300
 @@ -2,7 +2,7 @@
  Encoding=UTF-8
  _Name=Firestarter
  _Comment=Desktop Firewall Tool
 -Exec=su-to-root -X -c /usr/sbin/firestarter
-+Exec=gksu -X -c /usr/sbin/firestarter
++Exec=gksu /usr/sbin/firestarter
  Icon=firestarter.png
  Terminal=false
  Type=Application
-


Kind regards


Gabriel Ruiz Manzano



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



Bug#513182: quik: prompt the user on stdout

2009-01-26 Thread Aurelien Jarno
Package: quik
Version: 2.1-9
Severity: serious
Tags: d-i
Justification: Policy 3.9.1, breaks debian-installer

Currently when a user does an installation using debian-installer on a 
PowerPC OldWorld machine, the installation will hang during the 
installation of quik.
Reason is that quik prompts on stdout and the user has no way to 
respond to that prompt.

Policy 3.9.1 says:
| Prompting should be done by communicating through a program, such as
| debconf, which conforms to the Debian Configuration management
| specification, version 2 or higher. Prompting the user by other means,
| such as by hand[8], is now deprecated.

Please change to using debconf for the prompt to avoid breaking installs,
or at least do not prompt the user if debconf is in use. The later 
solution is implemented in the patch below.

diff -u quik-2.1/debian/postinst quik-2.1/debian/postinst
--- quik-2.1/debian/postinst
+++ quik-2.1/debian/postinst
@@ -56,8 +56,7 @@
 fi
 
 if
-   [ "$1" = "configure" ] && [ "$DEBIAN_FRONTEND" != noninteractive ] \
-   && [ "$DEBIAN_FRONTEND" != Noninteractive ]; then
+   [ "$1" = "configure" ] && [ -z "$DEBIAN_FRONTEND" ]; then
echo "running /usr/sbin/quikconfig"
echo 
/usr/sbin/quikconfig || \

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages quik depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries

quik recommends no packages.

quik suggests no packages.

-- no debconf information



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



Bug#510324: release-notes: Upgrades of Desktop systems should not happen from within X11

2009-01-26 Thread W. Martin Borgert
On 2008-12-31 14:38, Sam Morris wrote:
> Package: release-notes
> Severity: normal
> 
> Due to #495257, the user's desktop session will crash/freeze/misbehave if the
> dbus package is upgraded while they are logged in.
> 
> The release notes should recommend that GNOME users (and users of KDE and 
> other
> desktop environments that use dbus) log out, then login on tty1, and perform
> the upgrade from a text-mode console in order to avoid problems.

Could you please provide a short text? (Patch prefered.) Thanks!



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



Bug#513180: [INTL:sv] Swedish strings for mserv debconf

2009-01-26 Thread Martin Bagge

package: mserv
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://frakalendern.se



sv.po
Description: Binary data


Bug#507616: release-notes: ejabberd is a difficult to upgrade package

2009-01-26 Thread W. Martin Borgert
On 2008-12-03 01:10, Helmut Grohne wrote:
> 1) Back up /var/lib/ejabberd *before* upgrading.
> 2) The syntax of the configuration file changed, so it must be updated
>by hand.
> 3) The upgraded ejabberd may be unable to start up (for unknown
>reasons).

>From the bug report it's not clear to me, whether ejabberd has
really an upgrade problem or not. If this is realle the case, I
will put your text into the release notes, OK?



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



Bug#512787: [grub-pc] upgrade makes system unbootable

2009-01-26 Thread Martin Braure de Calignon
Package: grub-pc
Version: 1.96+20080724-14

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

Hi !

I've got the same since last update.
Looking bugreport #502333 and just try to do
grub-install /dev/sda
solves the problem here.

I hope it works for you :-)

Cheers,

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: 5.0
  900 unstablewww.emdebian.org 
  900 unstableftp.uk.debian.org 
  900 unstableftp.fr.debian.org 
  300 testing security.debian.org 
  300 testing ftp.fr.debian.org 
1 experimentalftp.fr.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
libc6 (>= 2.7-1) | 2.7-18
libncurses5  (>= 5.6+20071006-3) | 5.7+20090124-1
debconf(>= 0.5)  | 1.5.24
 OR debconf-2.0  | 
grub-common (>> 1.96+20080413-1) | 1.96+20080724-14
liblzo2-2  (>= 2.03) | 2.03-1

--- Output from package bug script ---





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



Bug#513149: [pkg-cryptsetup-devel] Bug#513149: ryptdisks_start with explicit volume does not give proper errors

2009-01-26 Thread Jonas Meurer
Hello,

On 26/01/2009 Joachim Breitner wrote:
> when trying to start a device with a crypttab entry using
> cryptdisks_start directly, as in
> 
> $ cryptdisks_start media500
> Starting crypto disk...done.
> 
> does not give an error message when the device is not present (in my
> case, because I did not run vgchange -a y vg-500 yet).
> 
> While it is ok to ignore the entry during boot (it has the noauto flag),
> it really should tell me about problems when I specifiy it explicitly.

you're right, that should be fixed.

could you try to set LOUD="yes" at the beginning of
/usr/sbin/cryptdisks_start and see whether that fixes your problem?

greetings,
 jonas



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



Bug#513128: xserver-xorg-core: X server crashes every time when gnome-screensaver starts (after recent upgrade)

2009-01-26 Thread Dmitri Toptygin
On Mon, 2009-01-26 at 23:54 +0100, Brice Goglin wrote:
> Dmitri Toptygin wrote:
> > On Mon, 2009-01-26 at 22:33 +0100, Brice Goglin wrote:
> >   
> >> I've seen several backtraces like this, it's hard to know which one
> >> this
> >> one is. You should try catching a better backtrace with gdb. Install
> >> libpixman-1-0 and xserver-xorg-core-dbg, restart X, login from another
> >> machine with ssh, run gdb -p $(pidof X) in this ssh, wait for the
> >> crash
> >> to occur, and enter "bt full" in gdb.
> >>
> >> 
> >
> > I did exactly what you said. 
> > I installed libpixman-1-0-dbg and xserver-xorg-core-dbg, rebooted the
> > computer, logged in through the graphical user interface, also
> > immideately logged in via SSH, tried to run "gdb -p $(pidof X)" as
> > myself and got an error message "ptrace: Operation not permitted", so I
> > quit gdb and ran "sudo gdb -p $(pidof X)" - this worked. The graphical
> > user interface became completely frozen (I could not move the mouse or
> > do anything from the keyboard). Probably this is the way it should be (I
> > do not know). I waited for more than it usually takes for the
> > gnome-screensaver to kick in - nothing happened (the screen was still
> > frozen, I guess this was bacause gdb took over the X server output).
> >   
> 
> I forgot to say:
> After attaching gdb, enter "c" for "continue". The X server will resume
> from freeze and work as usual. You can then let everything work/crash as
> usual. When the crash occurs, gdb will wake up and ask for you to enter
> a command. Do "bt full" then.
> 
> Brice

Here is the result (output of gdb after I entered "c":
_
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7c24a30 (LWP 4414)]
0x in ?? ()
(gdb) bt full
#0  0x in ?? ()
No symbol table info available.
#1  0xb7ebfa97 in fbStore (pict=0x8812360, x=0, y=,
width=1280, buffer=0xbf84a18c) at ../../pixman/pixman-compose.c:165
bits = (uint32_t *) 0xb5567040
store = (storeProc) 0
#2  0xb7ebf5e4 in pixman_composite_rect_general (data=0xbf84ed8c,
scanline_buffer=0xbf848d8c) at ../../pixman/pixman-compose.c:452
No locals.
#3  0xb7ec3646 in pixman_image_composite_rect (op=PIXMAN_OP_SRC,
src=0x88122b8, mask=0x0, dest=0x8812360, src_x=0, src_y=0, mask_x=0,
mask_y=0, dest_x=0,
dest_y=0, width=1280, height=1024)
at ../../pixman/pixman-pict.c:1340
compose_data = {op = 1 '\001', src = 0x88122b8, mask = 0x0, dest
= 0x8812360, xSrc = 0, ySrc = 0, xMask = 0, yMask = 0, xDest = 0, yDest
= 0,
  width = 1280, height = 1024}
_scanline_buffer = {4278190080 , 419430400
, 1000, 0, 0, 0, 2, 0, 4096, 8, 0, 1233013665, 0,
1233013665, 0,
  1233013665, 0, 17629212, 0, 3085041652, 142881136, 100, 3213150716,
3084078301, 142881136, 15592683, 3213150764, 4096, 3057029120,
3084489187,
  3085041652, 3084070878, 15, 3057029120, 4096, 15592683, 15592683,
15592683, 15592683, 3085041652, 142881136, 115, 3213150780, 3084078395,
142881136,
  142881136, 3213150804, 3084083954, 142881136, 15592683, 1, 142881136,
3213151736, 3083959272, 3213151652, 0, 142881136, 15592683, 0,
142881288,
  4294967260, 4294967260, 4294967260, 15592683, 15592683, 15592683,
15592683, 15592683, 15592683, 15592683, 4294967260, 4294967260,
15592683, 15592683,
  15592683, 15592683, 15592683, 3213151708, 15592683, 15592683,
15592683, 15592683, 15592683, 15592683, 15592683, 3086064042, 15592683,
15592683, 15592683,
  15592683, 15592683, 3213151804, 4294967295, 1, 1023, 3085042592,
3085036800, 0, 15592683, 10, 3084931350, 0, 0, 3213159036, 0, 0,
3084095092, 15592683,
  0, 1, 1, 2, 15592683, 15592683, 142759824, 3085046112, 5, 15592683,
15592683, 15592683, 15592683, 15592683, 3084095092, 15592683, 15592683,
15592683,
  15592683, 15592683, 15592683, 15592683, 142759880, 3085046112, 1,
3213151160, 3084097574, 3085046112, 142759824, 142759816, 136192612,
142759824, 9,
  3213151176, 136048801, 142759824, 136192612, 3213151208, 3085041652,
3085046112, 142759880, 3213151224, 3084097574, 3085046112, 142759880,
142759872,
  136192612, 142759880, 1, 3213151240, 136048801, 142759880, 136192612,
3213151304, 134702018, 142759880, 1090519115, 134872640, 4278190089, 0,
224,
  136233920, 8, 87, 142444320, 142761336, 136192612, 1, 1, 3213160312,
134874316, 1090519115, 0, 15592683 ...}
scanline_buffer = (uint32_t *) 0xbf848d8c
#4  0xb7ec3299 in pixman_image_composite (op=PIXMAN_OP_SRC,
pSrc=0x88122b8, pMask=0x0, pDst=0x8812360, xSrc=0, ySrc=0, xMask=0,
yMask=0, xDst=0, yDst=0,
width=, height=)
at ../../pixman/pixman-pict.c:1246
srcRepeat = 0
maskRepeat = 0
srcTransform = 0
maskTransform = 0
srcAlphaMap = 
maskAlphaMap = 0
dstAlphaMap = 0
func = (CompositeFunc) 0xb7ec3530 
#5  0xb798b202 in fbComposite (op=0 '\0', pSrc=0x87d6de0, pMask=0x0,
pDst=0x87b4fe0, xSrc=0, ySrc=0, xMask=,
yMask=, xDst=0, yDst=0,

Bug#513093: New version of motion available - please upgrade !

2009-01-26 Thread Juan Angulo Moreno
Sorry Jan, is avaliable in
http://mentors.debian.net/debian/pool/main/m/motion/ and waiting for
sponsor.


Jan Prunk escribió:
> Package: motion
> Version: 3.2.9-7
> Severity: wishlist
> 
> There is a new version (3.2.11) of Motion available at:
> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
> 
> please update !
> 
> Regards, 
> Jan
> 
> -- System Information:
> Debian Release: 5.0
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages motion depends on:
> ii  adduser   3.110  add and remove users and groups
> ii  debconf [debconf-2.0] 1.5.24 Debian configuration management 
> sy
> ii  libavcodec51  3:20080706-0.3 library to encode decode 
> multimedi
> ii  libavformat52 3:20080706-0.3 ffmpeg file format library
> ii  libavutil49   3:20080706-0.3 avutil shared libraries
> ii  libc6 2.7-18 GNU C Library: Shared libraries
> ii  libjpeg62 6b-14  The Independent JPEG Group's 
> JPEG 
> ii  libmysqlclient15off   5.0.51a-21 MySQL database client library
> ii  libpq58.3.5-1PostgreSQL C client library
> 
> Versions of packages motion recommends:
> ii  ffmpeg3:20080706-0.3 audio/video encoder, streaming 
> ser
> 
> Versions of packages motion suggests:
> ii  mysql-client-5.0 [mysql-clien 5.0.51a-21 MySQL database client binaries
> pn  postgresql-client  (no description available)
> 
> -- debconf information:
>   motion/moved_conf_dir:
> 
> 


-- 
Juan Angulo Moreno
http://www.0x29.com.ve



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



Bug#432271: ksymoops output from another Appletalk module oops

2009-01-26 Thread Will Aoki
On Mon, Dec 22, 2008 at 03:35:18PM -0700, waoki wrote:
> I've not been able to reproduce the problem on a test system, but it
> took less than sixteen hours for an oops to occur on
> linux-image-2.6.18-6-686 2.6.18.dfsg.1-23etch1 on my production system.
> The oops takes down AppleTalk but does not break other parts of the
> system.
> 
> I'll prepare to put the 2.6.24 kernel into production and try with it.

So far the bug has not manifested itself on
linux-image-2.6.24-etchnhalf.1-686 2.6.24-6~etchnhalf7; however, I have
had one unexplained crash.

-- 
William Aoki KD7YAFwa...@umnh.utah.edu5-1924



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



Bug#513178: kmail: Kmail in combination with ssmtp is inserting binary garbage in outbound mail

2009-01-26 Thread Dale E. Martin
Package: kmail
Version: 4:3.5.9-5
Severity: normal


ssmtp version: 2.62-2.2

When I upgraded from Etch to Lenny my outbound mail over some size (not
huge, call it 500 bytes or so) started becoming corrupted with garbage.
Calling ssmtp from mutt from the same user account doesn't seem to have the
problem.  Switching kmail to use smtp to send seems to have fixed the
problem.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages kmail depends on:
ii  kdebase-kio-plug 4:3.5.9.dfsg.1-6core I/O slaves for KDE
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al
ii  kdepim-kio-plugi 4:3.5.9-5   KDE pim I/O Slaves
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libaudio21.9.1-5 Network Audio System - shared libr
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libidn11 1.8+20080606-1  GNU libidn library, implementation
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libkcal2b4:3.5.9-5   KDE calendaring library
ii  libkdepim1a  4:3.5.9-5   KDE PIM library
ii  libkleopatra14:3.5.9-5   KDE GnuPG interface libraries
ii  libkmime24:3.5.9-5   KDE MIME interface library
ii  libkpimidentitie 4:3.5.9-5   KDE PIM user identity information 
ii  libksieve0   4:3.5.9-5   KDE mail/news message filtering li
ii  libmimelib1c2a   4:3.5.9-5   KDE mime library
ii  libpng12-0   1.2.27-2PNG library - runtime
ii  libqt3-mt3:3.3.8b-5  Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.12-3FreeType-based font drawing librar
ii  libxi6   2:1.1.4-1   X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.2.3-1   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  perl 5.10.0-19   Larry Wall's Practical Extraction 
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages kmail recommends:
ii  kmailcvt  4:3.5.9-5  KDE KMail mail folder converter
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
pn  clamav | f-prot-installer  (no description available)
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  gnupg-agent   2.0.9-3.1  GNU privacy guard - password agent
ii  kaddressbook  4:3.5.9-5  KDE NG addressbook application
ii  kleopatra 4:3.5.9-5  KDE Certificate Manager
ii  pinentry-gtk2 [pinentry-x11]  0.7.5-2.1  GTK+-2-based PIN or pass-phrase en
pn  spamassassin | bogofilter | a  (no description available)

-- no debconf information



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



Bug#513070: "getfattr -d" does not work

2009-01-26 Thread Nathan Scott
On Sun, 2009-01-25 at 20:49 -0800, Ludovico Cavedon wrote:
> Package: attr
> Version: 1:2.4.43-1
> Severity: normal
> 
> According to the man page
> getfattr -d filename
> should list all the attributes of filename, but it is not working:
> 
> cavedon-pc:~# setfacl -m 1000:r f
> cavedon-pc:~# getfattr -d f

The man page is not clear on this, but the match pattern is always
in effect (and it defaults to "^user\.").  Using -m '.*' will give
you the behaviour you're expecting.

cheers.

--
Nathan




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



Bug#513177: Split X11 video output and QT4 UI from vlc package

2009-01-26 Thread Eric Beuque
Package: vlc
Version: 0.9.4

I'm trying to build a software based on LibVLC in a GTK GUI, where you can
see a screenshot here :
http://www.freetuxtv.org/screenshots/freetuxtv.png
As you can see, the video integration works perfectly when I install the vlc
packages.
The problem is that it needs to install QT4 libraries, what it's not really
cool for a GTK program, and a Gnome based distrib.

So I try to install only the vlc-nox package but it just allow me to play
sound in my software and not the video output.

You can have a look at the discussion here :
http://forum.videolan.org/viewtopic.php?f=13&t=55123

So I think it could be nice if we can have different packages :
- vlc-nox : multimedia player and streamer (without X support)
- vlc : multimedia player and streamer (with X support without QT or GTK
dependencies)
- vlc-qt : actual UI for vlc media player
- vlc-gtk : maybe for a futur GTK vlc media player

Thanks for you're times.

You're sincerely
Beuque Eric


Bug#513160: ITA: xdrawchem -- Chemical structures and reactions editor

2009-01-26 Thread Michael Banck
Hi Sandro,

are you claiming that the people listed in uploaders are MIA as well, or
is this (only looking at Maintainer) simply the current practise of the
QA team?


Michael



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



Bug#470994: mail_spool default mode is 0660

2009-01-26 Thread Kurt Roeckx
On Sun, Jan 25, 2009 at 03:42:07PM -0800, Russ Allbery wrote:
> 
> > --- a/policy.sgml
> > +++ b/policy.sgml
> > @@ -8062,12 +8062,27 @@ 
> > http://localhost/doc/package/filename
> > 
> >  
> > 
> > - Mailboxes are generally mode 660
> > - user:mail unless the system
> > - administrator has chosen otherwise.  A MUA may remove a
> > - mailbox (unless it has nonstandard permissions) in which
> > - case the MTA or another MUA must recreate it if needed.
> > - Mailboxes must be writable by group mail.
> > + Mailboxes are generally either mode 600 and owned by
> > + user or mode 660 and owned by
> > + user:mail
> > +   There are two traditional permission schemes for mail spools:
> > +   mode 600 with all mail delivery done by processes running as
> > +   the destination user, or mode 660 and owned by group mail with
> > +   mail delivery done by a process running as a system user in
> > +   group mail.  Historically, Debian required mode 660 mail
> > +   spools to enable the latter model, but that model has become
> > +   increasingly uncommon and the principle of least privilege
> > +   indicates that mail systems that use the first model should
> > +   use permissions of 600.  If delivery to programs is permitted,
> > +   it's easier to keep the mail system secure if the delivery
> > +   agent runs as the destination user.  Debian Policy therefore
> > +   permits either scheme.
> > + . The local system administrator may choose a
> > + different permission scheme; packages should not make
> > + assumptions about the permission and ownership of mailboxes
> > + unless required (such as when creating a new mailbox).  A MUA
> > + may remove a mailbox (unless it has nonstandard permissions) in
> > + which case the MTA or another MUA must recreate it if needed.
> > 
> >  
> > 

I second this.


Kurt



signature.asc
Description: Digital signature


Bug#456924: ITA: libgstreamer-perl -- Perl interface to the gstreamer

2009-01-26 Thread Antonio Radici

retitle 456924 ITA: libgstreamer-perl -- Perl interface to the gstreamer
owner 456924 !
thanks

I'll create a package within this week, there was a new usptream release
some days ago so I'll incorporate that in the package.

Cheers
Antonio



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



Bug#473439: pick consistent terminology for category/component/area

2009-01-26 Thread Kurt Roeckx
On Sun, Jan 25, 2009 at 03:37:37PM -0800, Russ Allbery wrote:
> > diff --git a/policy.sgml b/policy.sgml
> > index 24c9072..16919b2 100644
> > --- a/policy.sgml
> > +++ b/policy.sgml
> > @@ -293,7 +293,13 @@
> > free in our sense (see the Debian Free Software
> > Guidelines, below), or may be imported/exported without
> > restrictions. Thus, the archive is split into the distribution
> > -   areas or categories based on their licenses and other restrictions.
> > +   areas or components
> > + The Debian archive software uses the term "component" internally
> > + and in the Release file format to refer to the division of an
> > + archive.  The Debian Social Contract refers to distribution
> > + areas.  This document uses the same terminology as the Social
> > + Contract.
> > +based on their licenses and other restrictions.

The SC has this in it:
  We have created "contrib" and "non-free" areas in our archive [...]
  The packages in these areas are [...]
  packages in these areas [...]

There is no combination with distribution.


Kurt





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



Bug#513176: icewm: Add "XF86WWW" key support to default "keys" file

2009-01-26 Thread Dmitry Semyonov
Package: icewm
Version: 1.2.35-1
Severity: minor

key "XF86WWW"   sensible-browser

line should be used in addition to

key "XF86HomePage"  sensible-browser

one inside "keys" file.

btc5126t keyboard map implements the former
but does not implement the latter.
So, "Internet" button does not work by default.


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

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

Versions of packages icewm depends on:
ii  icewm-common 1.2.35-1wonderful Win95-OS/2-Motif-like wi
ii  imlib11  1.9.15-7Imlib is an imaging library for X 
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.12-3FreeType-based font drawing librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.2.3-1   X11 RandR extension library

icewm recommends no packages.

Versions of packages icewm suggests:
pn  icewm-gnome-support(no description available)
ii  ttf-bitstream-vera1.10-7 The Bitstream Vera family of free 

-- no debconf information



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



Bug#513175: google-gadgets-qt: missing dependency on google-gadgets-xul?

2009-01-26 Thread Michal Politowski
Package: google-gadgets-qt
Version: 0.10.4-1
Severity: normal

Without google-gadgets-xul installed ggl-qt fails to start with
"Failed to load module smjs-script-runtime"
After installing google-gadgets-xul ggl-qt starts.

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages google-gadgets-qt depends on:
ii  google-gadgets-common  0.10.4-1  Common files for QT and GTK+ versi
ii  google-gadgets-gst 0.10.4-1  GStreamer Module for Google Gadget
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcc11:4.3.3-1 GCC support library
ii  libggadget-1.0-0   0.10.4-1  Google Gadgets main library
ii  libggadget-qt-1.0-00.10.4-1  Google Gadgets QT library
ii  libltdl3   1.5.26-4  A system independent dlopen wrappe
ii  libqt4-network 4.4.3-2   Qt 4 network module
ii  libqt4-script  4.4.3-2   Qt 4 script module
ii  libqt4-webkit  4.4.3-2   Qt 4 WebKit module
ii  libqtcore4 4.4.3-2   Qt 4 core module
ii  libqtgui4  4.4.3-2   Qt 4 GUI module
ii  libstdc++6 4.3.3-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

google-gadgets-qt recommends no packages.

google-gadgets-qt suggests no packages.

-- no debconf information

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.


signature.asc
Description: Digital signature


Bug#511071: nautilus: Can confirm this issue

2009-01-26 Thread Kai Weber
The problem could be a kernel and file system related one. I changed to 
ext4 on a self compiled kernel 2.6.28 a week ago. I have tested the 
following setup:


* Kernel 2.6.26, ext3: moving files to trash works, files are shown in 
trash:, trash icon changes state to "full"


* Kernel 2.6.28, ext3: moving files to trash works, files are shown in 
trash:, trash icon does not change it's state


* Kernel 2.6.28, ext4: moving files to trash works, files are not shown 
in trash:, trash icon does not change it's state (files are in 
~/.local/share/Trash/files)


k...@dummy:~/.local/share/Trash$ ls -lRa
.:
total 12
drwx-- 3 kai kai 4096 26. Jan 22:51 .
drwxr-xr-x 6 kai kai 4096 26. Jan 22:51 ..
drwx-- 2 kai kai 4096 27. Jan 00:06 files

./files:
total 13988
drwx-- 2 kai kai4096 27. Jan 00:06 .
drwx-- 3 kai kai4096 26. Jan 22:51 ..
-rw-r--r-- 1 kai kai   27348 26. Dez 2004  078mksd_mc.ttf
-rw-r--r-- 1 kai kai 8957276 20. Jan 21:15 Break Up.mp3
-rw-r--r-- 1 kai kai 5327426 20. Jan 21:14 INSIDE ME.mp3

Regards, Kai



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



Bug#513139: release-notes: upgrading.dbk mentions the "new" package signature mechanism

2009-01-26 Thread W. Martin Borgert
On 2009-01-26 23:30, W. Martin Borgert wrote:
> On 2009-01-26 22:09, Andrei Popescu wrote:
> > The title says it all ;)
> 
> I believe, you're looking at an outdated version. Please check.

Sorry, I didn't check correctly :~) I out-conditioned the paragraph now.



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



Bug#513174: mc: new homepage

2009-01-26 Thread Sandro Tosi
Package: mc
Version: 2:4.6.2~git20080311-4
Severity: minor

Hello,
reading [1] it seems mc development is revamping lately, and as first result
there's a new homepage[2]. You might want to update that info in control file
and check that for development (if you ain't already doing it).

[1] http://tech.slashdot.org/article.pl?sid=09%2F01%2F26%2F1917254&from=rss
[2] http://www.midnight-commander.org/

Cheers,
Sandro

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages mc depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgpm2   1.20.4-3.1 General Purpose Mouse - shared lib
ii  libslang2 2.1.3-3The S-Lang programming library - r

mc recommends no packages.

Versions of packages mc suggests:
ii  arj 3.10.22-6archiver for .arj files
ii  bzip2   1.0.5-1  high-quality block-sorting file co
pn  dbview (no description available)
ii  file4.26-2   Determines file type using "magic"
ii  lynx2.8.7dev12-2 Text-mode WWW Browser (transitiona
ii  mime-support3.44-1   MIME files 'mime.types' & 'mailcap
pn  odt2txt(no description available)
ii  perl5.10.0-19Larry Wall's Practical Extraction 
ii  unzip   5.52-12  De-archiver for .zip files
ii  w3m 0.5.2-2+b1   WWW browsable pager with excellent
ii  xpdf3.02-1.4 Portable Document Format (PDF) sui
ii  zip 2.32-1   Archiver for .zip files

-- no debconf information



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



Bug#472397: mutt: Incorrect attribution line when replying to mail with multiple From addresses

2009-01-26 Thread Antonio Radici

found 472397 1.5.19-1
tag 472397 +confirmed upstream
forwarded 472397 http://dev.mutt.org/trac/ticket/3171
thanks

Reproduced in experimental, forwarded upstream

Cheers
Antonio



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



Bug#513173: memstat does not list all processes

2009-01-26 Thread Vincent Lefevre
Package: memstat
Version: 0.5
Severity: normal

memstat does not list all processes, only the user's processes, even
though /proc/$pid/status is readable.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages memstat depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries

memstat recommends no packages.

memstat suggests no packages.

-- no debconf information



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



Bug#507118: release-notes: Document use of backports.org packages during upgrade ( proposed text included )

2009-01-26 Thread W. Martin Borgert
On 2008-11-28 10:39, Emmanuel Kasper wrote:
> As backports.org is now semi official ( ie links from the packages web
> interface ) I propose to document properly how to deal with the
> backported packages when doing a etch2lenny upgrade.
>
> This text should go in the userbackports section of the release note
> and is a rewording of http://backports.org/dokuwiki/doku.php?id=faq.

Many thanks for your text. It's added now in the SVN, please review.



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



Bug#511708: aptitude TUI blocking -- bug bisect - bad commit is 9f74cddf40e9

2009-01-26 Thread Eddy Petrișor
notfound 511708 0.4.5-1 0.4.5.1-1
fixed 511708 0.4.5-1 0.4.5.1-1
thanks

Hello,

I have managed to identify the first bad commit for this bug, but
something tells me you'll need to give me access to your upstream repo
so I can pin-point the bad commit:

The first bad revision is:
changeset:   36:9f74cddf40e9
tag: UPSTREAM_aptitude_0.4.5.3
parent:  31:1b944a1d2100
user:Daniel Burrows 
date:Sun Jun 17 21:25:59 2007 -0700
summary: Import upstream aptitude version 0.4.5.3


For deeper bisecting, you might find useful the following command and
the attached patch:



./configure && find src -name Makefile -exec sed -i
's#-Werror#-Wno-deprecated#gi' {} \; && make -C src


-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
diff -r 2209be31cc6e aclocal.m4
--- a/aclocal.m4	Fri Jun 15 21:22:02 2007 -0700
+++ b/aclocal.m4	Tue Jan 27 00:57:53 2009 +0200
@@ -159,7 +159,7 @@
 
 _PKG_TEXT
 
-To get pkg-config, see .])],
+To get pkg-config, see .])],
 		[$4])
 else
 	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
diff -r 2209be31cc6e configure
--- a/configure	Fri Jun 15 21:22:02 2007 -0700
+++ b/configure	Tue Jan 27 00:57:53 2009 +0200
@@ -6375,7 +6375,7 @@
 and SIGC_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see .
+To get pkg-config, see .
 See \`config.log' for more details." >&5
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -6385,7 +6385,7 @@
 and SIGC_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see .
+To get pkg-config, see .
 See \`config.log' for more details." >&2;}
{ (exit 1); exit 1; }; }
 else
diff -r 2209be31cc6e src/cmdline/cmdline_search.cc
--- a/src/cmdline/cmdline_search.cc	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/cmdline/cmdline_search.cc	Tue Jan 27 00:57:53 2009 +0200
@@ -20,6 +20,12 @@
 
 #include 
 #include 
+
+#include  
+
+#include  
+
+#include  
 
 using namespace std;
 
diff -r 2209be31cc6e src/generic/apt/apt.h
--- a/src/generic/apt/apt.h	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/generic/apt/apt.h	Tue Jan 27 00:57:53 2009 +0200
@@ -28,6 +28,7 @@
 #include "aptcache.h"
 
 #include 
+#include 
 
 class OpProgress;
 class pkgRecords;
diff -r 2209be31cc6e src/generic/apt/aptitude_resolver_universe.cc
--- a/src/generic/apt/aptitude_resolver_universe.cc	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/generic/apt/aptitude_resolver_universe.cc	Tue Jan 27 00:57:53 2009 +0200
@@ -5,6 +5,7 @@
 #include 
 
 #include 
+#include 
 
 using namespace std;
 
diff -r 2209be31cc6e src/generic/apt/matchers.h
--- a/src/generic/apt/matchers.h	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/generic/apt/matchers.h	Tue Jan 27 00:57:53 2009 +0200
@@ -25,6 +25,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 
diff -r 2209be31cc6e src/solution_fragment.cc
--- a/src/solution_fragment.cc	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/solution_fragment.cc	Tue Jan 27 00:57:53 2009 +0200
@@ -32,6 +32,7 @@
 #include 
 
 #include 
+#include 
 
 typedef generic_solution aptitude_solution;
 
diff -r 2209be31cc6e src/vscreen/curses++.h
--- a/src/vscreen/curses++.h	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/vscreen/curses++.h	Tue Jan 27 00:57:53 2009 +0200
@@ -23,6 +23,7 @@
 #define CURSES_PLUSPLUS_H
 
 #include 
+#include 
 #include 
 
 #include 
diff -r 2209be31cc6e src/vscreen/vs_radiogroup.cc
--- a/src/vscreen/vs_radiogroup.cc	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/vscreen/vs_radiogroup.cc	Tue Jan 27 00:57:53 2009 +0200
@@ -6,6 +6,8 @@
 
 #include 
 #include 
+
+#include 
 
 vs_radiogroup::vs_radiogroup()
   :selected(items.max_size())
diff -r 2209be31cc6e src/vscreen/vscreen.cc
--- a/src/vscreen/vscreen.cc	Fri Jun 15 21:22:02 2007 -0700
+++ b/src/vscreen/vscreen.cc	Tue Jan 27 00:57:53 2009 +0200
@@ -54,6 +54,7 @@
 #include 
 
 #include 
+#include 
 
 threads::recursive_mutex vscreen_mutex;
 


Bug#428017: mutt: s/storage ad retrieval/..and../

2009-01-26 Thread Antonio Radici

tag 428017 +wontfix
thanks

Hi Justin,
I understand that you don't have time to write a patch but
please consider that we also value our time.

This bug report does not make any sense to me, therefore
I'm closing the bug.

If you want to reopen it please specify *which file* should be
changed and *why*.

Cheers
Antonio



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



Bug#501403: NSCD assertion failure

2009-01-26 Thread Jason Harvey
Package: libc6
Version: 2.3.6.ds1-13etch7
Followup-For: Bug #501403

I am also getting this error in mysqld. It is causing my MySQL server to
crash randomly. Any update on this bug? 

mysqld: nscd_helper.c:133: __nscd_unmap: Assertion `mapped->counter ==
0' failed.


Backtrace:

/usr/sbin/mysqld(print_stacktrace+0x1e) [0x736fae]
/usr/sbin/mysqld(handle_segfault+0x346) [0x610796]
/lib/libpthread.so.0 [0x2b9012c35410]
/lib/libc.so.6(gsignal+0x3b) [0x2b901376a07b]
/lib/libc.so.6(abort+0x10e) [0x2b901376b84e]
/lib/libc.so.6(__assert_fail+0x104) [0x2b9013763af4]
/lib/libc.so.6 [0x2b901383422f]
/lib/libc.so.6 [0x2b90138330e0]
/lib/libc.so.6 [0x2b901383373a]
/lib/libc.so.6(gethostbyname_r+0x19b) [0x2b90138191db]
/lib/libc.so.6(gethostbyname+0xd3) [0x2b9013818a73]
/usr/sbin/mysqld(ip_to_hostname(in_addr*, unsigned int*)+0x16b)
[0x616ddb]
/usr/sbin/mysqld(handle_one_connection+0x8a6) [0x618456]
/lib/libpthread.so.0 [0x2b9012c2ef1a]
/lib/libc.so.6(__clone+0x72) [0x2b90138045d2]


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.20080211.x3550
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libc6 depends on:
ii  tzdata  2007j-1etch1 Time Zone and Daylight
Saving Time

libc6 recommends no packages.







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



Bug#332571: Should sanity-check $index_format for encoding violations and disallowed characters

2009-01-26 Thread Antonio Radici

tag 332571 +moreinfo unreproducible
thanks

So we are waiting on more information.
The bug does not seem reproducible so far.

Cheers
Antonio



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



Bug#513172: fcoretools: fadvise creates _Inline directory in $PWD and does not clean it up

2009-01-26 Thread Stefan Fritsch
Package: fcoretools
Version: 1.0-1
Severity: normal

Currently fadvise puts the compiled inline code into $PWD/Inline and does not
clean it up. It would be better if it would be shipped precompiled in the
package or if it at least would put the compiled code into $HOME/.cache and
not into $PWD, which is really bad.


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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages fcoretools depends on:
ii  libinline-perl0.45-1 Write Perl subroutines in other pr
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.0-19  Core Perl modules

fcoretools recommends no packages.

fcoretools suggests no packages.

-- no debconf information



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



Bug#306846: mutt: superfluous screen clear at startup

2009-01-26 Thread Antonio Radici

tag 306846 +moreinfo unreproducible
severity 306846 wishlist
thanks

Hi,
can you please provide more info about how to reproduce this?
on my terminal I see only one clear, how are you able to
see 2 clear screen?

Cheers
Antonio



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



Bug#493931: Release-Notes: Include Information about Live images

2009-01-26 Thread W. Martin Borgert
On 2008-08-06 01:14, Daniel Baumann wrote:
> I'm happy to provide such information/text
> at later point.

What's the state?
There is a dummy paragraph for the issue in whats-new.dbk.



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



Bug#513139: release-notes: upgrading.dbk mentions the "new" package signature mechanism

2009-01-26 Thread W. Martin Borgert
On 2009-01-26 22:09, Andrei Popescu wrote:
> The title says it all ;)

I believe, you're looking at an outdated version. Please check.



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



Bug#511526: [Pkg-utopia-maintainers] Bug#511526: [dbus] Can't connect through knetworkmanager to both wired and wireless networks

2009-01-26 Thread Michael Biebl
reassign 511526 network-manager-kde
thanks

Luca Brivio wrote:
> at 22:34, monday, january 26, 2009, you wrote:
>> Could you copy the attached D-Bus config file (from network-manager-gnome)
>> to /etc/dbus-1/system.d/, run
>> /etc/init.d/dbus reload
>> /etc/init.d/network-manager restart
>>
>> and restart knetworkmanager to check if this works.
> 
> Yeah, now it does work!

Great, reassigning to network-manager-kde then.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#510018: [awn-applets-python-core] battery plugin shows "No batteries"

2009-01-26 Thread Julien Lavergne
Hi,

I talked to the maintainer of the actual battery applet, and he doesn't
want to re-add the possibility of using acpi + dbus only. So I'll close
this and add a Recommends on the hal package for the next upload. You
can try to convince upstream in this bug :
https://bugs.edge.launchpad.net/awn-extras/+bug/312108

If you want to keep the old applet, you can download the source of the
applet, and install it in ~/.config/awn/applets . It should work
normally.

Regards,
Julien Lavergne

On Sun, 2008-12-28 at 17:56 +0100, David Paleino wrote:
> Package: awn-applets-python-core
> Version: 0.3~bzr912-1
> Severity: serious
> 
> (severity "serious" because this applet is not really usable for me, :) )
> 
> Hi,
> upgrading to experimental's awn made the Battery applet show the "no 
> batteries"
> tooltip. It worked in 0.2.6-4.
> 
> Reading the code, it seems like 0.3~bzr912 is using Hal, while 0.2.6 directly
> used DBus and os.popen("acpi -V"). I don't have hal installed, that's why (I
> suppose, I did not have the chance to restart awn yet) it doesn't work 
> anymore.
> 
> I'm trying to "foreport" (:)) the DBus approach to 0.3 (adding a DBusBackend
> class to the code), but I haven't been successful yet.
> 
> Please prod upstream for re-inclusion of such low-level processing :)
> 
> Thank you,
> David
> 
> 
> --- System information. ---
> Architecture: i386
> Kernel:   Linux 2.6.27-1-686
> 
> Debian Release: 5.0
>   500 unstablewww.debian-multimedia.org 
>   500 unstableftp.de.debian.org 
>   500 unstabledebian.corsac.net 
>   500 kernel-dists-trunk kernel-archive.buildserver.net 
> 1 experimentalwww.debian-multimedia.org 
> 1 experimentaldebian.fastweb.it 
> 
> --- Package information. ---
> Depends  (Version) | Installed
> ==-+-
> gconf2   (>= 2.10.1-2) | 2.24.0-4
> python(>= 2.4) | 2.5.2-3
> python-central  (>= 0.6.7) | 0.6.8
> avant-window-navigator | 0.3~bzr489-1
> python-awn | 0.3~bzr489-1
> python-awnlib  (>= 0.3~bzr912) | 0.3~bzr912-1
> 




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



Bug#513119: murmur-user-wrapper: confused about dbus

2009-01-26 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jan Braun schrieb:
> Package: mumble-server
> Version: 1.1.4-4+lenny1
> Severity: normal
> Tags: patch
> 
> When trying to get murmur-user-wrapper to do its job, I ran into 3
> issues:
> 1. it requires dbus-x11, which is only recommended: by dbus, not by
>mumble-server itself.

Yeah, it is recommend by dbus, which is a depend of mumble-server.
Explicit adding dbus-x11 as dependency to mumble-server would be a bit
bloated, because not su much users use the user-wrapper, but there
should be a better error handling of it in the script.

> 2. it exits successfully on errors.

Your patch has been ACKed by upstream for merging.

> 3. it can't start dbus if you use the -d option to move the config
>directory from its default ~/murmur

Okay out of time today, I will try to look these days in it.

Thanks for your report and patch. :-)

- --
/*
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi

E-Mail: patrick.matth...@web.de

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkl+OBAACgkQ2XA5inpabMde1QCgobmidzncBD2b83GVITh4OmZV
3FYAmQGSP2B9faw9JeSLbxxBH7i64KiG
=f+Yf
-END PGP SIGNATURE-



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



Bug#513171: lm-sensors-3: Please, make lm-sensors take into account distribution LDFLAGS

2009-01-26 Thread Didier Roche
Package: lm-sensors-3
Version: 1:3.0.2-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu intrepid ubuntu-patch

It would be great if lm-sensors can take into account distribution
LDFLAGS so that exported variables change linker behavior.

For instance, ubuntu uses -Wl,-Bsymbolic-functions. Taking this patch
will enable us to just sync from debian on this package.

*** /tmp/tmplQQTaq
In Ubuntu, we've applied the attached patch to achieve the following:

  * handle default ubuntu LDFLAGS for linking option (LP: #321632)
- Remove the old hack directly pushed in lib/Module.mk (now
  lib/Module.mk if from pristine source)
- add debian/patches/07-use-LDFLAGS.patch to take LDFLAGS into account

We thought you might be interested in doing the same.


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

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

--===1127119989==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="tmpAD1H78"

diff -u lm-sensors-3-3.0.2/debian/patches/series
lm-sensors-3-3.0.2/debian/patches/series
--- lm-sensors-3-3.0.2/debian/patches/series
+++ lm-sensors-3-3.0.2/debian/patches/series
@@ -6,0 +7 @@
+07-use-LDFLAGS.patch
only in patch2:
unchanged:
--- lm-sensors-3-3.0.2.orig/debian/patches/07-use-LDFLAGS.patch
+++ lm-sensors-3-3.0.2/debian/patches/07-use-LDFLAGS.patch
@@ -0,0 +1,13 @@
+Index: lm-sensors-3-3.0.2/lib/Module.mk
+===
+--- lm-sensors-3-3.0.2.orig/lib/Module.mk  2008-05-18
18:07:48.0 +0200
 lm-sensors-3-3.0.2/lib/Module.mk   2009-01-26 22:15:02.0 +0100
+@@ -60,7 +60,7 @@
+
+ # How to create the shared library
+ $(MODULE_DIR)/$(LIBSHLIBNAME): $(LIBSHOBJECTS)
+-  $(CC) -shared -Wl,-soname,$(LIBSHSONAME) -o $@ $^ -lc -lm
++  $(CC) -shared $(LDFLAGS) -Wl,-soname,$(LIBSHSONAME) -o $@ $^ -lc -lm
+
+ $(MODULE_DIR)/$(LIBSHSONAME): $(MODULE_DIR)/$(LIBSHLIBNAME)
+   $(RM) $@
--===1127119989==--



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



Bug#484789: 484789: date parsing error RC?

2009-01-26 Thread Francesco Poli
On Mon, 26 Jan 2009 11:22:09 -0800 Don Armstrong wrote:

[...]
> On Mon, 26 Jan 2009, Ross Boylan wrote:
> > I just ran into this bug again, though I haven't seen it for a few
> > months.
> 
> You haven't seen it for a while because presumably there weren't any
> bugs filed against texlive-latex-base with severity serious.

I don't think so: as far as *I* am concerned, I hadn't experienced this
bug since October 1st 2008, because that was the last time
texlive-latex-base migrated to testing.
See http://packages.qa.debian.org/t/texlive-base.html
I suppose the same holds for Ross: he probably upgraded
texlive-latex-base back on October and then yesterday (or today)...

As far as texlive-latex-base is concerned, there is one RC bug
currently outstanding (#483217), but it's not the one which is causing
trouble.
The problem is generated by a resolved RC bug (#356853), where the
fixed-version 2007-14 is taken as an invalid date.
By the way, I cannot understand why bug #356853 seems to never get
archived (maybe because it's still present in stable?).

> 
> That said, AFAICT, the underlying problem of this bug as far as the
> BTS is concerned has indeed been fixed.[1] We do not send date/time
> xsl types out in the SOAP request any more, so any Date/Time issues
> that are happening are because of what ruby's SOAP implementation is
> doing.

Please help us: could you try and identify where the problem lies in
ruby's SOAP implementation?
I am a SOAP ignorant, so I cannot be of much help here...

> 
> If you see this again, please send me the entire output from the BTS
> either generated by apt-listbugs or using tcpdump with appropriate
> options. [The latter is probably more useful.]

Bug #493632 is related: it was originally filed against apt-listbugs
about the issue under consideration, and then it was limited to one
aspect of the issue (the fact that "the way apt-listbugs handles the
situation is at least a minor bug").
This bug (I mean: #493632) includes some dumps: have you looked at
those already?

Otherwise, could you please specify which "appropriate" options should
be passed to tcpdump in order to capture the entire BTS output?
I am no tcpdump expert, but I could try and obtain something useful:
after downgrading texlive-latex-base (to version 2007.dfsg.1-4), I
could try to upgrade it again (to version 2007.dfsg.1-5); apt-listbugs
will query the BTS about texlive-latex-base bugs and it will choke on
its response with a "W: invalid date" message; at that point tcpdump
should be able to capture the BTS response...
By the way, if you install apt-listbugs, you could even perform this
test by yourself, so that you can see exactly what you want to see!

Please let me know.

-- 
 On some search engines, searching for my nickname AND
 "nano-documents" may lead you to my website...  
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgphYBBZ8G8F9.pgp
Description: PGP signature


Bug#513170: ITP: audiopreview -- command-line tool to play previews of audio and video files

2009-01-26 Thread Weboide
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: audiopreview
Version: 0.1
Upstream Author: Arnaud Soyez 
URL: http://audiopreview.codealpha.net/
License: GPL v3
Description: command-line tool to play previews of audio and video files, 
and also internet streams, written in C and based on Gstreamer.




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



Bug#199709: mutt: Attachments are automatically displayed even with 'Content-Disposition: attachment'

2009-01-26 Thread Antonio Radici

forwarded 199709 http://dev.mutt.org/trac/ticket/3170
tag 199709 +confirmed upstream
found 199709 1.5.19-1
thanks

still reproducible, forwarded upstream

Thanks for your report.

Cheers
Antonio



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



Bug#513160: O: xdrawchem -- Chemical structures and reactions editor

2009-01-26 Thread Daniel Leidert
owner 513160 debichem-de...@lists.alioth.debian.org
retitle 513160 ITA: xdrawchem -- Chemical structures and reactions editor
thanks

> The current maintainer of xdrawchem, Warren Stramiello
> ,
> is apparently not active anymore.  Therefore, I orphan this package now.

We already maintained it in the past and will adopt it then officially.

Regards, Daniel
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger



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



Bug#513161: synergy segfaults when images are on the clipboard

2009-01-26 Thread bill luecke
Package: synergy
Version: 1.3.1-5
Severity: important


I have synergys running on my linux machine, and share the keyboard, mouse
and clipboard with my windows XP machine. Frequently, synergys segfaults
shortly after cutting and pasting images on the windows box. 

here's a trace of synergys --no-daemon from the most recent crash

In the transcript, steel is my linux box and p623063 is my windows XP box

INFO: CServer.cpp,447: switch from "steel" to "p623063" at 0,357
INFO: CScreen.cpp,116: leaving screen
DEBUG: CClientProxy1_0.cpp,436: received client "p623063" clipboard 1 seqnum=1, 
size=417844
INFO: CServer.cpp,1440: screen "p623063" updated clipboard 1
INFO: CServer.cpp,447: switch from "p623063" to "steel" at 3518,503
INFO: CScreen.cpp,98: entering screen
DEBUG: CXWindowsClipboard.cpp,313: open clipboard 1
DEBUG: CXWindowsClipboard.cpp,266: empty clipboard 1
DEBUG: CXWindowsClipboard.cpp,289: grabbed clipboard 1
DEBUG: CXWindowsClipboard.cpp,300: add 417832 bytes to clipboard 1 format: 1
DEBUG: CXWindowsClipboard.cpp,348: close clipboard 1
INFO: CServer.cpp,447: switch from "steel" to "p623063" at 0,334
INFO: CScreen.cpp,116: leaving screen
INFO: CServer.cpp,447: switch from "p623063" to "steel" at 3513,504
INFO: CScreen.cpp,98: entering screen
INFO: CServer.cpp,447: switch from "steel" to "p623063" at 0,427
INFO: CScreen.cpp,116: leaving screen
INFO: CServer.cpp,447: switch from "p623063" to "steel" at 3518,915
INFO: CScreen.cpp,98: entering screen
Segmentation fault

Here are the relevant lines from /var/log/messages for the last six
segfaults

Jan 25 23:43:04 steel kernel: nautilus[4066]: segfault at 0004 eip b74ecbd4 
esp bfc677a0 error 4
Jan 26 09:38:58 steel kernel: synergys[3777]: segfault at 000e eip b7d419a2 
esp bfa49e64 error 4
Jan 26 13:07:00 steel kernel: synergys[5077]: segfault at 0009 eip b7da29a2 
esp bfb06434 error 4
Jan 26 16:20:38 steel kernel: synergys[5856]: segfault at 08a05e08 eip b7d6f9a2 
esp bfc5ed64 error 4
Jan 26 16:30:24 steel kernel: synergys[6801]: segfault at 0820d604 eip b7d789a2 
esp bfcae5f4 error 4
Jan 26 16:47:49 steel kernel: synergys[6817]: segfault at ff08 eip b7df09a2 
esp bfe60ff4 error 4

The last one was the most recent.

The problem usually occurs when cutting and pasting images (large and
otherwise) on the windows box. synergys never segfaults (to the best of my
recollection) when the cursor is on the windows machine. 

I can cut and paste text forever without it crashing. The segfaults
are always associated with some sort of image manipulation. 

It seems that returning to the linux machine with anything highlighted
(or on the clipboard) causes the segfault. This most recent segfault
happened while I was cutting and pasting images between windows in
PowerPoint. 

Data on the XP box:  XP Professional Version 2002 Service Pack 2


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

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

Versions of packages synergy depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxtst6 2:1.0.3-1   X11 Testing -- Resource extension 

synergy recommends no packages.

synergy suggests no packages.

-- no debconf information



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



Bug#495958: php-fpdf: New upstream version 1.6 is available

2009-01-26 Thread Dario Minnucci (midget)


Restored the old unstable version, as asked by the maintainer [0].

[0] http://packages.qa.debian.org/p/php-fpdf/news/20080819T123204Z.html


Regards.

-- 
 Dario Minnucci (midget)

 Phone: (+34) 902021030 | Fax: (+34) 902024417 | Support: (+34) 80745
 Email: deb...@midworld.net | URL: http://www.midworld.net/midget/

 Key fingerprint = 6DDB 5487 7F6D 89D4 5D9C  33C7 D181 DD7A 6C42 8272




signature.asc
Description: OpenPGP digital signature


Bug#513160: O: xdrawchem -- Chemical structures and reactions editor

2009-01-26 Thread Sandro Tosi
Package: wnpp
Severity: normal

The current maintainer of xdrawchem, Warren Stramiello ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: xdrawchem
Binary: xdrawchem
Version: 1.9.9-3
Priority: optional
Section: science
Maintainer: Warren Stramiello 
Build-Depends: debhelper (>= 4), dpatch, automake1.9, autoconf, libtool, 
libqt3-mt-dev (>= 3:3.3.4-4), libqt3-compat-headers, libopenbabel-dev (>= 
2.0.0-1)
Build-Conflicts: autoconf2.13, automake1.4
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/x/xdrawchem
Files:
 5dd1921aa6495674efa8dc6b007cd7a8 786 xdrawchem_1.9.9-3.dsc
 6343d031b3ea19a6606831c89b8006b2 982481 xdrawchem_1.9.9.orig.tar.gz
 71de4974a4078958fc728361751a15da 18071 xdrawchem_1.9.9-3.diff.gz
Uploaders: Michael Banck 

Package: xdrawchem
Binary: xdrawchem
Version: 1.9.9-3
Priority: optional
Section: science
Maintainer: Warren Stramiello 
Build-Depends: debhelper (>= 4), dpatch, automake1.9, autoconf, libtool, 
libqt3-mt-dev (>= 3:3.3.4-4), libqt3-compat-headers, libopenbabel-dev (>= 
2.0.0-1)
Build-Conflicts: autoconf2.13, automake1.4
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/x/xdrawchem
Files:
 5dd1921aa6495674efa8dc6b007cd7a8 786 xdrawchem_1.9.9-3.dsc
 6343d031b3ea19a6606831c89b8006b2 982481 xdrawchem_1.9.9.orig.tar.gz
 71de4974a4078958fc728361751a15da 18071 xdrawchem_1.9.9-3.diff.gz
Uploaders: Michael Banck 

Package: xdrawchem
Priority: optional
Section: science
Installed-Size: 5208
Maintainer: Warren Stramiello 
Architecture: ia64
Version: 1.9.9-3
Depends: libaudio2, libc6.1 (>= 2.3.5-1), libfontconfig1 (>= 2.4.0), libgcc1 
(>= 1:4.1.1-12), libice6 (>= 1:1.0.0), libopenbabel1, libpng12-0 (>= 1.2.8rel), 
libqt3-mt (>= 3:3.3.7), libsm6, libstdc++6 (>= 4.1.1-12), libunwind7 (>= 
0.98.5-6), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), 
libxi6, libxinerama1, libxrandr2, libxrender1, libxt6, zlib1g (>= 1:1.2.1)
Filename: pool/main/x/xdrawchem/xdrawchem_1.9.9-3_ia64.deb
Size: 1055460
MD5sum: d1bc16f515a7621c33b26a9be47bee93
SHA1: 4b3fc9a8c5d015c5da258d67146030410aa6185f
SHA256: 53ce55f05aee281b5e037f8af8663bbc2f0369aba2710144bf4687e5f9ac2c2a
Description: Chemical structures and reactions editor
 Xdrawchem is a 2D editor for chemical structures and reactions.  It
 mirrors the abilities of the commercial ChemDraw suite and has file
 compatibility with it as well as other chemical formats through
 OpenBabel.
Tag: field::chemistry, interface::x11, uitoolkit::qt, x11::application

Package: xdrawchem
Priority: optional
Section: science
Installed-Size: 5208
Maintainer: Warren Stramiello 
Architecture: ia64
Version: 1.9.9-3
Depends: libaudio2, libc6.1 (>= 2.3.5-1), libfontconfig1 (>= 2.4.0), libgcc1 
(>= 1:4.1.1-12), libice6 (>= 1:1.0.0), libopenbabel1, libpng12-0 (>= 1.2.8rel), 
libqt3-mt (>= 3:3.3.7), libsm6, libstdc++6 (>= 4.1.1-12), libunwind7 (>= 
0.98.5-6), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), 
libxi6, libxinerama1, libxrandr2, libxrender1, libxt6, zlib1g (>= 1:1.2.1)
Filename: pool/main/x/xdrawchem/xdrawchem_1.9.9-3_ia64.deb
Size: 1055460
MD5sum: d1bc16f515a7621c33b26a9be47bee93
SHA1: 4b3fc9a8c5d015c5da258d67146030410aa6185f
SHA256: 53ce55f05aee281b5e037f8af8663bbc2f0369aba2710144bf4687e5f9ac2c2a
Description: Chemical structures and reactions editor
 Xdrawchem is a 2D editor for chemical structures and reactions.  It
 mirrors the abilities of the commercial ChemDraw suite and has file
 compatibility with it as well as other chemical formats through
 OpenBabel.
Tag: field::chemistry, interface::x11, uitoolkit::qt, x11::application




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



Bug#434235: mutt -H ignores Content-Type:

2009-01-26 Thread Antonio Radici

tag 434235 +confirmed upstream
forwarded 434235 http://dev.mutt.org/trac/ticket/3169
thanks

confirmed in 1.5.18-4, forwarded upstream.

Thanks for your report.

Cheers
Antonio



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



Bug#511071: nautilus: Can confirm this issue

2009-01-26 Thread Kai Weber
Package: nautilus
Version: 2.20.0-7
Followup-For: Bug #511071

I can confirm this problem. Files moved to trash are not visible in
under trash: so I have to delete them manually.

Regards, Kai


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28.1-t61 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.15-1Utilities for .desktop files
ii  gnome-control-center   1:2.22.2.1-2  utilities to configure the GNOME d
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libeel2-2.20   2.20.0-7  Eazel Extensions Library (for GNOM
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexempi3 2.0.2-2   library to parse XMP metadata (Lib
ii  libexif12  0.6.16-2.1library to parse EXIF files
ii  libgail-common 1.22.3-1  GNOME Accessibility Implementation
ii  libgail18  1.22.3-1  GNOME Accessibility Implementation
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-desktop-2 2.22.3-2  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libnautilus-extension1 2.20.0-7  libraries for nautilus components 
ii  liborbit2  1:2.14.16-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  librsvg2-2 2.22.2-4  SAX-based renderer library for SVG
ii  libselinux12.0.65-5  SELinux shared libraries
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libtrackerclient0  0.6.6-2   metadata database, indexer and sea
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  nautilus-data  2.20.0-7  data files for nautilus
ii  shared-mime-info   0.30-2FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-data2008.11.27   Application Installer Data Files
ii  desktop-base5.0.3common files for the Debian Deskto
ii  eject   2.1.5+deb1-4 ejects CDs and operates CD-Changer
ii  libgnomevfs2-extra  1:2.22.0-5   GNOME Virtual File System (extra m
ii  librsvg2-common 2.22.2-4 SAX-based renderer library for SVG
ii  nautilus-cd-burner  2.20.0-1 CD Burning front-end for Nautilus
ii  synaptic0.62.5   Graphical package manager

Versions of packages nautilus suggests:
ii  eog   2.22.3-2   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.22.2-4   Document (postscript, pdf) viewer
pn  fam(no description available)
ii  mpg321 [mp3-decoder]  0.2.10.6   mpg123 clone that doesn't use floa
ii  totem 2.22.2-5   A simple media player for the GNOM
pn  tracker(no description available)
ii  xpdf-reader [pdf-viewer]  3.02-1.4   Portable Document Format (PDF) sui

-- no debconf information



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



Bug#435044: mutt: Can't open IMAP INBOX that has subfolders

2009-01-26 Thread Antonio Radici

tag 435044 +moreinfo unreproducible
thanks

Unreproducible in 1.5.19-1, I use remote IMAP folder and it works fine

Can you provide more info and a way to reproduce this problem?

Cheers
Antonio



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



Bug#513159: gramps: Event Reference Editor dialog is non-modal to Person dialog

2009-01-26 Thread Alex Dănilă

Package: gramps
Version: 3.0.4-1
Severity: normal

*** Please type your report below this line ***
When editing the events of a persion, the "Event Reference Editor" 
(called "EPR" in this report)
window is not modal to the "Person" window. Thus, the "Ok" button of the 
"Person" window can be pressed and all the modifications done in the 
"EPR" will be lost. This confusion is not at all unusuall, as when 
editing events the "Gramps" window will already have 3 children dialog 
("Gramps"->"Person"->"EVR"->"Date selection").


How to reproduce:
1.Create a person and double click on it to edit.
2.Add an event (Choose the "Events" tab, then click the "+" button on 
the right.

3.Edit data in the "EVR" window that appears.
4.Click on the "Ok" button of the "Person" window. Notice that 
everything newly edited in the "EVR" is lost.


This may be a "Will not fix", because making "EVR" modal to "Person" 
will disable the posibility of editing multiple dates for a person in 
the same time.
I suggest showing a "Save changes" dialog over the "EVR" when it is 
being closed.



-- System Information:
Debian Release: 5.0
 APT prefers unstable
 APT policy: (650, 'unstable'), (600, 'testing'), (200, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gramps depends on:
ii  librsvg2-common   2.22.2-4   SAX-based renderer library 
for SVG
ii  python2.5.2-3An interactive high-level 
object-o
ii  python-central0.6.8  register and build utility 
for Pyt

ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gnome2 2.22.0-1   Python bindings for the 
GNOME desk
ii  python2.5 2.5.2-15   An interactive high-level 
object-o


Versions of packages gramps recommends:
ii  graphviz  2.20.2-3   rich set of graph drawing tools
ii  python-gnome2-desktop 2.22.0-2   Python bindings for the 
GNOME desk
ii  python-gnome2-extras  2.19.1-3.1 Extra Python bindings for 
the GNOM
ii  python-reportlab  2.2-2  ReportLab library to create 
PDF do
ii  ttf-freefont  20080323-3 Freefont Serif, Sans and 
Mono True
ii  xdg-utils 1.0.2-6.1  desktop integration 
utilities from


gramps suggests no packages.

-- no debconf information




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



Bug#513158: CVE-2009-0260: Multiple cross-site scripting vulnerabilities

2009-01-26 Thread Steffen Joeris
Package: python-moinmoin
Severity: grave
Tags: security, patch
Justification: user security hole

Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for moin.

CVE-2009-0260[0]:
| Multiple cross-site scripting (XSS) vulnerabilities in
| action/AttachFile.py in MoinMoin before 1.8.1 allow remote attackers
| to inject arbitrary web script or HTML via an AttachFile action to the
| WikiSandBox component with (1) the rename parameter or (2) the drawing
| parameter (aka the basename variable).

The upstream patch can be found here[1]. Please note that despite the
CVE description, version 1.8.1 in sid is still vulnerable.

Also, I haven't looked at the attack vector yet, but if we end up fixing
this for stable as well, we should adjust the wikiutil.escape function
to also take care of single quotes "'".
However, the patch should be trivial as well.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0260
http://security-tracker.debian.net/tracker/CVE-2009-0260
[1] http://hg.moinmo.in/moin/1.8/rev/8cb4d34ccbc1



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



Bug#513151: [Pkg-utopia-maintainers] Bug#513151: network-manager should depend on dnsmasq-base

2009-01-26 Thread Eckhart Wörner
Hi,

Am Montag, 26. Januar 2009 22:43:49 schrieb Michael Biebl:
> you are right, for creating ad-hoc networks you need dnsmasq-base
> installed.
>
> I'm a bit uncertain though to make dnsmasq-base a hard dependency, as most
> users will probably never create an ad-hoc network, thus if it would be
> better to make dnsmasq-base a Recommends, to leave the choice to the user
> (just as policykit and avahi-autoipd are currently suggests and
> recommends).
>
> What would you prefer?

well, I'm fine with both of them.

Eckhart



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



Bug#450742: installation: sound driver problem - no sound on Dell Optiplex GX1

2009-01-26 Thread bruce robson


> Does this error still occur with more recent kernel versions?
> 
> If the problem persists and since the cs423x drivers have seen hardly
> any recent changes please report this bug upstream at bugzilla.kernel.org
> and tell us the bug number.
> 
> Cheers,
> Moritz
 
My Dell OptiPlex GXa is running etch with all updates
and security fixes and the problems still occurs.
 
dpkg -l output for the kernel is 
linux-image-2.6.18-6-686  2.6.18.dfsg.1-23etch1
 
I reported this upstream as bug 12545 
http://bugzilla.kernel.org/show_bug.cgi?id=12545
_
Hotmail® goes where you go. On a PC, on the Web, on your phone. 
http://www.windowslive-hotmail.com/learnmore/versatility.aspx#mobile?ocid=TXT_TAGHM_WL_HM_versatility_121208
 


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



Bug#513130: [Pkg-utopia-maintainers] Bug#513130: network-manager: wifi doest connect

2009-01-26 Thread Michael Biebl
Nicolas wrote:
> Package: network-manager
> Version: 0.7.0-1
> Severity: important
> 
> Whit this verson i cant connect to any acces point.
> In knetworkmanger when i make click on some AP nothing happends.
> I can se the singal an all the networks near but i cant connect any of them.
> With the lastest networkamager plasma applet i have the same problem.
> 
> Whit network-manager 0.6 i have no problem.
> 
> I have a Intel PRO/Wireless 3945ABG

Hi Nicolas,

could you please check /var/log/auth.log and syslog, if you have the same error
messages as in bug report 511526 [1]. Do you have network-manager-gnome
installed or not?


Cheers,
Michael

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511526
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#509581: $sendmail option unconditionally and wrongly uses --

2009-01-26 Thread Antonio Radici

tag 509581 +upstream confirmed patch
forwarded 509581 http://dev.mutt.org/trac/ticket/3168
thanks

Hi,
I've reported the bug upstream.

For your original question: the only thing that .muttrc suggests
is to add the my_hdr :-(

Cheers
Antonio



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



Bug#513151: [Pkg-utopia-maintainers] Bug#513151: network-manager should depend on dnsmasq-base

2009-01-26 Thread Michael Biebl
severity 513151 important
thanks

Eckhart Wörner wrote:
> Package: network-manager
> Version: 0.7.0-1
> Severity: serious
> Justification: Policy 3.5
> 
> 
> Without dnsmasq-base installed, nm-applet fails silently in creating an 
> ad-hoc network.
> NetworkManager outputs the following messages:
> 
>   start_sharing(): (eth1/eth1): failed to start dnsmasq: Could not find 
> dnsmasq binary.
> 
>   nm_device_activate_stage5_ip_config_commit(): Activation (eth1) Stage 
> 5 of 5 (IP Configure Commit) start sharing failed.
> 
> 
> With dnsmasqbase installed, everything seems to work fine.
> Note that the missing dependency on dnsmasq-base is only a guess.

Hi Eckhart,

you are right, for creating ad-hoc networks you need dnsmasq-base installed.

I'm a bit uncertain though to make dnsmasq-base a hard dependency, as most users
will probably never create an ad-hoc network, thus if it would be better to make
dnsmasq-base a Recommends, to leave the choice to the user (just as policykit
and avahi-autoipd are currently suggests and recommends).

What would you prefer?

FWIW, I downgraded to important, as I think that the package works just fine for
the vast majority of users without problems).

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#513155: dirvish: excempt certain mountpoints from xdev: 1

2009-01-26 Thread Jö Fahlke
Package: dirvish
Version: 1.2.1-1.1
Severity: wishlist

Hi!

I'd like to excempt certain mountpoints from the effect of xdev: 1.
In my case, that would be /boot, but others might like to do the same
with /usr or /home.  This would allow me to backup the whole computer
to the same image.

The current alternative is to set xdev: 0 and exclude all possible
mountpoints selectively.  This is clumsy and error-prone.  For
example, you might start out with an exclude list like

  /dev/**
  /proc/**
  /sys/**
  /media/*/**
  /mnt/**
  /tmp/**

Half a year later you start experimenting with AFS.  Of course you
forget to add /afs to your exclude list, so you end up backing up
quiet a bunch of universities as well as CERN.  Other candidates for
such surprises are CODA and autofs.

A list of mountpoints to exclude from xdev: 1 can prevent such
surprises.  Of course, here you might move /usr or /home to it's own
partition and forget to put it on the include list, but at least you
can choose your poison yourself :)

This could be implemented by starting a new rsync for each mountpoint
in the list.  Maybe it's even possible to do it in one rsync command,
but the rsync man page doesn't seem to explain what exactly happens
with multiple source args.

Thanks,
Jö.

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

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

Versions of packages dirvish depends on:
ii  libtime-modules-perl 2006.0814-2 Various Perl modules for time/date
ii  libtime-period-perl  1.20-8  Perl library for testing if a time
ii  perl 5.10.0-19   Larry Wall's Practical Extraction 
ii  perl-modules 5.10.0-19   Core Perl modules
ii  rsync3.0.3-2 fast remote file copy program (lik

Versions of packages dirvish recommends:
ii  ssh   1:5.1p1-5  secure shell client and server (me

dirvish suggests no packages.

-- no debconf information

-- 
P.S: P.S. in Emails ist ziemlich überflüssing.


signature.asc
Description: Digital signature


Bug#513128: xserver-xorg-core: X server crashes every time when gnome-screensaver starts (after recent upgrade)

2009-01-26 Thread Brice Goglin
Dmitri Toptygin wrote:
> Backtrace:
> 0: /usr/X11R6/bin/X(xf86SigHandler+0x7e) [0x80c91ce]
> 1: [0xb7f11400]
> 2: /usr/lib/libpixman-1.so.0 [0xb7e9d5e4]
> 3: /usr/lib/libpixman-1.so.0 [0xb7ea1646]
> 4: /usr/lib/libpixman-1.so.0(pixman_image_composite+0x569) [0xb7ea1299]
> 5: /usr/lib/xorg/modules//libfb.so(fbComposite+0x1b2) [0xb7969202]
> 6: /usr/X11R6/bin/X [0x8175613]
> 7: /usr/X11R6/bin/X(CompositePicture+0x17e) [0x815e5de]
>   

I've seen several backtraces like this, it's hard to know which one this
one is. You should try catching a better backtrace with gdb. Install
libpixman-1-0 and xserver-xorg-core-dbg, restart X, login from another
machine with ssh, run gdb -p $(pidof X) in this ssh, wait for the crash
to occur, and enter "bt full" in gdb.

> 2) You asked: "Why are you using vesa instead of radeon ?"
>
> This is because the Radeon driver never worked even once on this
> machine. When I run Windows XP on the same computer, it somehow uses the
> Radeon graphics card at its full speed, which tells me that the card is
> not broken. Under Linux I was able to use this card only with the Vesa
> driver, which gives a very bad speed; since I do not use this for games
> or movies (I only run molecular dynamics simulations and other science
> projects on this computer), the speed of the graphics card is not
> critical. Radeon driver did not work since the first time when I
> attempted to install Debian Linux. It also did not work under RedHat
> Linux, which I tried to install prior to Debian Linux.
>   

I don't know which Xorg server/driver you were running last time you try
radeon. But you have a Radeon X600, it is supposed to work very well.
You should really try again...

Brice




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



Bug#513157: apt: files in directory /var/lib/apt/lists/partial

2009-01-26 Thread Jörg-Volker Peetz
Package: apt
Version: 0.7.20
Severity: normal

Dear APT development team,

lately I see files accumulating in /var/lib/apt/lists/partial from "aptitude
update" to "aptitude update".
In my understanding, in this directory should only remain files in case the
"update" command got interrupted somehow.
Shouldn't the files in directory /var/lib/apt/lists/partial not be removed
automatically?
-- 
Regards,
Jörg-Volker.






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



Bug#511526: [Pkg-utopia-maintainers] Bug#511526: [dbus] Can't connect through knetworkmanager to both wired and wireless networks

2009-01-26 Thread Michael Biebl
Luca Brivio wrote:
> Package: dbus
> Version: 1.2.8-1
> 
> I'm experiencing the same problem, but with wired networks too.
> 
> The syslog says e.g.:
> 
>> NetworkManager:   wait_for_connection_expired(): Connection (2)
>> /org/freedesktop/NetworkManagerSettings/Connection/1 failed to activate
>> (timeout): (0) Connection was not provided by any settings service
> 
> for wireless networks, and the same thing for wired ones (just the number 
> after "Connection/" changes).
> 
> It should be the same bug as [1], thus seems to belong to network-manager-kde 
> rather than to dbus.
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=475468
> 

Could you copy the attached D-Bus config file (from network-manager-gnome) to
/etc/dbus-1/system.d/, run
/etc/init.d/dbus reload
/etc/init.d/network-manager restart

and restart knetworkmanager to check if this works.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?


	
		

		
		

		
		
	
	
		

		
		

		
		
	
	
		

		
		

		
		
	
	
		

		
		
		
		
	

	512




signature.asc
Description: OpenPGP digital signature


Bug#513036: Global or local implementation

2009-01-26 Thread W. Martin Borgert
On 2009-01-26 21:33, Helge Kreutzmann wrote:
> remember to always send your
> reply to the submitter

OK.

> Are you implementing this in the English original or should the German
> team implement it in their translation? I suggest for Lenny to do the
> former, for Squeeze the latter.

All names are available for all languages now. Just use
&releasename; for "lenny" and &Releasename; for "Lenny". (And 
oldreleasename/Oldreleasename for etch/Etch and
nextreleasename/Nextreleasename for squeeze/Squeeze.)



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



  1   2   3   4   >