Bug#349745: squid-prefetch: Crashes every few minutes

2006-03-17 Thread Matej Vela
Nigel Horne [EMAIL PROTECTED] writes:

 I will report on whether squid-prefetch now stays up.

Any luck?  (Please Cc: the bug on replies.)

Thanks,

Matej


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



Bug#355847: libmusclecard1 is still not available

2006-03-17 Thread VALETTE Eric RD-MAPS-REN
could we get an ftp site somewhere to fetch it so that the tools can be 
installed again?


Thanks

-- eric


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



Bug#355981: pam-umask 0.03-0.1 NMU

2006-03-17 Thread Matej Vela
Hello,

I'm doing an NMU of pam-umask to fix #355981; diff attached.

Thanks,

Matej
diff -Nru pam-umask-0.03/debian/changelog pam-umask-0.03/debian/changelog
--- pam-umask-0.03/debian/changelog
+++ pam-umask-0.03/debian/changelog
@@ -1,3 +1,10 @@
+pam-umask (0.03-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * configure.in: Fix syntax error.  Closes: #355981.
+
+ -- Matej Vela [EMAIL PROTECTED]  Fri, 17 Mar 2006 09:18:26 +0100
+
 pam-umask (0.03) unstable; urgency=low
 
   * Fix segfault if no pam_umask file exists (Closes: #318826)
diff -Nru pam-umask-0.03/configure.in pam-umask-0.03/configure.in
--- pam-umask-0.03/configure.in
+++ pam-umask-0.03/configure.in
@@ -65,7 +65,7 @@
 # results, and the version is kept in special file).
 
 if test -r /etc/.relid -a X`uname -n` = X`uname -s` ; then
-system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+system=MP-RAS-`awk '{print $3}' /etc/.relid`
 fi
 if test `uname -s` = AIX ; then
 system=AIX-`uname -v`.`uname -r`
diff -Nru pam-umask-0.03/configure pam-umask-0.03/configure
--- pam-umask-0.03/configure
+++ pam-umask-0.03/configure
@@ -3109,7 +3109,7 @@
 # results, and the version is kept in special file).
 
 if test -r /etc/.relid -a X`uname -n` = X`uname -s` ; then
-system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+system=MP-RAS-`awk '{print $3}' /etc/.relid`
 fi
 if test `uname -s` = AIX ; then
 system=AIX-`uname -v`.`uname -r`


Bug#357235: heroes: FTBFS: unrepresentable changes to source files

2006-03-17 Thread Luk Claes
Daniel Burrows wrote:
   I cannot reproduce this; a pbuilder build completes without problems for me.

These kind of bugs normally only happen after building more than once...

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D


signature.asc
Description: OpenPGP digital signature


Bug#349745: squid-prefetch: Crashes every few minutes

2006-03-17 Thread Nigel Horne
 I will report on whether squid-prefetch now stays up.

 Any luck?  (Please Cc: the bug on replies.)

It is running now, without dying. I haven't replied because it's now being
hammered by my search engine's spider - and I want to wait and see if it
stays up during that.

 Thanks,

 Matej

-Nigel Horne


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



Bug#356044: dict-foldoc 20030919-5.1 NMU

2006-03-17 Thread Matej Vela
Hello,

I'm doing an NMU of dict-foldoc to fix #356044 and #348261; diff
attached.

Thanks,

Matej
diff -u dict-foldoc-20030919/debian/changelog 
dict-foldoc-20030919/debian/changelog
--- dict-foldoc-20030919/debian/changelog
+++ dict-foldoc-20030919/debian/changelog
@@ -1,3 +1,12 @@
+dict-foldoc (20030919-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Fix build failure with make 3.81+.  Thanks to Matt Kraai
+for the patch.  Closes: #356044.
+  * debian/postinst, debian/postrm: Use invoke-rc.d.  Closes: #348261.
+
+ -- Matej Vela [EMAIL PROTECTED]  Fri, 17 Mar 2006 09:48:59 +0100
+
 dict-foldoc (20030919-5) unstable; urgency=high
   * Sometime in 2003, the author changed the license from the very
 permissive license previously used to the GFDL. with no Invariant
diff -u dict-foldoc-20030919/debian/rules dict-foldoc-20030919/debian/rules
--- dict-foldoc-20030919/debian/rules
+++ dict-foldoc-20030919/debian/rules
@@ -60,9 +60,9 @@
 stamp-build:
 # Builds the binary package.
$(checkdir)
-   cat Dictionary debian/Dictionary.debian|\
-   /usr/share/konwert/filters/iso1-ascii |\
-   /usr/bin/dictfmt -f --allchars -u 
http://foldoc.doc.ic.ac.uk/foldoc/Dictionary.gz\
+   cat Dictionary debian/Dictionary.debian| \
+   /usr/share/konwert/filters/iso1-ascii | \
+   /usr/bin/dictfmt -f --allchars -u 
http://foldoc.doc.ic.ac.uk/foldoc/Dictionary.gz \
-s The Free On-line Dictionary of Computing (19 Sep 2003) foldoc
/usr/bin/dictzip -v foldoc.dict
touch stamp-build
diff -u dict-foldoc-20030919/debian/postinst 
dict-foldoc-20030919/debian/postinst
--- dict-foldoc-20030919/debian/postinst
+++ dict-foldoc-20030919/debian/postinst
@@ -7,7 +7,13 @@
 case $1 in 
  configure)
  if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
- if [ -x /etc/init.d/dictd ]; then /etc/init.d/dictd restart ;fi
+ if [ -x /etc/init.d/dictd ]; then
+   if [ -x `which invoke-rc.d 2/dev/null` ]; then
+   invoke-rc.d dictd restart
+   else
+   /etc/init.d/dictd restart
+   fi
+ fi
 
  exit 0
  ;;
diff -u dict-foldoc-20030919/debian/postrm dict-foldoc-20030919/debian/postrm
--- dict-foldoc-20030919/debian/postrm
+++ dict-foldoc-20030919/debian/postrm
@@ -5,7 +5,13 @@
 case $1 in 
 remove|purge)
  if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
- if [ -x /etc/init.d/dictd ]; then /etc/init.d/dictd restart; fi
+ if [ -x /etc/init.d/dictd ]; then
+   if [ -x `which invoke-rc.d 2/dev/null` ]; then
+   invoke-rc.d dictd restart
+   else
+   /etc/init.d/dictd restart
+   fi
+ fi
 
  exit 0
  ;;


Bug#356236: Patch

2006-03-17 Thread Falk Hueffner
Matt Kraai [EMAIL PROTECTED] writes:

 The attached patch adds build-dependencies on libxt-dev and
 libxpm-dev, which fixes the build.

Actually, both of them shouldn't actually be needed as build
dependency. I tried to find out why it doesn't work, but probably it's
not really worth bothering, so I guess I'll just apply this patch soon
(or feel free to NMU if you have the time).

-- 
Falk


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



Bug#357235: heroes: FTBFS: unrepresentable changes to source files

2006-03-17 Thread Roland Stigge
severity 357235 minor
thanks

Hi,

Luk Claes wrote:
  I cannot reproduce this; a pbuilder build completes without problems for me.
 
 These kind of bugs normally only happen after building more than once...

Right.

This time, it looks a bit different. I can also only reproduce it under
certain circumstances. On most systems I tried, I didn't get the
problem. It only appears when building inside a ReiserFS (3.6)
filesystem accessed with the stock debian kernel 2.6.15. Looks like
timestamps issues or something.

Therefore lowering the severity.

And btw, Luk is right: The problem is only with doc/heroes.info.

bye,
  Roland


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



Processed: Fixed in NMU of pam-umask 0.03-0.1

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 355981 + fixed
Bug#355981: FTBFS: syntax error near unexpected token `('
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#357235: heroes: FTBFS: unrepresentable changes to source files

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 357235 minor
Bug#357235: heroes: FTBFS: unrepresentable changes to source files
Severity set to `minor'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#355608: [Lewis, James M.] RE: Bug#355608: auctex: auctex-11.82-1 will not install

2006-03-17 Thread Frank Küster
Davide G. M. Salvetti [EMAIL PROTECTED] wrote:

 Hi Frank,

 as always, thank you very much for your help with the BTS.

  LJM == Lewis, James M [2006-3-16]

 LJM !! Found it.  I had EMACS_UNIBYTE=t in the environment.  I unset
 LJM that and it installed.  I think that was cruft left over from
 LJM emacs 20 days.  Can't remember now why I had it set...

 Shall we unset EMACS_UNIBYTE in emacsen install?  I think it could be
 a good idea.

I'm not sure - I fear the package will install, then, but not work
properly, and we won't gain much.  Well, we at least get bugs with lower
severity... 

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#355608: [Lewis, James M.] RE: Bug#355608: auctex: auctex-11.82-1 will not install

2006-03-17 Thread Davide G. M. Salvetti
Hi Frank,

as always, thank you very much for your help with the BTS.

  LJM == Lewis, James M [2006-3-16]

LJM !! Found it.  I had EMACS_UNIBYTE=t in the environment.  I unset
LJM that and it installed.  I think that was cruft left over from
LJM emacs 20 days.  Can't remember now why I had it set...

Shall we unset EMACS_UNIBYTE in emacsen install?  I think it could be
a good idea.

-- 
Thanks, Davide


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



Bug#357240: segfaults with kernel 2.6.15

2006-03-17 Thread Marco Presi
 || On Thu, 16 Mar 2006 21:18:26 +0100
 || Robert Jordens [EMAIL PROTECTED] wrote: 

rj On Thu, 2006-03-16 at 21:05 +0100, Marco Presi wrote:
 I tried with another kernel (2.6.14): now it load modules, but
 it doesn't detect pcmcia card. I don't know if this is related
 to udev+pcmciautils. Probably I have to ask on linux-gpib ml.

rj pcmciautils do IIRC only work with = 2.5.16. But not so
rj sure on that one.  2.6.14 won't work because of pcmcia
rj changes that are not reflected in gpib. 2.6.13 was IIRC the
rj first kernel that introduced these changes.

I will try with 2.5.16 next week, and let you know.

Do you know if it is possible to make it work for 2.6.15 too?
(Maybe with a Debian specific pacth, in order to make gpib
modules work with etch kernel.. unfortunately I don't have the
needed knowledge of linux kernel to make a patch..)

 I also tried on a sarge box.. but the module package doesn't
 build.. there is an error I think related to sarge kernels.

rj May well be. I'd like to hear about that one. gpib should work with
rj kernels around 2.6.10 - 2.6.12. A narrow range. I know ;-(

I will send you the build log (the laptop is away from the lab now).

 Do you know a configuration on which I can use this package for
 sure? (I have no so much time to compile kernels and make test).

rj I tested it today on a 2.6.12 kernel. Worked fine. even pcmcia.

I confirm. Actually, 2.6.12 is the only kernel in which
I was able to get everything working perfectly.

rj What card are you using?

National Instrument PCMCIA.

Thanks for your help

Marco



-- 
I videogiochi non influenzano i bambini. Voglio dire, se Pac-Man avesse
influenzato la nostra generazione, staremmo tutti saltando in sale
scure, masticando pillole magiche e ascoltando musica elettronica
ripetitiva.

Videogames do not influence kids. I mean, if Pac-Man influenced our
generation, we were all jumping in dark rooms, chomping pills and
listening to electronic repeating music.

Kristian Wilson, Nintendo Inc. 1989


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



Processed: Fixed in NMU of dict-foldoc 20030919-5.1

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 348261 + fixed
Bug#348261: dict-foldoc: use invoke-rc.d
There were no tags set.
Tags added: fixed

 tag 356044 + fixed
Bug#356044: dict-foldoc: FTBFS with current make
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: retitle bug

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 357005 libgtk-mozembed-ruby1.8: does not work: missing dependencies
Bug#357005: libgtk-mozembed-ruby1.8: does not works: missing dependencies
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#356758: marked as done (Please upgrade build depends to libmysqlclient15-dev)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 10:29:40 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#356758: fixed in haskelldb 0.9.cvs.601-9
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: haskelldb
Severity: serious
Usertag: transition-libmysqlclient15-dev

Dear maintainer

Please upgrade the build dependencies of your package to use
libmysqlclient15-dev

as the other libmysqlclient packages are about to be removed from
unstable and you package will FTBFS else.
The upgrade should be without problems.

thanks,

-christian-


---End Message---
---BeginMessage---
Source: haskelldb
Source-Version: 0.9.cvs.601-9

Version 0.9.cvs.601-9 has been rebuilt against libmysqlclient15.

Thanks,

Matej
---End Message---


Bug#357429: tetex-bin: Hypenation is not working, list file missing in language-cnf directory

2006-03-17 Thread Frank Küster
Package: tetex-bin
Version: 3.0-15
Severity: serious

Thanks Jörg for reporting this.  The fix is already in the svn
repository, however it's a bit more complicated:

The reason why I didn't notice this is that an old conffile,
00tetex.cnf, has been lying around that contained the needed hyphenation
information (but missed the magic header).  I suspect that this might be
the case on every machine that has tracked unstable continuously.
Therefore we should provide an upgrade path.

I will be away for the weekend, so I won't have time to do prepare an
upload soon.

Regards, Frank

---BeginMessage---
Hi!

This should be a bug report, but I do not remember all details :-(
Sounds strange, but this is the story.

Today I met another student in the mensa who had some problems with
latex. The hypenation is not working. He is using debian testing and he
told me that he updated the system about one week ago.

Since there was no internet access and I am not familiar with the
tetex-changes in etch, I had some problems finding the reason.

the problem is, that update-language thinks that
/etc/texmf/language.d/10tetex.cfg is not owned by any package and it is
not included in somewhere-I-do-not-remember.

I hope I see this student tomorrow, so I can write a full bug-report.

-- 
Jörg Friedrich

There are only 10 types of people:
Those who understand binary and those who don't.


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


---End Message---


-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)


Bug#357004: marked as done (freej: FTBFS: missing build dependencies)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 02:47:15 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#357004: fixed in freej 0.8.1-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: freej
Version: 0.8.1-1
Severity: serious
Tags: patch

Hi,

building the package freej in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
if i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. 
-I../../lib/theora-mmx-pipe -D_REENTRANT -O2 -fomit-frame-pointer 
-march=i486 -ffast-math -msse -mfpmath=sse -MT blockmap.o -MD -MP -MF 
.deps/blockmap.Tpo -c -o blockmap.o blockmap.c; \
then mv -f .deps/blockmap.Tpo .deps/blockmap.Po; else rm -f 
.deps/blockmap.Tpo; exit 1; fi
In file included from encoder_internal.h:25,
 from blockmap.c:18:
./theora/theora.h:27:21: error: ogg/ogg.h: No such file or directory
In file included from encoder_internal.h:25,
 from blockmap.c:18:
./theora/theora.h:119: error: syntax error before 'ogg_uint32_t'
[...]
blockmap.c:63: error: variable-size type declared outside of any function
blockmap.c:63: error: variable-size type declared outside of any function
blockmap.c:63: error: variable-sized object may not be initialized
blockmap.c:63: warning: data definition has no type or storage class
blockmap.c:64: error: syntax error before '}' token
blockmap.c:80: error: syntax error before '(' token
blockmap.c:80: error: declaration of 'CreateBlockMapping' as array of voids
blockmap.c:81: error: conflicting types for 'ogg_uint32_t'
blockmap.c:21: error: previous declaration of 'ogg_uint32_t' was here
blockmap.c:81: error: syntax error before 'YSuperBlocks'
blockmap.c:89: error: 'i' undeclared here (not in a function)
blockmap.c:89: error: 'j' undeclared here (not in a function)
blockmap.c:89: warning: data definition has no type or storage class
blockmap.c:90: warning: data definition has no type or storage class
blockmap.c:91: warning: data definition has no type or storage class
blockmap.c:92: error: syntax error before '}' token
blockmap.c:95: error: syntax error before numeric constant
blockmap.c:95: warning: data definition has no type or storage class
blockmap.c:96: error: syntax error before '*' token
blockmap.c:96: warning: data definition has no type or storage class
blockmap.c:97: error: syntax error before '+' token
make[4]: *** [blockmap.o] Error 1
make[4]: Leaving directory `/tmp/buildd/freej-0.8.1/lib/theora-mmx'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/freej-0.8.1/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/freej-0.8.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/freej-0.8.1'
make: *** [build-stamp] Error 2
=

Adding libogg-dev, libvorbis-dev and libjpeg62-dev to Build-Depends helps.

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

---End Message---
---BeginMessage---
Source: freej
Source-Version: 0.8.1-2

We believe that the bug you reported is fixed in the latest version of
freej, which is due to be installed in the Debian FTP archive:

freej_0.8.1-2.diff.gz
  to pool/main/f/freej/freej_0.8.1-2.diff.gz
freej_0.8.1-2.dsc
  to pool/main/f/freej/freej_0.8.1-2.dsc
freej_0.8.1-2_i386.deb
  to pool/main/f/freej/freej_0.8.1-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Trotter [EMAIL PROTECTED] (supplier of updated freej package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Mar 2006 09:19:59 +0100
Source: freej
Binary: freej
Architecture: source i386
Version: 0.8.1-2
Distribution: unstable
Urgency: low
Maintainer: Guido Trotter [EMAIL PROTECTED]
Changed-By: Guido Trotter [EMAIL PROTECTED]
Description: 
 freej  - Digital instrument for video liveset
Closes: 357004
Changes: 
 freej (0.8.1-2) unstable; urgency=low
 .
   * Update build dependencies 

Bug#357435: hylafax-server - fails to install if unconfigured

2006-03-17 Thread Bastian Blank
Package: hylafax-server
Version: 4.2.5-1
Severity: grave

hylafax-server fails to install if there is no configuration, which it
fails to create.

| Setting up hylafax-server (4.2.5-1) ...
| ERROR: You must run faxsetup before starting hylafax.
| invoke-rc.d: initscript hylafax, action stop failed.
| ERROR: You must run faxsetup before starting hylafax.
| invoke-rc.d: initscript hylafax, action start failed.
| dpkg: error processing hylafax-server (--configure):
|  subprocess post-installation script returned error exit status 1
| Errors were encountered while processing:
|  hylafax-server

Bastian

-- 
Only a fool fights in a burning house.
-- Kank the Klingon, Day of the Dove, stardate unknown


signature.asc
Description: Digital signature


Bug#357436: CVE-2006-1165: XSS in mediamanager module

2006-03-17 Thread Moritz Muehlenhoff
Package: dokuwiki
Severity: grave
Tags: security
Justification: user security hole

Quoting from upstream changes:

Release 2006-03-05
 * XSS security fix for handling EXIF data in the mediamanager

This is CVE-2006-1165.

Cheers,
Moritz

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


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



Bug#357437: hylafax-server - configure failes

2006-03-17 Thread Bastian Blank
Package: hylafax-server
Version: 4.2.5-1
Severity: serious

The configure step wents wrong if the initscript can't properly shutdown
the deamons.

| Setting up hylafax-server (4.2.5-1) ...
| Stopping HylaFAX daemons: faxq hfaxd(not running) faxgetty.
| Not starting HylaFAX daemons since they are already running.
| invoke-rc.d: initscript hylafax, action start failed.
| dpkg: error processing hylafax-server (--configure):
|  subprocess post-installation script returned error exit status 1
| Errors were encountered while processing:
|  hylafax-server

Bastian

-- 
Without freedom of choice there is no creativity.
-- Kirk, The return of the Archons, stardate 3157.4



Bug#357429: tetex-bin: Hypenation is not working, list file missing in language-cnf directory

2006-03-17 Thread Frank Küster
reassign 357429 tetex-base
found 3.0-15
thanks

Frank Küster [EMAIL PROTECTED] wrote:

 Package: tetex-bin
 Version: 3.0-15
 Severity: serious

Sorry, I was fooled because we had the very same problem with
fmtutil.cnf in an unreleased version of tetex-bin, but in fact
language.d/*cnf handling is done in tetex-base.  So I've reverted the
change in tetex-bin and applied the correct fix to tetex-base

 Thanks Jörg for reporting this.  The fix is already in the svn
 repository, however it's a bit more complicated:

 The reason why I didn't notice this is that an old conffile,
 00tetex.cnf, has been lying around that contained the needed hyphenation
 information (but missed the magic header).  I suspect that this might be
 the case on every machine that has tracked unstable continuously.
 Therefore we should provide an upgrade path.

This should still be tested, but it is a separate issue.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Processed: Re: Bug#357429: tetex-bin: Hypenation is not working, list file missing in language-cnf directory

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 357429 tetex-base
Bug#357429: tetex-bin:  Hypenation is not working, list file missing in 
language-cnf directory
Bug reassigned from package `tetex-bin' to `tetex-base'.

 found 3.0-15
Unknown command or malformed arguments to command.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#355981: pam-umask 0.03-0.1 NMU

2006-03-17 Thread Tollef Fog Heen
* Matej Vela 

| I'm doing an NMU of pam-umask to fix #355981; diff attached.

It would be nice of you to either upload to the delayed queue or give
a few days warning.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#357435: hylafax-server - fails to install if unconfigured

2006-03-17 Thread Giuseppe Sacco

Bastian Blank ha scritto:

Package: hylafax-server
Version: 4.2.5-1
Severity: grave

hylafax-server fails to install if there is no configuration, which it
fails to create.


Are you working on testing or unstable?


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



Processed: Re: Build daemon bug? [EMAIL PROTECTED]: Bug#355878: /etc/init.d/cron missing from arm package]

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 355878 grave
Bug#355878: /etc/init.d/cron missing from arm package
Severity set to `grave'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#355981: marked as done (FTBFS: syntax error near unexpected token `(')

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 03:47:18 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#355981: fixed in pam-umask 0.04
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: pam-umask
Version: 0.03
Severity: serious

Your packages fails to build from source; probably same reason as for
the other pam-* package...


 Automatic build of pam-umask_0.03 on bigsur by sbuild/mips 1.78
...
 checking for unistd.h... yes
 checking for unistd.h... (cached) yes
 checking security/pam_modules.h usability... yes
 checking security/pam_modules.h presence... yes
 checking for security/pam_modules.h... yes
 checking system version (for dynamic loading)... ./configure: line 3401: 
 syntax error near unexpected token `('
 ./configure: line 3401: `case `(ac_space=' '; set | grep ac_space) 21` 
 in'
 make: *** [config.status] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/

---End Message---
---BeginMessage---
Source: pam-umask
Source-Version: 0.04

We believe that the bug you reported is fixed in the latest version of
pam-umask, which is due to be installed in the Debian FTP archive:

libpam-umask_0.04_i386.deb
  to pool/main/p/pam-umask/libpam-umask_0.04_i386.deb
pam-umask_0.04.dsc
  to pool/main/p/pam-umask/pam-umask_0.04.dsc
pam-umask_0.04.tar.gz
  to pool/main/p/pam-umask/pam-umask_0.04.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tollef Fog Heen [EMAIL PROTECTED] (supplier of updated pam-umask package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Mar 2006 11:53:58 +0100
Source: pam-umask
Binary: libpam-umask
Architecture: source i386
Version: 0.04
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen [EMAIL PROTECTED]
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 libpam-umask - adjust users' default umask using PAM
Closes: 355981
Changes: 
 pam-umask (0.04) unstable; urgency=low
 .
   * Fix syntax error in configure.in, rename to configure.ac.
 Closes: #355981
Files: 
 e054f85e62d776ac84fcb98728057137 513 admin optional pam-umask_0.04.dsc
 8dc3085ad55a5e3097afa09ebad159e1 86486 admin optional pam-umask_0.04.tar.gz
 ab12fb3bdf68ce20737b9ba76b23003b 5038 admin optional libpam-umask_0.04_i386.deb

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

iD8DBQFEGp6OQSseMYF6mWoRAiz6AKCw6GcuDrIwmu8ifmd7ay2EmBxSNQCgwDP6
nifya/wk5jooWRT2hgQ+hIQ=
=wXUv
-END PGP SIGNATURE-

---End Message---


Bug#355981: pam-umask 0.03-0.1 NMU

2006-03-17 Thread Matej Vela
Tollef Fog Heen [EMAIL PROTECTED] writes:

 * Matej Vela 

 | I'm doing an NMU of pam-umask to fix #355981; diff attached.

 It would be nice of you to either upload to the delayed queue or give
 a few days warning.

Normally I would have, but we are in 0-day NMU mode until etch is released:
http://lists.debian.org/debian-devel-announce/2006/01/msg1.html.

Thanks,

Matej


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



Bug#357439: amaya does not start--The program 'amaya' received an X Window System error.

2006-03-17 Thread Andrea De Michele
Package: amaya
Version: 9.4-2
Severity: grave
Justification: renders package unusable

amaya does not start. I received the following error message:

The program 'amaya' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 20807 error_code 8 request_code 144 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


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

Versions of packages amaya depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libcurl3  7.15.2-3   Multi-protocol file transfer libra
ii  libdb4.3  4.3.29-5   Berkeley v4.3 Database Libraries [
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libglu1-xorg  6.9.0.dfsg.1-4 Mesa OpenGL utility library [X.Org
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libkrb53  1.4.3-6MIT Kerberos runtime libraries
ii  libmysqlclien 5.0.18-9   mysql database client library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libraptor11.4.8-3Raptor RDF parser and serializer l
ii  librasqal00.9.11-1   Rasqal RDF query library
ii  librdf0   1.0.2-2.1  Redland Resource Description Frame
ii  libsqlite3-0  3.2.8-1SQLite 3 shared library
ii  libssl0.9.8   0.9.8a-7   SSL shared libraries
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  libwxgtk2.6-0 2.6.1.2wxWidgets Cross-platform C++ GUI t
ii  libxml2   2.6.23.dfsg.2-2GNOME XML library
ii  libxslt1.11.1.15-4   XSLT processing library - runtime 
ii  xlibmesa-gl [ 6.9.0.dfsg.1-4 Mesa 3D graphics library [X.Org]
ii  zlib1g1:1.2.3-11 compression library - runtime

amaya recommends no packages.

-- no debconf information


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



Bug#297177: marked as done (gman: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses precision)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 04:07:52 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#297177: fixed in gman 0.9.3-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: gman
Severity: normal
Tags: patch

When building 'gman' on amd64 with gcc-4.0,
I get the following error:

menu.c:453: error: cast from 'void*' to 'int' loses precision
menu.c: In function 'int section_select_callback(GtkWidget*, void*)':
menu.c:468: error: cast from 'void*' to 'int' loses precision
menu.c:469: error: cast from 'void*' to 'int' loses precision
menu.c: In function 'void app_quit(GtkWidget*, void*)':
menu.c:499: error: cast from 'void*' to 'int' loses precision
menu.c: In function 'int status_bar_callback(GtkWidget*, void*)':
menu.c:578: error: cast from 'void*' to 'int' loses precision
menu.c:579: error: cast from 'void*' to 'int' loses precision
menu.c: In function 'int search_mode_callback(GtkWidget*, void*)':
menu.c:592: error: cast from 'void*' to 'int' loses precision
menu.c:597: error: cast from 'void*' to 'int' loses precision
menu.c: In function 'int show_mode_callback(GtkWidget*, void*)':
menu.c:610: error: cast from 'void*' to 'int' loses precision
menu.c:615: error: cast from 'void*' to 'int' loses precision
menu.c: In function 'int button_clicked_callback(GtkWidget*, void*)':
menu.c:641: error: cast from 'void*' to 'int' loses precision
make[1]: *** [menu.o] Error 1
make[1]: Leaving directory `/gman-0.9.3'
make: *** [build-stamp] Error 2

With the attached patch 'gman' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gman-0.9.3/gman.c ./gman.c
--- ../tmp-orig/gman-0.9.3/gman.c   2005-02-27 19:17:16.750721365 +
+++ ./gman.c2005-02-27 19:16:48.842108242 +
@@ -47,7 +47,7 @@
pthread_mutex_init(context_lock,NULL);
pthread_mutex_init(loading_man_path_lock,NULL);
init_context();
-   debuging = (int)context-get_value(debuging);
+   debuging = (long)context-get_value(debuging);
pthread_mutex_lock(gtk_lock);
 gtk_init (argc, argv);
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
diff -urN ../tmp-orig/gman-0.9.3/mandata.c ./mandata.c
--- ../tmp-orig/gman-0.9.3/mandata.c2005-02-27 19:17:16.751721172 +
+++ ./mandata.c 2005-02-27 19:16:23.643971947 +
@@ -239,7 +239,7 @@
char buffer[2*BUFFER_SIZE];
char loc_name[BUFFER_SIZE];
char buffer2[BUFFER_SIZE];
-   switch ((int)context-get_value(show_mode)) {
+   switch ((long)context-get_value(show_mode)) {
case 0:
sprintf(buffer,%s -T '%s manual page' -n GMan -e man ,
(char*)context-get_value(xterm_command),
@@ -350,7 +350,7 @@
break;
default:
if(context-get_value(show_warning))
-   g_print(unexpected \'show_mode\' : %d 
,(int)context-get_value(show_mode));
+   g_print(unexpected \'show_mode\' : %ld 
,(long)context-get_value(show_mode));
return;
}
//g_warning(buffer);
diff -urN ../tmp-orig/gman-0.9.3/menu.c ./menu.c
--- ../tmp-orig/gman-0.9.3/menu.c   2005-02-27 19:17:16.751721172 +
+++ ./menu.c2005-02-27 19:15:02.208690459 +
@@ -173,32 +173,32 @@
 /*flag = 0 means not to invoke call backs when changing the states of 
buttons.*/
 void updata_menu_buttons(int flag) 
 {
-   int i,j,k,k2;
-   k = (int)context-get_value(display_section_policy);
+   long i,j,k,k2;
+   k = (long)context-get_value(display_section_policy);
if(k0  k=2)
if(!((GtkCheckMenuItem*)(section_select[k]))-active){
if(!flag) signal_menu_change++;

gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(section_select[k]),1);
}
-   k = (int)context-get_value(display_section);
+   k = (long)context-get_value(display_section);
for (i = 0;i10;i++)
if(!(k(1i)) != 
!(((GtkCheckMenuItem*)(section_buttons[i]))-active)) {
if(!flag) signal_menu_change++;

gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(section_buttons[i]),k(1i));
}
-   k = (int)context-get_value(searching_mode);
+   k = (long)context-get_value(searching_mode);
if(k0  k=1)
if(!(((GtkCheckMenuItem*)(searching_mode_buttons[k]))-active)) 
{
if(!flag) signal_menu_change++;


Bug#357439: amaya does not start--The program 'amaya' received an X Window System error.

2006-03-17 Thread Regis Boudin
tags 357439 +confirmed
thanks

Hi,

This is a known problem, which appears on some machines but not some
others, depending on... Well, nobody seems to actually know what's wrong.

Thanks for the report.

Regis

Andrea De Michele said:
 Package: amaya
 Version: 9.4-2
 Severity: grave
 Justification: renders package unusable

 amaya does not start. I received the following error message:

 The program 'amaya' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadMatch (invalid parameter attributes)'.
   (Details: serial 20807 error_code 8 request_code 144 minor_code 5)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)


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

 Versions of packages amaya depends on:
 ii  libc6 2.3.6-3GNU C Library: Shared
 libraries an
 ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description
 library
 ii  libcurl3  7.15.2-3   Multi-protocol file transfer
 libra
 ii  libdb4.3  4.3.29-5   Berkeley v4.3 Database
 Libraries [
 ii  libfreetype6  2.1.10-1   FreeType 2 font engine,
 shared lib
 ii  libgcc1   1:4.0.3-1  GCC support library
 ii  libglu1-xorg  6.9.0.dfsg.1-4 Mesa OpenGL utility library
 [X.Org
 ii  libidn11  0.5.18-2   GNU libidn library,
 implementation
 ii  libjpeg62 6b-12  The Independent JPEG Group's
 JPEG
 ii  libkrb53  1.4.3-6MIT Kerberos runtime
 libraries
 ii  libmysqlclien 5.0.18-9   mysql database client library
 ii  libpng12-01.2.8rel-5 PNG library - runtime
 ii  libraptor11.4.8-3Raptor RDF parser and
 serializer l
 ii  librasqal00.9.11-1   Rasqal RDF query library
 ii  librdf0   1.0.2-2.1  Redland Resource Description
 Frame
 ii  libsqlite3-0  3.2.8-1SQLite 3 shared library
 ii  libssl0.9.8   0.9.8a-7   SSL shared libraries
 ii  libstdc++64.0.3-1The GNU Standard C++ Library
 v3
 ii  libwxgtk2.6-0 2.6.1.2wxWidgets Cross-platform C++
 GUI t
 ii  libxml2   2.6.23.dfsg.2-2GNOME XML library
 ii  libxslt1.11.1.15-4   XSLT processing library -
 runtime
 ii  xlibmesa-gl [ 6.9.0.dfsg.1-4 Mesa 3D graphics library
 [X.Org]
 ii  zlib1g1:1.2.3-11 compression library - runtime

 amaya recommends no packages.

 -- no debconf information




-- 
While a monkey can be a manager, it takes a human to be an engineer Erik
Zapletal




Bug#356236: Patch

2006-03-17 Thread Matt Kraai
On Fri, Mar 17, 2006 at 09:47:35AM +0100, Falk Hueffner wrote:
 Matt Kraai [EMAIL PROTECTED] writes:
 
  The attached patch adds build-dependencies on libxt-dev and
  libxpm-dev, which fixes the build.
 
 Actually, both of them shouldn't actually be needed as build
 dependency. I tried to find out why it doesn't work, but probably it's
 not really worth bothering, so I guess I'll just apply this patch soon
 (or feel free to NMU if you have the time).

Why aren't they necessary?  The configure script checks for
X11/Intrinsic.h, which is included in libxt-dev and src/main.cc
includes X11/xpm.h, which is included in libxpm-dev.

-- 
Matt


signature.asc
Description: Digital signature


Bug#357435: hylafax-server - fails to install if unconfigured

2006-03-17 Thread Bastian Blank
On Fri, Mar 17, 2006 at 12:46:21PM +0100, Giuseppe Sacco wrote:
 Are you working on testing or unstable?

According to the db of ftp-master, both have the same version.

Bastian

-- 
Those who hate and fight must stop themselves -- otherwise it is not stopped.
-- Spock, Day of the Dove, stardate unknown


signature.asc
Description: Digital signature


Bug#343744: marked as done (mozilla-firefox-locale-fi-fi: dependency update for mozilla-firefox to firefox transition)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343744: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fi-fi
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the renaming of 'mozilla-firefox' to simply 'firefox' the 
dependencies for this package must be updated.

Simultaneously, renaming this package to 'firefox-locale-fi-fi' to match the 
Firefox rename ought to be considered.

Thanks!

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

iD8DBQFDpF/eeXr56x4Muc0RAi4hAJ9YLhhSwNI2I1L0JBLlNiUB1xi8/QCfV9mX
Ocq5BMYce7XP4lZNcZ1Rax0=
=DBp2
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343825: marked as done (Update dependencies on mozilla-firefox (or firefox only))

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343744: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

Today while doing an aptitude dist-upgrade, I saw:

  mozilla-firefox-locale-pt-br: Depends: mozilla-firefox ( 1.0.999) but
  1.5.dfsg-1 is to be installed.

Whould be good if mozilla-firefox-locale-all could be upgraded to support
this new version of Firefox.

Thank you very much
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages mozilla-firefox-locale-pt-br depends on:
ii  mozilla-firefox   1.0.7-1lightweight web browser based on M

mozilla-firefox-locale-pt-br recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 

Bug#345161: marked as done (locales not installable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343744: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg-3
Severity: important

The german locale m-f-locale-de-de is not installable on my system. I
have ff 1.5 installed but the locale depends on:

m-ff = 1.0-3 and m-ff  1.0.999

So this (and all other) locales are not installable.

Maybe I should have filled this report against the german locale package
but it seems to touch every locale for firefox.

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

Versions of packages firefox depends on:
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1.1   generic font configuration library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-9   compression library - runtime

firefox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb

Bug#344347: marked as done (mozilla-firefox-locale-da-dk uninstallable in unstable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343744: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-locale-da-dk
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-da-dk (and probably all locales in 
mozilla-firefox-locale-all)
is uninstallable in unstable with firefox 1.5 uploaded.

Update to the 1.5 translations is probably needed.

Regards
/Rasmus

[EMAIL PROTECTED]:~# sudo apt-get install mozilla-firefox-locale-da-dk
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-firefox-locale-da-dk: Depends: mozilla-firefox ( 1.0.999) but   
1.5.dfsg-2 is to be installed
E: Broken packages

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  

Bug#348710: marked as done (mozilla-firefox-locale-en-gb: no firefox 1.5 version)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343744: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-en-gb
Severity: wishlist

Please produce an en-gb locale for firefox 1.5, en-gb versions are available
for download from mozilla.org

Thanks,
Stu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.5
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#349359: marked as done (fail to install mozilla-firefox-locale-fr-fr with apt)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343744: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: normal


Hello,

I can't install mozilla-firefox-locale-fr-fr with apt:

debian:/home/thierry# apt-get install mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de
bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  mozilla-firefox-locale-fr-fr: Dépend: mozilla-firefox ( 1.0.999) mais
  1.5.dfsg-4 devra être installé
  E: Paquets défectueux

Thanks :-)


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


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 

Bug#352033: marked as done (mozilla-firefox-locale-fr-fr: Depends on an old version of Firefox)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343744: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-fr-fr depends on mozilla-firefox (= 1.0-3), 
mozilla-firefox ( 1.0.999), but the transitionnal package mozilla-firefox's 
current version is 1.5.dfsg+1.5.0.1-1.

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343744: marked as done (mozilla-firefox-locale-fi-fi: dependency update for mozilla-firefox to firefox transition)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343825: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fi-fi
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the renaming of 'mozilla-firefox' to simply 'firefox' the 
dependencies for this package must be updated.

Simultaneously, renaming this package to 'firefox-locale-fi-fi' to match the 
Firefox rename ought to be considered.

Thanks!

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

iD8DBQFDpF/eeXr56x4Muc0RAi4hAJ9YLhhSwNI2I1L0JBLlNiUB1xi8/QCfV9mX
Ocq5BMYce7XP4lZNcZ1Rax0=
=DBp2
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#348710: marked as done (mozilla-firefox-locale-en-gb: no firefox 1.5 version)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343825: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-en-gb
Severity: wishlist

Please produce an en-gb locale for firefox 1.5, en-gb versions are available
for download from mozilla.org

Thanks,
Stu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.5
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#349359: marked as done (fail to install mozilla-firefox-locale-fr-fr with apt)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343825: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: normal


Hello,

I can't install mozilla-firefox-locale-fr-fr with apt:

debian:/home/thierry# apt-get install mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de
bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  mozilla-firefox-locale-fr-fr: Dépend: mozilla-firefox ( 1.0.999) mais
  1.5.dfsg-4 devra être installé
  E: Paquets défectueux

Thanks :-)


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


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 

Bug#345161: marked as done (locales not installable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343825: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg-3
Severity: important

The german locale m-f-locale-de-de is not installable on my system. I
have ff 1.5 installed but the locale depends on:

m-ff = 1.0-3 and m-ff  1.0.999

So this (and all other) locales are not installable.

Maybe I should have filled this report against the german locale package
but it seems to touch every locale for firefox.

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

Versions of packages firefox depends on:
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1.1   generic font configuration library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-9   compression library - runtime

firefox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb

Bug#344347: marked as done (mozilla-firefox-locale-da-dk uninstallable in unstable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343825: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-locale-da-dk
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-da-dk (and probably all locales in 
mozilla-firefox-locale-all)
is uninstallable in unstable with firefox 1.5 uploaded.

Update to the 1.5 translations is probably needed.

Regards
/Rasmus

[EMAIL PROTECTED]:~# sudo apt-get install mozilla-firefox-locale-da-dk
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-firefox-locale-da-dk: Depends: mozilla-firefox ( 1.0.999) but   
1.5.dfsg-2 is to be installed
E: Broken packages

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  

Bug#343825: marked as done (Update dependencies on mozilla-firefox (or firefox only))

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343825: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

Today while doing an aptitude dist-upgrade, I saw:

  mozilla-firefox-locale-pt-br: Depends: mozilla-firefox ( 1.0.999) but
  1.5.dfsg-1 is to be installed.

Whould be good if mozilla-firefox-locale-all could be upgraded to support
this new version of Firefox.

Thank you very much
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages mozilla-firefox-locale-pt-br depends on:
ii  mozilla-firefox   1.0.7-1lightweight web browser based on M

mozilla-firefox-locale-pt-br recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 

Bug#352033: marked as done (mozilla-firefox-locale-fr-fr: Depends on an old version of Firefox)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#343825: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-fr-fr depends on mozilla-firefox (= 1.0-3), 
mozilla-firefox ( 1.0.999), but the transitionnal package mozilla-firefox's 
current version is 1.5.dfsg+1.5.0.1-1.

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#344347: marked as done (mozilla-firefox-locale-da-dk uninstallable in unstable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#344347: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-locale-da-dk
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-da-dk (and probably all locales in 
mozilla-firefox-locale-all)
is uninstallable in unstable with firefox 1.5 uploaded.

Update to the 1.5 translations is probably needed.

Regards
/Rasmus

[EMAIL PROTECTED]:~# sudo apt-get install mozilla-firefox-locale-da-dk
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-firefox-locale-da-dk: Depends: mozilla-firefox ( 1.0.999) but   
1.5.dfsg-2 is to be installed
E: Broken packages

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  

Bug#343744: marked as done (mozilla-firefox-locale-fi-fi: dependency update for mozilla-firefox to firefox transition)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#344347: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fi-fi
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the renaming of 'mozilla-firefox' to simply 'firefox' the 
dependencies for this package must be updated.

Simultaneously, renaming this package to 'firefox-locale-fi-fi' to match the 
Firefox rename ought to be considered.

Thanks!

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

iD8DBQFDpF/eeXr56x4Muc0RAi4hAJ9YLhhSwNI2I1L0JBLlNiUB1xi8/QCfV9mX
Ocq5BMYce7XP4lZNcZ1Rax0=
=DBp2
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343825: marked as done (Update dependencies on mozilla-firefox (or firefox only))

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#344347: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

Today while doing an aptitude dist-upgrade, I saw:

  mozilla-firefox-locale-pt-br: Depends: mozilla-firefox ( 1.0.999) but
  1.5.dfsg-1 is to be installed.

Whould be good if mozilla-firefox-locale-all could be upgraded to support
this new version of Firefox.

Thank you very much
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages mozilla-firefox-locale-pt-br depends on:
ii  mozilla-firefox   1.0.7-1lightweight web browser based on M

mozilla-firefox-locale-pt-br recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 

Bug#345161: marked as done (locales not installable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#344347: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg-3
Severity: important

The german locale m-f-locale-de-de is not installable on my system. I
have ff 1.5 installed but the locale depends on:

m-ff = 1.0-3 and m-ff  1.0.999

So this (and all other) locales are not installable.

Maybe I should have filled this report against the german locale package
but it seems to touch every locale for firefox.

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

Versions of packages firefox depends on:
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1.1   generic font configuration library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-9   compression library - runtime

firefox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb

Bug#348710: marked as done (mozilla-firefox-locale-en-gb: no firefox 1.5 version)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#344347: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-en-gb
Severity: wishlist

Please produce an en-gb locale for firefox 1.5, en-gb versions are available
for download from mozilla.org

Thanks,
Stu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.5
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343825: marked as done (Update dependencies on mozilla-firefox (or firefox only))

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#345161: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

Today while doing an aptitude dist-upgrade, I saw:

  mozilla-firefox-locale-pt-br: Depends: mozilla-firefox ( 1.0.999) but
  1.5.dfsg-1 is to be installed.

Whould be good if mozilla-firefox-locale-all could be upgraded to support
this new version of Firefox.

Thank you very much
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages mozilla-firefox-locale-pt-br depends on:
ii  mozilla-firefox   1.0.7-1lightweight web browser based on M

mozilla-firefox-locale-pt-br recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 

Bug#345161: marked as done (locales not installable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#345161: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg-3
Severity: important

The german locale m-f-locale-de-de is not installable on my system. I
have ff 1.5 installed but the locale depends on:

m-ff = 1.0-3 and m-ff  1.0.999

So this (and all other) locales are not installable.

Maybe I should have filled this report against the german locale package
but it seems to touch every locale for firefox.

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

Versions of packages firefox depends on:
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1.1   generic font configuration library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-9   compression library - runtime

firefox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb

Bug#343744: marked as done (mozilla-firefox-locale-fi-fi: dependency update for mozilla-firefox to firefox transition)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#345161: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fi-fi
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the renaming of 'mozilla-firefox' to simply 'firefox' the 
dependencies for this package must be updated.

Simultaneously, renaming this package to 'firefox-locale-fi-fi' to match the 
Firefox rename ought to be considered.

Thanks!

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

iD8DBQFDpF/eeXr56x4Muc0RAi4hAJ9YLhhSwNI2I1L0JBLlNiUB1xi8/QCfV9mX
Ocq5BMYce7XP4lZNcZ1Rax0=
=DBp2
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#352033: marked as done (mozilla-firefox-locale-fr-fr: Depends on an old version of Firefox)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#344347: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-fr-fr depends on mozilla-firefox (= 1.0-3), 
mozilla-firefox ( 1.0.999), but the transitionnal package mozilla-firefox's 
current version is 1.5.dfsg+1.5.0.1-1.

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#348710: marked as done (mozilla-firefox-locale-en-gb: no firefox 1.5 version)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#345161: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-en-gb
Severity: wishlist

Please produce an en-gb locale for firefox 1.5, en-gb versions are available
for download from mozilla.org

Thanks,
Stu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.5
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#352033: marked as done (mozilla-firefox-locale-fr-fr: Depends on an old version of Firefox)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#345161: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-fr-fr depends on mozilla-firefox (= 1.0-3), 
mozilla-firefox ( 1.0.999), but the transitionnal package mozilla-firefox's 
current version is 1.5.dfsg+1.5.0.1-1.

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#349359: marked as done (fail to install mozilla-firefox-locale-fr-fr with apt)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#345161: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: normal


Hello,

I can't install mozilla-firefox-locale-fr-fr with apt:

debian:/home/thierry# apt-get install mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de
bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  mozilla-firefox-locale-fr-fr: Dépend: mozilla-firefox ( 1.0.999) mais
  1.5.dfsg-4 devra être installé
  E: Paquets défectueux

Thanks :-)


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


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 

Bug#348710: marked as done (mozilla-firefox-locale-en-gb: no firefox 1.5 version)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#348710: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-en-gb
Severity: wishlist

Please produce an en-gb locale for firefox 1.5, en-gb versions are available
for download from mozilla.org

Thanks,
Stu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.5
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343825: marked as done (Update dependencies on mozilla-firefox (or firefox only))

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#348710: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

Today while doing an aptitude dist-upgrade, I saw:

  mozilla-firefox-locale-pt-br: Depends: mozilla-firefox ( 1.0.999) but
  1.5.dfsg-1 is to be installed.

Whould be good if mozilla-firefox-locale-all could be upgraded to support
this new version of Firefox.

Thank you very much
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages mozilla-firefox-locale-pt-br depends on:
ii  mozilla-firefox   1.0.7-1lightweight web browser based on M

mozilla-firefox-locale-pt-br recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343744: marked as done (mozilla-firefox-locale-fi-fi: dependency update for mozilla-firefox to firefox transition)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#348710: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fi-fi
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the renaming of 'mozilla-firefox' to simply 'firefox' the 
dependencies for this package must be updated.

Simultaneously, renaming this package to 'firefox-locale-fi-fi' to match the 
Firefox rename ought to be considered.

Thanks!

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

iD8DBQFDpF/eeXr56x4Muc0RAi4hAJ9YLhhSwNI2I1L0JBLlNiUB1xi8/QCfV9mX
Ocq5BMYce7XP4lZNcZ1Rax0=
=DBp2
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#345161: marked as done (locales not installable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#348710: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg-3
Severity: important

The german locale m-f-locale-de-de is not installable on my system. I
have ff 1.5 installed but the locale depends on:

m-ff = 1.0-3 and m-ff  1.0.999

So this (and all other) locales are not installable.

Maybe I should have filled this report against the german locale package
but it seems to touch every locale for firefox.

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

Versions of packages firefox depends on:
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1.1   generic font configuration library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-9   compression library - runtime

firefox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb

Bug#344347: marked as done (mozilla-firefox-locale-da-dk uninstallable in unstable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#348710: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-locale-da-dk
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-da-dk (and probably all locales in 
mozilla-firefox-locale-all)
is uninstallable in unstable with firefox 1.5 uploaded.

Update to the 1.5 translations is probably needed.

Regards
/Rasmus

[EMAIL PROTECTED]:~# sudo apt-get install mozilla-firefox-locale-da-dk
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-firefox-locale-da-dk: Depends: mozilla-firefox ( 1.0.999) but   
1.5.dfsg-2 is to be installed
E: Broken packages

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  

Bug#352033: marked as done (mozilla-firefox-locale-fr-fr: Depends on an old version of Firefox)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#348710: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-fr-fr depends on mozilla-firefox (= 1.0-3), 
mozilla-firefox ( 1.0.999), but the transitionnal package mozilla-firefox's 
current version is 1.5.dfsg+1.5.0.1-1.

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#349359: marked as done (fail to install mozilla-firefox-locale-fr-fr with apt)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#348710: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: normal


Hello,

I can't install mozilla-firefox-locale-fr-fr with apt:

debian:/home/thierry# apt-get install mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de
bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  mozilla-firefox-locale-fr-fr: Dépend: mozilla-firefox ( 1.0.999) mais
  1.5.dfsg-4 devra être installé
  E: Paquets défectueux

Thanks :-)


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


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 

Bug#344347: marked as done (mozilla-firefox-locale-da-dk uninstallable in unstable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#345161: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-locale-da-dk
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-da-dk (and probably all locales in 
mozilla-firefox-locale-all)
is uninstallable in unstable with firefox 1.5 uploaded.

Update to the 1.5 translations is probably needed.

Regards
/Rasmus

[EMAIL PROTECTED]:~# sudo apt-get install mozilla-firefox-locale-da-dk
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-firefox-locale-da-dk: Depends: mozilla-firefox ( 1.0.999) but   
1.5.dfsg-2 is to be installed
E: Broken packages

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  

Bug#349359: marked as done (fail to install mozilla-firefox-locale-fr-fr with apt)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#349359: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: normal


Hello,

I can't install mozilla-firefox-locale-fr-fr with apt:

debian:/home/thierry# apt-get install mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de
bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  mozilla-firefox-locale-fr-fr: Dépend: mozilla-firefox ( 1.0.999) mais
  1.5.dfsg-4 devra être installé
  E: Paquets défectueux

Thanks :-)


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


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343744: marked as done (mozilla-firefox-locale-fi-fi: dependency update for mozilla-firefox to firefox transition)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#349359: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fi-fi
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the renaming of 'mozilla-firefox' to simply 'firefox' the 
dependencies for this package must be updated.

Simultaneously, renaming this package to 'firefox-locale-fi-fi' to match the 
Firefox rename ought to be considered.

Thanks!

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

iD8DBQFDpF/eeXr56x4Muc0RAi4hAJ9YLhhSwNI2I1L0JBLlNiUB1xi8/QCfV9mX
Ocq5BMYce7XP4lZNcZ1Rax0=
=DBp2
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343825: marked as done (Update dependencies on mozilla-firefox (or firefox only))

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#349359: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

Today while doing an aptitude dist-upgrade, I saw:

  mozilla-firefox-locale-pt-br: Depends: mozilla-firefox ( 1.0.999) but
  1.5.dfsg-1 is to be installed.

Whould be good if mozilla-firefox-locale-all could be upgraded to support
this new version of Firefox.

Thank you very much
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages mozilla-firefox-locale-pt-br depends on:
ii  mozilla-firefox   1.0.7-1lightweight web browser based on M

mozilla-firefox-locale-pt-br recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 

Bug#344347: marked as done (mozilla-firefox-locale-da-dk uninstallable in unstable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#349359: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-locale-da-dk
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-da-dk (and probably all locales in 
mozilla-firefox-locale-all)
is uninstallable in unstable with firefox 1.5 uploaded.

Update to the 1.5 translations is probably needed.

Regards
/Rasmus

[EMAIL PROTECTED]:~# sudo apt-get install mozilla-firefox-locale-da-dk
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-firefox-locale-da-dk: Depends: mozilla-firefox ( 1.0.999) but   
1.5.dfsg-2 is to be installed
E: Broken packages

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  

Bug#345161: marked as done (locales not installable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#349359: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg-3
Severity: important

The german locale m-f-locale-de-de is not installable on my system. I
have ff 1.5 installed but the locale depends on:

m-ff = 1.0-3 and m-ff  1.0.999

So this (and all other) locales are not installable.

Maybe I should have filled this report against the german locale package
but it seems to touch every locale for firefox.

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

Versions of packages firefox depends on:
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1.1   generic font configuration library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-9   compression library - runtime

firefox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb

Bug#348710: marked as done (mozilla-firefox-locale-en-gb: no firefox 1.5 version)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#349359: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-en-gb
Severity: wishlist

Please produce an en-gb locale for firefox 1.5, en-gb versions are available
for download from mozilla.org

Thanks,
Stu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.5
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#352033: marked as done (mozilla-firefox-locale-fr-fr: Depends on an old version of Firefox)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#349359: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-fr-fr depends on mozilla-firefox (= 1.0-3), 
mozilla-firefox ( 1.0.999), but the transitionnal package mozilla-firefox's 
current version is 1.5.dfsg+1.5.0.1-1.

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#352033: marked as done (mozilla-firefox-locale-fr-fr: Depends on an old version of Firefox)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#352033: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-fr-fr depends on mozilla-firefox (= 1.0-3), 
mozilla-firefox ( 1.0.999), but the transitionnal package mozilla-firefox's 
current version is 1.5.dfsg+1.5.0.1-1.

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343744: marked as done (mozilla-firefox-locale-fi-fi: dependency update for mozilla-firefox to firefox transition)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#352033: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fi-fi
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the renaming of 'mozilla-firefox' to simply 'firefox' the 
dependencies for this package must be updated.

Simultaneously, renaming this package to 'firefox-locale-fi-fi' to match the 
Firefox rename ought to be considered.

Thanks!

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

iD8DBQFDpF/eeXr56x4Muc0RAi4hAJ9YLhhSwNI2I1L0JBLlNiUB1xi8/QCfV9mX
Ocq5BMYce7XP4lZNcZ1Rax0=
=DBp2
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#343825: marked as done (Update dependencies on mozilla-firefox (or firefox only))

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#352033: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

Today while doing an aptitude dist-upgrade, I saw:

  mozilla-firefox-locale-pt-br: Depends: mozilla-firefox ( 1.0.999) but
  1.5.dfsg-1 is to be installed.

Whould be good if mozilla-firefox-locale-all could be upgraded to support
this new version of Firefox.

Thank you very much
Nelson

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13-rc5-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages mozilla-firefox-locale-pt-br depends on:
ii  mozilla-firefox   1.0.7-1lightweight web browser based on M

mozilla-firefox-locale-pt-br recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 

Bug#348710: marked as done (mozilla-firefox-locale-en-gb: no firefox 1.5 version)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#352033: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-en-gb
Severity: wishlist

Please produce an en-gb locale for firefox 1.5, en-gb versions are available
for download from mozilla.org

Thanks,
Stu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.5
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mk_1.5.0.1lang20060301-1_all.deb
firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-mn_1.5.0.1lang20060301-1_all.deb
firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-nl_1.5.0.1lang20060301-1_all.deb
firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-pa-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-pl_1.5.0.1lang20060301-1_all.deb
  to 

Bug#345161: marked as done (locales not installable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#352033: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg-3
Severity: important

The german locale m-f-locale-de-de is not installable on my system. I
have ff 1.5 installed but the locale depends on:

m-ff = 1.0-3 and m-ff  1.0.999

So this (and all other) locales are not installable.

Maybe I should have filled this report against the german locale package
but it seems to touch every locale for firefox.

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

Versions of packages firefox depends on:
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1.1   generic font configuration library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-9 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.10.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxp6   6.8.2.dfsg.1-11 X Window System printing extension
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-9   compression library - runtime

firefox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb

Bug#344347: marked as done (mozilla-firefox-locale-da-dk uninstallable in unstable)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#352033: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-locale-da-dk
Severity: grave
Justification: renders package unusable

mozilla-firefox-locale-da-dk (and probably all locales in 
mozilla-firefox-locale-all)
is uninstallable in unstable with firefox 1.5 uploaded.

Update to the 1.5 translations is probably needed.

Regards
/Rasmus

[EMAIL PROTECTED]:~# sudo apt-get install mozilla-firefox-locale-da-dk
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mozilla-firefox-locale-da-dk: Depends: mozilla-firefox ( 1.0.999) but   
1.5.dfsg-2 is to be installed
E: Broken packages

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

---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  

Bug#349359: marked as done (fail to install mozilla-firefox-locale-fr-fr with apt)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#352033: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: normal


Hello,

I can't install mozilla-firefox-locale-fr-fr with apt:

debian:/home/thierry# apt-get install mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de
bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  mozilla-firefox-locale-fr-fr: Dépend: mozilla-firefox ( 1.0.999) mais
  1.5.dfsg-4 devra être installé
  E: Paquets défectueux

Thanks :-)


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


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 

Bug#357453: reppu: Fails to execute blender

2006-03-17 Thread Thomas Kulessa
Package: reppu
Version: 0.1-3
Severity: grave
Justification: renders package unusable

I started a reppu on the local machine. The client successfully connects 
to the server, but the server fails to render with the message 
Executing blender failed.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages reppu depends on:
ii  blender 2.36-1   Very fast and versatile 3D modelle
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#351540: not overwriting IPs, but confusing scripts and samba

2006-03-17 Thread Mike Wilson
I also had this problem, despite my statically assigned ip addresses,
and thought my static address had been replaced.
Though, Anand is right, I was using:

$ ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:D0:B7:17:9A:8F
  inet addr:169.254.116.34  Bcast:0.0.0.0  Mask:255.255.0.0

that is only showing one ip address, but if trying:

$ ip addr show eth1
3: eth1: BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:d0:b7:17:9a:8f brd ff:ff:ff:ff:ff:ff
inet 169.254.116.34/16 scope link eth1
inet 192.168.1.1/24 brd 192.168.1.255 scope global eth1

we see both addresses. So the error message:

$  ifconfig eth1 192.168.1.1
SIOCSIFADDR: File exists

becomes sort of self explanatory...

Confused script
---

But then why was I having problems with network access?
Answer: my iptables script.

My firewall setup script harvests current ip addresses from the
system by sed:ing ifconfig output (maybe typical for others with
problems?), for example:

INT_IP=`ifconfig eth1 | sed -n -e 2 s/.*inet\
addr:\([0-9]*\.[0-9]*\.[0-9]*\.[0-9]*\)\ .*/\1/p`

As ifconfig after zeroconf install returns the 169.254 address, iptables 
was being setup with the wrong ip addresses and the real addresses 
were blocked, so no wonder that network access was hard.

Anand: if it is possible for you to adjust your stuff to make ifconfig
by default return the real address, I think that would be a good
idea. Otherwise, everybody else just have to learn to stop using 
ifconfig in firewall scripts etc...
Another thing, I also see something like a 10 second delay when doing
ifup eth1. Is this normal?

Samba
-

After correcting my forewall script to use 'ip addr show' instead, I
discovered that I was also having problems with samba's Netbios name
service while having zeroconf enabled. 
My server's hostname would not become available to PCs on the network.
The reason seems to be that samba uses the wrong subnetmask for
interfaces that also have a zeroconf address. See debug logs from
nmbd below:

Samba without zeroconf (FALLBACK=YES)
-

ip addr show:
3: eth1: BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:d0:b7:17:9a:8f brd ff:ff:ff:ff:ff:ff
inet 192.168.1.1/24 brd 192.168.1.255 scope global eth1

log.nmbd:
[2006/03/17 13:23:55, 2] lib/interface.c:add_interface(81)
  added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0
[2006/03/17 13:23:55, 2] nmbd/nmbd_subnetdb.c:make_subnet(173)
  making subnet name:192.168.1.1 Broadcast address:192.168.1.255 Subnet
mask:255.255.255.0

Samba with zeroconf
---

ip addr show:
3: eth1: BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:d0:b7:17:9a:8f brd ff:ff:ff:ff:ff:ff
inet 169.254.116.34/16 scope link eth1
inet 192.168.1.1/24 brd 192.168.1.255 scope global eth1

log.nmbd:
[2006/03/17 13:49:21, 2] lib/interface.c:add_interface(81)
  added interface ip=169.254.116.34 bcast=169.254.255.255 nmask=255.255.0.0
[2006/03/17 13:49:21, 2] lib/interface.c:add_interface(81)
  added interface ip=192.168.1.1 bcast=192.168.255.255 nmask=255.255.0.0
[2006/03/17 13:49:21, 2] nmbd/nmbd_subnetdb.c:make_subnet(173)
  making subnet name:192.168.1.1 Broadcast address:192.168.255.255 Subnet
mask:255.255.0.0
[2006/03/17 13:49:21, 2] nmbd/nmbd_subnetdb.c:make_subnet(173)
  making subnet name:169.254.116.34 Broadcast address:169.254.255.255 Subnet
mask:255.255.0.0

In the latter case you can see that both addresses on eth1 will get a
samba internal subnetmask of 255.255.0.0 while the real address really
should have 255.255.255.0. 
This governs how Samba will do broadcasts, which will now fail, at least
on systems like mine that is not open for broadcasts on the B-net.

I guess not so many people have seen this as most people with problems
probably disable zeroconf, but you should probably take a look at it,
right? (Maybe this is a Samba bug, I can't judge.)

Best regards
Mike Wilson


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



Bug#349359: marked as done (fail to install mozilla-firefox-locale-fr-fr with apt)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:07:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#344347: fixed in mozilla-firefox-locale-all 
1.5.0.1lang20060301-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-firefox-locale-fr-fr
Severity: normal


Hello,

I can't install mozilla-firefox-locale-fr-fr with apt:

debian:/home/thierry# apt-get install mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de
bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
  mozilla-firefox-locale-fr-fr: Dépend: mozilla-firefox ( 1.0.999) mais
  1.5.dfsg-4 devra être installé
  E: Paquets défectueux

Thanks :-)


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


---End Message---
---BeginMessage---
Source: mozilla-firefox-locale-all
Source-Version: 1.5.0.1lang20060301-1

We believe that the bug you reported is fixed in the latest version of
mozilla-firefox-locale-all, which is due to be installed in the Debian FTP 
archive:

firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-bg_1.5.0.1lang20060301-1_all.deb
firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-cs_1.5.0.1lang20060301-1_all.deb
firefox-locale-da_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-da_1.5.0.1lang20060301-1_all.deb
firefox-locale-de_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-de_1.5.0.1lang20060301-1_all.deb
firefox-locale-el_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-el_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-gb_1.5.0.1lang20060301-1_all.deb
firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-en-us_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-ar_1.5.0.1lang20060301-1_all.deb
firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-es-es_1.5.0.1lang20060301-1_all.deb
firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fi_1.5.0.1lang20060301-1_all.deb
firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-fr_1.5.0.1lang20060301-1_all.deb
firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ga-ie_1.5.0.1lang20060301-1_all.deb
firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-gu-in_1.5.0.1lang20060301-1_all.deb
firefox-locale-he_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-he_1.5.0.1lang20060301-1_all.deb
firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-hu_1.5.0.1lang20060301-1_all.deb
firefox-locale-it_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-it_1.5.0.1lang20060301-1_all.deb
firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ja_1.5.0.1lang20060301-1_all.deb
firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-all/firefox-locale-ko_1.5.0.1lang20060301-1_all.deb
firefox-locale-lt_1.5.0.1lang20060301-1_all.deb
  to 

Bug#353432: marked as done (partman-server as some trouble in setting the prep partition.)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 05:17:11 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#353432: fixed in partman-base 79
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: partman
Severity: grave
Tags: d-i
Justification: renders package unusable


Hello, ...

First a notice, i will be away next week and possible offline, and i am not
sure about this bug, if it concerns also other parted flags, like the raid or
lvm one, so i put a grave severity. If you can confirm that lvm and raid are
not in cause here, please lower the severity to important.

I have some trouble with my motorola powerstack II prep box, and partman-prep.
The log shows partman-server failing at line 1517 or something such, and being
unable to set the 'prep' system flag/system type. I know that this is some
failing of libparted, which doesn't properly separate the flags from the
partition types, but it may potentially affect all such cases (prep, raid,
lvm, palo, ...) who use the mbr/dos/fdisk partition table disk type,
especially as my own tentative to do a 'partition whole disk with lvm' also
failed. I believe that this needs investigating (and fixing if possible) before
the beta2 goes out.

So, what did i do ? I did a netboot install with the latest daily built
(2006.02.17) and the .udebs in todays archive (2006.02.18), including
partman-prep 7.

In partman i chose erase whole ddisk (erase whole disk and use lvm failed, but
possibly for other reasons), then selected the created prep partition (which
has not the prep flag though), and selected the partition type and 'use
partition as prep boot partition', and there i was greeted with an error dialog
telling me : ??? ??? and offering me back and continue buttons. Hitting any of
the buttons just kept me in this dialog, and i could not get back to the
normal interface.

the last lines of relevance of the partman log are :

parted_server: command_change_file_system(32256-8225279,prep)
parted_server: partition_with_id(32256-8225279)
parted_server: Bad file system type:
parted_server: Line 1579. CRITICAL ERROR!!! EXITING
/lib/partman/update.d/50filesystems: error_handler: expection with type
/lib/partman/update.d/50filesystems: error_handler: reading message
/lib/partman/update.d/50filesystems: error_handler: reading options

and then nothing. More repeats of this error if i press the back/continue
buttons.

Not doing this create me a partition table, but without the prep partition
type set, and thus prep-installer and yaboot-installer (for IBM pseries and
newer boxes) fail further down the line, rendering the system unusable.

Friendly,

Sven Luther
Friendly,

Sven Luther



-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


---End Message---
---BeginMessage---
Source: partman-base
Source-Version: 79

We believe that the bug you reported is fixed in the latest version of
partman-base, which is due to be installed in the Debian FTP archive:

partman-base_79.dsc
  to pool/main/p/partman-base/partman-base_79.dsc
partman-base_79.tar.gz
  to pool/main/p/partman-base/partman-base_79.tar.gz
partman-base_79_powerpc.udeb
  to pool/main/p/partman-base/partman-base_79_powerpc.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson [EMAIL PROTECTED] (supplier of updated partman-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Mar 2006 12:56:11 +
Source: partman-base
Binary: partman-base
Architecture: source powerpc
Version: 79
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 partman-base - Partition the storage devices (partman) (udeb)
Closes: 353432
Changes: 
 partman-base (79) unstable; urgency=low
 .
   [ Colin Watson ]
   * Suppress error message in the case where /var/lib/partman already
 exists.
   * definitions.sh (humandev): Handle /dev/hd* and /dev/sd*, which may end
 

Bug#357456: error in postinst script

2006-03-17 Thread Julien Danjou
Package: alsa-utils
Version: 1.0.10-1
Severity: serious
Tags: patch

Hello,

The postinst script of alsa-utils is not writtent correctly:

% sh postinst abort-upgrade 1; echo $?
postinst called with unknown argument `abort-upgrade'
1

According to chapter 6 of Debian policy, it should exit with a zero
status.

Cheers,
-- 
Julien Danjou
// [EMAIL PROTECTED] http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// There is nothing under this line.
--- postinst.orig   2006-03-17 14:48:21.0 +0100
+++ postinst2006-03-17 14:48:50.0 +0100
@@ -8,9 +8,9 @@
L=/etc/udev/rules.d/z60_alsa-utils.rules
[ -e $L ] || [ -L $L ] || ln -s ../alsa-utils.rules $L
;;
-# abort-upgrade|abort-remove|abort-deconfigure)
+abort-upgrade|abort-remove|abort-deconfigure)
# Nothing to do because we didn't take any action in the prerm
-   # ;;
+   ;;
 *)
echo postinst called with unknown argument \`$1' 2
exit 1


signature.asc
Description: Digital signature


Bug#357435: hylafax-server - fails to install if unconfigured

2006-03-17 Thread Giuseppe Sacco

Bastian Blank ha scritto:

On Fri, Mar 17, 2006 at 12:46:21PM +0100, Giuseppe Sacco wrote:


Are you working on testing or unstable?



According to the db of ftp-master, both have the same version.


Right, but where did you use it? testing or unstable? I would like to 
get the same environmnet you have in order to reproduce the error.


Thanks,
Giuseppe


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



Bug#357457: openoffice.org-gcj: Can't finish post-installation -- missing file /usr/lib/jvm/java-gcj/bin/gcj

2006-03-17 Thread Max Gilead
Package: openoffice.org-gcj
Version: 2.0.2-1
Severity: grave
Justification: renders package unusable


Post-installation breaks with this error message:
Setting up openoffice.org-gcj (2.0.2-1) ...
/var/lib/dpkg/info/openoffice.org-gcj.postinst: line 7: 
/usr/lib/jvm/java-gcj/bin/gcj: No such file or directory
find: /usr/share/gcj-: No such file or directory
java.io.IOException: cannot create temporary file
   at java.io.File.createTempFile(java.lang.String, java.lang.String, 
java.io.File) (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
openoffice.org-gcj: error merging classmaps
dpkg: error processing openoffice.org-gcj (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 openoffice.org-gcj
E: Sub-process /usr/bin/dpkg returned an error code (1)

GCJ is installed at:
# which gcj
/usr/bin/gcj

Installation completes successfully after:
#cd /usr/lib/jvm/java-gcj/bin/
#ln -s /usr/bin/gcj

Regards,
Max

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

Versions of packages openoffice.org-gcj depends on:
ii  java-gcj-compat   1.0.51-1   Java runtime environment using GIJ
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libgcj6   4.0.3-1Java runtime library for use with 
ii  openoffice.org-core   2.0.2-1OpenOffice.org office suite archit
ii  openoffice.org-java-common2.0.2-1OpenOffice.org office suite Java s
ii  zlib1g1:1.2.3-11 compression library - runtime

openoffice.org-gcj recommends no packages.

-- no debconf information


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



Bug#357465: FTBFS: configure: syntax error near unexpected token `('

2006-03-17 Thread Martin Michlmayr
Package: irmp3
Version: 0.5.7pre2-1
Severity: serious

Your package fails to build in unstable.  (A number of other packages
had similar problems; I can point you to bug reports if you want to
find out how they fixed it.)


 Automatic build of irmp3_0.5.7pre2-1 on bigsur by sbuild/mips 1.94
...
 configure: WARNING: No kernel input event device detected, - disabling 
 mod_kbd.
 configure: checking internal module dependencies...
 ./configure: line 7520: syntax error near unexpected token `('
 ./configure: line 7520: `case `(ac_space=' '; set | grep ac_space) 21` 
 in'
 make: *** [config.status] Error 2
 Build needed 00:01:07, 1688k disk space

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#356236: Patch

2006-03-17 Thread Falk Hueffner
Matt Kraai [EMAIL PROTECTED] writes:

 On Fri, Mar 17, 2006 at 09:47:35AM +0100, Falk Hueffner wrote:
 Matt Kraai [EMAIL PROTECTED] writes:
 
  The attached patch adds build-dependencies on libxt-dev and
  libxpm-dev, which fixes the build.
 
 Actually, both of them shouldn't actually be needed as build
 dependency. I tried to find out why it doesn't work, but probably it's
 not really worth bothering, so I guess I'll just apply this patch soon
 (or feel free to NMU if you have the time).

 Why aren't they necessary?  The configure script checks for
 X11/Intrinsic.h, which is included in libxt-dev and src/main.cc
 includes X11/xpm.h, which is included in libxpm-dev.

Because AFAIK qvwm doesn't actually use X11 intrinsics, so configure
shouldn't check for them, and Debian's version uses imlib and in this
configuration it shouldn't need to use libxpm.

But it's probably not worth attempting to fix this...

-- 
Falk


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



Bug#357453: reppu: Fails to execute blender

2006-03-17 Thread Justin Pryzby
On Fri, Mar 17, 2006 at 02:33:50PM +0100, Thomas Kulessa wrote:
 Package: reppu
 Version: 0.1-3
 Severity: grave
 Justification: renders package unusable
 
 I started a reppu on the local machine. The client successfully connects 
 to the server, but the server fails to render with the message 
 Executing blender failed.
Could you send a strace of the reppu client, as well as the .blender
file you're using as input?

Thanks
Justin


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



Bug#357457: openoffice.org-gcj: Can't finish post-installation -- missing file /usr/lib/jvm/java-gcj/bin/gcj

2006-03-17 Thread Rene Engelhard
merge 357457 356984 357024 357067 357159 357160 357290
thanks

Hi,

Am Freitag 17 März 2006 15:01 schrieb Max Gilead:
 Post-installation breaks with this error message:
 Setting up openoffice.org-gcj (2.0.2-1) ...
 /var/lib/dpkg/info/openoffice.org-gcj.postinst: line 7:
 /usr/lib/jvm/java-gcj/bin/gcj: No such file or directory find:
 /usr/share/gcj-: No such file or directory
 java.io.IOException: cannot create temporary file
at java.io.File.createTempFile(java.lang.String, java.lang.String,
 java.io.File) (/usr/lib/libgcj.so.6.0.0) at
 gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0) at
 gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
 openoffice.org-gcj: error merging classmaps
 dpkg: error processing openoffice.org-gcj (--configure):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  openoffice.org-gcj
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Already reported as:

#356984: openoffice.org-gcj: Uninstallable because of missing gcj symlink 
Package: openoffice.org-gcj (openoffice.org-gcj 2.0.2-1); Severity: grave; 
Reported by: Philipp Weis [EMAIL PROTECTED]; Tags: pending; Merged with 
#357024, #357067, #357159, #357160, #357290. 
#357024: openoffice.org-gcj: post-installation script fails 
Package: openoffice.org-gcj (openoffice.org-gcj 2.0.2-1); Severity: grave; 
Reported by: Csillag Kristof [EMAIL PROTECTED]; Tags: pending; Merged 
with #356984, #357067, #357159, #357160, #357290. 
#357067: openoffice.org-gcj: installation problems: gcj: No such file or 
directory 
Package: openoffice.org-gcj (openoffice.org-gcj 2.0.2-1); Severity: grave; 
Reported by: Peter Van Eynde [EMAIL PROTECTED]; Tags: pending; Merged 
with #356984, #357024, #357159, #357160, #357290. 
#357159: openoffice.org-gcj installation fails 
Package: openoffice.org-gcj (openoffice.org-gcj 2.0.2-1); Severity: grave; 
Reported by: Michael Kallas [EMAIL PROTECTED]; Tags: pending; Merged 
with #356984, #357024, #357067, #357160, #357290. 
#357160: Missing postinstall script dependency. 
Package: openoffice.org-gcj (openoffice.org-gcj 2.0.2-1); Severity: grave; 
Reported by: Charles L Wilcox [EMAIL PROTECTED]; Tags: pending; Merged with 
#356984, #357024, #357067, #357159, #357290. 
#357290: openoffice.org-gcj: fails to install 
Package: openoffice.org-gcj (openoffice.org-gcj 2.0.2-1); Severity: grave; 
Reported by: Henrique de Moraes Holschuh [EMAIL PROTECTED]; Tags: pending; 
Merged with #356984, #357024, #357067, #357159, #357160.

 GCJ is installed at:
 # which gcj
 /usr/bin/gcj

 Installation completes successfully after:
 #cd /usr/lib/jvm/java-gcj/bin/
 #ln -s /usr/bin/gcj

That's a workaround, yes. The proper fix is just to use gij, which I'll do
with 2.0.2-2.

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



Processed: tagging 356177

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.15
 tags 356177 patch
Bug#356177: FTBFS: ./configure: line 2778: syntax error near unexpected token 
`('
Tags were: patch
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#357457: openoffice.org-gcj: Can't finish post-installation -- missing file /usr/lib/jvm/java-gcj/bin/gcj

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 merge 357457 356984 357024 357067 357159 357160 357290
Bug#356984: openoffice.org-gcj: Uninstallable because of missing gcj symlink
Bug#357024: openoffice.org-gcj: post-installation script fails
Bug#357067: openoffice.org-gcj: installation problems: gcj: No such file or 
directory
Bug#357159: openoffice.org-gcj installation fails
Bug#357160: Missing postinstall script dependency.
Bug#357290: openoffice.org-gcj: fails to install
Bug#357457: openoffice.org-gcj: Can't finish post-installation -- missing file 
/usr/lib/jvm/java-gcj/bin/gcj
Merged 356984 357024 357067 357159 357160 357290 357457.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#347332: marked as done (mozilla-stumbleupon: needs to be upgraded with fresh upstream)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 06:33:47 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#347332: fixed in mozilla-stumbleupon 2.6-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mozilla-stumbleupon
Version: 1.99.95-1
Severity: grave

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

Thank you in advance

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

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

mozilla-stumbleupon recommends no packages.

-- no debconf information


--Yarik

---End Message---
---BeginMessage---
Source: mozilla-stumbleupon
Source-Version: 2.6-1

We believe that the bug you reported is fixed in the latest version of
mozilla-stumbleupon, which is due to be installed in the Debian FTP archive:

mozilla-stumbleupon_2.6-1.diff.gz
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_2.6-1.diff.gz
mozilla-stumbleupon_2.6-1.dsc
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_2.6-1.dsc
mozilla-stumbleupon_2.6-1_all.deb
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_2.6-1_all.deb
mozilla-stumbleupon_2.6.orig.tar.gz
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_2.6.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alan Woodland [EMAIL PROTECTED] (supplier of updated mozilla-stumbleupon 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Mar 2006 13:15:21 +
Source: mozilla-stumbleupon
Binary: mozilla-stumbleupon
Architecture: source all
Version: 2.6-1
Distribution: unstable
Urgency: low
Maintainer: Alan Woodland [EMAIL PROTECTED]
Changed-By: Alan Woodland [EMAIL PROTECTED]
Description: 
 mozilla-stumbleupon - Mozilla addon for sharing interesting websites
Closes: 347332
Changes: 
 mozilla-stumbleupon (2.6-1) unstable; urgency=low
 .
   * New upstream release
   * Updated FAQ and help files
 .
 mozilla-stumbleupon (2.2-1) unstable; urgency=low
 .
   * New upstream version (Closes: #347332)
   * Changed maintainer field to reflect new email address
Files: 
 ff0abc3d606d8cd35f9b7b49918ed2e0 636 web optional mozilla-stumbleupon_2.6-1.dsc
 d0b18d959fc4ed3f9e65019cbf8cb828 143616 web optional 
mozilla-stumbleupon_2.6.orig.tar.gz
 7f6dd19d7d12c081d40df0d7a39ce2c7 42807 web optional 
mozilla-stumbleupon_2.6-1.diff.gz
 0352be93867511f8e8999f49df8efb7f 185584 web optional 
mozilla-stumbleupon_2.6-1_all.deb

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

iD8DBQFEGsYL1FNW1LDdr0IRApvPAKCnE2AMGBqL1QaJ2+ohB3uw2wucdQCfRQO6
E1uNXmWd0mwpSmukzXYp9jQ=
=RNM4
-END PGP SIGNATURE-

---End Message---


Bug#355244: network-manager should at least conflict with resolvconf for now

2006-03-17 Thread Osamu Aoki
Hi,

It took me some time to realize this program was killing my resolv.conf
symlink :-)

I think until  named-manager/nm-named-manager.c is updated to check
existance of /sbin/resolvconf and start using it, this package should
put conflict with resolvconf.

Nontheless, I wish this will be updated to work with resolvconf
soonish.

Osamu


-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +
Osamu Aoki [EMAIL PROTECTED]  Yokohama Japan, GPG-key: A8061F32
 .''`.  Debian Reference: post-installation user's guide for non-developers
 : :' : http://qref.sf.net and http://people.debian.org/~osamu
 `. `'  Our Priorities are Our Users and Free Software --- Social Contract



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



Processed: tagging 357392

2006-03-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.15
 tags 357392 patch
Bug#357392: beagle: Security issue - shell script checks .
Tags were: security
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#354847: marked as done (FTBFS: 1.15.1-4 fails 2 tests on amd64)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 07:17:16 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#354847: fixed in tar 1.15.1-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: tar
Version: 1.15.1-4
Severity: serious
Justification: fails to build from source

Hello,
tar 1.15.1-4 FTBFS on amd64, because not all tests from /bin/sh
./testsuite are successful. In fact:

## - ##
## Test results. ##
## - ##

ERROR: 32 tests were run,
2 failed unexpectedly.
6 tests were skipped.

You can read full log at: http://amd64.ftbfs.de/build.php?arch=pkg=tar

Thanks,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])

Versions of packages tar depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an

tar recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: tar
Source-Version: 1.15.1-5

We believe that the bug you reported is fixed in the latest version of
tar, which is due to be installed in the Debian FTP archive:

tar_1.15.1-5.diff.gz
  to pool/main/t/tar/tar_1.15.1-5.diff.gz
tar_1.15.1-5.dsc
  to pool/main/t/tar/tar_1.15.1-5.dsc
tar_1.15.1-5_i386.deb
  to pool/main/t/tar/tar_1.15.1-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bdale Garbee [EMAIL PROTECTED] (supplier of updated tar package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Mar 2006 16:02:13 +0100
Source: tar
Binary: tar
Architecture: source i386
Version: 1.15.1-5
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee [EMAIL PROTECTED]
Changed-By: Bdale Garbee [EMAIL PROTECTED]
Description: 
 tar- GNU tar
Closes: 354847
Changes: 
 tar (1.15.1-5) unstable; urgency=low
 .
   * patch from Goswin von Brederlow to sort tar output in test suite to
 compensate for different file order when ext3 option dir_index is enabled
 on build system, first seen on amd64 autobuilder, closes: #354847
Files: 
 f96a74b5d4b8cdb00208c53aabc71b47 564 utils required tar_1.15.1-5.dsc
 fecbc8b1b181ad9bb3abb274a132c0b2 49362 utils required tar_1.15.1-5.diff.gz
 36f10f6d17ead41391f18a1e66390433 771038 utils required tar_1.15.1-5_i386.deb

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

iD8DBQFEGtBQZKfAp/LPAagRAlVTAJ9uhnyZrTvfNT1dFQAIYU5IWXdBggCdGjog
lXn6ZhUE6R2BIfEAyKaB1kU=
=mEBj
-END PGP SIGNATURE-

---End Message---


Bug#357173: marked as done (firebird2: local buffer overflow, please upload 1.5.3)

2006-03-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Mar 2006 17:01:08 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firebird2
Severity: grave
Justification: user security hole

Apparently firebird 1.5.3 fixes a buffer overflow. I saw it at
http://www.securityfocus.com/bid/17077. More details at
http://www.securityfocus.com/archive/1/427480

The researcher has a patch for the specific problem he found in 1.5.2, but he
recommends just upgrading to 1.5.3.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

---End Message---
---BeginMessage---
Version: 1.5.3.4870-2
thanks

The upload of 1.5.3.4870-2, that fixes this bug was unintentionally made as an
NMU. Francesco was really sponsoring the upload.


I've updated svn with the changelog of the upload and added Francesco as an
uploader to avoid NMU happening again.

I've also updated my copy of the source to match CVS-clean version Franchesco
uploaded.


dam
-- 
Damyan Ivanov  Creditreform Bulgaria
[EMAIL PROTECTED]  http://www.creditreform.bg/
phone: +359(2)928-2611, 929-3993fax: +359(2)920-0994
mob. +359(88)856-6067   [EMAIL PROTECTED]/Gaim


signature.asc
Description: OpenPGP digital signature
---End Message---


Bug#357435: hylafax-server - fails to install if unconfigured

2006-03-17 Thread Bastian Blank
On Fri, Mar 17, 2006 at 02:44:44PM +0100, Giuseppe Sacco wrote:
 Right, but where did you use it? testing or unstable? I would like to 
 get the same environmnet you have in order to reproduce the error.

/etc/init.d/hylafax fails if /etc/hylafax/setup.cache don't exist.

Bastian

-- 
Beam me up, Scotty, there's no intelligent life down here!


signature.asc
Description: Digital signature


  1   2   >