Bug#481302: bubbros: two level files missing?

2008-05-14 Thread Gürkan Sengün

Package: bubbros
Version: 1.6-1
Severity: wishlist

Could you please add the AndyLands.bin and Dreamland.bin level sets to the 
package?

Find them here:
http://gnu.ethz.ch/bubbros-1.5/bubbob/levels/

Yours,
Gürkan




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



Bug#468236: Patch used in NMU of buildbot

2008-05-14 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
> This is the patch used in my NMU.

Any hope of having this fix applied to buildbot?  It was not included
in the 0.7.7-1 upload.  buildbot is one of the 9 remaining packages in
unstable without init.d dependency information.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#481086: [Pkg-xfce-devel] Bug#481086: xfce4-panel: plugins ignore multiscreen environment

2008-05-14 Thread Yves-Alexis Perez
On jeu, 2008-05-15 at 00:42 -0600, David Mohr wrote:
> Hopefully later this summer I can have a look at these bugs though,
> thanks for pointing them out. Since I'm using that multi-screen setup
> maybe we can make some progress on them.

Yeah, that would be really nice. I don't have a working “zaphod mode”
setup, so I can't really check this. There's another bug on xfdesktop4
or xfwm4 about this, if you have time too.

You can idle on [EMAIL PROTECTED] if you want to reach us directly.

Cheers,
-- 
Yves-Alexis


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


Bug#481300: netfilter-extensions-source: Fails to build against 2.6.25.3

2008-05-14 Thread Matthew Gabeler-Lee
Package: netfilter-extensions-source
Version: 20080326+debian-1
Severity: normal

When trying to build against stock linux 2.6.25.3 kernel (haven't tried any
other kernel versions), I get the following errors:

  CC [M]  /usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.o
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c: In 
function 'tarpit_tcp':
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:168: 
warning: passing argument 1 of 'ip_route_output_key' from incompatible pointer 
type
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:168: 
warning: passing argument 2 of 'ip_route_output_key' from incompatible pointer 
type
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:168: 
error: too few arguments to function 'ip_route_output_key'
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c: In 
function 'tarpit':
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:241: 
error: 'NF_IP_LOCAL_IN' undeclared (first use in this function)
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:241: 
error: (Each undeclared identifier is reported only once
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:241: 
error: for each function it appears in.)
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c: In 
function 'check':
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:264: 
error: 'NF_IP_LOCAL_IN' undeclared (first use in this function)
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:265: 
error: 'NF_IP_FORWARD' undeclared (first use in this function)
make[4]: *** 
[/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.o] Error 1

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

Kernel: Linux 2.6.25-1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages netfilter-extensions-source depends on:
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  debhelper 6.0.11 helper programs for debian/rules
ii  make  3.81-4 The GNU version of the "make" util
ii  module-assistant  0.10.11.0  tool to make module package creati

netfilter-extensions-source recommends no packages.

-- no debconf information



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



Bug#481301: Please coordinate the oui.txt file at some common shared place

2008-05-14 Thread Gürkan Sengün

Package: ocsinventory-reports
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contents&keywords=oui.txt&mode=path&suite=unstable&arch=any

Yours,
Gürkan





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



Bug#481086: [Pkg-xfce-devel] Bug#481086: xfce4-panel: plugins ignore multiscreen environment

2008-05-14 Thread David Mohr
On Thu, May 15, 2008 at 12:27 AM, Yves-Alexis Perez <[EMAIL PROTECTED]> wrote:
> On mar, 2008-05-13 at 09:41 -0600, David Mohr wrote:
>> Some plugins ignore the screen they are on in a multiscreen (i.e. :0.0
>> and :0.1) display, and always launch on the primary screen.
>>
>> Attached is a patch that fixes that problem. It is already in svn, see
>> r26937 in the 4_4 branch.
>
> Does this patch fixes #408534/#470227 too?

Unfortunately, no. These fixes are just for the plugins, the appearing
on the wrong screen issue did not occur with the panel itself.

Hopefully later this summer I can have a look at these bugs though,
thanks for pointing them out. Since I'm using that multi-screen setup
maybe we can make some progress on them.

~David



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



Bug#295526: libpam-unix2 only works as root

2008-05-14 Thread Christoph Pleger
Hello,

> >> - The patch needs to be updated to apply against the current package in
> >> unstable.

>> Done. I have attached a patch for unix_auth.c

Here are the .diff.gz and the .dsc file for my current version of 
libpam-unix2.

I created a separate subdirectory for unix2_chkpwd (which will appear when 
dpatching), wrote a Makefile, added the necessary steps in debian/rules to 
build and install unix2_chkpwd, and added Olaf Kirch as an upstream author.

Regards
  Christoph 


libpam-unix2_2.1-5.diff.gz
Description: GNU Zip compressed data
Format: 1.0
Source: libpam-unix2
Binary: libpam-unix2
Architecture: any
Version: 2.1-5
Maintainer: Ivan Kohler <[EMAIL PROTECTED]>
Standards-Version: 3.6.0
Build-Depends: autoconf, debhelper (>= 4.0.0), dpatch, libpam0g-dev (>= 0.81), 
libtool, libxcrypt-dev
Files: 
 d185fca919a9244dedda5e1b16a5ef58 251846 libpam-unix2_2.1.orig.tar.gz
 18fe1fc13c18c35199e61b359ab5d2f7 24247 libpam-unix2_2.1-5.diff.gz


Bug#481296: Please coordinate the oui.txt file at some common shared place

2008-05-14 Thread Gürkan Sengün

Package: arp-scan
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

Yours,
Gürkan




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



Bug#295526: libpam-unix2 only works as root

2008-05-14 Thread Christoph Pleger
Hello,

> I have Cc:'ed [EMAIL PROTECTED], the PAM maintainers:

Here are the .dsc and the .diff.gz file for my current version of 
libpam-unix2.

I have included unix2_chkpwd.c and unix2_chkpwd.8 in a separate subdirectory 
(which will appear when dpatching), wrote a Makefile, added the necessary 
steps in debian/rules to build and install unix2_chkpwd, and added Olaf Kirch 
as an upstream author.

Regards
  Christoph
  



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



Bug#405773: Mysql auth how then?

2008-05-14 Thread Joey Schulze
Joey Schulze wrote:
> Peter Scott wrote:
> > Can somebody please, please tell me HOW YOU DO auth with etch apache 2.2 
> > mysql?
> 
> Hi Peter,
> 
> there was libapache2-mod-auth-mysql in sid which you can rebuild on etch.
> Since it has been removed from unstable you'll have to fetch the source
> code from .

I've just seen that you've tried mod-auth-mysql 3.0.  Beware, that's
a totally different approach.  The one mentioned above has been included
in Debian once and works on Debian.  I use it on etch.

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier

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



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



Bug#481297: Please coordinate the oui.txt file at some common shared place

2008-05-14 Thread Gürkan Sengün

Package: ntop
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contents&keywords=oui.txt&mode=path&suite=unstable&arch=any

Yours,
Gürkan





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



Bug#481299: Please coordinate the oui.txt file at some common shared place

2008-05-14 Thread Gürkan Sengün

Package: btscanner
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contents&keywords=oui.txt&mode=path&suite=unstable&arch=any

Yours,
Gürkan







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



Bug#481298: Please coordinate the oui.txt file at some common shared place

2008-05-14 Thread Gürkan Sengün

Package: arpalert
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contents&keywords=oui.txt&mode=path&suite=unstable&arch=any

Yours,
Gürkan






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



Bug#405773: Mysql auth how then?

2008-05-14 Thread Joey Schulze
Peter Scott wrote:
> Can somebody please, please tell me HOW YOU DO auth with etch apache 2.2 
> mysql?

Hi Peter,

there was libapache2-mod-auth-mysql in sid which you can rebuild on etch.
Since it has been removed from unstable you'll have to fetch the source
code from .

I'm currently pondering if it would make sense to bring that package
back into shape and into sid - at least until mod_dbd can support
mysql.

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier

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



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



Bug#481086: [Pkg-xfce-devel] Bug#481086: xfce4-panel: plugins ignore multiscreen environment

2008-05-14 Thread Yves-Alexis Perez
On mar, 2008-05-13 at 09:41 -0600, David Mohr wrote:
> Some plugins ignore the screen they are on in a multiscreen (i.e. :0.0
> and :0.1) display, and always launch on the primary screen.
> 
> Attached is a patch that fixes that problem. It is already in svn, see
> r26937 in the 4_4 branch.

Does this patch fixes #408534/#470227 too?

Cheers,
-- 
Yves-Alexis


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


Bug#481279: gecko: Making changes in theme and Iceweasel crashed

2008-05-14 Thread Martin Michlmayr
reassign 481279 iceweasel
thanks

* Mitch <[EMAIL PROTECTED]> [2008-05-14 20:33]:
> Package: gecko

gecko is not a valid package in Debian; please file your bug reports
on iceweasel.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#481029: cl-sql-oracle fails to connect to oracle database

2008-05-14 Thread Paul Metcalfe
2008/5/14 Kevin Rosenberg <[EMAIL PROTECTED]>:

> I don't know. I don't have an Oracle system for testing so I'm unable
> to further characterize the issue. I do know those those type
> declarations for SBCL's FFI can be crucial to have in place or
> performance can be quite impacted.

Are there any tests you'd like me to perform?  [ I'm very very new to
CL, so you might have to use words of few syllables... ]

-- 
pdm



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



Bug#481248: libuuid1 greps /etc/passwd instead of calling getent

2008-05-14 Thread Matthias Klose
Theodore Tso writes:
> On Wed, May 14, 2008 at 09:33:36PM +0200, Matthias Klose wrote:
> > Package: libuuid1
> > Version: 1.40.8-2
> > Severity: serious
> > 
> > from the postinst:
> > > if ! grep -q libuuid /etc/passwd; then
> > 
> > directly grepping /etc/passwd looks suspicious.
> 
> OK, but why is this a "serious" bug?  Grepping /etc/passwd isn't a
> violation of policy
> 
> Using getent instead of grepping /etc/passwd would suppress adding a
> local group if libuuid were defined in Yellow Pages, I suppose.  But
> having an extra entry in /etc/passwd is hardly the end of the world.

I did set the priority because it looks like it will fail the install
if the user already exists in NIS. Please downgrade if it doesn't fail.

  Matthias



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



Bug#418899: Announce of the upcoming NMU for the laptop-net package

2008-05-14 Thread Christian Perrier
Dear maintainer of laptop-net and Debian translators,

Some days ago, I sent a notice to the maintainer of the laptop-net Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fr ja nl pt ro sv vi

Among these, the following translations are incomplete: 

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the laptop-net package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, May 24, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, May 04, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Thursday, May 15, 2008   : send this notice
 Thursday, May 22, 2008   : deadline for receiving translation updates
 Saturday, May 24, 2008   : build the package and upload it to DELAYED/2-day
 send the NMU patch to the BTS
 Monday, May 26, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-05-15 07:47+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Overwrite laptop-net configuration files?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you set this option, you will be asked a series of questions about your "
"network configuration, and the answers to those questions will be used to "
"generate new configuration files for laptop-net.  The new configuration "
"files will overwrite any existing configuration files, and any changes you "
"might have made to them in the past."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you don't set this option, your configuration files will not be changed."
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid "Network-interface driver module:"
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid ""
"If you are using a network interface adapter driver that lacks adequate "
"power management support then it is best if the driver is built as a "
"module.  See the documentation for details.  If your driver is built as a "
"module, enter the module's name here.  (For example, on the HP OmniBook 500 "
"or 6000 computers, the correct module name is \"3c59x\".)"
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid "If you do not need any module or if you are unsure, leave this blank."
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid ""
"Be aware that if your driver lacks adequate power management support then it "
"may not work properly after a suspend and resume cycle."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:3001
msgid "Does your network-interface driver support MII?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:3001
msgid ""
"MII stands for \"Media Independent Interface\".  Drivers that support MII "
"can sense whether or not the network cable is plugged in and operating. If "
"your hardware and driver support this then select this option here and this "
"package will make use of this feature to detect cable insertion and "
"removal.  Otherwise, do not select this option."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:3001
msgid ""
"The following drivers support MII as of Linux 2.4.5: 3c59x 8139too eepro100 "
"epic100 fealnx hamachi ioc3-eth natsemi pcnet32 pegasus sis900 starfire "
"sundance tlan tulip via-rhine winbond-840 yellowfin."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:4001
msgid "Use DHCP for network configuration?"
msgstr ""

#. Type: boo

Bug#423686: Announce of the upcoming NMU for the gnats package

2008-05-14 Thread Christian Perrier
Dear maintainer of gnats and Debian translators,

Some days ago, I sent a notice to the maintainer of the gnats Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fi fr ja nl pt pt_BR ru sv vi

Among these, the following translations are incomplete: 

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the gnats package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, May 24, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, May 04, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Thursday, May 15, 2008   : send this notice
 Thursday, May 22, 2008   : deadline for receiving translation updates
 Saturday, May 24, 2008   : build the package and upload it to DELAYED/2-day
 send the NMU patch to the BTS
 Monday, May 26, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-01 20:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../templates:1001
msgid "What is the name of the GNATS site?"
msgstr ""

#. Type: string
#. Description
#: ../templates:1001
msgid ""
"This name should be a single word, it is used as a part of the e-mail alias "
"for delivering problem reports."
msgstr ""

#. Type: note
#. Description
#: ../templates:2001
msgid "Database moved to ${GNATSDBDIR}."
msgstr ""

#. Type: note
#. Description
#: ../templates:2001
msgid ""
"A previous package version put the GNATS database under ${BADDIR}. It has "
"now been moved to the right location."
msgstr ""

#. Type: note
#. Description
#: ../templates:3001
msgid "You must move the database to ${GNATSDBDIR}."
msgstr ""

#. Type: note
#. Description
#: ../templates:3001
msgid ""
"A previous package version put the GNATS database under ${BADDIR}. I could "
"not move it to the right location, so you have to do so manually."
msgstr ""

#. Type: note
#. Description
#. Type: note
#. Description
#: ../templates:4001 ../templates:5001
msgid "You should enable scripts in the Exim configuration."
msgstr ""

#. Type: note
#. Description
#: ../templates:4001
msgid ""
"It seems you have installed Exim, with script handling disabled in its "
"configuration.  If this is so, GNATS will not be able to receive bug reports "
"via e-mail.  I would suggest you to uncomment one of the lines"
msgstr ""

#. Type: note
#. Description
#: ../templates:4001
msgid "in your file ${EXIMCONF}, in the section \"system_aliases\"."
msgstr ""

#. Type: note
#. Description
#: ../templates:5001
msgid ""
"It seems you have installed Exim, with no script handling enabled in its "
"configuration.  If this is so, GNATS will not be able to receive bug reports "
"via e-mail.  I would suggest you to add the line"
msgstr ""

#. Type: note
#. Description
#: ../templates:5001
msgid "to your file ${EXIMCONF}, in the section \"system_aliases\"."
msgstr ""

#. Type: note
#. Description
#: ../templates:6001
msgid "You should set up qmail aliases for GNATS."
msgstr ""

#. Type: note
#. Description
#: ../templates:6001
msgid ""
"It seems you use qmail as your mail transfer program.  It is recommended to "
"add the following lines into your qmail users/assign file:"
msgstr ""

#. Typ

Bug#435255: Announce of the upcoming NMU for the wu-ftpd package

2008-05-14 Thread Christian Perrier
Dear maintainer of wu-ftpd and Debian translators,

Some days ago, I sent a notice to the maintainer of the wu-ftpd Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs de es eu fr ja nl pl pt sv vi

Among these, the following translations are incomplete: cs nl pl

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the wu-ftpd package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, May 24, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, May 04, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Thursday, May 15, 2008   : send this notice
 Thursday, May 22, 2008   : deadline for receiving translation updates
 Saturday, May 24, 2008   : build the package and upload it to DELAYED/2-day
 send the NMU patch to the BTS
 Monday, May 26, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-07-21 12:21+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Choices
#: ../templates:1001
msgid "inetd, standalone"
msgstr ""

#. Type: select
#. Description
#: ../templates:1002
msgid "Mode of running wu-ftpd:"
msgstr ""

#. Type: select
#. Description
#: ../templates:1002
msgid ""
"wu-ftpd can now be run as a standalone daemon instead of being called from "
"inetd. This means wu-ftpd can respond slightly faster to a new connection, "
"especially under high load."
msgstr ""

#. Type: text
#. Description
#: ../templates:2001
msgid "Copying ${target} to make ${ftpusers} a regular file."
msgstr ""

#. Type: text
#. Description
#: ../templates:2001
msgid ""
"Your ${ftpusers} file is currently a symbolic link. Due to new restrictions "
"in the PAM package, this is no longer allowed."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:3001
msgid "Update out-of-date binaries in ${ftphome}?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:3001
msgid ""
"Your binaries and libraries in ${ftphome} are out-of-date. This could break "
"your anonymous FTP services."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:4001
msgid "Do you want to allow anonymous ftp access?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:4001
msgid ""
"Anonymous FTP allows users to log in to the server using the username "
"\"anonymous\" and their e-mail address as a password. This is usually used "
"to give people access to public files."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:4001
msgid ""
"If you accept here, a user called 'ftp' will be created, along with a home "
"directory (which will be the root of the anonymous FTP area). The home "
"directory will be populated with the binaries, libraries and configuration "
"files necessary for anonymous FTP to work."
msgstr ""

#. Type: string
#. Description
#: ../templates:5001
msgid "Location of the FTP home directory:"
msgstr ""

#. Type: string
#. Description
#: ../templates:5001
msgid ""
"This is the directory where the anonymous FTP area will be created, and the "
"home directory for the \"ftp\" user. It must be an absolute path (ie: it "
"must begin with a '/')."
msgstr ""

#. Type: note
#. Description
#: ../templates:6001
msgid "The FTP home directory you specified is not an absolute path"
msgstr ""

#. Type: note
#. Description
#: ../templates:6001
msgid ""
"The FTP home directory must be an absolute path. In other words, it must "
"start with a '/', eg: \"/home/ftp\"."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:7001
msgid 

Bug#459069: miro: If the XVideo extension is missing, video has wrong colors and extremly low framerate

2008-05-14 Thread Tobias Diedrich
Uwe Hermann wrote:
> Is this still a problem with miro 1.2.3-1?

I'll try to retest it this weekend.

> If so, are you sure it's
> miro-related and not video-driver related?

Yes, since it works fine in MPlayer it's not the Xorg video driver.
It may be the video pipeline used by miro, but I haven't looked into
what it's using (gstreamer?).

> How can I reproduce?

Configuring Xorg to use the fbdev video driver should do the trick.
I'll try to confirm it this weekend.
Or buy one of these fancy ATI HD2600 GFX cards. ;)

HTH,

-- 
Tobias  PGP: http://9ac7e0bc.uguu.de



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



Bug#479894: traverso: missing dependency libqt4-opengl

2008-05-14 Thread Gürkan Sengün

Please refer to #478264 to see why this happened.

I am waiting for the upstream fix for #467096 to close these bugs.

Thanks,
Gürkan



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



Bug#481295: Preconfiguring of openssh-servers fails due to mount option "noexec" on /tmp

2008-05-14 Thread Meinhard Schneider
Package: openssh-server
Version: 1:4.3p2-9etch1
Severity: important

Just updated openssh-* and got this message:
[...]
Preconfiguring packages ...
Can't exec "/tmp/openssh-server.config.35001": Permission denied at 
/usr/share/perl/5.8/IPC/Open3.pm line 168.
open2: exec of /tmp/openssh-server.config.35001 configure 1:4.3p2-9 failed at 
/usr/share/perl5/Debconf/ConfModule.pm line 58
openssh-server failed to preconfigure, with exit status 9
[...]

This error comes due to mount options for /tmp:
/dev/md1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/mapper/vg00-home_lv on /home type ext3 
(rw,nosuid,nodev,acl,usrquota,grpquota)
/dev/mapper/vg00-tmp_lv on /tmp type ext3 (rw,noexec,nosuid,nodev)
/dev/mapper/vg00-usr_lv on /usr type ext3 (rw,nodev)
/dev/mapper/vg00-var_lv on /var type ext3 (rw,nosuid,nodev)
/dev/mapper/vg00-varlog_lv on /var/log type ext3 (rw,noexec,nosuid,nodev)
/dev/mapper/vg00-varspoolsquid_lv on /var/spool/squid type ext3 
(rw,noexec,nosuid,nodev)
/dev/mapper/vg00-vartmp_lv on /var/tmp type ext3 (rw,noexec,nosuid,nodev)


I believe it is legal to mount /tmp without binary exec support for
security improvement. Executing scripts from /tmp is IMHO a very bad
idea.

-- 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.24.3
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openssh-server depends on:
ii  add 3.102Add and remove users and groups
ii  deb 1.5.11etch1  Debian configuration management sy
ii  dpk 1.13.25  package maintenance system for Deb
ii  lib 2.3.6.ds1-13etch5GNU C Library: Shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 common error description library
ii  lib 1.4.4-7etch5 MIT Kerberos runtime libraries
ii  lib 0.79-5   Pluggable Authentication Modules f
ii  lib 0.79-5   Runtime support for the PAM librar
ii  lib 0.79-5   Pluggable Authentication Modules l
ii  lib 1.32-3   SELinux shared libraries
ii  lib 0.9.8c-4etch3SSL shared libraries
ii  lib 7.6.dbs-13   Wietse Venema's TCP wrappers libra
ii  ope 0.1.1list of blacklisted OpenSSH RSA an
ii  ope 1:4.3p2-9etch1   Secure shell client, an rlogin/rsh
ii  zli 1:1.2.3-13   compression library - runtime

openssh-server recommends no packages.

-- debconf information excluded



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



Bug#480798: Don't build depend on libxul-dev

2008-05-14 Thread Mike Hommey
patch 480798 + patch
thanks

On Mon, May 12, 2008 at 09:07:24AM +0200, Mike Hommey wrote:
> Package: gcj-4.1
> Severity: wishlist
> User: [EMAIL PROTECTED]
> Usertags: xulrunner-transition
> 
> With the upcoming xulrunner transition, libxul-dev is going to disappear.
> 
> I already sent instructions on what you should be doing in
> http://lists.debian.org/debian-release/2008/05/msg9.html
> 
> This bug report is mostly to help follow the transition going.
> 
> FYI, I will start NMUing plugins and components next week, and will break
> the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
> 
> Though help will be appreciated, I'll also prepare updated packages for
> these during this week and next.

Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.

Thanks,

Mike
diff -u gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch
--- gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch
+++ gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch
@@ -727,11 +727,11 @@
   if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 -echo "$as_me:$LINENO: checking for seamonkey-plugin" >&5
 -echo $ECHO_N "checking for seamonkey-plugin... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for seamonkey-plugin seamonkey-xpcom" >&5
-+echo $ECHO_N "checking for seamonkey-plugin seamonkey-xpcom... $ECHO_C" >&6
++echo "$as_me:$LINENO: checking for iceape-plugin iceape-xpcom" >&5
++echo $ECHO_N "checking for seamonkey-plugin iceape-xpcom... $ECHO_C" >&6
  
 -if $PKG_CONFIG --exists "seamonkey-plugin" ; then
-+if $PKG_CONFIG --exists "seamonkey-plugin seamonkey-xpcom" ; then
++if $PKG_CONFIG --exists "iceape-plugin iceape-xpcom" ; then
  echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  succeeded=yes
@@ -739,14 +739,14 @@
  echo "$as_me:$LINENO: checking MOZILLA_CFLAGS" >&5
  echo $ECHO_N "checking MOZILLA_CFLAGS... $ECHO_C" >&6
 -MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-plugin"`
-+MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "seamonkey-plugin seamonkey-xpcom"`
++MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "iceape-plugin iceape-xpcom"`
  echo "$as_me:$LINENO: result: $MOZILLA_CFLAGS" >&5
  echo "${ECHO_T}$MOZILLA_CFLAGS" >&6
  
  echo "$as_me:$LINENO: checking MOZILLA_LIBS" >&5
  echo $ECHO_N "checking MOZILLA_LIBS... $ECHO_C" >&6
 -MOZILLA_LIBS=`$PKG_CONFIG --libs "seamonkey-plugin"`
-+MOZILLA_LIBS=`$PKG_CONFIG --libs "seamonkey-plugin seamonkey-xpcom"`
++MOZILLA_LIBS=`$PKG_CONFIG --libs "iceape-plugin iceape-xpcom"`
  echo "$as_me:$LINENO: result: $MOZILLA_LIBS" >&5
  echo "${ECHO_T}$MOZILLA_LIBS" >&6
  else
@@ -755,7 +755,7 @@
  ## If we have a custom action on failure, don't print errors, but
  ## do set a variable so people can do so.
 -MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "seamonkey-plugin"`
-+MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "seamonkey-plugin seamonkey-xpcom"`
++MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "iceape-plugin iceape-xpcom"`
  
  fi
  
@@ -7635,7 +7635,7 @@
  fi
  if test "x${MOZILLA_FOUND}" = xno; then
 -  PKG_CHECK_MODULES(MOZILLA, seamonkey-plugin, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
-+  PKG_CHECK_MODULES(MOZILLA, seamonkey-plugin seamonkey-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
++  PKG_CHECK_MODULES(MOZILLA, iceape-plugin iceape-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
  fi
  PKG_CHECK_MODULES(GLIB, glib-2.0)
  
diff -u gcj-4.1-4.1.2/debian/control gcj-4.1-4.1.2/debian/control
--- gcj-4.1-4.1.2/debian/control
+++ gcj-4.1-4.1.2/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian GCC Maintainers <[EMAIL PROTECTED]>
 Uploaders: Matthias Klose <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends: dpkg-dev (>= 1.13.9), gcc-4.1-multilib [amd64 i386 powerpc ppc64 s390 sparc kfreebsd-amd64], libc6.1-dev (>= 2.5) [alpha ia64] | libc0.3-dev (>= 2.5) [hurd-i386] | libc0.1-dev (>= 2.5) [kfreebsd-i386 kfreebsd-amd64 knetbsd-gnu] | libc12-dev (>= 2.5) [netbsd-elf-gnu] | libc6-dev (>= 2.5), libc6-dev-amd64 [i386], libc6-dev-sparc64 [sparc], libc6-dev-s390x [s390], libc6-dev-i386 [amd64], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc1 [amd64 ppc64 kfreebsd-amd64], lib64gcc1 [i386 powerpc sparc s390], lib64z1-dev [i386 powerpc sparc s390], lib32z1-dev [amd64 ppc64 kfreebsd-amd64], libunwind7-dev (>= 0.98.5-6) [ia64], libatomic-ops-dev [ia64], m4, autoconf, autoconf2.13, automake1.9, libtool, autogen, gawk, expect-tcl8.3 [hppa

Bug#480812: Don't build depend on libxul-dev

2008-05-14 Thread Mike Hommey
tag 480812 + patch
thanks

On Mon, May 12, 2008 at 09:07:29AM +0200, Mike Hommey wrote:
> Package: vlc
> Severity: wishlist
> User: [EMAIL PROTECTED]
> Usertags: xulrunner-transition
> 
> With the upcoming xulrunner transition, libxul-dev is going to disappear.
> 
> I already sent instructions on what you should be doing in
> http://lists.debian.org/debian-release/2008/05/msg9.html
> 
> This bug report is mostly to help follow the transition going.
> 
> FYI, I will start NMUing plugins and components next week, and will break
> the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
> 
> Though help will be appreciated, I'll also prepare updated packages for
> these during this week and next.

Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.

Thanks,

Mike
diff -ruN vlc-0.8.6.e.orig/debian/control vlc-0.8.6.e/debian/control
--- vlc-0.8.6.e.orig/debian/control	2008-05-15 07:54:07.0 +0200
+++ vlc-0.8.6.e/debian/control	2008-05-15 07:53:38.264609475 +0200
@@ -12,8 +12,7 @@
nasm,
yasm [amd64 kfreebsd-amd64],
gettext,
-   xulrunner,
-   libxul-dev,
+   iceape-dev (>= 1.1.9-4),
xlibmesa-gl-dev,
liba52-0.7.4-dev,
libaa1-dev,
diff -ruN vlc-0.8.6.e.orig/debian/patches/010_iceape.diff vlc-0.8.6.e/debian/patches/010_iceape.diff
--- vlc-0.8.6.e.orig/debian/patches/010_iceape.diff	1970-01-01 01:00:00.0 +0100
+++ vlc-0.8.6.e/debian/patches/010_iceape.diff	2008-05-15 07:52:07.624679169 +0200
@@ -0,0 +1,43 @@
+Index: vlc-0.8.6.e/configure.ac
+===
+--- vlc-0.8.6.e.orig/configure.ac	2008-05-15 07:47:29.880615291 +0200
 vlc-0.8.6.e/configure.ac	2008-05-15 07:47:41.796609662 +0200
+@@ -5119,9 +5119,9 @@
+   if test "${with_mozilla_sdk_path}" = "" -o "${with_mozilla_sdk_path}" = "no"
+   then
+ dnl New firefox-1.5 SDK api
+-PKG_CHECK_MODULES([FIREFOX], [firefox-plugin],
++PKG_CHECK_MODULES([ICEAPE], [iceape-plugin],
+   [
+-PKG_CHECK_MODULES([FIREFOX_XPCOM], [firefox-xpcom],
++PKG_CHECK_MODULES([ICEAPE_XPCOM], [iceape-xpcom],
+   [],
+   [
+ PKG_CHECK_MODULES([MOZILLA_NSPR], [mozilla-nspr],
+@@ -5136,7 +5136,7 @@
+   ]
+ )
+   ])
+-CPPFLAGS="${CPPFLAGS_save} ${FIREFOX_CFLAGS} ${FIREFOX_XPCOM_CFLAGS} ${MOZILLA_NSPR_CFLAGS} ${NSPR_CFLAGS} ${MOZILLA_CPPFLAGS}"
++CPPFLAGS="${CPPFLAGS_save} ${ICEAPE_CFLAGS} ${ICEAPE_XPCOM_CFLAGS} ${MOZILLA_NSPR_CFLAGS} ${NSPR_CFLAGS} ${MOZILLA_CPPFLAGS}"
+ MOZILLA_REQUIRED_HEADERS=1
+ AC_CHECK_HEADERS(mozilla-config.h,,MOZILLA_REQUIRED_HEADERS=0)
+ AC_CHECK_HEADERS(npapi.h,,MOZILLA_REQUIRED_HEADERS=0)
+@@ -5150,7 +5150,7 @@
+ fi
+ MOZILLA_REQUIRED_HEADERS=
+ mozilla=:
+-firefox_include=`pkg-config --variable=includedir firefox-plugin`
++firefox_include=`pkg-config --variable=includedir iceape-plugin`
+ if test -f "${firefox_include}/mozilla-config.h" -a -f "${firefox_include}/mozilla-config32.h"; then
+ MOZILLA_CONFIG_H="${firefox_include}/mozilla-config32.h"
+ elif test -f "${firefox_include}/mozilla-config.h" -a -f "${firefox_include}/mozilla-config64.h"; then
+@@ -5162,7 +5162,7 @@
+ VLC_ADD_LDFLAGS([mozilla], [${X_LIBS} ${X_PRE_LIBS} -lX11 -lXt])
+ fi
+ VLC_ADD_CPPFLAGS([mozilla],[${CPPFLAGS}])
+-VLC_ADD_LDFLAGS([mozilla],[${FIREFOX_LIBS} ${MOZILLA_NSPR_LIBS} ${NSPR_LIBS} ${MOZILLA_LDFLAGS}])
++VLC_ADD_LDFLAGS([mozilla],[${ICEAPE_LIBS} ${MOZILLA_NSPR_LIBS} ${NSPR_LIBS} ${MOZILLA_LDFLAGS}])
+ VLC_ADD_PLUGINS([mozilla])
+ MOZILLA_CONFIG=
+ CPPFLAGS="${CPPFLAGS_save}"
diff -ruN vlc-0.8.6.e.orig/debian/patches/050_bootstrap.diff vlc-0.8.6.e/debian/patches/050_bootstrap.diff
--- vlc-0.8.6.e.orig/debian/patches/050_bootstrap.diff	2008-05-15 07:54:07.0 +0200
+++ vlc-0.8.6.e/debian/patches/050_bootstrap.diff	2008-05-15 07:52:49.377637931 +0200
@@ -1,8 +1,63 @@
-Index: vlc-0.8.6.a.debian/configure
+Index: vlc-0.8.6.e/configure
 ===
 vlc-0.8.6.a.debian.orig/configure	2007-03-17 00:16:23.0 +0100
-+++ vlc-0.8.6.a.debian/configure	2007-03-17 00:17:21.0 +0100
-@@ -2952,10 +2952,6 @@
+--- vlc-0.8.6.e.orig/configure	2008-02-24 20:07:09.0 +0100
 vlc-0.8.6.e/configure	2008-05-15 07:52:39.532607714 +0200
+@@ -988,13 +988,13 @@
+ HAS_WIDL_COMPILER_FALSE
+ BUILD_ACTIVEX_TRUE
+ BUILD_ACTIVEX_FALSE
+-FIREFOX_CFLAGS
+-FIREFOX_LIBS
++ICEAPE_CFLAGS
++ICEAPE_LIBS
+ MOZILLA_CONFIG
+ SEAMONKEY_CONFIG
+ XULRUNNER_CONFIG
+-FIREFOX_XPCOM_CFLAGS
+-FIREFOX_XPCOM_LIBS
++ICEAPE_XPCOM_CFLAGS
++ICEAPE_XPCOM_LIBS
+ 

Bug#481294: tuxtype: Please decrease ttf-malayalam-fonts and ttf-sil-doulos from Depends to Recommends

2008-05-14 Thread Andreas Tille
Package: tuxtype
Version: any
Severity: normal

Hi,

when seeking for the package that's responsible for installing 
ttf-malayalam-fonts
on my system I found tuxtype.  IMHO this package should work with one default
font and from the description ttf-sil-andika sounds perfect for this purpose.
The other TTF fonts should be decreased to Recommends to enable installing
tuxtype on small systems.  The typical user of tuxtype has potentially a small
system.  A default installation will install Recommended packages anyway but
you are able to remove unwanted fonts later if they are only recommended.

Kind regards and thanks for maintaining tuxtype

Andreas.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages tuxtype depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libsdl-image1.2   1.2.6-3image loading library for Simple D
ii  libsdl-mixer1.2   1.2.8-3mixer library for Simple DirectMed
ii  libsdl-pango1 0.1.2-4text rendering with Pango in SDL a
ii  libsdl-ttf2.0-0   2.0.9-1ttf library for Simple DirectMedia
ii  libsdl1.2debian   1.2.13-2   Simple DirectMedia Layer
pn  ttf-malayalam-fonts(no description available)
ii  ttf-sil-andika0.001.desrev-5 smart Unicode sans serif font for 
ii  ttf-sil-doulos4.102-1smart Unicode font for Latin and C
ii  tuxtype-data  1.5.16.dfsg1-1 Data files for the Educational Typ

tuxtype recommends no packages.



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



Bug#480587: [Pkg-xfce-devel] Bug#480587: xfwm4: Using Compositing causes X to eat major CPU

2008-05-14 Thread Yves-Alexis Perez
(please let the bug on copy)
On mar, 2008-05-13 at 02:17 -0400, Daniel Dickinson wrote:
> Sorry, no.  I meant when I was using gnome...  Now that I'm using
> Xfce4
> compositing doesn't work (not that it's that big a deal, but it is a
> bug).

Ok so what was the config under Gnome (metacity/compiz/xcompmgr)? Do you
use xfce4-terminal? Is it better without? Could you try setting
XLIB_SKIP_ARGB_VISUALS=1 before starting Xfce?

Cheers,
-- 
Yves-Alexis


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


Bug#66878: links should use vi-keys

2008-05-14 Thread Gürkan Sengün

q and Q work.

x/X doesn't. do you want other keys to work?

yours,
gürkan



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



Bug#481293: network-manager-openvpn: failure to connect when passwords contain spaces

2008-05-14 Thread David Clymer
Package: network-manager-openvpn
Version: 0.3.2svn2855-1
Severity: normal


When attempting to connect to an openvpn VPN using
network-manager-openvpn-gnome, and using connection type "x509
certificates", and additionally attempting to use a key which is 
encrypted, and is protected by a password which contains spaces, 
I get the following error:

Could not start the VPN connection 'HRCSB' due to connection error.
The VPN login failed because the VPN program could not connect to the VPN
server.

tcpdump indicates that no attempt to make a connection to the remote
server is made.

When I remove the key from the certificate, or change the password to a
single word, the connection succeeds - no other options need be changed.

As a test, I set the key pass to nothing --> connection succeeded
   I set the key pass to "foobar" --> connection succeeded
   I set the key pass to "foo bar" --> connection failed

I've attached a patch which I believe will address the issue.

-davidc

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

Kernel: Linux 2.6.22-3-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 network-manager-openvpn depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.74-2 simple interprocess messaging syst
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libnm-util0   0.6.6-1network management framework (shar
ii  openvpn   2.1~rc7-1  virtual private network daemon

network-manager-openvpn recommends no packages.

-- no debconf information
--- nm-openvpn-service.c	2006-11-01 11:33:28.0 -0500
+++ /home/david/nm-openvpn-service.c	2008-05-15 01:05:08.0 -0400
@@ -370,8 +370,8 @@
 	  if ( (io_data->username != NULL) &&
 	   (io_data->password != NULL) ) {
 	gsize written;
-	char *buf = g_strdup_printf ("username \"%s\" %s\n"
-	 "password \"%s\" %s\n",
+	char *buf = g_strdup_printf ("username \"%s\" \"%s\"\n"
+	 "password \"%s\" \"%s\"\n",
 	 auth, io_data->username,
 	 auth, io_data->password);
 	/* Will always write everything in blocking channels (on success) */
@@ -382,7 +382,7 @@
 	} else if ( strcmp (auth, "Private Key") == 0 ) {
 	  if ( io_data->certpass != NULL ) {
 	gsize written;
-	char *buf = g_strdup_printf ("password \"%s\" %s\n",
+	char *buf = g_strdup_printf ("password \"%s\" \"%s\"\n",
 	 auth, io_data->certpass);
 	// printf("1: sending: %s\n", buf);
 	/* Will always write everything in blocking channels (on success) */


Bug#480635: Probably hardware

2008-05-14 Thread Brice Goglin
Daniel Dickinson wrote:
> I switched to a different video card.   It uses an r100 chipset instead
> of r200, but is the same ati radeon x.org driver.  It works, so the
> problem is either hardware that has died on me or chipset specific
> problems with the radeon driver.  I'm thinking that it most likely
> simply that it's an old video card and has died.
>   

I looks like a GPU lockup to me. I don't know whether we can seriously
rely on hardware being broken and forget about the problem.

Do you plan to not use the r200 anymore, which means we won't be able to
debug the problem anymore? If so, there may be no point in keeping the
bug open.

Brice




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



Bug#481275: xserver-xorg: xrandr works with RightOf but not LeftOf

2008-05-14 Thread Brice Goglin
Antony Gelberg wrote:
> Package: xserver-xorg
> Version: 1:7.3+10
> Severity: important
>
> Hi,
>
> As you can see, I specify Virtual 2960 1050 in my xorg config.  I have a
> 1680x1050 Philips monitor on the left, and a 1280x1024 Benq on the
> right.  The issues were:
> 1) xrandr reported:
> Screen 0: minimum 320 x 200, current 2560 x 1050, maximum 2960 x 1050
> i.e. current screen size < maximum by 400 pixels.
> 2) My right monitor worked well.  My left monitor was in the right 
> resolution, but the right, ooh let's say 400 pixels ;) was just a 
> replica of what was on my right monitor.
>
> This causes headaches as well as not giving me the screen I wanted.  
>
> I ran xrandr --fb 2960x1050, and xrandr then output:
> Screen 0: minimum 320 x 200, current 2960 x 1050, maximum 2960 x 1050,  
> but still what I was seeing on the screen was no better.
>
> In desperation, I changed LeftOf to RightOf, and it worked 
> perfectly (subject to me swapping the monitors round).  This is surely a 
> bug, as the user shouldn't have to guess a monitor order that might 
> work.
>
> I am not sure whether this is radeon-specific, and have no other 
> hardware to test with, hence I file against this package.
>   

This may be similar to #466526, which has also been reported against the
radeon driver. Not sure what could be causing this kind of problem. We
should report this upstream at bugzilla.freedesktop.org.

Brice





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



Bug#480810: Don't build depend on libxul-dev

2008-05-14 Thread Mike Hommey
tag 480810 + patch
thanks

On Mon, May 12, 2008 at 09:07:25AM +0200, Mike Hommey wrote:
> Package: gtk-vnc
> Severity: wishlist
> User: [EMAIL PROTECTED]
> Usertags: xulrunner-transition
> 
> With the upcoming xulrunner transition, libxul-dev is going to disappear.
> 
> I already sent instructions on what you should be doing in
> http://lists.debian.org/debian-release/2008/05/msg9.html
> 
> This bug report is mostly to help follow the transition going.
> 
> FYI, I will start NMUing plugins and components next week, and will break
> the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
> 
> Though help will be appreciated, I'll also prepare updated packages for
> these during this week and next.

Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.

Thanks,

Mike
diff -u gtk-vnc-0.3.5/debian/control gtk-vnc-0.3.5/debian/control
--- gtk-vnc-0.3.5/debian/control
+++ gtk-vnc-0.3.5/debian/control
@@ -6,7 +6,7 @@
 Standards-Version: 3.7.3
 Build-Depends: cdbs, debhelper, python-central, libgtk2.0-dev,
  python-all-dev, libgnutls-dev (>= 1.4.0), python-gtk2-dev (>= 2.0),
- libxul-dev (>= 1.8), autotools-dev, quilt,
+ iceape-dev (>= 1.1.9-5), autotools-dev, quilt,
  automake, autoconf, libffi-dev, libtool
 Build-Conflicts: libffi4-dev
 
diff -u gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff
--- gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff
+++ gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff
@@ -2,12 +2,21 @@
 index 6871585..96b9e6f 100644
 --- a/configure.ac
 +++ b/configure.ac
+@@ -18,7 +18,7 @@
+ 
+ NSPR_REQUIRED=4.0.0
+ FIREFOX_PLUGIN_REQUIRED=2.0.0
+-MOZILLA_PLUGIN_REQUIRED=1.8
++MOZILLA_PLUGIN_REQUIRED=1.0
+ 
+ 
+ AC_CONFIG_HEADERS([config.h:config.hin])
 @@ -216,7 +216,7 @@ if test "x$enable_plugin" = "xyes"; then
  PKG_CHECK_MODULES(FIREFOX_PLUGIN,
   firefox-plugin >= $FIREFOX_PLUGIN_REQUIRED, ,[
  PKG_CHECK_MODULES(MOZILLA_PLUGIN,
 -  mozilla-plugin >= $MOZILLA_PLUGIN_REQUIRED)
-+  xulrunner-plugin >= $MOZILLA_PLUGIN_REQUIRED)
++  iceape-plugin >= $MOZILLA_PLUGIN_REQUIRED)
  FIREFOX_PLUGIN_CFLAGS="$MOZILLA_PLUGIN_CFLAGS"
  FIREFOX_PLUGIN_LIBS="$MOZILLA_PLUGIN_LIBS"
  ])


Bug#481292: eclipse: fails to start, missing JRE/JDK

2008-05-14 Thread Sandro Tosi
Package: eclipse
Version: 3.2.2-5
Severity: important

Hello,
eclipse fails to start since it misses a JRE/JDK, but:

  # apt-get install eclipse
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  eclipse is already the newest version.
  0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.

  # apt-show-versions eclipse
  eclipse/unstable uptodate 3.2.2-5

so no Depends is missing here, but anyway I got:

  A Java Runtime Environment (JRE) or Java Development Kit (JDK)
  must be available in order to run Eclipse. No Java virtual machine
  was found after searching the following locations:
  /usr/lib/j2sdk1.4-sun/bin/java

in a box at startup, and in a terminal this:

  searching for compatible vm...
testing /usr/lib/jvm/java-7-icedtea...not found
testing /usr/lib/jvm/java-gcj...not found
testing /usr/lib/kaffe/pthreads...not found
testing /usr/lib/jvm/java-6-sun...not found
testing /usr/lib/jvm/java-1.5.0-sun...not found
testing /usr/lib/j2se/1.5...not found
testing /usr/lib/j2se/1.4...not found
testing /usr/lib/j2sdk1.5-ibm...not found
testing /usr/lib/j2sdk1.4-ibm...not found
testing /usr/lib/j2sdk1.6-sun...not found
testing /usr/lib/j2sdk1.5-sun...not found
testing /usr/lib/j2sdk1.4-sun...not found
  Could not create /usr/local/lib/eclipse/.eclipseextension. Please run as root:
  touch /usr/local/lib/eclipse/.eclipseextension
  chmod 2775 /usr/local/lib/eclipse/.eclipseextension
  chown root:staff /usr/local/lib/eclipse/.eclipseextension

Moreover, why should I run some commands as root to use a users' tool? 
Shouldn't it be done in postint when installing the package?

Regards,
Sandro

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

Kernel: Linux 2.6.22-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 eclipse depends on:
ii  eclipse-jdt   3.2.2-5Java Development Tools plug-ins fo
ii  eclipse-pde   3.2.2-5Plug-in Development Environment to
ii  eclipse-source3.2.2-5Eclipse source code plug-ins
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  zenity2.22.1-1   Display graphical dialog boxes fro

Versions of packages eclipse recommends:
pn  eclipse-gcj(no description available)

-- no debconf information



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



Bug#481277: [Pkg-xfce-devel] Bug#481277: exo-utils: exo-open doesn't like constant parameters for WebBrowser

2008-05-14 Thread Yves-Alexis Perez
On mar, 2008-05-13 at 11:08 -0400, Daniel Dickinson wrote:
> Using a commandline like sudo -u iceweasel-user iceweasel "%s" as the
> preferred application for the the web browser confused exo-open.
> exo-open tried to execute just sudo (as detected by replacing sudo
> with echo and running from terminal), which doesn't work.  Other uses
> of preferred applications seem to be okay with this though (like the
> help browser).  It breaks the default web browser icon on the panel
> though.

I don't really get it (at least I don't get the subject at all).

Here if I try to use sudo, it “works”, but I don't have a chance to
enter my password. Using ktsuss, it works correctly.

What's the problem?
-- 
Yves-Alexis



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



Bug#480455: Slightly improved watch file

2008-05-14 Thread Gürkan Sengün

Hello Daniel


May I suggest the attached watch file? It handles rc and pre prefixes
via uversionmangale.


Yes of course, thank you. I will include this in the next update.

Gürkan



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



Bug#480803: Don't build depend on libxul-dev

2008-05-14 Thread Mike Hommey
tag 480803 + patch
thanks

On Mon, May 12, 2008 at 09:07:23AM +0200, Mike Hommey wrote:
> Package: classpath
> Severity: wishlist
> User: [EMAIL PROTECTED]
> Usertags: xulrunner-transition
> 
> With the upcoming xulrunner transition, libxul-dev is going to disappear.
> 
> I already sent instructions on what you should be doing in
> http://lists.debian.org/debian-release/2008/05/msg9.html
> 
> This bug report is mostly to help follow the transition going.
> 
> FYI, I will start NMUing plugins and components next week, and will break
> the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
> 
> Though help will be appreciated, I'll also prepare updated packages for
> these during this week and next.

Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.

Thanks,

Mike
diff -u classpath-0.97.1/debian/control classpath-0.97.1/debian/control
--- classpath-0.97.1/debian/control
+++ classpath-0.97.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> 
 Uploaders: Michael Koch <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL PROTECTED]>, John Leuner <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), ecj, zip, libgtk2.0-dev, libgconf2-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], ladspa-sdk, libjack0.100.0-dev, libxul-dev, libmagic-dev, gcj
+Build-Depends: debhelper (>= 4.0.0), ecj, zip, libgtk2.0-dev, libgconf2-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], ladspa-sdk, libjack0.100.0-dev, iceape-dev (>= 1.1.9-5), libmagic-dev, gcj
 Build-Depends-Indep: gjdoc (>= 0.7.9)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/classpath


Bug#480380: [Pkg-xfce-devel] Bug#480380: Bug#480380: xfce4: No easy way to add launchers from the menu to the panel

2008-05-14 Thread Yves-Alexis Perez
On mar, 2008-05-13 at 02:25 -0400, Daniel Dickinson wrote:
> Cool.  Can this be integrated though, so that a newbie doesn't have to
> discover this obscure fact somehow.  Preferably it'd be possible to
> click on a add launcher from menu button, or something like that, and
> have it just work.  I can handle the appfinder thing, but I also setup
> systems for other people who aren't technically inclined, so the less
> complications the better.

Iirc, something like that is on the road for 4.6, but upstream doesn't
have much time or manpower, so any help would be gladly appreciated.

Cheers,
-- 
Yves-Alexis


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


Bug#481271: xserver-xorg-video-ati: Crashes with DRI on

2008-05-14 Thread Brice Goglin
Antony Gelberg wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.8.0-1
> Severity: important
>
>
> Hi,
>
> I have spent some time migrating my dual-head config to xrandr.  I was
> excited to try DRI on my Radeon 9600 - I had a dual-desktop config
> before which xrandr doesn't support, so I am now going to use a
> xinerama-style desktop.
>
> Unfortunately, whenever I start glxgears, the system hangs entirely,
> that is to say I can't even quit X or return to the console, it's a
> total freeze.  I have no idea how to debug this due to the nature of the
> symptoms.
>
> I can only work normally with Option "NoDRI".  NB The reportbug X log
> below is from a "working" NoDRI config.
>
> Please let me know what other information you need.
>
> Antony
>
> Section "Device"
>   Identifier  "Radeon 9600"
>   Driver  "radeon"
>   #BusID"PCI:1:0:0"
>   #Option "AccelMethod"   "exa" # Didn't fix hang
>   Option  "Monitor-DVI-0" "Philips 200W"
>   Option  "Monitor-VGA-0" "Benq 17 TFT"
>   Option  "NoDRI"  # Fix hangs?
> EndSection
>   

Does one of the following options help when added to above section?
Option "AGPMode" "1"
Option "BusType" "PCI"

Brice




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



Bug#481284: [Secure-testing-team] Bug#481284: openssl should Depends: libssl0.9.8 (>=0.9.8g-9)

2008-05-14 Thread Steve Langasek
tags 481284 wishlist
quit

On Thu, May 15, 2008 at 11:43:25AM +1000, Drew Parsons wrote:
> Package: openssl
> Version: 0.9.8g-10
> Severity: critical
> Tags: security

> The SSL vulnerability was fixed this week in v0.9.8g-9, so we need to
> upgrade both openssl and libssl0.9.8.

> However openssl (0.9.8g-10) only declares the dependency 
> libssl0.9.8 (>= 0.9.8f-5)

> This means it is possible for some users to have upgraded openssl to
> protect against the vulnerability, while not realising they have left
> libssl0.9.8 at a vulnerable version. They could mistakenly believe
> they are protected, when they are not.

> I think it would be safer for openssl to explicitly declare a
> dependence on libssl0.9.8 (>=0.9.8g-9) so to ensure the upgrade takes
> place consistently.

Which is not how security updates for libraries have ever been done before,
nor is it likely that security updates will be done this way in the future.

Lowering the grossly overinflated severity.  There is nothing
release-critical here.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]



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



Bug#481291: kate: Spellcheck replacing words at the static word wrap limit with longer corrections causes havoc

2008-05-14 Thread Brendon Higgins
Package: kate
Version: 4:3.5.9.dfsg.1-2+b1
Severity: normal


To reproduce:
Start kate.
Turn on static word wrapping at 80 columns.
Duplicate the following line several times (5 or so is sufficient):
test test test test test test test test test test test test test test test a tes
 That line should just touch the static word wrap limit.
Perform a spellcheck and replace each instance of "tes" with a longer suggestion
(the default suggestion I'm presented with is "Tess").

As the spellcheck replaces the first word you should see the static word wrap
doing it's job and moving the word to the next line. However, when it comes to
the next instance of "tes", the context highlighting of the word is missing, and
upon replacement a whole bunch of whitespace plus a new "Tess" is inserted
between the first "a" and the other "Tess", and the remaining lines stay
unchanged and uncorrected. This occurs similarly for subsequent spellcheck
replacements.

I've tried to describe it, but it's probably easier to just see for yourself.

It's as if there are two buffers of text, one for kate and one for the
spellchecker backend, that lose sync when the static word wrap does it's work.
Interestingly, it seems to not be a problem if the unrecognised word ("tes") is
somewhere in the middle of the line. It's only a problem if the word is at the
end of the line.

I originally discovered this in kile, and since confirmed it also appears in
kate, so it's probably an issue with the editor part. I haven't a clue if the
KDE 4 apps handle any better.

Peace,
Brendon


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

Kernel: Linux 2.6.25-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/bash

Versions of packages kate depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.0-3GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.0-3  The GNU Standard C++ Library v3

Versions of packages kate recommends:
ii  kregexpeditor 4:3.5.9-1  graphical regular expression edito

-- no debconf information



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



Bug#448499: cyrus-clients-2.3: imtest fails with Dovecot/GSSAPI: invalid response length

2008-05-14 Thread Ricardo Ramirez
Package: cyrus-clients-2.3
Version: 2.2
Followup-For: Bug #448499

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I can confirm this bug also exists in cyrus-clients-2.2 (current stable).
Running imtest with -a also fails. Both client and server are running Debian 
etch.

client:
[EMAIL PROTECTED] ~]$ imtest -s -m GSSAPI the-tech.mit.eduverify
error:num=20:unable to get local issuer certificate
verify error:num=27:certificate not trusted
verify error:num=21:unable to verify the first certificate
TLS connection established: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
S: * OK [CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS AUTH=PLAIN
AUTH=GSSAPI] Dovecot ready.
C: C01 CAPABILITY
S: * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT
LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS AUTH=PLAIN AUTH=GSSAPI
S: C01 OK Capability completed.
C: A01 AUTHENTICATE GSSAPI [data redacted]
S: + [data redacted]
C: 
S: + [data redacted]
C: [data redacted]
S: A01 NO Authentication failed.
Authentication failed. generic failure
Security strength factor: 256
C: Q01 LOGOUT
Connection closed.
[EMAIL PROTECTED] ~]$ imtest -s -m GSSAPI -a rram the-tech.mit.edu
verify error:num=20:unable to get local issuer certificate
verify error:num=27:certificate not trusted
verify error:num=21:unable to verify the first certificate
TLS connection established: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
S: * OK [CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS AUTH=PLAIN
AUTH=GSSAPI] Dovecot ready.
C: C01 CAPABILITY
S: * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT
LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS AUTH=PLAIN AUTH=GSSAPI
S: C01 OK Capability completed.
C: A01 AUTHENTICATE GSSAPI [data redacted]
S: + [data redacted]
C: 
S: + [data redacted]
C: [data redacted]
S: A01 NO Authentication failed.
Authentication failed. generic failure
Security strength factor: 256
C: Q01 LOGOUT
Connection closed.
[EMAIL PROTECTED] ~]$ imtest -s -m GSSAPI -u rram the-tech.mit.edu
verify error:num=20:unable to get local issuer certificate
verify error:num=27:certificate not trusted
verify error:num=21:unable to verify the first certificate
TLS connection established: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
S: * OK [CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS AUTH=PLAIN
AUTH=GSSAPI] Dovecot ready.
C: C01 CAPABILITY
S: * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT
LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS AUTH=PLAIN AUTH=GSSAPI
S: C01 OK Capability completed.
C: A01 AUTHENTICATE GSSAPI [data redacted]
S: + [data redacted]
C: 
S: + [data redacted]
C: [data redacted]
S: A01 OK Logged in.
Authenticated.
Security strength factor: 256
C: Q01 LOGOUT
Connection closed.

server:
May 15 01:04:22 the-tech dovecot: auth(default): gssapi(?,18.181.0.51): Invalid
response length
May 15 01:04:27 the-tech dovecot: imap-login: Aborted login: method=GSSAPI,
rip=18.181.0.51, lip=18.187.1.155, TLS
May 15 01:04:34 the-tech dovecot: auth(default): gssapi(?,18.181.0.51): Invalid
response length
May 15 01:04:36 the-tech dovecot: imap-login: Aborted login: method=GSSAPI,
rip=18.181.0.51, lip=18.187.1.155, TLS
May 15 01:04:41 the-tech dovecot: imap-login: Login: user=, method=GSSAPI,
rip=18.181.0.51, lip=18.187.1.155, TLS
May 15 01:04:43 the-tech dovecot: IMAP(rram): Disconnected: Logged out

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

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

iD8DBQFIK8b3HvL19f6xTLsRAlKvAJ9m62D2M9YPp2zMUYhjdcGrdkNbyQCeMHYh
5Ncnj+AxJSMvarSesak5NeY=
=yXJa
-END PGP SIGNATURE-



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



Bug#149757: Waste no further time

2008-05-14 Thread Coscarart




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



Bug#481290: gnucash: fresh release 2.2.5 is more than 2 weeks old now ;-)

2008-05-14 Thread Yaroslav Halchenko
Package: gnucash
Version: 2.2.4-1
Severity: wishlist


bugfix release 2.2.5 was released 28 of Apr. It would be great to see it
in Debian

Thank you in advance!

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

Kernel: Linux 2.6.24-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 gnucash depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnucash-common 2.2.4-1   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-6   Main Guile libraries
ii  guile-1.6-slib 1.6.8-6   Guile SLIB support
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl   0.57-1Support for https protocol in LWP
ii  libdate-manip-perl 5.48-3a perl library for manipulating da
ii  libfinance-quote-perl  1.13-2Perl module for retrieving stock q
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeprint2.2-0 2.18.3-1  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.18.2-1  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgoffice-0-4 0.4.2-4   Document centric objects library -
ii  libgsf-1-114   1.14.8-1  Structured File Library - runtime 
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libgtkhtml3.8-15   3.12.3-3  HTML rendering/editing library - r
ii  libguile-ltdl-11.6.8-6   Guile's patched version of libtool
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libofx41:0.9.0-2.2   library to support Open Financial 
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libxml22.6.31.dfsg-2 GNOME XML library
ii  psfontmgr  0.11.10-0.2   PostScript font manager -- part of
ii  slib   3b1-3 Portable Scheme library
ii  x-ttcidfont-conf   27TrueType and CID fonts configurati
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages gnucash recommends:
ii  gnucash-docs  2.2.0-3Documentation for gnucash, a perso

-- no debconf information



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



Bug#481289: evolution: Filtering new messages hangs

2008-05-14 Thread Norbert Kiesel
Package: evolution
Version: 2.22.1.1-1
Severity: important


Since about 10 days, evolution always hangs in the spam filtering.  I
use spamassassin (and have used that for the last year or so).  Now what
happens is that the spam filteting freezes with soemthing like
"Filtering new message(s) (37% complete)".  I does not hang all the
time, and the percentage is always different.  spamassassin is still
reacting to requests, so it seems evolution is dropping the ball.

The bogofilter plugin is disabled.

Marked important because a mail client w/o spam filtering is unusable
these days.

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

Kernel: Linux 2.6.25-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 evolution depends on:
ii  dbus   1.2.1-2   simple interprocess messaging syst
ii  evolution-common   2.22.1.1-1architecture independent files for
ii  evolution-data-server  2.22.1.1-1evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.1-1  HTML rendering/editing library - b
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  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libcairo2  1.6.4-2   The Cairo 2D vector graphics libra
ii  libcamel1.2-11 2.22.1.1-1The Evolution MIME message handlin
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-4simple interprocess messaging syst
ii  libebook1.2-9  2.22.1.1-1Client library for evolution addre
ii  libecal1.2-7   2.22.1.1-1Client library for evolution calen
ii  libedataserver1.2-92.22.1.1-1Utility library for evolution data
ii  libedataserverui1.2-8  2.22.1.1-1GUI utility library for evolution 
ii  libegroupwise1.2-132.22.1.1-1Client library for accessing group
ii  libexchange-storage1.2 2.22.1.1-1Client library for accessing Excha
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgnome-pilot22.0.15-2.4Support libraries for gnome-pilot
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.9-4  The GTK+ graphical user interface 
ii  libgtkhtml3.14-19  3.18.1-1  HTML rendering/editing library - r
ii  libhal10.5.11-1  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libldap-2.4-2  2.4.7-6.3+b1  OpenLDAP libraries
ii  libnm-glib00.6.6-1   network management framework (GLib
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~rc3-1  Network Security Service libraries
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpisock9 0.12.3-4+b1   library for communicating with a P
ii  libpisync1 0.12.3-4+b1   synchronization library for PalmOS
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libsoup2.4-1   2.4.1-1   an HTTP library implementation in 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3   

Bug#481262: Info received (Bug#481262: Info received (xorg: does not read control keys or numlock or capslock keys with nvidia driver))

2008-05-14 Thread A.Lizard

At 02:48 PM 5/14/08, you wrote:
The keys have reappeared except for scroll-lock, and they work on both vesa 
and nvidia drivers. Numlock still does not work on a VMware Server Windows 
VM. However, I use scroll-lock so infrequently that I don't know whether or 
not it this is normal. I'm totally confused about this.




Thank you for the additional information you have supplied regarding
this Bug report.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Debian X Strike Force <[EMAIL PROTECTED]>

If you wish to submit further information on this problem, please
send it to [EMAIL PROTECTED], as before.

Please do not send mail to [EMAIL PROTECTED] unless you wish
to report a problem with the Bug-tracking system.


--
481262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481262
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems


member The Internet Society (ISOC), The HTML Writers Guild.
"You can't have in a democracy various groups with arms - you have to have 
the state with a monopoly on power." Condoleeza Rice, US Secretary of State

Personal Website http://www.ecis.com/~alizard
business Website http://www.reptilelabs.com
backup address (if ALL else fails) [EMAIL PROTECTED]
PGP 8.0 key available by request or keyserver. Download PGP from:
http://www.pgpi.org for e-mail privacy.
Disaster prep info: http://www.ecis.com/~alizard/y2k.html
***Looking for INTELLIGENT new technology public policy 
alternatives?***   http://www.ecis.com/~alizard/technology.html





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



Bug#481133: Disable DSA host key by default

2008-05-14 Thread Matthew W. S. Bell
Further to fully disabling DSA keys, would it be wise to disable the use
and generation of DSA host keys by default?

Matthew W. S. Bell




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



Bug#481288: sane-utils: Package fails to configure

2008-05-14 Thread Sami Liedes
Package: sane-utils
Version: 1.0.19-8
Severity: serious

Hi,

When upgrading sane-utils, I get the following error:


Setting up sane-utils (1.0.19-8) ...
/usr/sbin/deluser: The user `saned' is not a member of group `scanner'.
dpkg: error processing sane-utils (--configure):
 subprocess post-installation script returned error exit status 6


Sami


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

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

Versions of packages sane-utils depends on:
ii  adduser  3.107   add and remove users and groups
ii  debconf [debconf-2.0]1.5.21  Debian configuration management sy
ii  libavahi-client3 0.6.22-3Avahi client library
ii  libavahi-common3 0.6.22-3Avahi common library
ii  libc62.7-11  GNU C Library: Shared libraries
ii  libieee1284-30.2.11-4cross-platform library for paralle
ii  libsane  1.0.19-8API library for scanners
ii  libusb-0.1-4 2:0.1.12-11 userspace USB programming library
ii  update-inetd 4.30inetd configuration file updater

Versions of packages sane-utils recommends:
ii  avahi-daemon  0.6.22-3   Avahi mDNS/DNS-SD daemon

-- debconf information:
* sane-utils/saned_run: false
* sane-utils/saned_scanner_group: false


signature.asc
Description: Digital signature


Bug#471628: libtemplates-parser: FTBFS: gnatmake:

2008-05-14 Thread Barry deFreese
tags 471628 + patch

thank you

Hello,

Here is a patch that fixes the issue for me.  However, I did run across
1 problem.  gnat-4.3 doesn't seem to ship the /usr/bin/gnatgcc symlink.
I don't know if that is a bug or intentional.

Hope this helps.

Thanks,

Barry deFreese


--- libtemplates-parser-10.0+20060522.orig/src/templates_parser.adb
+++ libtemplates-parser-10.0+20060522/src/templates_parser.adb
@@ -26,6 +26,7 @@
 with Ada.Strings.Fixed;
 with Ada.Strings.Maps.Constants;
 with Ada.Unchecked_Deallocation;
+with Ada.Text_IO;
 
 with GNAT.Calendar.Time_IO;
 with GNAT.Regpat;
@@ -3563,7 +3564,7 @@
begin
   T.File := Load (I_Filename, Cached, True);
exception
-  when Text_IO.Name_Error =>
+  when Ada.Text_IO.Name_Error =>
  --  File not found, this is an error only if we are not
  --  inside a conditional.
  if not In_If then
only in patch2:
unchanged:
--- libtemplates-parser-10.0+20060522.orig/src/templates_parser-input__standalone.adb
+++ libtemplates-parser-10.0+20060522/src/templates_parser-input__standalone.adb
@@ -24,6 +24,7 @@
 --  Templates_Parser.
 
 with Ada.Exceptions;
+with Ada.IO_Exceptions;
 with Ada.Streams.Stream_IO;
 with Ada.Unchecked_Deallocation;
 


Bug#479017: live-helper: Formatting problems in lh_config man page

2008-05-14 Thread Chris Lamb
tags 479017 + pending
thanks

> See: http://www.cs.cmu.edu/cgi-bin/info2www?(groff)Strings
[..]
> The attached patch fixes these two problems I found in lh_config.en.1

Applied, many thanks. Thanks for the link too.

 
Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


signature.asc
Description: PGP signature


Bug#295526: libpam-unix2 only works as root

2008-05-14 Thread Ivan Kohler
On Tue, May 13, 2008 at 10:36:33AM +0200, Christoph Pleger wrote:
> Hello,
> 
> > - The patch needs to be updated to apply against the current package in
> > unstable.
> 
> Done. I have attached a patch for unix_auth.c
> 
> > and, importantly:
> >
> > - we need some some code review/feedback/signoff from the Debian folks
> > maintaining PAM and other related components.  I am *NOT* going to be
> > the guy who uploads a new setuid binary without adequate review.
> 
> Will you contact them?

I have Cc:'ed [EMAIL PROTECTED], the PAM maintainers:

Please review unix2_chkpwd.c (and the patch to unix_auth.c to use it) in 
this bugreport and let us know if you feel it secure to include as a 
setuid root binary (like vanilla PAM's /bin/unix_chkpwd).

Thanks!

-- 
_ivan



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



Bug#481287: gmail accts defaults to pop and no imap option

2008-05-14 Thread Jack Ammo

Package:  icedove
Version:   2.0.0.14-1

When you create accounts, the gmail option defaults to pop as the server 
type.  There seems to be no way to change the server type to imap.  When 
I change the server from pop.gmail.com to imap.gmail.com it complains 
about the invalid certificates.


While the intention was nice, pop is no longer the only choice for 
gmail.  imap




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



Bug#481286: ITP - World of Padman -- Quake 3 based comic-style first person shooter

2008-05-14 Thread Jack Coulter
Package: wnpp
Severity: wishlist

Similar to my Urban Terror package, it will consist of a client/server
source package (which compiles the client and server binary packages)
and a static data package. This game is one of the many suggested by
the Debian Games team on http://wiki.debian.org/Games/Suggested and
thus will be collaboratively maintained with them.

The game engine is a modified ioQuake3, released under GPLv2. However
the data used in this game is non-free and thus the GPL source package will go 
in contrib.

Static data license is non-free but free to redistribute, license is quoted 
below:

"The World of Padman is protected by copyright.

The copyrights belong to the respective authors of the WoP-Team. 
All commercial use of the World of Padman and consequently the 
single works is prohibited unless you have explicit permission from the 
WoP-Team.
This includes, but is not limited to, mass archival as on a cd-rom 
and inclusion in commercially published compilations (books and/or magazines).

This includes further the prohibition of copying, changing, mirroring 
and public reproduction in sense of a commercial use electronic or otherwise. 
Private non-commercial copying, mirroring and even public reproduction is 
desired. ;-)

Changes to the game and consequently the single works whether commercial or 
not, 
is prohibited without explicit permission.

Some parts of the game were created with material, (e.g. textures,
Sounds) which we acquired from different sources; they are free of any
of third party rights as far as we know. If anyone discovers we've used
his / her work unlawfully, contact us immediately so that we can
respond as soon as possible."

The game can be downloaded at http://worldofpadman.com/


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


Bug#473168: enigmail: The severity of this bug should be set to Important

2008-05-14 Thread Yves Lambert
Package: enigmail
Version: 2:0.95.0+1-3.1
Followup-For: Bug #473168

Hi,

As enigmail depends on localization, it won't work without its localization
files unless the user falls back icedove or iceape mail/news to en-us.

Enigmail localization files must follow the mail/news client
localization files or else it doesn't work.

This bug have to be raised (and/or corrected of course)

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages enigmail depends on:
ii  gnupg 1.4.6-2.2  GNU privacy guard - a free PGP rep
ii  iceape-mailnews   1.1.9-5Iceape Mail & Newsgroups and Addre
ii  icedove   2.0.0.14-1 free/unbranded thunderbird mail/ne
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-4  GCC support library
ii  libnspr4-0d   4.7.1-1NetScape Portable Runtime Library
ii  libstdc++64.3.0-4The GNU Standard C++ Library v3

enigmail recommends no packages.

-- no debconf information



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



Bug#476519: [Pkg-shadow-devel] Bug#476519: su - nobody sometimes logged back out instantly

2008-05-14 Thread jidanni
Yes, those
http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2008-May/006589.html
etc. are all the same bug. You can merge them. It says
>  it does not occur on ibm laptops
yes it does, and also on
  product: AMD Duron(tm) processor
  size: 1GHz
$ COLUMNS= dlocate -l linux-image|perl -alnwe 'print "@F[0,1]" if /^ii/'
ii linux-image-2.6-686
ii linux-image-2.6.24-1-686
ii linux-image-686



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



Bug#481285: please add syntax checking for interfaces file

2008-05-14 Thread Bartosz Fenski aka fEnIo
Package: netbase
Version: 4.32
Severity: wishlist

Would be great to have some "check" target launching
/etc/init.d/networking.

Let's say you have many VLANs/interfaces with the similar names (which is
not so rarely seen in more complex environments). Making somewhere typo
- conflicting names and rebooting such machine leads to not setting any
interface, which is pretty annoying when you're doing it remotely.

I suggest another target (check) which would test current entries in
interfaces file and complain if there's something wrong.

regards
fEnIo
-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - malopolskie v. - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-http://fenski.pl | xmpp:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#481284: openssl should Depends: libssl0.9.8 (>=0.9.8g-9)

2008-05-14 Thread Drew Parsons
Package: openssl
Version: 0.9.8g-10
Severity: critical
Tags: security

The SSL vulnerability was fixed this week in v0.9.8g-9, so we need to
upgrade both openssl and libssl0.9.8.

However openssl (0.9.8g-10) only declares the dependency 
libssl0.9.8 (>= 0.9.8f-5)

This means it is possible for some users to have upgraded openssl to
protect against the vulnerability, while not realising they have left
libssl0.9.8 at a vulnerable version. They could mistakenly believe
they are protected, when they are not.

I think it would be safer for openssl to explicitly declare a
dependence on libssl0.9.8 (>=0.9.8g-9) so to ensure the upgrade takes
place consistently.

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

Kernel: Linux 2.6.25
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 openssl depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libssl0.9.80.9.8g-8  SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

openssl recommends no packages.

-- no debconf information



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



Bug#471032: apt-cacher-ng does not import packages

2008-05-14 Thread Peter Cordes
 I think the orginial bug submitter has some locally modified packages
and wants apt-cacher-ng to make them available to aptitude and so on.

 That's of course not what apt-cacher-ng is for.  It just caches
files.  It can't make changes to the Packages files without breaking
things for secure apt, because their MD5/SHA1 hashes are
cryptographically signed.


 Cobra: You should read up on creating your own repositories.  Hint:
they can be just directories on the local machine, e.g.
deb file:/var/cache/apt-build/repository apt-build main

 You might want to install apt-build.

Eduard: if that's what Cobra is talking about, you should close this
bug as invalid.

-- 
#define X(x,y) x##y
Peter Cordes ;  e-mail: X([EMAIL PROTECTED] , des.ca)

"The gods confound the man who first found out how to distinguish the hours!
 Confound him, too, who in this place set up a sundial, to cut and hack
 my day so wretchedly into small pieces!" -- Plautus, 200 BC


signature.asc
Description: Digital signature


Bug#480995: [Pkg-samba-maint] Bug#480995: smbfs: Fails to mount.cifs etch samba server in 2.6.25

2008-05-14 Thread Tarek Soliman
> Can you also try with the version of samba in experimental

I tried that smbfs version and no improvement.
I also tried 2.6.25-2 and that doesn't work either (with both versions
of smbfs)

-- 
Tarek



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



Bug#481283: big blacklists belong in /var/lib?

2008-05-14 Thread jidanni
Package: openssh-blacklist
Version: 0.1.0
Severity: wishlist
X-debbugs-Cc: [EMAIL PROTECTED]

Shouldn't those large lists go into /var/lib instead of /etc which is
perhaps a tiny root partition, with backup and NFS sharing policies
different than what those big files deserve?
I did read a bit of /usr/share/doc/debian-policy/fhs/ but not all of
it...

Anyway, I welcome your ruling on this issue one way or the other, as
it also applies to moblock and I don't want to tell him the wrong policy.



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



Bug#480635: Probably hardware

2008-05-14 Thread Daniel Dickinson

I switched to a different video card.   It uses an r100 chipset instead
of r200, but is the same ati radeon x.org driver.  It works, so the
problem is either hardware that has died on me or chipset specific
problems with the radeon driver.  I'm thinking that it most likely
simply that it's an old video card and has died.

Regards,

Daniel
-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Bug#463641: Duplicate

2008-05-14 Thread Sean Artman
My solution also appears to fix #462450 - "exiv2 update causes
gwenview to crash for some images".
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462450



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



Bug#481282: python-sphinx: New upstream version (0.3)

2008-05-14 Thread Leandro Lucarella
Package: python-sphinx
Version: 0.2-1
Severity: normal


A new upstream version is available (v0.3).

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (99, 'experimental'), (50, 'testing'), (9, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.2
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-sphinx depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.6  register and build utility for Pyt
ii  python-jinja  1.2-2  small but fast and easy to use sta
ii  python-pygments   0.10-1 syntax highlighting package writte

python-sphinx recommends no packages.

-- no debconf information



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



Bug#446277: Still reproducible (#446277 - single quotes broken in UTF-8 console)

2008-05-14 Thread Sami Liedes
(This is about bug #446277, single quotes shown as boxes in UTF-8
console. Please Cc: the bug in replies.)

I can reproduce this on current sid. Single quote seems to be somehow
broken in UTF-8 console.

Perhaps this should be reassigned to the kernel, as (as far as I can
tell) the UTF-8 console things are handled in kernel. Don't know about
the console things well enough to be sure though. Hence Cc:ing the
debian-kernel list.

Sami


signature.asc
Description: Digital signature


Bug#481281: lsb-base: copyright file does not state right licence of /lib/lsb/init-functions

2008-05-14 Thread Raphael Geissert
Package: lsb-base
Severity: important
Version: 3.2-11

lsb-base's usr/share/doc/lsb-base/copyright only mention the GNU GPL 2 
licence, while 

$ egrep "^#" /lib/lsb/init-functions | head -n28
# /lib/lsb/init-functions for Debian -*- shell-script -*-
#
#Copyright (c) 2002-08 Chris Lawrence
#All rights reserved.
#
#Redistribution and use in source and binary forms, with or without
#modification, are permitted provided that the following conditions
#are met:
#1. Redistributions of source code must retain the above copyright
#   notice, this list of conditions and the following disclaimer.
#2. Redistributions in binary form must reproduce the above copyright
#   notice, this list of conditions and the following disclaimer in the
#   documentation and/or other materials provided with the distribution.
#3. Neither the name of the author nor the names of other contributors
#   may be used to endorse or promote products derived from this software
#   without specific prior written permission.
#
#THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
#ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
#IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
#ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
#FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
#DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
#OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
#HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
#LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
#OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
#SUCH DAMAGE.

I think you know what needs to be done ;)

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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


Bug#481279: gecko: Making changes in theme and Iceweasel crashed

2008-05-14 Thread Mitch
Package: gecko
Severity: important



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

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

System: Linux 2.6.22-3-k7 #1 SMP Mon Nov 12 09:12:50 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Amaranth
Icon Theme: Amaranth

Memory status: size: 218849280 vsize: 218849280 resident: 81891328 share: 
26923008 rss: 
81891328 rss_rlim: 4294967295
CPU usage: start_time: 1210767615 rtime: 49960 utime: 47137 stime: 2823 
cutime:6 cstime: 
8 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/bug-buddy/gecko'

[Thread debugging using libthread_db enabled]
[New Thread 0xb7065720 (LWP 15492)]
[New Thread 0xaeb14b90 (LWP 17304)]
[New Thread 0xb24ffb90 (LWP 17303)]
[New Thread 0xb36bdb90 (LWP 1)]
[New Thread 0xb3ebeb90 (LWP 15523)]
[New Thread 0xb4855b90 (LWP 15520)]
[New Thread 0xb5056b90 (LWP 15519)]
[New Thread 0xb659bb90 (LWP 15497)]
[New Thread 0xb6d9cb90 (LWP 15496)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7db68eb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb74a98a4 in IA__g_spawn_sync (working_directory=0x0, argv=0xa6bd618, 
envp=0x0, flags=, child_setup=0, user_data=0x0, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, 
error=0xbf9afa08) at /build/buildd/glib2.0-2.16.3/glib/gspawn.c:374
#3  0xb74a9bbc in IA__g_spawn_command_line_sync (
command_line=0x8c8e980 "bug-buddy --appname=\"gecko\" --pid=15492", 
standard_output=0x0, standard_error=0x0, exit_status=0x0, 
error=0xbf9afa08) at /build/buildd/glib2.0-2.16.3/glib/gspawn.c:682
#4  0xb7dfd198 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5  0x08085f98 in nsProfileLock::FatalSignalHandler (signo=11)
at nsProfileLock.cpp:210
#6  
#7  0xb7bf37d4 in gtk_style_realize (style=0x8c80658, colormap=0x0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkstyle.c:840
#8  0xb7bf6c78 in IA__gtk_style_attach (style=0x8c80360, window=0xa069370)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkstyle.c:753
#9  0xb7ca30b2 in gtk_widget_set_style_internal (widget=0xa346108, 
style=0x8c80360, initial_emission=0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:6020
#10 0xb7ca320a in reset_rc_styles_recurse (widget=0xa346108, data=0x0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:6234
#11 0x082d2438 in moz_container_forall (container=0x8dee278, 
include_internals=1, callback=0xb7ca31a0 , 
callback_data=0x0) at mozcontainer.c:401
#12 0xb7ae07b7 in IA__gtk_container_forall (container=0x8dee278, 
callback=0xb7ca31a0 , callback_data=0x0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkcontainer.c:1453
#13 0xb7ca31f9 in reset_rc_styles_recurse (widget=0x8dee278, data=0x0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:6237
#14 0xb7a9b1cf in gtk_bin_forall (container=0x8c9cb00, include_internals=1, 
callback=0, callback_data=0x0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkbin.c:133
#15 0xb7ae07b7 in IA__gtk_container_forall (container=0x8c9cb00, 
callback=0xb7ca31a0 , callback_data=0x0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkcontainer.c:1453
#16 0xb7ca31f9 in reset_rc_styles_recurse (widget=0x8c9cb00, data=0x0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:6237
#17 0xb7ca3290 in IA__gtk_widget_reset_rc_styles (widget=0x8c9cb00)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:6247
#18 0xb7bc38a0 in gtk_rc_reset_widgets (settings=0x8bca2e0)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkrc.c:1660
#19 0xb7bc8e2f in IA__gtk_rc_reparse_all_for_settings (settings=0x8bca2e0, 
force_load=1) at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkrc.c:1857
#20 0xb7bc9013 in gtk_rc_settings_changed (settings=0x8bca2e0, 
pspec=0x8c78a50, context=0x8c7f580)
at /tmp/buildd/gtk+2.0-2.12.9/gtk/gtkrc.c:682
#21 0xb75030da in IA__g_cclosure_marshal_VOID__PARAM (closure=0x8c7f7b0, 
return_value=0x0, n_param_values=2, param_values=0xbf9b0344, 
invocation_hint=0xbf9b024c, marshal_data=0xb7bc8f50)
at /build/buildd/glib2.0-2.16.3/gobject/gmarshal.c:531
#22 0xb74f66f9 in IA__g_closure_invoke (closure=0x8c7f7b0, return_value=0x0, 
n_param_values=2, param_values=0xbf9b0344, invocation_hint=0xbf9b024c)
at /build/buildd/glib2.0-2.16.3/gobject/gclosure.c:490
#23 0xb750ac3d in signal_emit_unlocked_R (node=0x8bc86b0, detail=295, 
instance=0x8bca2e0, emission_return=0x0, instance_and_params=0xbf9b0344)
at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c:2440
#24 0xb750c836 in IA__g_signal_emit_valist (instance=0x0, signal_id=1, 
detail=295, var_args=0xbf9b0580 "ø¶N· ìì\nP¨\222\n\200vR·\001")
at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c:2199
#25 0xb750cb79 in IA__g_signal_emit (instance=0x8bca2e0, signal_id=1, 
detail=295) at /build/buildd/gl

Bug#481280: darcs-server does not create cache directory on installation

2008-05-14 Thread Iain Lane
Package: darcs
Version: 1.0.9-1.1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch



*** /tmp/tmpXGu8jx
Hi,

A ubuntu user noticed[1] that the darcs-server package didn't create the
cache directory /var/cache/darcs. A patch has been produced to address
this.

We thought you might be interested in doing the same. 

[1] https://bugs.edge.launchpad.net/ubuntu/+source/darcs/+bug/52199

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u darcs-1.0.9/debian/changelog darcs-1.0.9/debian/changelog
only in patch2:
unchanged:
--- darcs-1.0.9.orig/debian/darcs-server.dirs
+++ darcs-1.0.9/debian/darcs-server.dirs
@@ -0,0 +1 @@
+var/cache/darcs


Bug#479935: fix for 479935

2008-05-14 Thread peter green

tags 479935 +patch
thanks

the package seems to contain a broken check for outdated perl versions, 
simply disabling the check makes it build.


attatched is a patch that does just that ready to be added to the dpatch 
sequence.
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02.kill_broken_perl_check.dpatch by  <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: simple patch to disable broken perl version check

@DPATCH@
diff -urNad autopsy-2.08~/configure autopsy-2.08/configure
--- autopsy-2.08~/configure 2006-09-01 17:19:15.0 +0100
+++ autopsy-2.08/configure  2008-05-15 01:09:20.0 +0100
@@ -63,15 +63,15 @@
   do if (test -x ${d}perl) then
 if (test -n "`${d}perl -v 2> /dev/null | awk '/This is perl/ {print 
$0}'`") then
   ver=`${d}perl -v 2> /dev/null | awk '/This is perl,/ {print $4}'`;
-  if (test "$ver" '<' "v5.8.0") then 
-echo "old version of perl found: ${d}perl (version $ver) -- 
continuing";
-  else   
+  #if (test "$ver" '<' "v5.8.0") then 
+  #  echo "old version of perl found: ${d}perl (version $ver) -- 
continuing";
+  #else  
 echo "perl found: ${d}perl (version $ver)";
 echo "#!${d}perl -wT" > ./config.tmp;
 echo "#!${d}perl" > ./config2.tmp;
 found=1; 
 break; 
-  fi;
+  #fi;
 fi;
   fi;
 done


Bug#481026: fltk

2008-05-14 Thread Aaron M. Ucko
Patrick Matthäi <[EMAIL PROTECTED]> writes:

> This bug is seriously not flwm dependent. The fltk version from testing
> and sid shows this behaviour while everything will be shown fine with
> the stable-etch version of fltk.

That really depends on what you mean by "fine".  Debian's fltk build
uses Xft, which for quite a while meant that fl_xfont, which flwm's
rotated-text module needs, always yielded "fixed" rather than
attempting to honor actual font selection requests.  Thanks to Ian
MacArthur, it now does the latter; however, I see that depending on
which fonts you have installed, it may end up choosing somewhat
poorly.  I'll look into remedying that as time permits.

Thanks for the report!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[EMAIL PROTECTED]



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



Bug#481277: exo-utils: exo-open doesn't like constant parameters for WebBrowser

2008-05-14 Thread Daniel Dickinson
Package: exo-utils
Version: 0.3.4-6
Severity: normal


Using a commandline like sudo -u iceweasel-user iceweasel "%s" as the preferred 
application for the the web browser confused exo-open.  exo-open tried to 
execute just sudo (as detected by replacing sudo with echo and running from 
terminal), which doesn't work.  Other uses of preferred applications seem to be 
okay with this though (like the help browser).  It breaks the default web 
browser icon on the panel though.

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

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

Versions of packages exo-utils depends on:
ii  eject   2.1.5-7  ejects CDs and operates CD-Changer
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-1+b1   The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-2  simple interprocess messaging syst
ii  libexo-0.3-00.3.4-6  Library with extensions for Xfce
ii  libglib2.0-02.16.3-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.9-3 The GTK+ graphical user interface 
ii  libhal-storage1 0.5.11~rc2-1 Hardware Abstraction Layer - share
ii  libhal1 0.5.11~rc2-1 Hardware Abstraction Layer - share
ii  libpango1.0-0   1.20.2-2 Layout and rendering of internatio
ii  libxfce4mcs-client3 4.4.2-3  Client library for Xfce4 configure
ii  libxfce4mcs-manager34.4.2-3  Manager library for Xfce4 configur
ii  libxfce4util4   4.4.2-2  Utility functions library for Xfce
ii  libxfcegui4-4   4.4.2-2  Basic GUI C functions for Xfce4

exo-utils recommends no packages.

-- no debconf information



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



Bug#480874: RFP: geeqie -- Graphic File Browser Utility

2008-05-14 Thread Cristian Greco
On Tue, May 13, 2008 at 05:50:37PM +0200, Michal Čihař wrote:

> Sure, as I definitely do not have time to maintain this package on my
> own. As soon as ssh to alioth will be working again, we can start
> working on package in collab-maint svn. 
> 
> Meanwhile you can ask for membership there:
> https://alioth.debian.org/projects/collab-maint/
> 
> Okay, I'm changing this bug to ITP as it looks I won't be alone ;-).

Hi Michal,

I saw the package is in the NEW queue.

I got an account from Alioth (cristian-guest) and membership to
collab-maint project.


Cristian


signature.asc
Description: Digital signature


Bug#481278: openssh: Please provide server patched with LPK

2008-05-14 Thread Peter Chubb
Package: openssh
Severity: wishlist

In an installation with large numbers of machines, it's convenient to store SSH
public keys in LDAP.  The lpk patch http://dev.inversepath.com/trac/openssh-lpk
allows this.  I can understand not everyone would want this (not everyone
authenticates using LDAP for a start), but it would be very convenient for us.

For what it's worth Gentoo and Mandriva provide ways to install a patched sshd.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.2-paulaner-1
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)



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



Bug#481276: bittorrent: Is trying to connect on random ports

2008-05-14 Thread Daniel Dickinson
Package: bittorrent
Version: 3.4.2-11
Severity: normal


I block outgoing except where desired and since starting bittorrent 
(btlaunchmany), mh firewall logs have gone crazy.  It seems bittorrent is 
trying to make outdoing connections on random ports to random ports (rather 
than only on the defined port range 6881-6999).  Is this normal, and is there 
any way to change this behaviour so that my firewall logs aren't polluted.

I'm puzzled by this behaviour since the uploading and downloading works fine 
anway, so I don't know at all why it is trying to do this, and it makes me 
nervous.


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

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

Versions of packages bittorrent depends on:
ii  lsb-base  3.2-11 Linux Standard Base 3.2 init scrip
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.7.7  automated rebuilding support for P

Versions of packages bittorrent recommends:
ii  mime-support  3.40-1.1   MIME files 'mime.types' & 'mailcap

-- no debconf information



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



Bug#480380: [Pkg-xfce-devel] Bug#480380: xfce4: No easy way to add launchers from the menu to the panel

2008-05-14 Thread Daniel Dickinson
On Tue, 13 May 2008 08:01:13 +0200
Yves-Alexis Perez <[EMAIL PROTECTED]> wrote:

> On ven, 2008-05-09 at 12:18 -0400, Daniel Dickinson wrote:
> > To add a launcher you have to know the commandline command to launch
> > the program.  For a newbie this would be difficult, therefore having
> > the ability to pick from a list, or right-click on a menu entry, in
> > order to add a menu launcher to the panel would be helpful.
> 
> When adding a launcher (when the popup where you enter infos is
> opened), you can drag and drop stuff from xfce4-appfinder into the
> launchers list.

Cool.  Can this be integrated though, so that a newbie doesn't have to
discover this obscure fact somehow.  Preferably it'd be possible to
click on a add launcher from menu button, or something like that, and
have it just work.  I can handle the appfinder thing, but I also setup
systems for other people who aren't technically inclined, so the less
complications the better.

Regards,

Daniel

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Bug#481125: [linux-image-2.6.24-1-amd64] nohz=off & 2.6.25 don't help

2008-05-14 Thread maximilian attems
On Wed, 14 May 2008, Robert Chéramy wrote:

> Package: linux-image-2.6.24-1-amd64
> Version: 2.6.24-6
>
> --- Please enter the report below this line. ---
>
> Hi,
>
> option "nohz=off" did not help, I had a freeze as i powered my desktop  
> on this evening.
> dmesg shows as usual :
>   Clocksource tsc unstable (delta = 37466550 ns)
>   Time: hpet clocksource has been installed.
> (just after switching CPU0 and CPU1 to high resolution mode)
>
> I also tried Kernel 2.6.25-2, which also hat a freeze at boot. Boot  
> process did not go a lot further after the 10 minutes freeze as it has  
> problems finding its ramfs (but this is unrelated to the current bug)  
> and does a kernel panic.

use grub and not lilo then you can boot 2.6.25-2 and give better
judgment if it fixes the issue.

also never use that stupid report-bug-ng but proper reportbug

thanks

-- 
maks



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



Bug#325491: ale: even newer upstream version

2008-05-14 Thread Rogério Brito
Package: ale
Version: 0.7.1-1.2
Followup-For: Bug #325491


There are even newer versions now of ale in the site cited above. The
current stable version is 10 revisions latter than what the original
reporter saw and they even have a testing version 0.9.

Please, would it be possible to update the packages? Or should this bug
have greater severity and you be reported as MIA?

Regards, Rogério Brito.

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

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

Versions of packages ale depends on:
ii  libc6   2.7-11   GNU C Library: Shared libraries
ii  libfftw3-3  3.1.2-3  library for computing Fast Fourier
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3.0-4GCC support library
ii  libmagick10 7:6.3.7.9.dfsg1-2+b2 image manipulation library
ii  libstdc++6  4.3.0-4  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

ale recommends no packages.

-- no debconf information



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



Bug#481198: geany: It would be nice if Geany autodetected debian rules files as makefiles

2008-05-14 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Enrico,

Enrico Tröger wrote:
>> Geany does not detect a format for debian/rules files, which
>> unfortunately means if you have configured to use spaces rather than
>> tabs, and don't explicitly tell it you are dealing with a makefile,
>> it mangles things by using spaces rather than tabs. It would be nice
> 
> this happens also when the file was recognized as a Makefile. But
> can simply change the indent type per file with Document->Indent
> Type->Tabs.
> Maybe this get improved in the future to force Tab indentation for
> Makefiles.

I just checked and you are quite correct, I had conned myself into
thinking it was smarter than this for make files. Yes, it would be
better if this was forced for such files.

>> if it could recognise a rules file by the shebang line.
> 
> I just added shebang detection for "make" in current SVN version. So,
> Debian's rules files are detected as Makefiles.
> 
> But you can also achieve this by changing the filetype extensions.
> Create a file ~/.geany/filetype_extensions.conf and add the following
> two lines:
>  
> [Extensions]
> Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;rules;

Very helpful, thanks!

CT.

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

iD8DBQFIK3800SwfPjLnaZYRAod8AJwOnyXI4//MfkGelb3NfdryMo5IowCfT2Ny
C4B5CPaXjQEwbahmf36wDms=
=jzkr
-END PGP SIGNATURE-



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



Bug#463641: Possible solution

2008-05-14 Thread Sean Artman
Looking in src/exif.cpp at the fixes for the thumbnail problem in
0.10-1.4, I decided to compare the version in exiv2-0.10-1.5 with
exiv2-0.16 from exiv2.org and found a small discrepancy.

In exiv2-0.10-1.5:
// Finally, read the thumbnail
rc = readThumbnail();
if (0 < rc) {
#ifndef SUPPRESS_WARNINGS
std::cerr << "Warning: Failed to read thumbnail, rc = "
  << rc << "\n";
#endif
}

return rc;
} // ExifData::load

In exiv2-0.16:
// Finally, read the thumbnail
rc = readThumbnail();
if (0 < rc) {
#ifndef SUPPRESS_WARNINGS
std::cerr << "Warning: Failed to read thumbnail, rc = "
  << rc << "\n";
#endif
}

return 0;
} // ExifData::load

I changed that "return rc" to "return 0", compiled, and replaced
/usr/lib/libexiv2-0.10.so with the newly compiled version. (I used
checkinstall instead of "make install", extracted the files from the
resulting deb, then copied libexiv2-0.10.so to
/usr/lib/libexiv2-0.10.so.) Since doing that, I'm no longer getting
errors with certain jpegs.



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



Bug#480673: ITP: gnome-do-plugins -- a collection of plugins for gnome-do, offering integration to mail, music etc.

2008-05-14 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Olivier,

Olivier Berger wrote:
> Le dimanche 11 mai 2008 à 15:05 +0100, Colin Turner a écrit :
> 
>> * Package name: gnome-do-plugins
>>   Version : 0.40
>>   Upstream Author : David Siegel <[EMAIL PROTECTED]>,
>> Richard Harding <[EMAIL PROTECTED]>
>> * URL : http://do.davebsd.com
>> * License : GPL v3+
>>   Programming Lang: C#
>>   Description : a collection of plugins for gnome-do, offering 
>> integration to mail, music etc.
>>
>> This package provides extra plugins for GNOME-Do.  It includes plugins for
>> interacting with Evolution & Thunderbird contacts, Pidgin IM buddies, 
>> searching the Web using Firefox search plugins, and more.
> 
> Hi.
> 
> Maybe you'd like to mention briefly what is Gnome-Do in the description,
> as it is not exactly perceptible from looking only at that description.
> 
> My 2 cents,

Fair point!

Essentially it is a quick graphical launcher to search for entities in
gnome and "do" stuff with them. If you press "super-space" gnome-do
appears, you type the name (incremental search style) of something you
want to do something with - a file, a person, a favourite album - all
depending on plugins, and then tab to a next pane were you decide what
you will do with it (run, edit, email, play) as appropriate.

It's similar to the gnome deskbar-applet I suppose except that is is
more keyboard driven, and more extendible. For keyboard jockeys I think
it will be much faster.

The website listed above has more details, together with good
screencasts which demonstrate it well.

CT.

PS. For others watching the bug, packaging is well advanced on Alioth
now, with the plugins split up into smaller packages with a meta package
that will include them all.

We have a little more testing to do before we will offer the packages to
mentors.debian.net for a sponsor.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIK3wL0SwfPjLnaZYRAvW3AKD654MgH1t5qUPIvhUaLVgD4trprQCgje+b
6STh0ogYu3dynYW4MlsGWiQ=
=hfwI
-END PGP SIGNATURE-



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



Bug#481274: xtightvncviewer: xtightvnc package should probably ship Vncviewer resources file

2008-05-14 Thread Ian Wienand
Package: xtightvncviewer
Version: 1.3.9-1
Severity: normal
Tags: patch

Hi,

I think the resources file should be shipped in the xtightvncviewer
package.

Thanks,

-i

--- tightvnc-1.3.9/debian/rules 2008-05-14 15:51:02.0 -0700
+++ tightvnc-1.3.9-new/debian/rules 2008-05-14 15:23:17.0 -0700
@@ -148,6 +148,8 @@
 # xtightvncviewer
install -o root -g root -m 755 vncviewer/vncviewer \
$(CURDIR)/debian/xtightvncviewer/usr/bin/xtightvncviewer
+   install -o root -g root -m 644 vncviewer/Vncviewer \
+   $(CURDIR)/debian/xtightvncviewer/etc/X11/app-defaults/Vncviewer
install -o root -g root -m 644 vncviewer/vncviewer.man \

$(CURDIR)/debian/xtightvncviewer/usr/share/man/man1/xtightvncviewer.1
 
--- tightvnc-1.3.9/debian/xtightvncviewer.dirs  2008-05-14 15:51:02.0 
-0700
+++ tightvnc-1.3.9-new/debian/xtightvncviewer.dirs  2008-05-14 
15:34:47.0 -0700
@@ -1,2 +1,3 @@
 usr/bin
 usr/share/man/man1
+etc/X11/app-defaults
\ No newline at end of file


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

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

Versions of packages xtightvncviewer depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxaw72:1.0.4-1 X11 Athena Widget library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages xtightvncviewer recommends:
ii  xfonts-base   1:1.0.0-5  standard fonts for X

-- no debconf information



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



Bug#434544: [Mutt] #2981: opening a Maildir takes forever

2008-05-14 Thread Mutt
#2981: opening a Maildir takes forever

Changes (by brendan):

  * milestone:  1.6 => 2.0

Comment:

 Indeed, it's very likely that it's actually the buffy scan that's slow.
 I'm removing this from the 1.6-blocking list.

-- 
Ticket URL: 




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



Bug#481159: Default editor (vim?) does not work inside reportbug

2008-05-14 Thread Chris Lawrence
There's also 'update-alternatives --config editor'.  Matter of fact,
you should also send us the output of update-alternatives --display
editor, since I have a very nasty feeling that this alternative on
your system is borked (a fairly common problem with the editor
alternative - I just checked and mine was set to an editor I don't
even have installed on my system).

It sounds like your editor setting is hosed up somehow or you ended up
stuck in some very bad/ancient vi that doesn't even understand cursor
keys (do h/j/k/l work?).


Chris



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



Bug#481273: [INTL:gl] Galician debconf template translation for jazip

2008-05-14 Thread Jacobo Tarrio
Package: jazip
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of jazip's debconf templates
# This file is distributed under the same license as the jazip package.
# Jacobo Tarrio <[EMAIL PROTECTED]>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: jazip\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-05-14 18:11+0200\n"
"PO-Revision-Date: 2008-05-15 00:29+0100\n"
"Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n"
"Language-Team: Galician <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid "Notice for jazip packages users"
msgstr "Aviso para os usuarios dos paquetes de jazip"

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid ""
"This message is displayed because the configuration file /etc/jazip.conf was "
"not on your system prior to package installation."
msgstr ""
"Amósase esta mensaxe porque o ficheiro de configuración /etc/jazip.conf non "
"existía no sistema antes da instalación do paquete."

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid ""
"The script `/usr/sbin/jazipconfig --non-interactive` was run in an attempt "
"to create a working /etc/jazip.conf configuration file. If this was "
"unsuccessful, run /usr/sbin/jazipconfig again as root without the --non-"
"interactive switch, or consult jazip.conf(5) to create it yourself."
msgstr ""
"Executouse o script \"/usr/sbin/jazipconfig --non-interactive\" para tentar "
"crear un ficheiro de configuración /etc/jazip.conf. Se isto non tivo éxito, "
"execute /usr/sbin/jazipconfig de novo coma administrador sen o argumento --"
"non-interactive, ou consulte jazip.conf(5) para crealo vostede mesmo."

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid ""
"Users must be added to the 'floppy' group to allow access to the jazip "
"program and the devices it manages.  For example, to add user 'joe':"
msgstr ""
"Os usuarios deben estar engadidos ao grupo \"floppy\" para lles permitir o "
"acceso ao programa jazip e aos dispositivos que xestiona. Por exemplo, para "
"engadir o usuario \"pepe\":"

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid "# adduser joe floppy"
msgstr "# adduser pepe floppy"

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid "See /usr/share/doc/jazip/README.Debian for details."
msgstr "Consulte /usr/share/doc/jazip/README.Debian para máis detalles."


Bug#481243: wish: configuration option to allow apt-p2p to function as LAN-wide mirror/proxy

2008-05-14 Thread Chris Lawrence
On Wed, May 14, 2008 at 2:02 PM, Cameron Dale <[EMAIL PROTECTED]> wrote:
> On 5/14/08, Chris Lawrence <[EMAIL PROTECTED]> wrote:
>>  For the moment, I've done a manual hack to HTTPServer.py (adding
>>  addr.startswith('192.168.') to the IP permission check) to allow local
>>  IP addresses behind my firewall to download Packages files, but it
>>  would be nice to have a configurable option in apt-p2p.conf that
>>  includes a list/netmask/wildcard/something of permissible addresses
>>  (as was the case for debtorrent).
>
> Thanks for the suggestion. This option had occurred to me before, but
> there are issues that prevent me from implementing it, so the
> inclusion of only the localhost address was intentional.
>
> The main reason is the obtaining of hashes from downloaded Packages
> files uses python-apt, which requires knowledge of the architecture.
> You may experience problems with the finding of hashes because of
> this, especially if you have multiple architectures accessing apt-p2p
> on the same host. However you may not have any problems, in which case
> please let me know and I'll consider adding the option.
>
> Because I excluded proxy functionality, I'm also not sure what will
> happen if multiple requests come in to apt-p2p at the same time from
> different hosts. Again there may be problems, there may not. Adding
> support for multiple concurrent connections would also be the hardest
> part of implementing this (otherwise simple) option.
>
>> The functions for IP checks in the
>> python-ipy package might be helpful in this regard.
>
> Thanks for the tip, I wasn't aware of that package, and it looks really 
> useful.

I haven't had any trouble using apt-p2p (on an unstable amd64 box)
from my MacBook that runs testing i386 in Parallels, but I hadn't
really investigated whether it was doing peer downloads or mirror
downloads for those packages.  It's entirely possible it's making
apt-p2p deeply confused.

The simultaneity issue might be problematic, though; I don't think
I've tried both at the same time.


Chris



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



Bug#478696: [libpciaccess-dev] unable to parse vendor/device information from pci.ids.gz

2008-05-14 Thread Kel Modderman
Hey Julian,

Dropped Ian from recipients.

On Thursday 15 May 2008 07:02:38 Ian Romanick wrote:
> Kel Modderman wrote:
> | tags 478696 patch
> | thanks
> | (BCC'd debian BTS control server)
> |
> | Hi Julien and Ian,
> |
> | On Friday 09 May 2008 22:40:16 Julien Cristau wrote:
> |> Hi Ian,
> |>
> |> our pciutils maintainer decided to only install the compressed
> |> pci.ids.gz file, which breaks the code in libpciaccess that parses
> |> pci.ids.  Kel was kind enough to write up a patch to make this work (see
> |> below), would you consider something like this?  I'll try to finish up
> |> the patch if you think this is an option.
> |
> | Attached a complete patch.
> |
> | Thanks, Kel.
> 
> That patch looks fine.  Go ahead and commit it to the libpciaccess tree.
> 
> 

Please note that the pciutils Debian maintainer now decided to revert his
change which cause unrelated fuckups to other software.
---
pciutils (1:3.0.0-4) unstable; urgency=low

  * Uncompress pci.ids.gz in debian/rules. Closes: #479766
---

Thanks, Kel.



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



Bug#481272: gnump3d: random playlist does not have m3u extension

2008-05-14 Thread James Zuelow
Package: gnump3d
Version: 3.0-4
Severity: minor



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

Kernel: Linux 2.6.24 (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 gnump3d depends on:
ii  adduser   3.107  add and remove users and groups
ii  debconf   1.5.21 Debian configuration management sy
ii  logrotate 3.7.1-3Log rotation utility
ii  netbase   4.32   Basic TCP/IP networking system
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-12   Core Perl modules

gnump3d recommends no packages.

-- debconf information excluded

Since xmms has been removed, many users are replacing it with audacious.  
Audacious does not grok playlists without an extension like xmms did.  This is 
a problem as
the random track playlist is just named "play" with no extionsion.  Audacious 
won't play it.

To change the behavior to be more audacious friendly, change one line in 
/usr/share/perl5/gnump3d/plugins/random.pm:

[EMAIL PROTECTED]:~$ diff -u random.pm 
/usr/share/perl5/gnump3d/plugins/random.pm
--- random.pm   2008-05-14 15:07:56.0 -0800
+++ /usr/share/perl5/gnump3d/plugins/random.pm  2008-05-11 13:50:53.0 
-0800
@@ -258,7 +258,7 @@
#
#  Add a hidden form to contain the selections.
#
-   my $form = "\n";
+   my $form = "\n";

#
#  Add in the line numbers of the random songs.

Adding the extension gives you play.m3u which audacious will play.

I know gnump3d is orphaned, hopefully anyone else seeing this problem will find 
this report.  It's an easy fix.



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



Bug#418963: Annoying!

2008-05-14 Thread David Förster
Could you please do something about this bug! It's still present in recent 
versions from volatile and very annoying

People will upgrade when you update the debian package anyway. No sooner and 
no later, so the notice is completely bogus!

- David



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



Bug#448532: RFS: phpmyvisites -- free web analytics

2008-05-14 Thread Frederic Lehobey
Dear mentors,

I am looking for a sponsor for my package "phpmyvisites".

* Package name: phpmyvisites
  Version : 2.3-1
  Upstream Author : phpMyVisites team
* URL : http://www.phpmyvisites.us/
* License : GPL-any
  Section : web
  Programming Lang: PHP
  Description : free web analytics

 phpMyVisites is a free and powerful open source (GNU/GPL) software for websites
 statistics and audience measurements.
 phpMyVisites gives a lot of information on websites visitors, visited pages,
 software/hardware utilization, etc... The GUI Interface is fun and practical.
 The installation is entirely automated and very simple.
 Statistics are very complete and use many clear graphics to present data. The
 web analytics software is translated in more than 30 languages!

It builds these binary packages:
phpmyvisites - free web analytics

The package appears to be lintian clean.

The upload would fix these bugs: 448532

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/phpmyvisites
- Source repository: deb-src http://mentors.debian.net/debian unstable main
- dget 
http://mentors.debian.net/debian/pool/main/p/phpmyvisites/phpmyvisites_2.3-1.dsc

I would be glad if someone reviewed and uploaded this package for me.
It is my first php package. I have mostly taken inspiration from
dokuwiki package (and some others).

It does not uses debconf nor dbconfig-common yet but both might be
introduced in the future for package configuration (with heavy changes
to upstream though: I will follow advice from mentors and sponsor).

Kind regards
Frédéric Daniel Luc Lehobey



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



Bug#480310: [ixp4xx] armel NSLU2 fails to boot with 2.6.25

2008-05-14 Thread Kevin Price
Martin Michlmayr schrieb:
> The 2.6.26-rc2 test image is available from 
> http://people.debian.org/~tbm/armel/kernel/r11383/
> The fixed 2.6.25 package will be uploaded in the near future.

At least the 2.6.26-rc2 makes my slug unbootable. Again, I need some
time to hook the serial console up to figure out why. (Wish I had a
USB/RS232 adaptor around) I'll let you know as soon as I can.

Kevin



signature.asc
Description: OpenPGP digital signature


Bug#479881: ServerLayout causes crash

2008-05-14 Thread Antony Gelberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After following instructions in
http://wiki.debian.org/XStrikeForce/HowToRandR12, I had a similar crash
with my Radeon 9600:

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x6a) [0x4755ea]
1: /lib/libc.so.6 [0x2aceeed9a240]
2: /usr/bin/X11/X(InitOutput+0x540) [0x4685f0]
3: /usr/bin/X11/X(main+0x29f) [0x4368ff]
4: /lib/libc.so.6(__libc_start_main+0xf4) [0x2aceeed871c4]
5: /usr/bin/X11/X(FontFileCompleteXLFD+0x281) [0x435e19]

I found that this could be eliminated by removing the entire
ServerLayout section.  I'll update the wiki.

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

iD8DBQFIK29Fdt451jNP7ekRAkeUAJ9FPAao7nAnEDWU08F53u4SS1aSXwCfVanp
3wFaweXoVdqTjKs6RwChwv4=
=8vCP
-END PGP SIGNATURE-



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



Bug#481270: nspluginwrapper: npviewer.bin can't be executed

2008-05-14 Thread Ernest Adrogué
Package: nspluginwrapper
Version: 0.9.91.5-2
Severity: important

After a system upgrade some weeks ago, nspluginwrapper stopped
working. I had only one plugin installed (Flash) which was working
before the upgrade, but now it doesn't. I have removed it and tried
to install again, but in vain:

doriath:~# nspluginwrapper -i libflashplayer.so
/usr/bin/linux32: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin: No such 
file or directory
nspluginwrapper: no appropriate viewer found for libflashplayer.so

Says "no such file or directory" although the file is there:

doriath:~# file /usr/lib/nspluginwrapper/i386/linux/npviewer.bin 
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: ELF 32-bit LSB executable, 
Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses 
shared libs), stripped

However, when I try to run it, I get "no such file" again:

doriath:~# /usr/lib/nspluginwrapper/i386/linux/npviewer.bin
bash: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin: No such file or 
directory


Regards,

Ernest

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

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

Versions of packages nspluginwrapper depends on:
ii  ia32-libs 2.4ia32 shared libraries for use on a
ii  ia32-libs-gtk 2.2GTK+ ia32 shared libraries
ii  lib32gcc1 1:4.3.0-3  GCC support library (32 bit Versio
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libc6-i3862.7-10 GNU C Library: 32bit shared librar
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  util-linux2.13.1-3   Miscellaneous system utilities

nspluginwrapper recommends no packages.

-- no debconf information



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



Bug#481029: cl-sql-oracle fails to connect to oracle database

2008-05-14 Thread Kevin Rosenberg
Paul Metcalfe wrote:
> debugger invoked on a TYPE-ERROR in thread # {100270AC31}>:
>   The value
> # 16))>
>   is not of type
> (ALIEN (ARRAY (SIGNED 16) NIL)).
> 
> This seems to be caused by the type declarations in fetch-row
> (in oracle-sql.lisp); if I comment them all out I can connect 
> and fetch data happily (in a very limited test).
> 

> Is this the same problem as
> http://lists.b9.com/pipermail/clsql/2008-April/001576.html

It seems so.

> [ and is this a cl-sql-oracle problem or a cl-uffi problem? ]

I don't know. I don't have an Oracle system for testing so I'm unable
to further characterize the issue. I do know those those type
declarations for SBCL's FFI can be crucial to have in place or
performance can be quite impacted. 

Kevin



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



Bug#481269: Install Report

2008-05-14 Thread Phill Clarke
Package: installation-reports

Boot method: 
Netinst CD of Lenny daily build snapshot
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/
Date:  May 14th 2008, 1900 GMT

Machine:  Dell Inspiron
6400 Laptop
Processor: Intel 2 Core T5500 @ 1.66Ghz
Memory:1GB
Partitions: 
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda1 ext3 6728280   3501628   2884872  55% /
tmpfstmpfs  517536 0517536   0% /lib/init/rw
udev tmpfs   10240   108 10132   2% /dev
tmpfstmpfs  517536 0517536   0% /dev/shm
/dev/sda6 ext3   106041344337300 100317452   1% /home


Output of lspci -nn and lspci -vnn:

[EMAIL PROTECTED]:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS,
943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev
03)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 945GM/PM/GMS,
943/940GML and 945GT Express PCI Express Root Port [8086:27a1] (rev
03)
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family)
High Definition Audio Controller [8086:27d8] (rev 01)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 1 [8086:27d0] (rev 01)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 4 [8086:27d6] (rev 01)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #1 [8086:27c8] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #2 [8086:27c9] (rev 01)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #3 [8086:27ca] (rev 01)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #4 [8086:27cb] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB2 EHCI Controller [8086:27cc] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge
[8086:2448] (rev e1)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC
Interface Bridge [8086:27b9] (rev 01)
00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7
Family) SATA IDE Controller [8086:27c4] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus
Controller [8086:27da] (rev 01)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon
Mobility X1400 [1002:7145]
03:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0
100Base-TX [14e4:170c] (rev 02)
03:01.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394
Controller [1180:0832]
03:01.1 SD Host controller [0805]: Ricoh Co Ltd R5C822
SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 19)
03:01.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus
Host Adapter [1180:0592] (rev 0a)
03:01.3 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card
Controller [1180:0852] (rev 05)
0b:00.0 Network controller [0280]: Intel Corporation PRO/Wireless
3945ABG Network Connection [8086:4222] (rev 02)

[EMAIL PROTECTED]:~$ lspci -vnn
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS,
943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev
03)
Subsystem: Dell Device [1028:01bd]
Flags: bus master, fast devsel, latency 0
Capabilities: 
Kernel modules: intel-agp

00:01.0 PCI bridge [0604]: Intel Corporation Mobile 945GM/PM/GMS,
943/940GML and 945GT Express PCI Express Root Port [8086:27a1] (rev
03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: e000-efff
Memory behind bridge: efd0-efef
Prefetchable memory behind bridge: d000-dfff
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family)
High Definition Audio Controller [8086:27d8] (rev 01)
Subsystem: Dell Device [1028:01bd]
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at efffc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: 
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 1 [8086:27d0] (rev 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
Memory behind bridge: efc0-efcf
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 4 [8086:27d6] (rev 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0c, subordinate=0d, sec-latency=0
I/O behind bridge: d000-dfff
Memory behind bridge: efa0-efbf
  

Bug#481264: simutrans: crash during playing

2008-05-14 Thread Ansgar Burchardt
Hi,

M K wrote:
> 1. problem. The package from current Debian testing repository is after 
> install very unstable. When you make several action,  become some
> crash in it.  You can for example build some road an then take full
> zoom  in and out and at that moment the simutrans fall down.  

Can you describe what exactly caused simutrans to crash?  I could
build some roads on a new map with the default map settings without
problems.  Zooming also didn't cause a crash.

Does the problem still occur if you rebuild the package from source
(without adding debug symbols)?

Regards,
Ansgar

-- 
PGP: 1024D/595FAD19  739E 2D09 0969 BEA9 9797  B055 DDB0 2FF7 595F AD19




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



Bug#481268: dbmail: FTBFS on hurd-i386: SA_SIGINFO undeclared

2008-05-14 Thread Flavio Cruz
Package: dbmail
Version: 2.2.10-1
Severity: important
Tags: patch

Dbmail fails to compile because on Hurd SA_SIGINFO is not implemented and 
therefore
is not declared.

Build error:
 > gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -Wall -O1 -I/usr/include/glib-2.0 
 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 
 > -I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
 > -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 > -W -Wall -Wpointer-arith -Wstrict-prototypes -MT libdbmail_la-server.lo -MD 
 > -MP -MF .deps/libdbmail_la-server.Tpo -c server.c -fPIC -DPIC -o 
 > .libs/libdbmail_la-server.o
 > server.c: In function 'SetParentSigHandler':
 > server.c:62: error: 'SA_SIGINFO' undeclared (first use in this function)
 > make[3]: *** [libdbmail_la-server.lo] Error 1
 > make[3]: Leaving directory `/build/buildd/dbmail-2.2.7'

On all signal handlers dbmail does not make use of the funcionalities provided 
by SA_SIGINFO
therefore I provide two patches:
- one simple ifdef's SA_SIGINFO.
- the other removes SA_SIGINFO and the related arguments from the handlers.

Please see what patch you think it's better.

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

Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
--- orig/dbmail-2.2.10/server.c	2008-03-24 14:49:33.53000 +
+++ dbmail-2.2.10/server.c	2008-05-07 20:32:26.86000 +
@@ -44,7 +44,11 @@
 ChildInfo_t childinfo;
 
 /* some extra prototypes (defintions are below) */
+#ifdef SA_SIGINFO
 static void ParentSigHandler(int sig, siginfo_t * info, void *data);
+#else
+static void ParentSigHandler(int sig);
+#endif
 static int SetParentSigHandler(void);
 static int server_setup(serverConfig_t *conf);
 
@@ -59,11 +63,19 @@
 
 	act.sa_sigaction = ParentSigHandler;
 	sigemptyset(&act.sa_mask);
+#ifdef SA_SIGINFO
 	act.sa_flags = SA_SIGINFO;
+#else
+	act.sa_flags = 0;
+#endif
 
 	sact.sa_sigaction = ParentSigHandler;
 	sigemptyset(&sact.sa_mask);
+#ifdef SA_SIGINFO
 	sact.sa_flags = SA_SIGINFO | SA_NOCLDSTOP;
+#else
+	sact.sa_flags = SA_NOCLDSTOP;
+#endif
 
 	sigaction(SIGCHLD,	&sact, 0);
 	sigaction(SIGINT,	&sact, 0);
@@ -329,7 +341,11 @@
 	return result;
 }
 
+#ifdef SA_SIGINFO
 void ParentSigHandler(int sig, siginfo_t * info UNUSED, void *data UNUSED)
+#else
+void ParentSigHandler(int sig)
+#endif
 {
 	int saved_errno = errno;
 	Restart = 0;
--- orig/dbmail-2.2.10/serverchild.c	2008-03-24 14:49:33.55000 +
+++ dbmail-2.2.10/serverchild.c	2008-05-07 20:35:24.0 +
@@ -68,13 +68,21 @@
 	connected = 0;
 }
 
+#ifdef SA_SIGINFO
 void noop_child_sig_handler(int sig, siginfo_t *info UNUSED, void *data UNUSED)
+#else
+void noop_child_sig_handler(int sig)
+#endif
 {
 	if (sig == SIGSEGV)
 		_exit(0);
 }
 
+#ifdef SA_SIGINFO
 void active_child_sig_handler(int sig, siginfo_t * info UNUSED, void *data UNUSED)
+#else
+void active_child_sig_handler(int sig)
+#endif
 {
 	int saved_errno = errno;
 	
@@ -122,11 +130,19 @@
 
 	act.sa_sigaction = active_child_sig_handler;
 	sigemptyset(&act.sa_mask);
+#ifdef SA_SIGINFO
 	act.sa_flags = SA_SIGINFO;
+#else
+	act.sa_flags = 0;
+#endif
 
 	rstact.sa_sigaction = active_child_sig_handler;
 	sigemptyset(&rstact.sa_mask);
+#ifdef SA_SIGINFO
 	rstact.sa_flags = SA_SIGINFO | SA_RESETHAND;
+#else
+	rstact.sa_flags = SA_RESETHAND;
+#endif
 
 	sigaddset(&act.sa_mask, SIGINT);
 	sigaddset(&act.sa_mask, SIGQUIT);
@@ -162,7 +178,11 @@
 
 	act.sa_sigaction = noop_child_sig_handler;
 	sigemptyset(&act.sa_mask);
+#ifdef SA_SIGINFO
 	act.sa_flags = SA_SIGINFO;
+#else
+	act.sa_flags = 0;
+#endif
 
 	sigaction(SIGINT,	&act, 0);
 	sigaction(SIGQUIT,	&act, 0);
--- orig/dbmail-2.2.10/serverchild.h	2008-03-24 14:49:33.0 +
+++ dbmail-2.2.10/serverchild.h	2008-05-07 20:36:07.31000 +
@@ -30,8 +30,13 @@
 
 #include "dbmail.h"
 
+#ifdef SA_SIGINFO
 void active_child_sig_handler(int sig, siginfo_t *info, void *data);
 void noop_child_sig_handler(int sig, siginfo_t *info, void *data);
+#else
+void active_child_sig_handler(int sig);
+void noop_child_sig_handler(int sig);
+#endif
 int SetChildSigHandler(void);
 int DelChildSigHandler(void);
 pid_t CreateChild(ChildInfo_t * info);
--- orig/dbmail-2.2.10/serverparent.c	2008-03-24 14:49:33.31000 +
+++ dbmail-2.2.10/serverparent.c	2008-05-07 20:48:00.54000 +
@@ -47,7 +47,11 @@
 int quiet = 0;
 
 static int SetMainSigHandler(void);
+#ifdef SA_SIGINFO
 static void MainSigHandler(int sig, siginfo_t * info, void *data);
+#else
+static void MainSigHandler(int sig);
+#endif
 static void ClearConfig(serverConfig_t * conf);
 static void DoConfig(serverConfig_t * conf, const char * const service);
 static void LoadServerConfig(serverConfig_t * config, const char * const service);
@@ -182,7 +186,11 @@
 	return 0;
 }
 
+#ifdef SA_SIGINFO
 void MainSigHandler(int sig, 

Bug#477231: Patch does not fix the build problem

2008-05-14 Thread Christian Perrier
Quoting Walter Franzini ([EMAIL PROTECTED]):

> > I think it would be better to not run the testsuite.
> 
> I'm not sure it will be the right choice.


Well, I understand the concern, but unless someone comes up with a
patch that fixes the testsuite to properly run on autobuilders, it
fails and makes the package RC-buggy

From the debian/changelog history, I see several occasions where the
testsuite made the package FTBFS on Debian autobuilders.

So, at least as a temporary solution, building without the testsuite
seems to be the best way to get the package in Debian lenny...

That does not prevent the maintainer to have the duty of running "make
sure" on a clean Debian system, of course, to guarantee that it works
properly.


What's puzzling to me is the maintainer's silence, here...:-|




signature.asc
Description: Digital signature


Bug#416777: Announce of an upcoming upload for the jazip package

2008-05-14 Thread Christian Perrier
Dear maintainer of jazip and Debian translators,

Some days ago, I sent a notice to the maintainer of the jazip Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

The package maintainer and I agreed for a translation update round. At
the end of this period, I will send him|her a full patch so that 
an l0n upload can happen.
The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fr nl pt ru sv vi

Among these, the following translations are incomplete: 

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the jazip package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Friday, May 23, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

Schedule:

 Monday, May 12, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Wednesday, May 14, 2008   : send this notice
 Friday, May 23, 2008   : deadline for receiving translation updates
 Sunday, May 25, 2008   : Send a summary to the maintainer. Maintainer 
uploads
 when possible.

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-05-14 18:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid "Notice for jazip packages users"
msgstr ""

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid ""
"This message is displayed because the configuration file /etc/jazip.conf was "
"not on your system prior to package installation."
msgstr ""

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid ""
"The script `/usr/sbin/jazipconfig --non-interactive` was run in an attempt "
"to create a working /etc/jazip.conf configuration file. If this was "
"unsuccessful, run /usr/sbin/jazipconfig again as root without the --non-"
"interactive switch, or consult jazip.conf(5) to create it yourself."
msgstr ""

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid ""
"Users must be added to the 'floppy' group to allow access to the jazip "
"program and the devices it manages.  For example, to add user 'joe':"
msgstr ""

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid "# adduser joe floppy"
msgstr ""

#. Type: note
#. Description
#: ../jazip.templates:1001
msgid "See /usr/share/doc/jazip/README.Debian for details."
msgstr ""


signature.asc
Description: Digital signature


Bug#417538: ITP: libemf -- C/C++ Enhanced Metafile Library

2008-05-14 Thread deb-emf . xx . iridos



PS.
someone called Ionut Georgescu packaged libemf and some of the programs 
depending on it here:

http://www.physik.tu-cottbus.de/~george/debian/unstable/source/

Karsten



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



Bug#479529: Upstream fix is partially incorrect

2008-05-14 Thread Thiemo Seufer
reopen 479529
thanks

Upstream's version of the patch is incorrect for the SIZOF_VOID_P != 8
case. For the O32 ABI, l.d/s.d expand to a instruction sequence which
handles the even/odd FPU register pairs, so the programmer can just
think of it as "load double / store double" without ever explicitly
working with the odd registers.

Comparing my patch to the upstream version probably explains this better
than a textual description.

GAS warns when using l.d/s.d on an odd FP register. Since the l.d/s.d
macros were written to mimic the original MIPS assembler I believe the
MIPS Pro assembler expands those macros the same way for O32 ABI. I
presume it doesn't warn the same way GAS does, though.


Thiemo



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



Bug#481267: pwman3: Program saves passwords in history file.

2008-05-14 Thread Przemek Sciborek
Package: pwman3
Version: 0.0.5-1
Severity: grave
Tags: security
Justification: user security hole


[EMAIL PROTECTED]:~$ pwman3
Pwman3 0.0.5 (c) Ivan Kelly <[EMAIL PROTECTED]>
pwman> new
Username: user
Password (Blank to generate): why you can see this?
Url:  url
Notes:notes
Please enter your password:
Tags: tags
Password ID: 6
pwman>
[EMAIL PROTECTED]:~$ cat /home/przemek/.pwman/history
new
user
why you can see this?  //<- this should not be store here
url
notes
tags
[EMAIL PROTECTED]:~$


-- 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.18.8-domU-linode7
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.ISO-8859-2 (charmap=ISO-8859-2) 
(ignored: LC_ALL set to pl_PL.ISO-8859-2)

Versions of packages pwman3 depends on:
ii  python   2.4.4-2 An interactive high-level object-o
ii  python-celementtree  1.0.5-8 Light-weight toolkit for XML proce
ii  python-crypto2.0.1+dfsg1-1.2 cryptographic algorithms and proto
ii  python-pysqlite2 2.3.2-2 python interface to SQLite 3
ii  python-support   0.5.6   automated rebuilding support for p

pwman3 recommends no packages.

-- no debconf information



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



  1   2   3   4   5   >