Bug#356327: git-core: missing dependancy for python

2006-03-11 Thread Jan-Benedict Glaw
Package: git-core
Version: 1.2.4-1
Distribution: unstable

Hi!

git-core internally uses python to eg. do merges, but python is
missing from the dependancy list. Please add it.

Thanks,
Jan-Benedict

-- 
Jan-Benedict Glaw   [EMAIL PROTECTED]. +49-172-7608481 _ O _
"Eine Freie Meinung in  einem Freien Kopf| Gegen Zensur | Gegen Krieg  _ _ O
 für einen Freien Staat voll Freier Bürger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));


signature.asc
Description: Digital signature


Bug#356298: New upstream version available

2006-03-11 Thread Reinhard Tartler
On Sat, Mar 11, 2006 at 12:41:11AM +0100, Reinhard Tartler wrote:
> There are several new upstream versions available. The (probably) latest
> version can be found here:
> ftp://ftp4.gwdg.de/pub/opensuse/distribution/SL-OSS-factory/inst-source/suse/src/hwinfo-12.9-3.src.rpm
> 
> I tried to build it without the patches, but failed. But perhaps it is
> easier to work on that one in order to fix #355335?

It turns out that suse still hasn't upgraded to the new sysfsutils, not
even in opensuse 10.1. So even with the latest version of hwinfo,
porting to the new interface is needed :(

Gruesse,
Reinhard



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



Bug#227714: spending time with you

2006-03-11 Thread Raquel

Hire,
i am here sitting in the internet caffe. Found your email and
decided to write. I m!ight be coming to your place in 14 days, 
so I decided to email you. aaMay be we can meet? I am 2!5 y.o.
girl.a I have a picture if you want. No need to reply here as 
this is not my !email. Wri!te me at [EMAIL PROTECTED]





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



Bug#237936: #237936: zorp: Python 2.4 FutureWarnings

2006-03-11 Thread Roland Stigge
found 237936 3.0.8
thanks

Hi,

the problem is still present in current sid:

Setting up zorp (3.0.8) ...
Starting Zorp Firewall Suite:
/usr/share/zorp/pylib/Zorp/Domain.py:140: FutureWarning: hex/oct
constants > sys.maxint will return positive values in Python 2.4 and up
  self.mask = 0x
/usr/share/zorp/pylib/Zorp/SockAddr.py:84: FutureWarning: hex/oct
constants > sys.maxint will return positive values in Python 2.4 and up
  parts = (((ip & 0xff00) >> 24) & 0xff,

bye,
  Roland


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



Bug#356328: please add am_pm formatting information to en_NZ

2006-03-11 Thread John R. McPherson
Package: locales
Version: 2.3.6-3
Severity: minor
Tags: patch, upstream, l10n


Hi,
the New Zealand locale file /usr/share/i18n/locales/en_NZ is missing
strings for "am" and "pm". These should be the same as those in the
en_AU (Australia) locale file.

Thanks


--- en_NZ-  2006-03-02 15:15:39.0 +1300
+++ en_NZ   2006-03-02 15:15:39.0 +1300
@@ -111,8 +111,9 @@
 d_t_fmt 
""
 d_fmt   ""
 t_fmt   ""
-am_pm   "";""
-t_fmt_ampm  ""
+am_pm   "";""
+t_fmt_ampm  "/
+"
 date_fmt   "/
 /
 "



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



Bug#356329: kernel: device names are non-deterministic

2006-03-11 Thread Adam M. Costello
Package: kernel
Severity: important

Whenever I boot my machine, the device names are assigned
non-deterministically.  There is only one disk (SATA), which is
sometimes called /dev/sda and is sometimes called /dev/sdc.  There is a
built-in USB card-reader that also uses sd* names, but there are never
cards plugged in when I boot.  I've seen this phenomenon only with
2.6.15.  With 2.6.12, the disk is always /dev/sda.

There are two ethernet ports and one firewire port.  Sometimes the
ethernets are eth0 and eth1, and the firewire is eth2; sometimes the
firewire is eth0 and the ethernets are eth1 and eth2.  I've definitely
seen this phenomenon on 2.6.15, and I think also on 2.6.12.

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


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



Bug#356330: libosip2-3: libosip2.so.3.0.0 must be linked against libpthread.so

2006-03-11 Thread Mikael Magnusson
Package: libosip2-3
Version: 2.2.2-2
Severity: serious
Tags: patch
Justification: Policy 10.2

The libosip2.so.3.0.0 library in libosip2-3 must be linked against
libpthread.so since it uses symbols from that library. It can be done
by configuring with "--enable-pthread".

/Mikael

--- ./debian/rules.orig 2006-03-11 09:41:55.0 +0100
+++ ./debian/rules  2006-03-11 09:42:06.0 +0100
@@ -36,7 +36,7 @@
 config.status: configure
dh_testdir
# Add here commands to configure the package.
-   CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --enable-gperf
+   CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --enable-gperf --enable-pthread


 build: build-stamp


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (750, 'testing'), (671, 'stable'), (30, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-vserver-k7
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages libosip2-3 depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an

libosip2-3 recommends no packages.

-- no debconf information


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



Bug#298202: pppoe-server: leaves spurious children behind: +1

2006-03-11 Thread Julien Valroff
Hi,

I also suffer from this problem, and cannot understand anyone seems to care 
about it.
As far as I understand, this bug is a duplicate of #100028 [1].

When using poff and pon, the issue does not happen, and all the children are 
killed:
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 16034) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 19247) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 18369) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 16050) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 17265) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 8728) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 32717) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 3264) 
terminated with signal 9
 pppd[17909]: Child process /usr/sbin/pppoe -I eth2 -T 80 -m 1452 (pid 9494) 
terminated with signal 9


(do not refer to the pid's, I use grsec's pid randomization)

It does only happen with the 'persist' option (I haven't tried with
'ondemand', but I guess it would be the same, and even more problematic
in this case as the children could be far more numerous).

Here is the current situation on day 3:
athena:/var/log# ps aux | grep [p]pp
root 26453  0.0  0.4  4296 1440 ?Ss   Mar09   0:54 /usr/sbin/pppd 
call wanadoo
root 10122  0.0  0.2  2924  920 ?SMar09   0:37 /usr/sbin/pppoe 
-I eth2 -T 80 -m 1452
root 29744  0.0  0.2  2904  928 ?SMar10   0:20 /usr/sbin/pppoe 
-I eth2 -T 80 -m 1452
root 16273  0.0  0.2  2948  924 ?S01:05   0:02 /usr/sbin/pppoe 
-I eth2 -T 80 -m 1452

Cheers,
Julien


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=100028




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



Bug#356331: grsync: new upstream release

2006-03-11 Thread Filipus Klutiero
Package: grsync
Version: 0.2.2-1
Severity: wishlist

Upstream has a 0.3.0, with some changes that look interesting including
an update to the French translation.
Note that the watch file appears to be broken.

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

Versions of packages grsync depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.12-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.10.4-1   Layout and rendering of internatio
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  rsync 2.6.6-1fast remote file copy program (lik

grsync recommends no packages.

-- no debconf information


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



Bug#310258: nautilus-open-terminal ITP

2006-03-11 Thread Julien Valroff
Hi,

I have already worked on a nautilus-open-terminal package for personal
use. It needs sync with Ubuntu package but is clean.

I'd be glad to take over this ITP if everybody agrees.

Cheers,
Julien




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



Bug#356332: mysql-dfsg-5.0: [INTL:fr] French debconf templates translation

2006-03-11 Thread Christian Perrier
Package: mysql-dfsg-5.0
Version: N/A
Severity: wishlist
Tags: patch l10n

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

If you do not already use it, please remember about the
"podebconf-report-po" utility, which helps warning translators about
changes when you modify some debconf templates in your packages. See
its man page for details.

The usual policy when using it is sending a warning to translators when
you plan to upload a version of your package with debconf templates
changes (EVEN TYPO CORRECTIONS). Then leave about one week for them to
update their files (several translation teams have a QA process which
requires time).

podebconf-report-po will take care of sending the translators the
needed material as well as getting the translators adresses from the
PO files. All you have to do is just using the utility..:-)

If you apply this policy, please forget about these remarks, of
courseThis message is generic..:-)


-- 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-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
# translation of fr.po to French
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
# Christian Perrier <[EMAIL PROTECTED]>, 2004, 2006.
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-03-06 22:53+0100\n"
"PO-Revision-Date: 2006-03-08 22:24+0100\n"
"Last-Translator: Christian Perrier <[EMAIL PROTECTED]>\n"
"Language-Team: French \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"debian.org>\n"
"X-Generator: KBabel 1.11.2\n"
"Plural-Forms: Plural-Forms: nplurals=2; plural=n>1;\n"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4
msgid "Do you really want to downgrade?"
msgstr "Voulez-vous vraiment revenir à la version précédente ?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4
msgid ""
"WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates that a "
"mysql-server package with a higher version has been installed before. It can "
"not be guaranteed that this version can use its data."
msgstr ""
"Un fichier /var/lib/mysql/debian-*.flag est présent. Cela indique qu'un "
"paquet de serveur MySQL de version plus récente a été précédemment installé. "
"Il n'est pas garanti que cette version puisse en utiliser les données."

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:11
msgid "Important note for NIS/YP users!"
msgstr "Note importante pour les utilisateurs NIS/YP"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:11
msgid ""
"To use mysql you must install an equivalent user and group to the following "
"and ensure yourself that /var/lib/mysql has the right permissions (the uid/"
"gid may be different)."
msgstr ""
"Pour utiliser MySQL, vous devez créer un utilisateur et un groupe similaires "
"à ce qui suit et vérifier que /var/lib/mysql possède les permissions "
"appropriées (les identifiants numériques de groupe et d'utilisateur, uid et "
"gid, peuvent être différents)."

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:11
msgid ""
"/etc/passwd:  mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false"
msgstr ""
"/etc/passwd : mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:11
msgid "/etc/group:   mysql:x:101:"
msgstr "/etc/group :  mysql:x:101:"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:11
msgid "/var/lib/mysql:   drwxr-xr-x   mysqlmysql"
msgstr "/var/lib/mysql :  drwxr-xr-x   mysqlmysql"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:24
msgid "Update Hints"
msgstr "Informations sur les mises à jour"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:24
msgid ""
"Rarely, e.g. on new major versions, the privilege system is improved. To "
"make use of it mysql_fix_privilege_tables must be executed manually. The "
"script is not supposed to give any user more rights that he had before,"
msgstr ""
"De temps en temps, notamment avec les nouvelles versions majeures, le "
"système de privilèges est amélioré. Pour l'activer, vous devez lancer vous-"
"même la commande « mysql_fix_privilege_tables ». Le script n'est pas censé 

Bug#356333: ttf-bpg-georgian-fonts: Please build a udeb for the graphical installer use

2006-03-11 Thread Christian Perrier
Package: ttf-bpg-georgian-fonts
Version: 0.1
Severity: wishlist
Tags: patch

The attached patch allows building a udeb for ttf-bpg-georgian-fonts, which
will provide the good quality font BPG Glaho, aimed to be used for the
display of the Georgian language in g-i.

-- 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-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages ttf-bpg-georgian-fonts depends on:
ii  defoma0.11.8-0.1 Debian Font Manager -- automatic f

Versions of packages ttf-bpg-georgian-fonts recommends:
ii  fontconfig2.3.2-2generic font configuration library
ii  x-ttcidfont-conf  21 Configure TrueType and CID fonts f

-- no debconf information
diff -Nru ttf-bpg-georgian-fonts-0.1.old/debian/control 
ttf-bpg-georgian-fonts-0.1/debian/control
--- ttf-bpg-georgian-fonts-0.1.old/debian/control   2006-03-10 
18:26:10.708952195 +0100
+++ ttf-bpg-georgian-fonts-0.1/debian/control   2006-03-10 18:42:18.516847961 
+0100
@@ -12,3 +12,9 @@
 Description: BPG Georgian fonts
  A collection of three Georgian fonts, provided by BPG-InfoTech.
 
+Package: ttf-bpg-georgian-fonts-udeb
+Section: debian-installer
+Provides: ttf-installer
+XC-Package-Type: udeb
+Architecture: all
+Description: BPG Georgian fonts for the graphical installer
diff -Nru ttf-bpg-georgian-fonts-0.1.old/debian/dirs 
ttf-bpg-georgian-fonts-0.1/debian/dirs
--- ttf-bpg-georgian-fonts-0.1.old/debian/dirs  2006-03-10 18:26:10.690955842 
+0100
+++ ttf-bpg-georgian-fonts-0.1/debian/dirs  1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-usr/share/fonts/truetype/ttf-bpg-georgian
diff -Nru ttf-bpg-georgian-fonts-0.1.old/debian/install 
ttf-bpg-georgian-fonts-0.1/debian/install
--- ttf-bpg-georgian-fonts-0.1.old/debian/install   2006-03-10 
18:26:10.706952601 +0100
+++ ttf-bpg-georgian-fonts-0.1/debian/install   1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-*.ttf  usr/share/fonts/truetype/ttf-bpg-georgian
diff -Nru ttf-bpg-georgian-fonts-0.1.old/debian/rules 
ttf-bpg-georgian-fonts-0.1/debian/rules
--- ttf-bpg-georgian-fonts-0.1.old/debian/rules 2006-03-10 18:26:10.709951993 
+0100
+++ ttf-bpg-georgian-fonts-0.1/debian/rules 2006-03-10 18:43:12.521905066 
+0100
@@ -14,7 +14,6 @@
dh_testdir
dh_testroot
dh_installdirs
-   dh_clean -k
 
 binary-arch:
 
diff -Nru ttf-bpg-georgian-fonts-0.1.old/debian/ttf-bpg-georgian.dirs 
ttf-bpg-georgian-fonts-0.1/debian/ttf-bpg-georgian.dirs
--- ttf-bpg-georgian-fonts-0.1.old/debian/ttf-bpg-georgian.dirs 1970-01-01 
01:00:00.0 +0100
+++ ttf-bpg-georgian-fonts-0.1/debian/ttf-bpg-georgian.dirs 2006-02-05 
19:28:54.0 +0100
@@ -0,0 +1 @@
+usr/share/fonts/truetype/ttf-bpg-georgian
diff -Nru ttf-bpg-georgian-fonts-0.1.old/debian/ttf-bpg-georgian-fonts.install 
ttf-bpg-georgian-fonts-0.1/debian/ttf-bpg-georgian-fonts.install
--- ttf-bpg-georgian-fonts-0.1.old/debian/ttf-bpg-georgian-fonts.install
1970-01-01 01:00:00.0 +0100
+++ ttf-bpg-georgian-fonts-0.1/debian/ttf-bpg-georgian-fonts.install
2006-02-05 19:25:58.0 +0100
@@ -0,0 +1 @@
+*.ttf  usr/share/fonts/truetype/ttf-bpg-georgian
diff -Nru 
ttf-bpg-georgian-fonts-0.1.old/debian/ttf-bpg-georgian-fonts-udeb.install 
ttf-bpg-georgian-fonts-0.1/debian/ttf-bpg-georgian-fonts-udeb.install
--- ttf-bpg-georgian-fonts-0.1.old/debian/ttf-bpg-georgian-fonts-udeb.install   
1970-01-01 01:00:00.0 +0100
+++ ttf-bpg-georgian-fonts-0.1/debian/ttf-bpg-georgian-fonts-udeb.install   
2006-03-10 18:28:38.895925479 +0100
@@ -0,0 +1 @@
+BPG_Glaho.ttf  usr/share/fonts/truetype/ttf-bpg-georgian


Bug#356334: flashplugin-nonfree: [INTL:fr] French debconf templates translation

2006-03-11 Thread Christian Perrier
Package: flashplugin-nonfree
Version: N/A
Severity: wishlist
Tags: patch l10n

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

If you do not already use it, please remember about the
"podebconf-report-po" utility, which helps warning translators about
changes when you modify some debconf templates in your packages. See
its man page for details.

The usual policy when using it is sending a warning to translators when
you plan to upload a version of your package with debconf templates
changes (EVEN TYPO CORRECTIONS). Then leave about one week for them to
update their files (several translation teams have a QA process which
requires time).

podebconf-report-po will take care of sending the translators the
needed material as well as getting the translators adresses from the
PO files. All you have to do is just using the utility..:-)

If you apply this policy, please forget about these remarks, of
courseThis message is generic..:-)


-- 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-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
# translation of fr.po to French
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
# Christian Perrier <[EMAIL PROTECTED]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-03-01 21:23+0100\n"
"PO-Revision-Date: 2006-03-08 18:16+0100\n"
"Last-Translator: Christian Perrier <[EMAIL PROTECTED]>\n"
"Language-Team: French \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"

#. Type: string
#. Description
#: ../templates:4
msgid "Please enter location to the local file."
msgstr "Emplacement du fichier local :"

#. Type: string
#. Description
#: ../templates:4
msgid ""
"Have you already downloaded the install_flash_player_7_linux.tar.gz package "
"from Macromedia? If so, please enter the directory you downloaded it into. "
"Do not include \"install_flash_player_7_linux.tar.gz\" here. If you have not "
"already downloaded it, leave this blank and the package will be downloaded "
"automatically."
msgstr ""
"Si vous avez déjà téléchargé le fichier 
« install_flash_player_7_linux.tar.gz » "
"depuis le serveur de Macromedia, veuillez indiquer le répertoire où il se "
"trouve. Veuillez n'indiquer que le répertoire sans le nom de fichier. "
"Si vous n'avez pas encore "
"téléchargé ce fichier, laissez cette entrée vide pour le télécharger "
"automatiquement."

#. Type: note
#. Description
#: ../templates:13
msgid ""
"install_flash_player_7_linux.tar.gz does not exist in the directory you "
"entered."
msgstr ""
"Fichier « install_flash_player_7_linux.tar.gz » introuvable"

#. Type: note
#. Description
#: ../templates:13
msgid ""
"Please try again. Enter the path of the directory that the package is in "
"(don't type \"install_flash_player_7_linux.tar.gz\" at the end of the path)."
msgstr ""
"Veuillez recommencer et indiquer le répertoire contenant le fichier "
"d'installation (seulement le répertoire, sans le nom du fichier)."

#. Type: boolean
#. Description
#: ../templates:20
msgid ""
"Would you like flashplugin to be automatically downloaded and installed from "
"the Internet?"
msgstr ""
"Souhaitez-vous télécharger et installer flashplugin depuis l'Internet ?"

#. Type: boolean
#. Description
#: ../templates:20
msgid ""
"If you are currently connected to the Internet accept here, and "
"install_flash_player_7_linux.tar.gz will automatically be downloaded and "
"installed from Macromedia's web site. If you are not connected to the "
"Internet, you should refuse here. You can install flashplugin later as the "
"root user by running update-flashplugin (8)."
msgstr ""
"Vous ne pouvez effectuer cette opération que si vous êtes connecté à "
"l'Internet : le fichier « install_flash_player_7_linux.tar.gz » sera alors "
"téléchargé et installé depuis le site de Macromedia. Répondez négativement "
"si vous n'êtes pas connecté à l'Internet. Vous pourrez installer flashplugin "
"plus tard avec la commande « update-flashplugin (8) » exécutée par le 
superutilisateur."

#. Type: string
#. Description
#: ../templates:29
msgid "Please enter your http proxy address"
msgstr "Adresse du mandataire HTTP :"

#. Type: string
#. Description

Bug#356335: description does not mention cifs

2006-03-11 Thread Paul Collins
Package: smbfs
Version: 3.0.21b-1
Severity: wishlist

Please consider mentioning in the package description that this
package also includes support for mounting with the cifs filesystem in
recent 2.6 kernels, to make it easier to find via apt-cache.

-- 
Dag vijandelijk luchtschip de huismeester is dood


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



Bug#356336: RFP: multicursor-wm -- window manager for multiple users simultaneously

2006-03-11 Thread W. Borgert
Package: wnpp
Severity: wishlist

Package name: multicursor-wm
Version : 1.0
Upstream Author : Grant Wallace < gwallace -at- cs princeton edu >
URL : http://multicursor-wm.sourceforge.net/
License : GPL
Description : window manager for multiple users simultaneously

freshmeat.net description:

"Multi-Cursor Window Manager creates a desktop environment that
allows simultaneous input from multiple users. Users can work
concurrently on different applications or desktop items. Each
user gets a uniquely-colored cursor. It works by time-slicing
the single system cursor. The state of each user's multi-cursor
is maintained and restored just before an XEvent is sent to the
system. Up to seven simultaneous users are supported."


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



Bug#356337: gnome-presence-applet: build fails on several architectures because of missing build-dep

2006-03-11 Thread Martin-Éric Racine
Package: gnome-presence-applet
Severity: important
Justification: fails to build from source

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

http://people.debian.org/~igloo/status.php?email=giskard%40autistici.org 
reports that building of this package failed on several architectures.  

Further inspection of build logs reveals that it was caused by a build-dep 
on libgalago-gtk-dev that could not be fulfilled because libgalago-gtk was 
also NEW and thus not yet built on some architectures. 

Please consult with the buildd admins of all affected architectures to 
restart the builders for this package.  Thanks!

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

iD8DBQFEEprEeXr56x4Muc0RAiL4AJ9hFxUzjqlFZzyFJCXCbNcT76+0dgCgqhm3
u/v1D+oZqqi5E2floGI4xc8=
=UtDs
-END PGP SIGNATURE-


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



Bug#233004: docbook-website: Uses dtd from web but it is installed on local disk

2006-03-11 Thread Tapio Lehtonen
Package: docbook-website
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

Since Sourceforge removed the file from their server, docbook-website
is not usable as installed.

xsltproc --nonet --catalogs --output Porixi/Opiskelu.html  --stringparam 
output-root Porixi ./porixi.xsl Opiskelu.xml
Variable $SGML_CATALOG_FILES not set
I/O error : Attempt to load network entity 
http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/autolayout.dtd
autolayout.xml:2: warning: failed to load external entity 
"http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/autolayout.dtd";;
"http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/autolayout.dtd";;
   ^

I found from #233004: docbook-website: The catalog doesn't contain rewrite 
rules for URIs
a fix, namely add to end of /etc/xml/catalog a nextCatalog tag, like so: 




This package should add the proper entries to catalogs itself. 

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

-- 
Tapio Lehtonen
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#345067: My understanding of the IDE mess, and why it does not make sense to apply the proposed patch

2006-03-11 Thread Jonas Smedegaard
On Fri, 10 Mar 2006 19:52:42 -0800 (PST)
Jurij Smakov <[EMAIL PROTECTED]> wrote:

> On Fri, 10 Mar 2006, Jonas Smedegaard wrote:
> 
> > If modular-ide is the sole source of trouble here, then what worked
> > in 2.6.14-4 and earlier?
> >
> > The bugreports seem to indicate that things broke in 2.6.14-5 that
> > worked in 2.6.14-4. And it seems nothing related else than linux-2.6
> > changed then - not yaird and not kernel-package.
> 
> I have compared the 2.6.14-4 and 2.6.14-5 linux-2.6 packages. The
> configs used to build the kernel are almost identical, and the 3
> patches added in 2.6.14-5 do not touch anything in the IDE subsystem
> at all. Both have the modular IDE patch applied. File lists of
> /lib/modules/[version]/kernel/drivers/ide are exactly the same. Thus,
> it is pretty unlikely that kernel is the cause of problems with
> ide-generic.

Thanks for clarifying.

Are the binary packages available somewhere? It can then be confirmed
if postinst (dependent on the version of kernel-package used at
packaging time) is identical in those packages - both favoring yaird.


> Yaird, on the other hand, contains some relevant changes between the
> last known working version (0.0.11-12) and the broken one (0.0.12-1).

Bingo!

0.0.12-1 drops a loose ide-generic workaround, and fixes the yaird bug
of sometimes not failing as it should - causing those bugreports to be
fatal as dpkg didn't roll back when yaird generated broken images.

0.0.12-2 adds the non-loose ide-generic workaround that hurts Pegasos.

The bugreports clearly talk about 0.0.12-1 being used. I was blinded by
yaird changelog saying 0.0.12-2 was done only 24 minutes after 0.0.12-1.
I guess 0.0.12-2 was not uploaded right away for some reason (probably
I wanted to test more and got distracted by real life).


Ok, I am now convinced that the yaird ide workarounds (not only for via
but also piix and amd) was needed only for Debian-specific modular-ide
patch that is now dropped so will not be officially released together
with yaird.

I will drop the workarounds completely, and believe it will not weaken
the strict yaird logic.


Thanks alot for all your help and patience with resolving this!


 - Jonas

-- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm


pgpHmmRMt6TeX.pgp
Description: PGP signature


Bug#356338: lomoco: udev scripts aren't executed when the mouse is plugged in

2006-03-11 Thread Julien Langer
Package: lomoco
Version: 1.0beta1+1.0-1
Severity: normal

I noticed that the udev script isn't executed automatically when I
plug my mouse in.
I had to do the follwing to make it work:
-I changed the symlink in /etc/udev/rules.d from lomoco.rules to
025_lomoco.rules
-I had to replace RUN="lomoco" with RUN="udev.lomoco" bacause that's
how the script in /lib/udev is called.

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

Versions of packages lomoco depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libusb-0.1-4  2:0.1.11-5 userspace USB programming library

Versions of packages lomoco recommends:
ii  udev  0.086-1/dev/ and hotplug management daemo

-- no debconf information


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



Bug#356326: kphone: sound problem in 'sid'

2006-03-11 Thread Ludovic Drolez
Benoit Panizzon wrote:
> Package: kphone
> Version: 1:4.2-5
> Severity: important
> 
> 
> Hello
> 
> I don't know how to say exactly in english, but the sound transmittion is 
> 'hacked', or 'fragmented' or 'shattered'.
> It's more serious if you use OSS which also adds a huge delay like if kphone 
> buffers everything and replays it at
> half speed with gaps inserted every few ms but also with alsa it's almost 
> impossible to understand what one says.
> 
> Happens with peer to peer connection and with a connection to Asterisk.
> 
> Installed x-lite on that computer a bit later, and this works fine, so it 
> must be kphone and not the sound subsystem
> on that hardware.

Yes, I can confirm this bug. Kphone 4.2 seems to works on some computers and
not on others. At work with a cheap sound card, it works, and at home, with
a faster computer and better card, I have buffer overflows.
I've already reported this problem on the kphone ML.

> 
> Problem does not appear with kphone from 'sarge'.
Interesting information...

Cheers,

-- 
Ludovic Drolez.

http://www.palmopensource.com   - The PalmOS Open Source Portal
http://www.drolez.com  - Personal site - Linux and PalmOS stuff


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



Bug#352347: xfe 0.88-1.1 NMU

2006-03-11 Thread Matej Vela
Hello,

I'm doing an NMU of xfe to fix #352347; diff attached.

Thanks,

Matej
diff -u xfe-0.88/debian/changelog xfe-0.88/debian/changelog
--- xfe-0.88/debian/changelog
+++ xfe-0.88/debian/changelog
@@ -1,3 +1,10 @@
+xfe (0.88-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Let dpatch.mk handle unpatching.  Closes: #352347.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Sat, 11 Mar 2006 10:46:41 +0100
+
 xfe (0.88-1) unstable; urgency=low
 
   * New upstream release.
diff -u xfe-0.88/debian/rules xfe-0.88/debian/rules
--- xfe-0.88/debian/rules
+++ xfe-0.88/debian/rules
@@ -19,3 +18,0 @@
-
-unpatch::
-   dpatch deapply-all


Bug#356185: flashplugin-nonfree: wget startup file does mischief

2006-03-11 Thread Bart Martens
The attached patch fixes the bug for the reported wget options.  Any
other wget options to override ?

diff -ruN orig/flashplugin-nonfree-7.0.61/update-flashplugin.sh 
flashplugin-nonfree-7.0.61/update-flashplugin.sh
--- orig/flashplugin-nonfree-7.0.61/update-flashplugin.sh   2006-03-08 
00:51:19.0 +0100
+++ flashplugin-nonfree-7.0.61/update-flashplugin.sh2006-03-11 
10:34:15.0 +0100
@@ -76,23 +76,28 @@
 
else # no local file
 
+   # setting wget options
+   :> wgetrc
+   echo "noclobber = off" >> wgetrc
+   echo "dir_prefix = ." >> wgetrc
+   echo "dirstruct = off" >> wgetrc
+   echo "verbose = off" >> wgetrc
+
# checking the click path to the license and to the 
file to download
if [ $FAIL = "false" ]; then
-   wget -O homepage.html 
http://macromedia.mplug.org/ 2> /dev/null || FAIL="true"
+   WGETRC=wgetrc wget -q -O homepage.html 
http://macromedia.mplug.org/ || FAIL="true"
fi
if [ $FAIL = "false" ]; then
MIRROR_UH="ok"
-   wget -O site_uh.html 
http://macromedia.mplug.org/site_uh.html 2> /dev/null || MIRROR_UH="nok"
+   WGETRC=wgetrc wget -q -O site_uh.html 
http://macromedia.mplug.org/site_uh.html || MIRROR_UH="nok"
grep 
'"http://macromedia.mplug.org/site_uh.html";' homepage.html > /dev/null 2>&1 || 
MIRROR_UH="nok"
grep 
'"http://www.macromedia.com/shockwave/download/license/desktop/";' site_uh.html 
> /dev/null 2>&1 || MIRROR_UH="nok"
grep 
'"http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz";'
 site_uh.html > /dev/null 2>&1 || MIRROR_UH="nok"
MIRROR_RI="ok"
-   wget -O site_ri.html 
http://macromedia.rediris.es/site_ri.html 2> /dev/null || MIRROR_RI="nok"
+   WGETRC=wgetrc wget -q -O site_ri.html 
http://macromedia.rediris.es/site_ri.html || MIRROR_RI="nok"
grep 
'"http://macromedia.rediris.es/site_ri.html";' homepage.html > /dev/null 2>&1 || 
MIRROR_RI="nok"
grep 
'"http://www.macromedia.com/shockwave/download/license/desktop/";' site_ri.html 
> /dev/null 2>&1 || MIRROR_RI="nok"
grep 
'"http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz";'
 site_ri.html > /dev/null 2>&1 || MIRROR_RI="nok"
-   echo "MIRROR_UH = $MIRROR_UH"
-   echo "MIRROR_RI = $MIRROR_RI"
if [ $MIRROR_UH = "nok" ] && [ $MIRROR_RI = 
"nok" ]; then
FAIL="true"
fi
@@ -100,12 +105,12 @@
 
# downloading the license
if [ $FAIL = "false" ]; then
-   wget -O "Macromedia - End User License 
Agreement.html" http://www.macromedia.com/shockwave/download/license/desktop/ 
2> /dev/null || FAIL="true"
+   WGETRC=wgetrc wget -q -O "Macromedia - End User 
License Agreement.html" 
http://www.macromedia.com/shockwave/download/license/desktop/ || FAIL="true"
fi
 
# downloading the plugin
if [ $FAIL = "false" ]; then
-   wget 
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz
 2> /dev/null || FAIL="true"
+   WGETRC=wgetrc wget -q 
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz
 || FAIL="true"
fi
if [ $FAIL = "false" ]; then
echo "b063b512076d4c88a56cb7521e6b5409  
install_flash_player_7_linux.tar.gz"| md5sum --check > /dev/null 2>&1 || 
FAIL="true"


Bug#356339: Please add option to tag each line with fixed string to svlogd

2006-03-11 Thread Andras Korn
Package: runit
Version: 1.3.3-1
Severity: wishlist

Hi,

sorting the logs of generic services (i.e. ones that just write to stdout,
not to syslog) when they are received via udp would be easier if svlogd
could prepend a service-specific tag to each logged line (either
unconditionally, or only when logging to udp). Without such tags, it's a
pain to sort log lines on the receiving end.

Best regards,

Andras

-- 
 Andras Korn 
  QOTD:
   A dime saved is a dollar earned. The rest is Uncle Sam's.


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



Bug#356132: gnomemeeting: freezes when initializing connexion - precisions

2006-03-11 Thread Kilian Krause
Hi Arnaud,

the backtrace is only one of the threads. Can you provide a "thread
apply bt all" from gdb? Probably that'll not show much as GnomeMeeting
is stripped in the Debian package, but it's still weird why this would
happen with a very old and well tested version.

Are you positive that you didn't cut the internet connectivity between
incoming ring and answering the call? GnomeMeeting so far hasn't coped
too well with broken internet connectivity, so that might explain why it
would go into a loop and ultimately hit a timeout. Yet all this is sheer
speculation and poking around in the dark.

Btw. is it reproducible still?

-- 
Best regards,
 Kilian


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#165154: meet me soon

2006-03-11 Thread Florence

Do not ignore me please,
a
bI found your email somewhere and naow decided to write you.
I am caoming to your place in few weeks and thought we 
can meet each aother. Let me know if you do naot mind.
I am a nice pretty girl. Don't reply to this bemail. 
Email me direclty at [EMAIL PROTECTED]





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



Bug#356341: dist-upgrade from sarge to testing

2006-03-11 Thread Michael Grundmann

Package: locales
Version: 2.3.2.ds1-22

- new installation Sarge mininmal-install -> no choose in base-config -> ok
- after installation i have edit the sources.list -> s/stable/testing/
- apt-get dist-upgrade

Error-Msg by typing: apt-get install locales

Reading package lists ... Done
Building dependency tree ... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libx11-6: Depends: x11-common (> 4.3.0) but it is not going to be 
installed

  locales: conflicts: base-config but 2.76 ist to be installed
  xfree86-common: Depends: x11-common but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
specify a solution).



# apt-get clean
# apt-get -f install

The following extra packages will be installed:
  x11-common
Suggested packages:
  x-window-system-core x-window-system
The following NEW packages will be installed:
  x11-common
...
Do you want to continue [Y/n]? Y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = "de_DE:de_en_GB:en",
 LC_ALL = (unset),
 LANG = "[EMAIL PROTECTED]"
  are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Preconfiguring packages ...
(Reading database ... 24476 files and directories currently installed.)
Unpacking x11-common (from .../x11-common_6.9.0.dfsg.1-4_all.dep) ...
dpkg: error processing 
/var/cache/apt/archives/x11-common_6.9.0.dfsg.1-4_all.dep

(--unpack):
  trying to overwrite `/etc/X11/Xsession', which is also in package 
xfree86-common

dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
  /var/cache/apt/archieves/x11-common_6.9.0.dfsg.1-4_all.dep
E: Sub-process /usr/bin/dpkg returned an error code (1)





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



Bug#356342: fails to deinflect potential form of ichidan verbs

2006-03-11 Thread Christopher Cramer
Package: gjiten
Version: 2.3-2
Severity: minor

When using the verb deinflection option for searches, gjiten cannot
deinflect the potential form of a verb, unless the final る is omitted.
The type of verb (ichidan versus godan) doesn't make a difference, nor
does, with an ichidan verb, the presence or absence of ら.

To reproduce this problem, search for the potential form of a verb,
with the final the final る, for example:

斬れる
行ける
食べられる
食べれる

Searches without the final る (for example, searching for 行け or
食べられ) work fine.

-- 
Christopher Cramer


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



Bug#356292: apt-cacher: failed to update packages, emptied entire cache

2006-03-11 Thread Richard Burton



From: Eduard Bloch <[EMAIL PROTECTED]>
> Package: apt-cacher
Which version?


Sorry, filed the report on another machine so it didn't pick it up.
Version is 1.5.3 (latest unstable).


Bad. There are checks to prevent exactly this. The only scenario where I
can imagine this happening:

 - the server delivered empty files with OK status code
 - you have hit a bug in LWP (the file download backend) and it
   propagated the error code incorrectly?


I suspect there is no easy way to tell which, which would make it harder to 
fix. Maybe an option to make certain repositories required, so cleanup wont 
take place if there isn't a valid packages file for that repository?




This all should become a little bit more reliable with apt-cacher II.


Excellent, when is this due?

Richard.




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



Bug#353700: libarts1c2a: You can close this bug.

2006-03-11 Thread Carl Castanier
Package: libarts1c2a
Version: 1.5.1-1
Followup-For: Bug #353700

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


This bug was provide by alsa-source package. It's work fine now with 
1.0.10+1.0.11rc3-1 version of alsa. 
Before I used the 1.0.10-3 version. So you can close this bug.

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

Versions of packages libarts1c2a depends on:
ii  libartsc0 1.5.1-1aRts sound system C support librar
ii  libasound21.0.10-2   ALSA library
ii  libaudio2 1.7-4  The Network Audio System (NAS). (s
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libgcc1   1:4.1-0exp0GCC support library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjack0.100.0-0  0.100.0-4  JACK Audio Connection Kit (librari
ii  libmad0   0.15.1b-2.1MPEG audio decoder library
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-4  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.1-0exp0  The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2-1The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2-1The Vorbis General Audio Compressi
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages libarts1c2a recommends:
ii  libarts1-akode4:3.5.1-1  akode plugin for aRts

- -- no debconf information

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

iD8DBQFEEqudDRSnqCwH+vYRAlNtAKCXJI1v4rFGDdzRNFQHeoCFpeltPgCfTSj+
yR6I+4JZSDFGNUD0lM9wT6Q=
=xvzf
-END PGP SIGNATURE-


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



Bug#258096: Glom Debian package progress

2006-03-11 Thread Lord Yupa
Any news about development of a debian package?



Bug#356343: quantlib-python: heston MC engine not exported ?

2006-03-11 Thread linux
Package: quantlib-python
Version: 0.3.11-3+b1
Severity: normal

Hi,

I am learning quantlib hoping to use it in python rather than C++. In
the process, I am studying the test-suite in the source package and
found that there is a heston model. However, it seems that they are not
present in the interface.

Is this intended ?

regards,


-- 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.4.32-xbox-chimpanzee-vs-ll
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages quantlib-python depends on:
ii  libc6  2.3.6-3   GNU C Library: Shared libraries an
ii  libgcc11:4.0.2-10GCC support library
ii  libquantlib-0.3.11c2a  0.3.11-2.1+b1 Quantitative Finance Library -- de
ii  libstdc++6 4.0.2-10  The GNU Standard C++ Library v3

quantlib-python recommends no packages.

-- no debconf information


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



Bug#355094: [Pkg-dspam-misc] Bug#355094: can't train dspam with hash drive

2006-03-11 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Carlos Z.F. Liu wrote:
> Package: dspam
> Version: 3.6.4-1
> Severity: normal
> 
> I installed dspam on my system from experimental and try to test it
> under a single user environment (use it with procmail and mutt). But
> unlucky, I met following problem.
> 
> First, install dspam with "apt-get install dspam", then run dspam_stats
> with "dspam_stats -H root". At this stage, I can see "root.css" and
> "root.lock" in /var/spool/dspam/data/local/root directory. But after I
> train it with "dspam_corpus --spam root /tmp/spam.mbox", two files under
> above direcotry wasn't touched. The new result of dspam_stats is exactly
> same as the one before training.
> 
> Is there anything wrong with my experiment?
> 
> Thanks.

Hi,

Took me a while to find out. When you change the following configuration
parameter in /etc/dspam/dspam.conf:

Opt in

to

Opt out

You will see the message trained with dspam_stats.

Regards,

Matthijs Mohlmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEErPW2n1ROIkXqbARAtt8AJ44r6CJzOmGilrZ5trcvY8GP/qbUgCfbJMl
fKuUKm6fp4cmWcwptGE/2w0=
=32Hn
-END PGP SIGNATURE-



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



Bug#355820: xorsa: segv while updating lists

2006-03-11 Thread Frank S. Thomas
tags 355820 + confirmed
thanks

On Wednesday 08 March 2006 03:34, Justin Pryzby wrote:
> I wanted to update the databases while trying out this program, so, in
> reverse order, from right to left and top to bottom, I clicked all the
> "update" buttons, at some point it xorsa crashed.

Hello Justin,

Thanks for your report. The reason for these crashes is that some of the 
database files aren't available anymore and xorsa doesn't check for 
availability before it tries to download these files.

This bug will be fixed in the next release of ORSA.

Grüße,
Frank

-- 
The best way to accelerate any computer running Windows is at 9,81 m/s^2.


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



Bug#356344: libglew1: OpenGL 2.0 entries missing

2006-03-11 Thread Wouter Vermaelen
Package: libglew1
Version: 1.3.1-1.2
Severity: important


Some of the ogl2 entry points are missing in glew 1.3.1 (e.g.
glGetShaderiv). This makes makes libglew unusable for any serious shader
development. Note that this has been fixed in glew version 1.3.2.

-- 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: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libglew1 depends on:
ii  libc6  2.3.6-3   GNU C Library: Shared libraries an
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxmu66.9.0.dfsg.1-4X Window System miscellaneous util
ii  xlibmesa-gl [libgl 6.9.0.dfsg.1-4Mesa 3D graphics library [X.Org]
ii  xlibmesa-glu [libg 4.3.0.dfsg.1-14sarge1 Mesa OpenGL utility library [XFree

libglew1 recommends no packages.

-- no debconf information


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



Bug#339163: State of 339163 (C++ transition NMU seems to have been partially reverted)

2006-03-11 Thread KELEMEN Peter
* Steve Langasek ([EMAIL PROTECTED]) [20060310 22:07]:

> Only when the library ABI changes again.

I fail to see how it is useful.  New packages that are introduced
to the archive after the ABI change don't have any suffix, so it
is impossible to tell just by looking at the package name what ABI
it conforms to.  Hence, I don't see why the need for the suffix
practically forever, because there will be packages conforming to
the same ABI without suffix anyway.

Peter

-- 
.+'''+. .+'''+. .+'''+. .+'''+. .+''
 Kelemen Péter /   \   /   \   /[EMAIL PROTECTED]
.+' `+...+' `+...+' `+...+' `+...+'



Bug#356333: ttf-bpg-georgian-fonts: Please build a udeb for the graphical installer use

2006-03-11 Thread Frans Pop
On Friday 10 March 2006 18:55, Christian Perrier wrote:
> The attached patch allows building a udeb for ttf-bpg-georgian-fonts,
> which will provide the good quality font BPG Glaho, aimed to be used
> for the display of the Georgian language in g-i.

Please delay applying this patch until functionality has been added to 
strip glyphs we do not need for the Installer from the font (in order to 
save valuable memory).

We already have the tools to do this, so that should not take too long.

Cheers,
Frans Pop


pgppSIc28yYIE.pgp
Description: PGP signature


Bug#356345: tetex-base: [licensing] antp fonts state they are Public Domain without explaining

2006-03-11 Thread Frank Küster

Package: tetex-base
Version: 3.0-15
Severity: normal

As far as I could find out, the ANTP fonts' only license statement is in
the header or README.ENG:

*
*   A replica of Antykwa P\'o\l{}tawskiego font *
*   in PostScript Type 1 format -- preliminary version  *
*Public domain  *
*

Since Public Domain isn't a well defined term at least in some laws,
probably including the polish, this should be made more specific, like

"Permission is granted to freely use, distribute and/or modify all files
in the bundle." 

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




Bug#356346: scim wubi input method can not output renminbi symbol "¥"

2006-03-11 Thread easthero
Package: scim-tables-zh
Version: 0.5.6-1
Severity: normal

Scim wubi input method can not output renminbi symbol "¥"。When I type
shift+4,its output is dollar symbol SBC case "$“ or DBC case "$"。

-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages scim-tables-zh depends on:
ii scim-modules-table 0.5.6-1 generic tables IM engine module fo

Versions of packages scim-tables-zh recommends:
pn ttf-arphic-bsmi00lp | ttf  (no description available)
ii ttf-arphic-gbsn00lp 2.11-6 "AR PL SungtiL GB" Chinese TrueTyp
ii ttf-arphic-uming [ttf-arp 0.1.20060108-1 "AR PL ShanHeiSun Uni"
Chinese Uni



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



Bug#356347: /usr/bin/gringotts: segmentation fault on powerpc

2006-03-11 Thread Wolfgang Faber
Package: gringotts
Version: 1.2.8+1.2.9pre1-11
Severity: grave
File: /usr/bin/gringotts
Justification: renders package unusable

On my powerpc system, gringotts creates a segmentation fault when
a. opening an existing grg file and
b. creating a new grg file after the password dialog.

Probably you need more information, please let me know how I can
help.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (103, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=de_AT, LC_CTYPE=de_AT (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_AT)

Versions of packages gringotts depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-5generic font configuration library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgringotts1 1.2.1-9encapsulate data in an encrypted a
ii  libgtk2.0-0   2.8.13-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.10.4-1   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra

gringotts recommends no packages.

-- no debconf information


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



Bug#262151: Dazuko new upstream version

2006-03-11 Thread John Ogness
Florent Bayle wrote:
> Current version of Dazuko is 2.2.0.
> I need a recent version for one of the softwares I intent to package.
> Do you plan to package and upload a newer version ?

Hi,

The latest version is available here:

http://www.dazuko.org/tgen.shtml#DEBIAN


> Are you still unable to find someone to upload your packages ?

Correct.


> Do you tried debian-mentors ?

Yes, multiple times.


> If you can't update it, I plan to take over the package (don't see this as a 
> personnal attack, but I need an up-to-date version of this package)...

I would love that. All Debian files can be found here:

http://www.dazuko.org/files/

John Ogness

-- 
Dazuko Maintainer


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



Bug#343744: merging bugs

2006-03-11 Thread Bastian Venthur
merge 344347 345161 352033 343744 349359 343825 348710
quit

Hi,

I took the freedom to merge the above bugs since they're all related to
the same bug (new upstream version of locales available + dependencies
need to be adjusted to new firefox version).

I hope this helps a bit.


Kind regards

Bastian


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



Bug#356348: quilt: Does not respect /etc/mailname

2006-03-11 Thread Mark Brown
Package: quilt
Version: 0.42-2
Severity: normal

When generating the default From: for outbound messages quilt uses
$(hostname -f) to determine the domain part of the e-mail address.
Policy 11.6 specifies that this should be overridden by the value
specified in /etc/mailname.

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

Versions of packages quilt depends on:
ii  bzip2 1.0.3-2high-quality block-sorting file co
ii  diffstat  1.41-1 produces graph of changes introduc
ii  gawk  1:3.1.5-2  GNU awk, a pattern scanning and pr
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  patch 2.5.9-4Apply a diff file to an original

quilt recommends no packages.

-- no debconf information


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



Bug#321723: Proposed fix

2006-03-11 Thread Olaf Maurer
Hello!It's very easy to fix this, the problem is just that this package has not been rebuilt since 2003.Just rebuilding it against a recent libc6-dev (2.3.5-13 for me) fixed this.


Bug#356292: apt-cacher: failed to update packages, emptied entire cache

2006-03-11 Thread Eduard Bloch
#include 
* Richard Burton [Sat, Mar 11 2006, 11:00:07AM]:
> 
> >From: Eduard Bloch <[EMAIL PROTECTED]>
> >> Package: apt-cacher
> >Which version?
> 
> Sorry, filed the report on another machine so it didn't pick it up.
> Version is 1.5.3 (latest unstable).
> 
> >Bad. There are checks to prevent exactly this. The only scenario where I
> >can imagine this happening:
> >
> > - the server delivered empty files with OK status code
> > - you have hit a bug in LWP (the file download backend) and it
> >   propagated the error code incorrectly?
> 
> I suspect there is no easy way to tell which, which would make it harder to 
> fix. Maybe an option to make certain repositories required, so cleanup wont 
> take place if there isn't a valid packages file for that repository?
> 
> 
> >This all should become a little bit more reliable with apt-cacher II.
> 
> Excellent, when is this due?

Approx. end of March. The design is mostly done but I have not time for
coding.

Eduard.

-- 
 Lalalala ... Ich bin die Sponsoren-Schlampe - Wer hat heute Lust?


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



Bug#356350: flashplugin-nonfree: [INTL:sv] Swedish debconf templates translation

2006-03-11 Thread Daniel Nylander
Package: flashplugin-nonfree
Severity: wishlist
Tags: patch l10n


Here is the updated Swedish translation of the debconf template for 
flashplugin-nonfree.

Regards,
Daniel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4
Locale: LANG=sv_SE.ISO-8859-1, LC_CTYPE=sv_SE.ISO-8859-1 (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
#
#
msgid ""
msgstr ""
"Project-Id-Version: flashplugin-nonfree\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-03-01 21:23+0100\n"
"PO-Revision-Date: 2006-03-11 13:41+0100\n"
"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../templates:4
msgid "Please enter location to the local file."
msgstr "Ange platsen för den lokala filen."

#. Type: string
#. Description
#: ../templates:4
msgid "Have you already downloaded the install_flash_player_7_linux.tar.gz 
package from Macromedia? If so, please enter the directory you downloaded it 
into. Do not include \"install_flash_player_7_linux.tar.gz\" here. If you have 
not already downloaded it, leave this blank and the package will be downloaded 
automatically."
msgstr "Har du redan hämtat filen install_flash_player_7_linux.tar.gz från 
Macromedia? Om du har det, ange katalogen där filen finns i. Inkludera inte 
\"install_flash_player_7_linux.tar.gz\" här. Om du inte har hämtat den, lämna 
fältet blankt och paketet kommer att hämtas automatiskt."

#. Type: note
#. Description
#: ../templates:13
msgid "install_flash_player_7_linux.tar.gz does not exist in the directory you 
entered."
msgstr "Filen install_flash_player_7_linux.tar.gz finns inte i den katalog du 
angav."

#. Type: note
#. Description
#: ../templates:13
msgid "Please try again. Enter the path of the directory that the package is in 
(don't type \"install_flash_player_7_linux.tar.gz\" at the end of the path)."
msgstr "Försök igen. Ange sökvägen till den katalog som paketet finns i (skriv 
inte \"\"install_flash_player_7_linux.tar.gz\" på slutet av sökvägen)."

#. Type: boolean
#. Description
#: ../templates:20
msgid "Would you like flashplugin to be automatically downloaded and installed 
from the Internet?"
msgstr "Vill du att flashplugin skall automatiskt hämtas från Internet och 
installeras?"

#. Type: boolean
#. Description
#: ../templates:20
msgid "If you are currently connected to the Internet accept here, and 
install_flash_player_7_linux.tar.gz will automatically be downloaded and 
installed from Macromedia's web site. If you are not connected to the Internet, 
you should refuse here. You can install flashplugin later as the root user by 
running update-flashplugin (8)."
msgstr "Om du för tillfället är ansluten till Internet kan 
install_flash_player_7_linux.tar.gz automatiskt hämtas och installeras från 
Macromedias webbplats. Om du inte är ansluten till Internet, ska du svara nej 
här. Du kan installera flashplugin senare genom att köra update-flashplugin (8) 
som root."

#. Type: string
#. Description
#: ../templates:29
msgid "Please enter your http proxy address"
msgstr "Ange adressen till din http-proxyserver"

#. Type: string
#. Description
#: ../templates:29
msgid "If you have a http proxy server, please enter. (e.g: 
http://192.168.0.1:3128) Leave empty if it is not needed."
msgstr "Om du har en http-proxyserver, ange den här. (exempelvis 
http://192.168.0.1:3128) Lämna blank om den inte behövs."

#. Type: boolean
#. Description
#: ../templates:36
msgid "Would you like to delete install_flash_player_7_linux.tar.gz after it 
has been installed?"
msgstr "Vill du ta bort install_flash_player_7_linux.tar.gz efter att den har 
installerats?"

#. Type: boolean
#. Description
#: ../templates:36
msgid "If you want to keep the archive, refuse here."
msgstr "Om du vill behålla arkivet, svara nej här."

#. Type: note
#. Description
#: ../templates:41
msgid "Installation of the flash plugin failed"
msgstr "Installationen av flashinsticksmodulen misslyckades"

#. Type: note
#. Description
#: ../templates:41
msgid "The installation of the plugin failed. Try again with 
/usr/sbin/update-flashplugin or get the plugin from 
http://macromedia.mplug.org/ and follow the instructions you find with the 
plugin."
msgstr "Installationen av insticksmodulen misslyckades. Försöke igen med 

Bug#356349: Updated Danish po-debconf translation

2006-03-11 Thread Morten Brix Pedersen
Package: flashplugin-nonfree
Version: 7.0.61-2
Severity: wishlist
Tags: l10n patch


Hi,

As requested, here is an updated Danish po-debconf translation for
flashplugin-nonfree.

-- 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=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf-2.0] 1.4.71 Debian configuration management sy
ii  gsfonts-x11   0.18   Make Ghostscript fonts available t

Versions of packages flashplugin-nonfree recommends:
pn  libstdc++2.10-glibc2.2 (no description available)

-- debconf information excluded
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: flashplugin-nonfree 7.0.61-3\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-03-01 21:23+0100\n"
"PO-Revision-Date: 2006-03-11 12:37+0200\n"
"Last-Translator: Morten Brix Pedersen <[EMAIL PROTECTED]>\n"
"Language-Team: debian-l10n-danish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../templates:4
msgid "Please enter location to the local file."
msgstr "Indtast placeringen til den lokale fil"

#. Type: string
#. Description
#: ../templates:4
msgid ""
"Have you already downloaded the install_flash_player_7_linux.tar.gz package "
"from Macromedia? If so, please enter the directory you downloaded it into. "
"Do not include \"install_flash_player_7_linux.tar.gz\" here. If you have not "
"already downloaded it, leave this blank and the package will be downloaded "
"automatically."
msgstr ""
"Har du allerede hentet install_flash_player_7_linux.tar.gz pakken "
"fraMacromedia? Hvis ja, så indtast den mappe du hentede den ned til. "
"Inkludér ikke \"install_flash_player_7_linux.tar.gz\" her. Hvis du ikke har "
"hentet den, så lad dette være tomt, og pakken vil blive hentet automatisk."

#. Type: note
#. Description
#: ../templates:13
msgid ""
"install_flash_player_7_linux.tar.gz does not exist in the directory you "
"entered."
msgstr ""
"install_flash_player_7_linux.tar.gz findes ikke i mappen du indtastede."

#. Type: note
#. Description
#: ../templates:13
msgid ""
"Please try again. Enter the path of the directory that the package is in "
"(don't type \"install_flash_player_7_linux.tar.gz\" at the end of the path)."
msgstr ""
"Prøv igen. Indtast stien til mappen hvor pakken er i (skriv ikke "
"\"intall_flash_player_6_linux.tar.gz\" i slutningen)."

#. Type: boolean
#. Description
#: ../templates:20
msgid ""
"Would you like flashplugin to be automatically downloaded and installed from "
"the Internet?"
msgstr ""
"Vil du have flashplugin automatisk hentet og installeret fra internettet?"

#. Type: boolean
#. Description
#: ../templates:20
msgid ""
"If you are currently connected to the Internet accept here, and "
"install_flash_player_7_linux.tar.gz will automatically be downloaded and "
"installed from Macromedia's web site. If you are not connected to the "
"Internet, you should refuse here. You can install flashplugin later as the "
"root user by running update-flashplugin (8)."
msgstr ""
"Hvis du på nuværende tidspunkt er forbundet til internettet, så svar ja her "
"og install_flash_player_7_linux.tar.gz vil automatisk blive hentet og lbive "
"installeret fra Macromedias webside. Hvis du ikke er forbundet til "
"internettet, skal du svare nej her. Du kan installere flashplugin senere som "
"root brugeren ved at køre update-flashplugin (8)."

#. Type: string
#. Description
#: ../templates:29
msgid "Please enter your http proxy address"
msgstr "Indtast din http proxy adresse"

#. Type: string
#. Description
#: ../templates:29
msgid ""
"If you have a http proxy server, please enter. (e.g: "
"http://192.168.0.1:3128) Leave empty if it is not needed."
msgstr ""
"Hvis du har en http proxy server, så indtast f.eks. http://192.168.0.1:3128.";
"Lad dette være tomt, hvis der ikke skal bruges en proxy server."

#. Type: boolean
#. Description
#: ../templates:36
msgid ""
"Would you like to delete install_flash_player_7_linux.tar.gz after it has "
"been installed?"
msgstr ""
"Vil du slette install_flash_player_7_llinux.tar.gz efter den er blevet "
"installeret?"

#. Type: boolean
#. Description
#: ../templates:36
msgid "If you want to keep the archive, refuse here."
msgstr "Hvis

Bug#356351: flashplugin-nonfree: [INTL:ja] updated Japanese debconf translation

2006-03-11 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: flashplugin-nonfree
Version: 7.0.61-2
Severity: wishlist
Tags: l10n patch

Hi,

I updated Japanese translation of debconf messages (ja.po).
Please apply this.

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

iEYEARECAAYFAkQSxgMACgkQQKW+7XLQPLH8gACfS2+8ndZ5EYx0OjVThguwyigF
hpMAn1QQWxOsrVNYzrancxtSlHS3PrgR
=fsKy
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#356345: tetex-base: [licensing] antp fonts state they are Public Domain without explaining

2006-03-11 Thread Junichi Uekawa
Hi,

> *
> *   A replica of Antykwa P\'o\l{}tawskiego font *
> *   in PostScript Type 1 format -- preliminary version  *
> *Public domain  *
> *
> 
> Since Public Domain isn't a well defined term at least in some laws,
> probably including the polish, this should be made more specific, like
> 
> "Permission is granted to freely use, distribute and/or modify all files
> in the bundle." 

If you start acting against 'public domain', there are many things in
Debian that will have to be modified. Are you sure?


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


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



Bug#356297: mutt: Depends should not include: exim4 | mail-transport-agent

2006-03-11 Thread Jari Aalto
| severity 356297 wishlist
| tag 356297 wontfix
| thanks
| 
| * Jari Aalto [Sat, 11 Mar 2006 01:40:00 +0200]:
| 
| > Package: mutt
| > Version: 1.5.9-2
| > Severity: normal
| 
| > The Dpends includes:
| 
| > exim4 | mail-transport-agent
| 
| > This should not be the case. 
| 
|   This has been discussed extensively in the past. As I understand it,
|   consesus was that it's ok for packages to "force" the presence of a
|   package providing m-t-a in Debian systems.
| 
|   I'm tagging this bug wontfix instead of closing it so that, if you're
|   really interested in changing this, you can get some other developers
|   to express their opinion on this. In other words, I won't be changing
|   this by my initiative, but if a number of fellow developers whom I
|   trust tell me they think it'd be benefitial to do so, I'd be willing
|   to without trouble.

Would it be possible to provide a virtual package, which, would be
exacltly the same as current, but "exim4 | mail-transport-agent"
removed. Like:

Package: mutt-without-mta
Priority: standard
Section: mail
Replaces: mutt, mutt-utf8
Depends: libc6 (>= 2.3.5-1), libdb4.3 (>= 4.3.28-1), libgnutls12 (>= 
1.2.5), libidn11 (>= 0.5.18), libncursesw5 (>= 5.4-5), libsasl2 (>= 2.1.19)

I really would like to see a solution to this. 

Using mutt as a standalone *.mbox readed sotware would be highly
welcomed, without the extra need to install the MTA to small systems,
like USB keys etc or to old PCs, which can use some other direct SMTP
program.

Jari



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



Bug#354962: pysvn: version 1.4.0 available

2006-03-11 Thread John Belmonte
Matthias Klose wrote:
> no, this doesn't work. subversion-1.3.0 needs to hit unstable first,
> so that libsvn0-dev becomes installable again, rapidsvn can be built,
> and then pysvn.

The point is that subversion 1.3 is already officially packaged.  Please
package pysvn and rapidsvn and place them into experimental along with
it.  This will enable systems requiring both svn and pysvn to assist in
testing the experimental version, and reduce unnecessary delay once 1.3
is deemed ready.


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



Bug#356352: hwinfo - FTBFS: warning: implicit declaration of function 'sysfs_read_dir_links'

2006-03-11 Thread Bastian Blank
Package: hwinfo
Version: 12.9-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of hwinfo_12.9-1 on debian01 by sbuild/s390 85
[...]
> gcc -c -Wall -Wno-pointer-sign -O2 -pipe -g   -I../../src/hd -I 
> /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
> /usr/lib/dbus-1.0/include s390.c
> s390.c: In function 'hd_scan_s390_ex':
> s390.c:95: warning: implicit declaration of function 'sysfs_open_directory'
> s390.c:95: warning: assignment makes pointer from integer without a cast
> s390.c:96: warning: implicit declaration of function 'sysfs_get_dir_links'
> s390.c:96: warning: assignment makes pointer from integer without a cast
> gcc -c -Wall -Wno-pointer-sign -O2 -pipe -g   -I../../src/hd -I 
> /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
> /usr/lib/dbus-1.0/include sbus.c
> gcc -c -Wall -Wno-pointer-sign -O2 -pipe -g   -I../../src/hd -I 
> /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
> /usr/lib/dbus-1.0/include serial.c
> gcc -c -Wall -Wno-pointer-sign -O2 -pipe -g   -I../../src/hd -I 
> /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
> /usr/lib/dbus-1.0/include smbios.c
> gcc -c -Wall -Wno-pointer-sign -O2 -pipe -g   -I../../src/hd -I 
> /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
> /usr/lib/dbus-1.0/include sys.c
> gcc -c -Wall -Wno-pointer-sign -O2 -pipe -g   -I../../src/hd -I 
> /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
> /usr/lib/dbus-1.0/include usb.c
> usb.c: In function 'get_input_devs':
> usb.c:570: warning: implicit declaration of function 'sysfs_open_directory'
> usb.c:570: warning: assignment makes pointer from integer without a cast
> usb.c:582: warning: implicit declaration of function 'sysfs_read_dir_links'
> usb.c:583: warning: implicit declaration of function 'sysfs_read_dir_subdirs'
> usb.c:592: warning: implicit declaration of function 'sysfs_close_directory'
> gcc -c -Wall -Wno-pointer-sign -O2 -pipe -g   -I../../src/hd -I 
> /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
> /usr/lib/dbus-1.0/include veth.c

hwinfo uses the old libsysfs API.

Bastian


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



Bug#356353: classpath - FTBFS: Jikes could not find package "java.lang"

2006-03-11 Thread Bastian Blank
Package: classpath
Version: 2:0.90-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of classpath_2:0.90-1 on debian01 by sbuild/s390 85
[...]
> /usr/bin/jikes -bootclasspath '' -extdirs '' -sourcepath '' --classpath 
> ../lib:. -d classes ./gnu/classpath/tools/*.java 
> ./gnu/classpath/tools/*/*.java ./gnu/classpath/tools/*/*/*.java 
> 
> Found 1 system error:
> 
> *** Semantic Error: You need to modify your classpath, sourcepath, 
> bootclasspath, and/or extdirs setup. Jikes could not find package "java.lang" 
> in: 
> ../lib
> .
> 
> make[2]: *** [tools.zip] Error 1
> make[2]: Leaving directory `/build/buildd/classpath-0.90/tools'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/classpath-0.90'

Bastian


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



Bug#356354: exim4: Typos in README.Debian

2006-03-11 Thread Olaf van der Spek
Package: exim4
Version: 4.60-4
Severity: minor

Hi,

> Benefits of the unsplit configuration approach:
 * Will require manual intervention in case of an upgrade.
 
Looks like a drawback to me. :)

> The script update-exim4.conf parses teh

teh?

-- Package-specific info:
Exim version 4.60 #1 built 22-Feb-2006 10:45:11
Copyright (c) University of Cambridge 2005
Berkeley DB: Sleepycat Software: Berkeley DB 4.2.52: (December  3, 2003)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'

dc_eximconfig_configtype='internet'
dc_other_hostnames='strike-team.net:xwis.net'
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname=''
dc_mailname_in_oh='true'
mailname:xwis.net

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

Versions of packages exim4 depends on:
ii  exim4-base4.60-4 support files for all exim MTA (v4
ii  exim4-daemon-light4.60-4 lightweight exim MTA (v4) daemon

exim4 recommends no packages.

-- no debconf information


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



Bug#329687: Freemind 0.8

2006-03-11 Thread Jose Carlos Garcia Sogo

  Hi,

 This bug report is quite old. Is there any news on this front? You
mention new freemind does depend on many libs that are not still in
Debian (at the moment of the bug report). Have this changed? Which are
the missing libs still?

 Cheers


-- 
Jose Carlos Garcia Sogo
   [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#352769: gnome-media: Same here

2006-03-11 Thread Olivier Berger
Package: gnome-media
Version: 2.12.0-3
Followup-For: Bug #352769

Same here.

Plays fine however with sound-juicer...

Hope this helps


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (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 gnome-media depends on:
ii  gconf2   2.12.1-9GNOME configuration database syste
ii  gstreamer0.8-alsa [gstre 0.8.12-1ALSA plugin for GStreamer
ii  gstreamer0.8-cdparanoia  0.8.12-1cdparanoia plugin for GStreamer
ii  gstreamer0.8-esd [gstrea 0.8.12-1Enlightened Sound Daemon plugin fo
ii  gstreamer0.8-misc0.8.12-1Collection of various GStreamer pl
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-2The Bonobo UI library
ii  libc62.3.5-13GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libdbus-1-2  0.60-6  simple interprocess messaging syst
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgail-common   1.8.10-1GNOME Accessibility Implementation
ii  libgail171.8.10-1GNOME Accessibility Implementation
ii  libgconf2-4  2.12.1-9GNOME configuration database syste
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.6-1 The GLib library of C routines
ii  libgnome-keyring00.4.8-1 GNOME keyring services library
ii  libgnome2-0  2.12.0.1-5  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.12.0-2A powerful object-oriented display
ii  libgnomeui-0 2.12.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.12.2-5GNOME virtual file-system (runtime
ii  libgnutls11  1.0.16-14   GNU TLS library - runtime library
ii  libgpg-error01.1-4   library for common error values an
ii  libgstreamer-gconf0.8-0  0.8.12-1GConf support for GStreamer
ii  libgstreamer-plugins0.8- 0.8.12-1Various GStreamer libraries and li
ii  libgstreamer0.8-00.8.12-1Core GStreamer libraries, plugins,
ii  libgtk2.0-0  2.8.12-1The GTK+ graphical user interface 
ii  libhal1  0.5.6-4 Hardware Abstraction Layer - share
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libnautilus-burn22.12.2-3Nautilus Burn Library - runtime ve
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.10.4-1Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libtasn1-2   0.2.17-1Manage ASN.1 structures (runtime)
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  zlib1g   1:1.2.3-9   compression library - runtime

gnome-media recommends no packages.

-- no debconf information


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



Bug#355095: [Pkg-dspam-misc] Bug#355095: libdspam7-drv-sqlite3: segfault with sqlite3 drive

2006-03-11 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Carlos Z.F. Liu wrote:
> Package: libdspam7-drv-sqlite3
> Version: 3.6.4-1
> Severity: normal
> 
> I installed dspam with "apt-get install dspam libdspam7-drv-sqlite3",
> then edit /etc/dspam/dspam.conf and change "StorageDriver" entry to
> "/usr/lib/dspam/libsqlite3_drv.so". And then, run "dspam_stats -H root",
> I got following segfault error.
> 
> # dspam_stats -H root
> 25277: [03/03/2006 21:24:02] dlopen() failed: 
> /usr/lib/dspam/libsqlite3_drv.so: /usr/lib/dspam/libsqlite3_drv.so: undefined 
> symbol: sqlite3_bind_blob
> Segmentation fault
> 
> Seems like dspam can't find the so file, but it exist exactly in that
> directory.
> 
> # ll /usr/lib/dspam/
> total 44
> lrwxrwxrwx 1 root root20 2006-03-03 19:52 libhash_drv.so -> 
> libhash_drv.so.7.0.0
> lrwxrwxrwx 1 root root20 2006-03-03 19:52 libhash_drv.so.7 -> 
> libhash_drv.so.7.0.0
> -rw-r--r-- 1 root root 19280 2006-02-20 00:23 libhash_drv.so.7.0.0
> lrwxrwxrwx 1 root root23 2006-03-03 21:15 libsqlite3_drv.so -> 
> libsqlite3_drv.so.7.0.0
> lrwxrwxrwx 1 root root23 2006-03-03 21:15 libsqlite3_drv.so.7 -> 
> libsqlite3_drv.so.7.0.0
> -rw-r--r-- 1 root root 24084 2006-02-20 00:23 libsqlite3_drv.so.7.0.0
> 
> 
> Thanks.
> 

Hi,

I found out the problem, libsqlite3_drv.so.7.0.0 wasn't linked against
libsqlite3.so due to a copy paste problem in configure.ac. I've added a
patch and in the next upload this will be fixed.

Regards,

Matthijs Mohlmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEEs/92n1ROIkXqbARAtdcAJ4o2dqL6GJ6juq4sWAeVHWPZzlIoQCcDLJo
f8nDcgtyAcmrVpMjHJUSU0I=
=NDcA
-END PGP SIGNATURE-



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



Bug#356292: same here

2006-03-11 Thread Bastian Venthur
Tonight my router lost his Internet connection. According to the logs,
apt-cacher was not able to find *Sources.gz and *Packages.gz and
therefore decided to wipe the complete cache:

Sat Mar 11 06:25:09
2006|local|MISS|0|ftp.de.debian.org_debian_dists_experimental_contrib_binary-i386_Packages.gz
Sat Mar 11 06:25:12
2006|local|MISS|0|ftp.de.debian.org_debian_dists_experimental_contrib_source_Sources.gz
Sat Mar 11 06:25:15
2006|local|MISS|0|ftp.de.debian.org_debian_dists_experimental_main_binary-i386_Packages.gz
Sat Mar 11 06:25:19
2006|local|MISS|0|ftp.de.debian.org_debian_dists_experimental_main_source_Sources.gz
Sat Mar 11 06:25:22
2006|local|MISS|0|ftp.de.debian.org_debian_dists_experimental_non-free_binary-i386_Packages.gz
Sat Mar 11 06:25:25
2006|local|MISS|0|ftp.de.debian.org_debian_dists_experimental_non-free_source_Sources.gz
Sat Mar 11 06:25:27
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_contrib_binary-i386_Packages.gz
Sat Mar 11 06:25:30
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_contrib_source_Sources.gz
Sat Mar 11 06:25:33
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_main_binary-i386_Packages.gz
Sat Mar 11 06:25:35
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_main_source_Sources.gz
Sat Mar 11 06:25:38
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_non-free_binary-i386_Packages.gz
Sat Mar 11 06:25:40
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_non-free_source_Sources.gz
Sat Mar 11 06:25:43
2006|local|MISS|0|pkg-kde.alioth.debian.org_kde-3.5.0_Packages.gz
Sat Mar 11 06:25:46
2006|local|MISS|0|pkg-kde.alioth.debian.org_kde-3.5.0_Sources.gz
Sat Mar 11 06:25:48
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_contrib_binary-i386_Packages.bz2
Sat Mar 11 06:25:51
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_contrib_source_Sources.bz2
Sat Mar 11 06:25:54
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_main_binary-i386_Packages.bz2
Sat Mar 11 06:25:56
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_main_source_Sources.bz2
Sat Mar 11 06:25:59
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_non-free_binary-i386_Packages.bz2
Sat Mar 11 06:26:02
2006|local|MISS|0|ftp.de.debian.org_debian_dists_sid_non-free_source_Sources.bz2


I'm using Debian/Sarge on that box.


Regards,

Bastian


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



Bug#352668: Reassigning this bug

2006-03-11 Thread Christian Perrier
reassign 352668 util-linux
merge 352668 221290
thanks

This bug is not a bug in login, but a bug in getty. As explained in
the discussion below, only the first "login" shows this behaviour and
it does not belong to login...:-)

Indeed, this bug has been reported long ago and we already reassigned
it to util-linux, which owns the /sbin/getty file.

13:54 < nekral> bubulle: Can you reproduce 352668?
13:55 < nekral> I think it is a getty bug.
13:55 < bubulle> nekral: yes, I reproduce it
13:56 < nekral> Did you enter a multibyte on the first login prompt or on the 
second (e.g. after a false
password)?
13:56 < nekral> The first prompt is getty's prompt.
13:56 < nekral> The second one is login's prompt
13:57 < nekral> I tried with a ç ( c with cedilla)
13:58 < nekral> On the first prompt, the ç is displayed correctly, but 
backspace doesn't seems right
13:58 < nekral> On the second, the 'ç' is displayed as 'g'
13:58 < nekral> (But that's not necessarily a bug since login was started on a 
C locale)
14:00 < nekral> seems the same as 221290
14:02 < bubulle> let me try
14:06 < bubulle> you're absolutely right
14:07 < bubulle> and I don't even have the display bug you mention...I entered" 
ça" at the login prompt and I
 could erase it
14:07 < bubulle> bien vu
14:07 < bubulle> I even ignored this "first login/second login" thing
14:08 < nekral> Do you want to reassign it, or do we keep it (wontfix?) and 
indicate in the bug report that it is
not our bug?
14:09 < nekral> (maybe the best way is to fix getty if we don't want it to 
reappear)
14:13 < bubulle> I think that we already got such a bug when we were in the big 
bug triage and we already
 reassigned it to getty
14:14 < nekral> yes: #221290
14:14 < bubulle> yes
14:14 < bubulle> I just found it as well
14:15 < bubulle> so we reassign it to util-linux and merge with #221290
14:15 < bubulle> I'll do it
14:15 < nekral> thanks

-- 




signature.asc
Description: Digital signature


Bug#355749: marked as done (exim4-base: conffile prompt for etch upgrade)

2006-03-11 Thread Justin Pryzby
> Package: exim4-base
> Version: 4.60-4
> Severity: important
> 
> The attached diff was presented to me while updating exim4 from
> version 4.60-3; I didn't make the indicated changes, so I shouldn't
> need to be prompted about them.
> 
> If you're not familiar with conffile prompting issues, see my message
> to bug #345112 and friends.

> --- /etc/init.d/exim4 2005-08-16 12:07:46.0 -0400
> +++ /etc/init.d/exim4.dpkg-new2006-01-28 09:56:53.0 -0500
> @@ -13,6 +13,8 @@
>set -x
>  fi
>  
> +ENV="env -i LANG=C PATH=$PATH"
> +
>  #read default file
>  QUEUERUNNER='combined'
>  QUEUEINTERVAL='30m'
> @@ -42,8 +44,9 @@
>exit 0
>  fi
>  
> -DAEMON=/usr/sbin/exim4
> -NAME=exim4
> +
> +DAEMON="/usr/sbin/exim4"
> +NAME="exim4"
>  
>  ##test -x $DAEMON || exit 0
>  test -x /usr/lib/exim4/exim4 || exit 0
> @@ -52,24 +55,24 @@
>  {
>case ${QUEUERUNNER} in
>  combined)
> -  start-stop-daemon --start --pidfile "$PIDFILE" \
> +  $ENV start-stop-daemon --start --pidfile "$PIDFILE" \
>  --exec $DAEMON -- -bd -q${QFLAGS}${QUEUEINTERVAL} \
>  ${COMMONOPTIONS} ${QUEUERUNNEROPTIONS} ${SMTPLISTENEROPTIONS}
>;;
>  separate)
> -  start-stop-daemon --start --pidfile "$PIDFILE" \
> +  $ENV start-stop-daemon --start --pidfile "$PIDFILE" \
>  --exec $DAEMON -- -bd ${SMTPLISTENEROPTIONS} ${COMMONOPTIONS}
> -  start-stop-daemon --start --pidfile "$QRPIDFILE" \
> +  $ENV start-stop-daemon --start --pidfile "$QRPIDFILE" \
>  --exec $DAEMON -- -oP "$QRPIDFILE" \
>  -q${QFLAGS}${QUEUEINTERVAL} ${QUEUERUNNEROPTIONS} ${COMMONOPTIONS}
>;;
>  queueonly)
> -  start-stop-daemon --start --pidfile "$QRPIDFILE" \
> +  $ENV start-stop-daemon --start --pidfile "$QRPIDFILE" \
>  --exec $DAEMON -- -oP "$QRPIDFILE" \
>  -q${QFLAGS}${QUEUEINTERVAL} ${QUEUERUNNEROPTIONS} ${COMMONOPTIONS}
>;;
>  no|ppp)
> -  start-stop-daemon --start --pidfile "$PIDFILE" \
> +  $ENV start-stop-daemon --start --pidfile "$PIDFILE" \
>  --exec $DAEMON -- -bd ${SMTPLISTENEROPTIONS}
>;;
>  nodaemon)
> @@ -110,7 +113,7 @@
>  {
>SIG="${1:-TERM}"
>for pid in $(pidof $NAME); do
> -if [ "$(readlink /proc/$pid/root)" == "/" ]; then
> +if [ "$(readlink /proc/$pid/root)" = "/" ]; then
>kill -$SIG $pid
>  fi
>done


> On 2006-03-07 Justin Pryzby <[EMAIL PROTECTED]> wrote:
> > On Tue, Mar 07, 2006 at 06:59:39PM +0100, Andreas Metzler wrote:
> [...]
> >> I cannot reproduce this. Neither of
> >> fresh install of 4.50.8 --> 4.60-4
> >> fresh install of 4.50.8 --> 4.60-3 --> 4.60-4
> >> fresh install of 4.60-3 --> 4.60-4
> >> shows any unnecessary conffile prompts. Do you know which version you
> >> upgraded from? Can you reproduce this bug?
> > See above: 4.60-3; I just attempted to reproduce it, and failed, while
> > upgrading from 4.60-3 on a different machine..  Yesterdays upgrade on
> > a 3rd machine also had no such prompts.
> [...]
> > but the nearly-general agreement that conffile
> > prompts shouldn't happen unnecessarily, and different mechanisms by
> > which they can be avoided.
> 
> I perfectly agree with that.
> 
> > I'm including an interdiff of the dpkg prompt diff vs the diff between
> > the conffile included in the 2 relevant versions of the package; do
> > you recognize it?  This isn't change I would have made.
> 
> > diff -u /etc/init.d/exim4 /etc/init.d/exim4
> > --- /etc/init.d/exim4   2006-01-28 09:56:53.0 -0500
> > +++ /etc/init.d/exim4   2006-03-07 14:17:30.0 -0500
> > @@ -45,7 +45,6 @@
> >  fi
> 
> 
> > -
> >  DAEMON="/usr/sbin/exim4"
> >  NAME="exim4"
> 
> > @@ -113,7 +112,7 @@
> >  {
> >SIG="${1:-TERM}"
> >for pid in $(pidof $NAME); do
> > -if [ "$(readlink /proc/$pid/root)" = "/" ]; then
> > +if [ "$(readlink /proc/$pid/root)" == "/" ]; then
> >kill -$SIG $pid
> >  fi
> >done
> 
> The /=/==/ change is between 4.53-1 and 4.54-1, but the whitespace
> change is no part of that diff.
> 
> The init-script has not changed a lot:
> 4.50-8 up to and including 4.53-1 is identical
> 4.54-1 fixes the bashism (one line change s/==/=/
> 4.54-1 up to and including 4.60-3 is identical
> 4.60-4 quotes some variables and starts exim4 with LANG=C.
> 
> Indeed if I apply exim4-dpkg-conffile-diff (as supplied in the initial
> bugreport) to 4.50-8's initscript I end up with a file that is almost
> identical to 4.60-4's initscript
> ---
> [EMAIL PROTECTED]:/tmp/$ diff -u exim4-4.60-4 afterapplying-supplieddiff
> --- exim4-4.60-42006-03-11 11:12:04.727339904 +0100
> +++ afterapplying-supplieddiff  2006-03-11 11:37:45.368126904 +0100
> @@ -45,6 +45,7 @@
>  fi
> 
> 
> +
>  DAEMON="/usr/sbin/exim4"
>  NAME="exim4"
> 
> ---
> 
> OTOH if I edit 4.50-8's initscript, deleting a newline ...
> ---
> --- exim4-4.50-82005-05-27 09:59:31.0 +02

Bug#356355: RFP: buoy -- Java User Interface Toolkit

2006-03-11 Thread Petter Reinholdtsen

Package: wnpp
Severity: wishlist

* Package name: buoy
  Upstream Author : Peter Eastman <[EMAIL PROTECTED]>
* URL : http://buoy.sourceforge.net/
* License : Public domain (according to sourceforge page)
  Description : Java User Interface Toolkit

Buoy is a Java framework for creating user interfaces. This release
contains a number of bug fixes and new features, including a toolbar
class, and changes to better support graphical layout tools. It is
stable and suitable for production use.
 
Buoy is built on top of Swing, but provides a completely new set of
classes to represent user interface elements. It has many advantages
over using Swing directly, including a cleaner and simpler API, a far
more powerful event handling mechanism, a better system for laying out
components, and built in support for serializing and reconstructing
user interfaces as XML.

Buoy is a dependency of the OpenJump/Jump package, so to get OpenJump
into Debian we need to get Buoy into Debian too.


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



Bug#356356: nullmailer: doesn't permit mail from <>

2006-03-11 Thread Nick Leverton
Package: nullmailer
Version: 1:1.02-1njl.0
Severity: normal

When using nullmailer as part of a filter chain, null envelope
sender (MAIL FROM:<>) is quite valid.  Nullmailer-queue rejects this
address.  A patch is attached to allow it.  I'll do the same fix for
nullmailer-inject soon (hopefully this weekend) - the qmail-inject
compatible syntax would be  -f ""


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (60, 'testing'), (2, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages nullmailer depends on:
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  lsb-base3.0-11bpo1   Linux Standard Base 3.0 init scrip
ii  ucf 1.17 Update Configuration File: preserv

-- debconf information:
* shared/mailname: leverton.org
* nullmailer/adminaddr:
* nullmailer/relayhost: localhost smtp --port=10025

--- nullmailer-1.00/src/queue.cc.orig   2003-01-12 04:21:50.0 +
+++ nullmailer-1.00/src/queue.cc2006-01-10 11:26:40.061478988 +
@@ -95,8 +95,8 @@
 {
   mystring str;
-  if(!fin.getline(str) || !str)
+  if(!fin.getline(str))
 fail("Could not read envelope sender.");
-  if(!validate_addr(str, false))
+  if(!validate_addr(str, false) && str != "")
 fail("Envelope sender address is invalid.");
   if(!(out << str << endl))
 fail("Could not write envelope sender.");


Bug#356357: [l10n:de] updated German debconf translation

2006-03-11 Thread Jens Nachtigall
Package: flashplugin-nonfree
Version: 7.0.61-3
Severity: minor
Tags: l10n patch


Please find an _updated_ translation of the debconf template into
German attached. Please copy the file de.po to debian/po/ (I assume
your package uses po-debconf(7))  Let me know if the templates
changes, so that I can adjust the translation. Warning translators
before uploading the package and leaving them a delay for translation
updates is the best approach.  The best way of informing translators
is by means of  podebconf-report-po(1)  Keep up the good work :)
Regards, Jens

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8jens01-ifplugd-b44
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# translation of de.po to German
# translation of flashplugin-nonfree_7.0.25-4_templates.po to German
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
# Jens Nachtigall <[EMAIL PROTECTED]>, 2004, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-03-01 21:23+0100\n"
"PO-Revision-Date: 2006-03-11 14:57+0100\n"
"Last-Translator: Jens Nachtigall <[EMAIL PROTECTED]>\n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms:  nplurals=2; plural=(n != 1);\n"

#. Type: string
#. Description
#: ../templates:4
msgid "Please enter location to the local file."
msgstr "Bitte geben Sie den Ort der lokalen Datei ein:"

#. Type: string
#. Description
#: ../templates:4
msgid ""
"Have you already downloaded the install_flash_player_7_linux.tar.gz package "
"from Macromedia? If so, please enter the directory you downloaded it into. "
"Do not include \"install_flash_player_7_linux.tar.gz\" here. If you have not "
"already downloaded it, leave this blank and the package will be downloaded "
"automatically."
msgstr ""
"Haben Sie das Paket »install_flash_player_7_linux.tar.gz« bereits von der "
"Macromedia-Website heruntergeladen? Falls ja, geben Sie bitte das "
"Verzeichnis an, in dem Sie die Datei gespeichert haben (den Dateinamen "
"»install_flash_player_7_linux.tar.gz« bitte nicht miteingeben). Falls Sie "
"die Datei noch nicht heruntergeladen haben, lassen Sie die Zeile bitte leer; "
"die Datei wird dann automatisch heruntergeladen."

#. Type: note
#. Description
#: ../templates:13
msgid ""
"install_flash_player_7_linux.tar.gz does not exist in the directory you "
"entered."
msgstr ""
"»install_flash_player_7_linux.tar.gz« existiert nicht im angegebenen "
"Verzeichnis."

#. Type: note
#. Description
#: ../templates:13
msgid ""
"Please try again. Enter the path of the directory that the package is in "
"(don't type \"install_flash_player_7_linux.tar.gz\" at the end of the path)."
msgstr ""
"Bitte versuchen Sie es erneut. Geben Sie den Pfad zum Verzeichnis an, in dem "
"sich »install_flash_player_7_linux.tar.gz« befindet "
"(»install_flash_player_7_linux.tar.gz« bitte nicht ans Ende des Pfades "
"anfügen)."

#. Type: boolean
#. Description
#: ../templates:20
msgid ""
"Would you like flashplugin to be automatically downloaded and installed from "
"the Internet?"
msgstr ""
"Wünschen Sie, dass das Flashplugin automatisch aus dem Internet "
"heruntergeladen und installiert wird?"

#. Type: boolean
#. Description
#: ../templates:20
msgid ""
"If you are currently connected to the Internet accept here, and "
"install_flash_player_7_linux.tar.gz will automatically be downloaded and "
"installed from Macromedia's web site. If you are not connected to the "
"Internet, you should refuse here. You can install flashplugin later as the "
"root user by running update-flashplugin (8)."
msgstr ""
"Wenn Sie gegenwärtig mit dem Internet verbunden sind, antworten Sie hier mit "
"»Ja«. »install_flash_player_7_linux.tar.gz« wird dann automatisch von "
"Macromedias Website heruntergeladen und installiert. Wenn Sie nicht mit dem "
"Internet verbunden sind, sollten Sie hier verneinen. Sie können das "
"Flashplugin dann später installieren, indem Sie als Benutzer root das "
"Programm update-flashplugin (8) aufrufen."

#. Type: string
#. Description
#: ../templates:29
msgid "Please enter your http proxy address"
msgstr "Bitte geben Sie die Adresse Ihres HTTP-Proxys ein:"

#. Type: string
#. Description
#: ../templates:29
msgid ""
"If you have a http proxy server, please enter. (e.g: "
"http://192.168.0.1:3128) Leave empty if it is not needed."
msgstr ""
"Sofern Sie einen HTTP-Proxy-Server benutzen

Bug#356358: mysql-query-browser: a large number of resultsets makes the window too big

2006-03-11 Thread Daniel van Eeden
Package: mysql-query-browser
Version: 1.1.18-2
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

STEP 1 (create procedure script):
delimiter //
CREATE PROCEDURE test ()
BEGIN
DECLARE i INT DEFAULT 0;
my_loop: LOOP
  SET i = i + 1;
  SELECT i;
  IF i >= 10 THEN
LEAVE my_loop;
  END IF;
END LOOP my_loop;
END;
//

STEP 2 (query from the gui):
CALL test();

STEP 3 (cleanup):
DROP PROCEDURE test;

After step 2 the window will be resized to a size much bigger than the
screen and is not resizeable or scrollable.

- -- 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.9-9-amd64-k8
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)

Versions of packages mysql-query-browser depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-2The Bonobo UI library
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-2 generic font configuration library
ii  libgcc1  1:4.0.2-10  GCC support library
ii  libgconf2-4  2.12.1-12   GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.6-1 The GLib library of C routines
ii  libglibmm-2.4-1c2a   2.8.2-2 C++ wrapper for the GLib toolkit (
ii  libgnome-keyring00.4.8-1 GNOME keyring services library
ii  libgnome2-0  2.12.0.1-5  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.12.0-2A powerful object-oriented display
ii  libgnomeprint2.2-0   2.12.1-3The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.12.1-2GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.12.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.12.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.13-1The GTK+ graphical user interface 
ii  libgtkhtml3.6-18 3.6.2-1 HTML rendering/editing library - r
ii  libgtkmm-2.4-1c2a1:2.6.5-1   C++ wrappers for GTK+ 2.4 (shared 
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libmysqlclient15 5.0.18-9mysql database client library
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.10.4-1Layout and rendering of internatio
ii  libpcre3 6.4-1.1 Perl 5 Compatible Regular Expressi
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a   2.0.16-3type-safe Signal Framework for C++
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libstdc++6   4.0.2-10The GNU Standard C++ Library v3
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  mysql-query-browser-comm 1.1.18-2Architecture independent files for
ii  zlib1g   1:1.2.3-11  compression library - runtime

mysql-query-browser recommends no packages.

- -- no debconf information

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

iD8DBQFEEthGSTv4ppQVDnwRAjF4AJsHOHZhyhQ/5AmS9hmk3CuRXCBBYACfeRNv
ovKN8Q4W2GuU6ViEZiXaZn8=
=5mji
-END PGP SIGNATURE-


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



Bug#356359: FTBFS: b-d tix8.1-dev no longer in unstable

2006-03-11 Thread Martin Michlmayr
Package: python2.2
Version: 2.2.3dfsg-4
Severity: serious

Your package doesn't build in unstable because tix8.1-dev no longer
exists.


> Automatic build of python2.2_2.2.3dfsg-4 on bigsur by sbuild/mips 1.86
...
> Build-Depends: debhelper (>= 3), autoconf2.13, libreadline5-dev, 
> libncurses5-dev (>= 4.2-3.1), tk8.4-dev, libdb4.3-dev, zlib1g-dev (>= 
> 1:1.1.3), libexpat1-dev, libgmp3-dev(>= 4.1.4-8), libgdbm-dev, blt-dev (>= 
> 2.4z), tix8.1-dev (>= 8.1.3.93), libssl-dev

> Checking for source dependency conflicts...
> Reading package lists...
> Building dependency tree...
> Package tix8.1-dev is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages replace it:
>   tix-dev
> E: Package tix8.1-dev has no installation candidate
> apt-get failed.
> Package installation failed

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


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



Bug#356360: claims that installation failed, although it didn't

2006-03-11 Thread Per Olofsson
Package: flashplugin-nonfree
Version: 7.0.61-3
Severity: normal

When I run update-flashplugin, I get:

$ sudo update-flashplugin 
MIRROR_UH = ok
MIRROR_RI = ok
installation failed

When tracing it:

$ sudo sh -x update-flashplugin
[...]
+ mksymlink /usr/lib/flashplugin-nonfree/libflashplayer.so 
/usr/lib/mozilla/plugins/libflashplayer.so
+ '[' -e /usr/lib/flashplugin-nonfree/libflashplayer.so ']'
+ '[' '!' -e /usr/lib/mozilla/plugins/libflashplayer.so ']'
+ return -1
+ FAIL=true
[...]

The problem is that the script thinks that the installation fails if
the symlinks happen to already exist, or the directories don't
exist. This is clearly wrong. The mksymlink() function should be
rewritten to only fail when the symlink can't be created. Something like:

mksymlink() {
[ -e $1 ] || return -1
[ ! -e $2 ] || rm $2 || return -1
[ -d $(dirname $2) ] || mkdir -p $(dirname $2)
ln -s $1 $2 || return -1
return 0
}

The mkdir line is needed because flashplugin-nonfree might be
installed prior to the web browser (it doesn't depend on it). This
also means that the directory should be removed when uninstalling,
thus something like

rmdir -p --ignore-fail-on-non-empty $(dirname $2)

should be added to rmsymlink().

-- 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=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf-2.0] 1.4.71 Debian configuration management sy
ii  gsfonts-x11   0.18   Make Ghostscript fonts available t

Versions of packages flashplugin-nonfree recommends:
ii  libstdc++2.10-glibc2.2   1:2.95.4-24 The GNU stdc++ library

-- debconf information:
  flashplugin-nonfree/httpget: true
  flashplugin-nonfree/not_exist:
  flashplugin-nonfree/http_proxy:
  flashplugin-nonfree/failed:
  flashplugin-nonfree/local:
  flashplugin-nonfree/delete: false

-- 
Pelle


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



Bug#338808: ITP: dtv -- a GTK+ based RSS video aggregator

2006-03-11 Thread Uwe Hermann
Hi,

On Mon, Feb 27, 2006 at 10:26:26PM +0100, Sjoerd Simons wrote:
> > DTV is a platform for internet television and video. An intuitive
> > interface lets users subscribe to channels, watch video, and build
> > a video library.
> 
> What's the status of this itp? Just saw it on osX with at a friends place, 
> looked very nice :) Would be a cool addition to debian

I'm currently waiting for upstream to implement a proper build/install
system, last time I checked there was no such thing. I _could_ do it
myself eventually, but I don't have the time for that, at the moment.


Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature


Bug#350333: works with 2.6.15+2.6.16-rc5-0experimental.1snapshot.6069

2006-03-11 Thread Holger Levsen
Hi,

it seems this works again with 2.6.15+2.6.16-rc5-0experimental.1snapshot.6069 
- yay!

Still I would prefer to wait til 2.6.16 is released and tested before closing 
this bug.


regards,
Holger


pgpPDKuhfExqL.pgp
Description: PGP signature


Bug#356297: mutt: Depends should not include: exim4 | mail-transport-agent

2006-03-11 Thread Adeodato Simó
* Jari Aalto [Sat, 11 Mar 2006 14:45:58 +0200]:

Hi,

> Would it be possible to provide a virtual package, which, would be
> exacltly the same as current, but "exim4 | mail-transport-agent"
> removed. Like:

  This would be a very inconvenient duplication.

> Using mutt as a standalone *.mbox readed sotware would be highly
> welcomed, without the extra need to install the MTA to small systems,
> like USB keys etc or to old PCs, which can use some other direct SMTP
> program.

  Do you know about the 'equivs' package?

> Jari

  Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Kindness is a language which the deaf can hear and the blind can read.
-- Mark Twain



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



Bug#356361: FTBFS with G++ 4.1: 'addFunction' was not declared in this scope

2006-03-11 Thread Martin Michlmayr
Package: libccscript
Version: 2.5.8-1
Severity: important

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.


> Automatic build of libccscript_2.5.8-1 on bigsur by sbuild/mips 1.86
...
> g++ -g -O2 -I/usr/include/cc++2 -D_GNU_SOURCE -DUSE_REGEX -o string.pkg 
> -shared string.o  -L/usr/lib /usr/lib/libccgnu2.so -ldl -lrt -pthread
> g++ -DHAVE_CONFIG_H -I. -I. -I.  -DSCRIPT_MODULE_PATH=\"/usr/lib/ccscript2\" 
> -fPIC  -g -O2 -I/usr/include/cc++2 -D_GNU_SOURCE -DUSE_REGEX -c random.cpp
> random.cpp: In constructor 'ost::RandomModule::RandomModule()':
> random.cpp:64: error: 'addFunction' was not declared in this scope
> make[2]: *** [random.o] Error 1

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


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



Bug#324555: more bugs with 4.1

2006-03-11 Thread Martin Michlmayr
There are mor errors when compiling with 4.1, e.g:

gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wno-sign-compare 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wmissing-noreturn -Wnested-externs -g -O2 -fomit-frame-pointer -Wno-trigraphs 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H -I. -I. 
-DFS_IS_minix -c -o defrag.minix.o defrag.c
cc1: warnings being treated as errors
defrag.c: In function 'walk_zone_ind':
defrag.c:297: warning: cast increases required alignment of target type
defrag.c: In function 'walk_zone_dind':
defrag.c:341: warning: cast increases required alignment of target type
defrag.c: In function 'scan_used_inodes':
defrag.c:530: warning: cast increases required alignment of target type
defrag.c:534: warning: cast increases required alignment of target type
defrag.c: In function 'read_priority_file':
defrag.c:621: warning: cast increases required alignment of target type
defrag.c: In function 'sort_inodes':
defrag.c:683: warning: cast increases required alignment of target type
defrag.c: In function 'main':
defrag.c:795: warning: cast increases required alignment of target type
defrag.c:801: warning: cast increases required alignment of target type
defrag.c:815: warning: cast increases required alignment of target type
make[1]: *** [defrag.minix.o] Error 1
make[1]: Leaving directory `/build/tbm/defrag-0.73pjm1'

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


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



Bug#356363: Please update config.*

2006-03-11 Thread Martin Michlmayr
Package: ax25-apps
Version: 0.0.6-12
Severity: wishlist

The config.* files your packages uses to determine the host system are
quite old.  For example, it doesn't recognize mips64.  While this is
not a problem right now since we don't have such a Debian port, your
config.* files are also too old to recognize a number of other systems
- ports people are currently working on, such as powerpc64 and
GNU/k*BSD.  Therefore, please update your config.* files.


> Automatic build of ax25-apps_0.0.6-12 on bigsur by sbuild/mips 1.86
...
> checking host system type... ./config.guess: unable to guess system type
> 
> This script, last modified 2002-01-02, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
> 
> ftp://ftp.gnu.org/pub/gnu/config/
> 
> If the version you run (./config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to <[EMAIL PROTECTED]> in order to provide the needed
> information to handle your system.
> 
> config.guess timestamp = 2002-01-02
> 
> uname -m = mips64
> uname -r = 2.6.16-rc5
> uname -s = Linux
> uname -v = #8 SMP Thu Mar 2 15:19:49 GMT 2006
> 
> /usr/bin/uname -p = 
> /bin/uname -X = 
> 
> hostinfo   = 
> /bin/universe  = 
> /usr/bin/arch -k   = 
> /bin/arch  = mips64
> /usr/bin/oslevel   = 
> /usr/convex/getsysinfo = 
> 
> UNAME_MACHINE = mips64
> UNAME_RELEASE = 2.6.16-rc5
> UNAME_SYSTEM  = Linux
> UNAME_VERSION = #8 SMP Thu Mar 2 15:19:49 GMT 2006
> configure: error: can not guess host type; you must specify one

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


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



Bug#356364: Debian Installer: Cannot access security updates

2006-03-11 Thread - -
Package: Debian InstallerVersion:The Debian installer takes a long time to scan mirrors and then when on 'Scanning Security Updates' it says 'Cannot access security updates', this behavior is the same with all of the mirrors I have tested. If I try to contine from the error message the installer will hang on the blue screen with gray line at the bottom.



Bug#356365: heartbeat-2: [m68k, s390] FTBFS: undefined reference

2006-03-11 Thread Christian T. Steigies
Package: heartbeat-2
Version: 2.0.4-1
Severity: serious
Justification: no longer builds from source

Automatic build of heartbeat-2_2.0.4-1 on aahz by sbuild/m68k 85
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.0.0), libsnmp9-dev, libglib2.0-dev, perl, 
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev, 
iproute, libtool, automake1.9 | automaken, libcurl3-openssl-dev, libxml2-dev, 
bison, flex, uuid-dev, libopenipmi-dev (>= 2.0.1), lynx, libbz2-dev, 
zlib1g-dev, uuid-dev, libsensors-dev, libltdl3-dev, swig, openssh-client, 
libgnutls11-dev, python2.3-dev, libpam0g-dev, libncurses5-dev
Build-Conflicts: automake1.4
[...]
checking for special snmp libraries... -L/usr/lib -lnetsnmp -lm -lwrap -lwrap
checking snmp libraries: -lc -luuid -lrt -ldl  -L/usr/lib -lnetsnmp -lm -lwrap 
-lwrap... configure: error: cannot link with requested libraries. Reported 
errors follow:
/usr/lib/libnetsnmp.so: undefined reference to 
`EVP_DigestInit'
/usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestFinal'
/usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestFinal_ex'
/usr/lib/libnetsnmp.so: undefined reference to `EVP_md5'
/usr/lib/libnetsnmp.so: undefined reference to `HMAC'
/usr/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_cleanup'
/usr/lib/libnetsnmp.so: undefined reference to `SSLeay'
/usr/lib/libnetsnmp.so: undefined reference to `EVP_sha1'
/usr/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_init'
/usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestUpdate'
/usr/lib/libnetsnmp.so: undefined reference to `RAND_bytes'
/usr/lib/libnetsnmp.so: undefined reference to `DES_cbc_encrypt'
/usr/lib/libnetsnmp.so: undefined reference to `DES_ncbc_encrypt'
/usr/lib/libnetsnmp.so: undefined reference to `DES_key_sched'
collect2: ld returned 1 exit status

See full logs at:

http://buildd.debian.org/build.php?&pkg=heartbeat-2

Christian


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



Bug#356367: FTBFS with G++ 4.1: dereferencing type-punned pointer will break strict-aliasing rules

2006-03-11 Thread Martin Michlmayr
Package: cmt
Version: 1.15-3
Severity: important

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.


> Automatic build of cmt_1.15-3 on bigsur by sbuild/mips 1.86
...
> g++ -I/usr/local/include/ -Wall -Werror -O3 -fPIC   -c -o 
> freeverb/Components/allpass.o freeverb/Components/allpass.cpp
> cc1plus: warnings being treated as errors
> freeverb/Components/allpass.h: In member function 'float 
> allpass::process(float)':
> freeverb/Components/allpass.h:36: warning: dereferencing type-punned pointer 
> will break strict-aliasing rules
> make[1]: *** [freeverb/Components/allpass.o] Error 1

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


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



Bug#356368: therion: support TexLive

2006-03-11 Thread Jörg Sommer
Package: therion
Version: 0.3.9-4
Severity: wishlist

Hi,

a new Tex distribution was added to Debian: Tex-Live. It would be great
if your package supports it. To do so add an appropriate dependency rule.
An alternative of tetex-bin | texlive-base should be enough, but check
what your package really need. In case of questions the people on the
texlive mailinglist pkg-texlive-maint@lists.alioth.debian.org might help.

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.4
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages foiltex depends on:
ii  texlive-base  2005-1 TeX Live: Essential programs and f

foiltex recommends no packages.

-- no debconf information


pgpn0lfkrRBwM.pgp
Description: PGP signature


Bug#356366: FTBFS with G++ 4.1: extra qualification

2006-03-11 Thread Martin Michlmayr
Package: raidutils
Version: 0.0.4-7
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of raidutils_0.0.4-7 on bigsur by sbuild/mips 1.86
...
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O3 
> -DMESSAGES -D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 -Dfalse=0 -DHORIZONTAL 
> -DNEW_RSC_MGR -DNEW_RSC_HDR -D_DPT_FLASH   -g -O2 -MT raidutil-alarm.o -MD 
> -MP -MF ".deps/raidutil-alarm.Tpo" -c -o raidutil-alarm.o `test -f 
> 'alarm.cpp' || echo './'`alarm.cpp; \
>   then mv -f ".deps/raidutil-alarm.Tpo" ".deps/raidutil-alarm.Po"; else 
> rm -f ".deps/raidutil-alarm.Tpo"; exit 1; fi
> ../include/device.hh:40: warning: 'packed' attribute ignored for field of 
> type 'dptCcapacity_S'
> ../include/device.hh:41: warning: 'packed' attribute ignored for field of 
> type 'dptCemuParam_S'
> ../include/get_info.h:384: warning: 'packed' attribute ignored for field of 
> type 'uCHAR'
> ../include/get_info.h:385: warning: 'packed' attribute ignored for field of 
> type 'uCHAR'
> ../include/mgr.hh:37: warning: 'packed' attribute ignored for field of type 
> 'dptCaddr_S'
> ../include/mgr.hh:38: warning: 'packed' attribute ignored for field of type 
> 'dptCaddr_S'
> ../include/hba.hh:37: warning: 'packed' attribute ignored for field of type 
> 'dptIOaddr_U'
> ../include/hba.hh:43: warning: 'packed' attribute ignored for field of type 
> 'dptHBAid_U'
> ../include/hba.hh:83: warning: 'packed' attribute ignored for field of type 
> 'dptChanInfo_S [3]'
> ../include/mgr.hh:37: warning: 'packed' attribute ignored for field of type 
> 'dptCaddr_S'
> ../include/mgr.hh:38: warning: 'packed' attribute ignored for field of type 
> 'dptCaddr_S'
> ../include/mgr.hh:37: warning: 'packed' attribute ignored for field of type 
> 'dptCaddr_S'
> ../include/mgr.hh:38: warning: 'packed' attribute ignored for field of type 
> 'dptCaddr_S'
> alarm.hpp:61: error: extra qualification 'AlarmStatus::' on member 
> 'AlarmStatus'


--- ./raideng/connect.hpp~  2006-03-11 14:33:50.0 +
+++ ./raideng/connect.hpp   2006-03-11 14:33:54.0 +
@@ -189,7 +189,7 @@
 
 // Constructor/Destructor.
 
-   dptSCSIcon_C::dptSCSIcon_C();
+   dptSCSIcon_C();
 
 // Message Handlers...
 
--- ./raideng/raid.h~   2006-03-11 14:34:11.0 +
+++ ./raideng/raid.h2006-03-11 14:34:15.0 +
@@ -271,7 +271,7 @@
 
 // Constructor/Destructor.
 
-   raidDef_S::raidDef_S();
+   raidDef_S();
 
 };
 #endif  // c++
--- ./raidutil/alarm.hpp~   2006-03-11 14:23:14.0 +
+++ ./raidutil/alarm.hpp2006-03-11 14:23:19.0 +
@@ -58,7 +58,7 @@
 class AlarmStatus:public Command
{
public:
-   AlarmStatus::AlarmStatus( int hba, AlarmCommand cmd );  

+   AlarmStatus( int hba, AlarmCommand cmd );   

AlarmStatus( const AlarmStatus &new_AlarmStatus );
virtual ~AlarmStatus();
AlarmStatus &operator = ( AlarmStatus &right );
--- ./raidutil/eventlog.hpp~2006-03-11 14:23:59.0 +
+++ ./raidutil/eventlog.hpp 2006-03-11 14:24:03.0 +
@@ -77,7 +77,7 @@
{
 
public:
-   EventLog::EventLog(SCSI_Addr_List *deviceList, 
+   EventLog(SCSI_Addr_List *deviceList, 
 EventLogOptions cmd);
EventLog(const EventLog &new_EventLog);
virtual ~EventLog();
--- ./raidutil/expand.hpp~  2006-03-11 14:24:25.0 +
+++ ./raidutil/expand.hpp   2006-03-11 14:24:50.0 +
@@ -55,7 +55,7 @@
 class Expand:public Command
 {
public:
-  Expand::Expand (SCSI_Address raid, SCSI_Addr_List *list);
+Expand (SCSI_Address raid, SCSI_Addr_List *list);
Expand (const Expand &new_Expand);
virtual ~Expand();
Expand &operator = (Expand &right);
--- ./raidutil/forcest.hpp~ 2006-03-11 14:25:25.0 +
+++ ./raidutil/forcest.hpp  2006-03-11 14:25:29.0 +
@@ -65,7 +65,7 @@
 class ForceState:public Command
{
public:
-   ForceState::ForceState(SCSI_Addr_List *deviceList, 
ForceStateOptions cmd);
+   ForceState(SCSI_Addr_List *deviceList, ForceStateOptions cmd);
ForceState(const ForceState &new_ForceState);
virtual ~ForceState();
 
--- ./raidutil/namarray.hpp~2006-03-11 14:27:36.0 +
+++ ./raidutil/namarray.hpp 2006-03-11 14:27:39.0 +
@@ -58,7 +58,7 @@
 {
 
pu

Bug#356369: hevea: support TexLive

2006-03-11 Thread Jörg Sommer
Package: hevea
Version: 1.08-3
Severity: wishlist

Hi,

a new Tex distribution was added to Debian: Tex-Live. It would be great
if your package supports it. To do so add an appropriate dependency rule.
An alternative of tetex-bin | texlive-base should be enough, but check
what your package really need. In case of questions the people on the
texlive mailinglist pkg-texlive-maint@lists.alioth.debian.org might help.

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.4
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages foiltex depends on:
ii  texlive-base  2005-1 TeX Live: Essential programs and f

foiltex recommends no packages.

-- no debconf information


pgp0hf528Os1t.pgp
Description: PGP signature


Bug#356370: FTBFS with G++ 4.1: extra qualification

2006-03-11 Thread Martin Michlmayr
Package: plucker
Version: 1.8-11
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of plucker_1.8-11 on bigsur by sbuild/mips 1.86
...
> g++ -g -O2 `wx-config --cflags` -c -o plucker_wizard_base.o 
> plucker_wizard_base.cpp
> proxy_wizardpage.h:74: error: extra qualification 'proxy_wizardpage::' on 
> member 'is_proxy_valid'
> make[2]: *** [plucker_wizard_base.o] Error 1


--- ./plucker_desktop/proxy_wizardpage.h~   2006-03-11 14:45:14.0 
+
+++ ./plucker_desktop/proxy_wizardpage.h2006-03-11 14:45:17.0 
+
@@ -71,7 +71,7 @@
 /*!
 \return TRUE if proxy is valid.
  */
-bool proxy_wizardpage::is_proxy_valid();
+bool is_proxy_valid();
 
 //! Writes the proxy settings collected. into their configuration file 
keys. 
 voidwrite_configuration(); 

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


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



Bug#356371: Please update config.*

2006-03-11 Thread Martin Michlmayr
Package: affix
Version: 2.1.2-3
Severity: wishlist

The config.* files your packages uses to determine the host system are
quite old.  For example, it doesn't recognize mips64.  While this is
not a problem right now since we don't have such a Debian port, your
config.* files are also too old to recognize a number of other systems
- ports people are currently working on, such as powerpc64 and
GNU/k*BSD.  Therefore, please update your config.* files.


> Automatic build of affix_2.1.2-3 on bigsur by sbuild/mips 1.86
...
> checking build system type... ./config.guess: unable to guess system type
> 
> This script, last modified 2002-09-03, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
> 
> ftp://ftp.gnu.org/pub/gnu/config/
> 
> If the version you run (./config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to <[EMAIL PROTECTED]> in order to provide the needed
> information to handle your system.
> 
> config.guess timestamp = 2002-09-03
> 
> uname -m = mips64
> uname -r = 2.6.16-rc5
> uname -s = Linux
> uname -v = #8 SMP Thu Mar 2 15:19:49 GMT 2006
> 
> /usr/bin/uname -p = 
> /bin/uname -X = 
> 
> hostinfo   = 
> /bin/universe  = 
> /usr/bin/arch -k   = 
> /bin/arch  = mips64
> /usr/bin/oslevel   = 
> /usr/convex/getsysinfo = 
> 
> UNAME_MACHINE = mips64
> UNAME_RELEASE = 2.6.16-rc5
> UNAME_SYSTEM  = Linux
> UNAME_VERSION = #8 SMP Thu Mar 2 15:19:49 GMT 2006
> configure: error: cannot guess build type; you must specify one

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


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



Bug#297246: pfe 0.33.34-6.1 NMU

2006-03-11 Thread Matej Vela
Hello,

I'm doing an NMU of pfe to fix #259630 and #297246; diff attached.

Thanks,

Matej


pfe_0.33.34-6.1.diff.gz
Description: Binary data


Bug#349688: retitle, provide patch for and details of bug#349688

2006-03-11 Thread David Kimdon
retitle 349688 broken .eh_frame for one argument syscalls.
tags 349688 patch upstream sid sarge
quit

This bug is tracked in the glibc bugzilla here:

http://sources.redhat.com/bugzilla/show_bug.cgi?id=2419

I am attaching a patch that fixes the issue.

Here is a dump of some info from glibc bugzilla:

The .eh_frame sections for the nptl single argument syscalls (close and fsync)
in glibc 2.3.6 are being created incorrectly.  Valgrind compains about this, as
discussed here:

http://sourceforge.net/mailarchive/forum.php?thread_id=7568951&forum_id=32038

valgrind emits the message:

DWARF2 CFI reader: unhandled CFI instruction 0:50

on startup of every program linking to the offending object.  This
creates a lot of noise.

readelf agrees that there is a problem with the sections:

$ readelf --debug-dump=frames /lib/tls/libc.so.6 > /dev/null
unsupported or unknown DW_CFA_50
unsupported or unknown DW_CFA_50
$

The patch I will attach shortly fixes the problem.  At least the error message
goes away and to me the CFI instructions now look correct.

FWIW, I noticed the problem on Debian stable (sarge) and current unstable (sid)
but it doesn't look like a Debian only issue.

The patch above is far enough removed from the final objects that the
correctness of the fix isn't obvious (to me anyway). To verify the fix I took
the output object and steped through the FDE instructions to create the CFI
table.  Then I checked that the CFI table corresponds to the subroutine in
question.

$ ar -x /usr/lib/nptl/libc.a close.o
$ readelf --debug-dump=frames close.o
The section .eh_frame contains:

 0010  CIE
  Version:   1
  Augmentation:  ""
  Code alignment factor: 1
  Data alignment factor: -4
  Return address column: 8

  DW_CFA_def_cfa: r4 ofs 4
  DW_CFA_offset: r8 at cfa-4
  DW_CFA_nop
  DW_CFA_nop

0014 0020 0018 FDE cie= pc=..0050
  DW_CFA_advance_loc: 12 to 000c
  DW_CFA_register: r3 in r2
  DW_CFA_advance_loc: 13 to 0019
  DW_CFA_restore: r3
  DW_CFA_advance_loc: 21 to 002e
  DW_CFA_register: r3 in r2
  DW_CFA_advance_loc: 13 to 003b
  DW_CFA_restore: r3
  DW_CFA_advance_loc: 1 to 003c
  DW_CFA_def_cfa_offset: 8
  DW_CFA_advance_loc: 8 to 0044
  DW_CFA_def_cfa_offset: 4
  DW_CFA_nop
  DW_CFA_nop
$
In order to decode the above I looked at sections 6.4 and Appendix
5 of http://www.arm.com/pdfs/TIS-DWARF2.pdf.  The CFI table described
above is show below.  I also filled in what I believe to be the CFI to
x86 register mapping and the callee saved registers.

 fp  fp  ra
 eax ecx edx ebx esp ebp esi edi eip
Loc  CFA r0  r1  r2  r3  r4  r5  r6  r7  r8
0r4+4u   u   u   s   u   s   s   s   cfa-4
cr2
19   s
2e   r2
3b   s
3c   r4+8
44   r4+4

key:
  = (blank) same as last (look up in same column to find value)
s = same_value rule
u = undefined rule
rN = register(N) rule

$ objdump -j .text -D close.o

close.o: file format elf32-i386

Disassembly of section .text:

 <__libc_close>:
   0:   65 83 3d 0c 00 00 00cmpl   $0x0,%gs:0xc
   7:   00
   8:   75 1b   jne25 <__close_nocancel+0x1b>

000a <__close_nocancel>:
   a:   89 da   mov%ebx,%edx
   c:   8b 5c 24 04 mov0x4(%esp),%ebx
  10:   b8 06 00 00 00  mov$0x6,%eax
  15:   cd 80   int$0x80
  17:   89 d3   mov%edx,%ebx
  19:   3d 01 f0 ff ff  cmp$0xf001,%eax
  1e:   0f 83 fc ff ff ff   jae20 <__close_nocancel+0x16>
  24:   c3  ret
  25:   e8 fc ff ff ff  call   26 <__close_nocancel+0x1c>
  2a:   89 c1   mov%eax,%ecx
  2c:   89 da   mov%ebx,%edx
  2e:   8b 5c 24 04 mov0x4(%esp),%ebx
  32:   b8 06 00 00 00  mov$0x6,%eax
  37:   cd 80   int$0x80
  39:   89 d3   mov%edx,%ebx
  3b:   50  push   %eax
  3c:   89 c8   mov%ecx,%eax
  3e:   e8 fc ff ff ff  call   3f <__close_nocancel+0x35>
  43:   58  pop%eax
  44:   3d 01 f0 ff ff  cmp$0xf001,%eax
  49:   0f 83 fc ff ff ff   jae4b <__close_nocancel+0x41>
  4f:   c3  ret


eh_frame.patch
Description: Binary data


Bug#350333: works with 2.6.15+2.6.16-rc5-0experimental.1snapshot.6069

2006-03-11 Thread Jonas Smedegaard
On Sat, 11 Mar 2006 15:14:04 +0100
Holger Levsen <[EMAIL PROTECTED]> wrote:

> it seems this works again with 2.6.15
> +2.6.16-rc5-0experimental.1snapshot.6069 

Hmm - ok.

I suspected it had to do with too tight regexes (similarly to the hex
regexes just fixed to be case-insensitive), but couldn't find where
that should be.

So I am jsut happy if this turns out to just be a short-lived bug in the
kernel code.


> Still I would prefer to wait til 2.6.16 is released and tested before
> closing this bug.

Fine with me :-)


 - Jonas


-- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm


pgpBJjnUyl5EG.pgp
Description: PGP signature


Bug#356345: tetex-base: [licensing] antp fonts state they are Public Domain without explaining

2006-03-11 Thread Frank Küster
Junichi Uekawa <[EMAIL PROTECTED]> wrote:

> Hi,
>
>> *
>> *   A replica of Antykwa P\'o\l{}tawskiego font *
>> *   in PostScript Type 1 format -- preliminary version  *
>> *Public domain  *
>> *
>> 
>> Since Public Domain isn't a well defined term at least in some laws,
>> probably including the polish, this should be made more specific, like
>> 
>> "Permission is granted to freely use, distribute and/or modify all files
>> in the bundle." 
>
> If you start acting against 'public domain',

I'm not.

> there are many things in
> Debian that will have to be modified. Are you sure?

AFAIK, debian-legal's majority's opinion has always been that the
license should be explained in a sentence.

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




Bug#356299: dpkg-genchanges: Allow for multiple archs in debian/files

2006-03-11 Thread Goswin von Brederlow
Hi again,

the previous patch was originaly for stable and something went wrong
adjusting it to sid. Anyway, below is a corrected patch for dpkg
1.13.16.

--
diff -Nru dpkg-1.13.16/debian/changelog dpkg-1.13.16c0.mrvn.1/debian/changelog
--- dpkg-1.13.16/debian/changelog   2006-02-18 18:02:25.0 +0100
+++ dpkg-1.13.16c0.mrvn.1/debian/changelog  2006-03-11 15:22:22.0 
+0100
@@ -1,3 +1,9 @@
+dpkg (1.13.16c0.mrvn.1) unstable; urgency=low
+
+  * dpkg-genchanges: Add support for building for multiple archs at once
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]>  Sat, 11 Mar 2006 14:21:44 +
+
 dpkg (1.13.16) unstable; urgency=low
 
   * The "not really a brown paper bag needed but it's close" release
diff -Nru dpkg-1.13.16/scripts/dpkg-genchanges.pl 
dpkg-1.13.16c0.mrvn.1/scripts/dpkg-genchanges.pl
--- dpkg-1.13.16/scripts/dpkg-genchanges.pl 2006-01-23 05:50:40.0 
+0100
+++ dpkg-1.13.16c0.mrvn.1/scripts/dpkg-genchanges.pl2006-03-11 
15:35:14.0 +0100
@@ -136,6 +136,7 @@
&warn("duplicate files list entry for file $1 (line $.)");
$f2sec{$1}= $5;
$f2pri{$1}= $6;
+   push(@archvalues,$4) unless !$4 || $archadded{$4}++;
push(@fileslistfiles,$1);
} elsif (m/^([-+.0-9a-z]+_[^_]+_([-\w]+)\.[a-z0-9.]+) (\S+) (\S+)$/) {
# A non-deb package
@@ -176,7 +177,10 @@
}
} else {
$p2arch{$p}=$a;
-   $f=$p2f{$p};
+   for $one_arch (split(/\s+/, $a)) {
+   next if (!defined($p2f{"$p $one_arch"}));
+   $f=$p2f{"$p $one_arch"};
+   #$f=$p2f{$p};
if (m/^Description$/) {
$v=$` if $v =~ m/\n/;
if ($f =~ m/\.udeb$/) {
@@ -208,6 +212,7 @@
} else {
&unknown("package's section of control info file");
}
+ }
}
 } elsif (s/^L //) {
 if (m/^Source$/i) {
@@ -244,8 +249,8 @@
 &warn("package $pp listed in files list but not in control info");
 }
 
-for $p (keys %p2f) {
-$f= $p2f{$p};
+for $f (keys %f2p) {
+$p= $f2p{$f};
 $sec= $f2seccf{$f}; $sec= $sourcedefault{'Section'} if !length($sec);
 if (!length($sec)) { $sec='-'; &warn("missing Section for binary package 
$p; using '-'"); }
 $sec eq $f2sec{$f} || &error("package $p has section $sec in control file".


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



Bug#356372: FTBFS on mips, other !i386 nastiness

2006-03-11 Thread Martin Michlmayr
Package: supercollider
Version: 20051211-1
Severity: serious

Your package is broken on most non-i386 architectures, and in fact,
on i386 too... I've no idea how you managed to compile this in the
first place.

I looked at previous bug reports, but obviously the way you tried to
fix this was very wrong.

a) even though your latest changelog says you restricted the arch to
i386 and powerpc, the binaries on other architectures are still in the
archive, so your package will never enter testing.

1425:[EMAIL PROTECTED]: ~] maidson supercollider
supercollider |   040926-2 |  unstable | alpha, arm, ia64, m68k, mips, 
s390, sparc
supercollider |   040926-3 |  unstable | hppa, mipsel
supercollider | 20051211-1 |  unstable | source, i386, powerpc

If those are no longer supported, you need to request their removal.

b) [i386] in a Depends/Suggests line is not supported.



> Automatic build of supercollider_20051211-1 on bigsur by sbuild/mips 1.86
...
> dh_gencontrol
> dpkg-gencontrol: warning: can't parse dependency supercollider [i386
> dpkg-gencontrol: error: error occoured while parsing Suggests
> dh_gencontrol: command returned error code 2304
> make[1]: *** [binary-common] Error 1

And on i386:

> dh_gencontrol
> dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
> dpkg-gencontrol: warning: can't parse dependency supercollider [i386
> dpkg-gencontrol: error: error occoured while parsing Suggests
> dh_gencontrol: command returned error code 2304

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


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



Bug#356373: ipw2200: New upstream version 1.1.1 is available

2006-03-11 Thread Andreas Ehn
Package: ipw2200
Severity: wishlist

A newer upstream version of this package is available. There have been
seven new releases since 1.0.8. An update would be really appreciated.

For instance, kismet doesn't seem to work with the older version. 

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-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#356374: FTBFS with G++ 4.1: extra qualification

2006-03-11 Thread Martin Michlmayr
Package: fityk
Version: 0.5.1-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of fityk_0.5.1-2 on bigsur by sbuild/mips 1.86
...
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. 
> -DHELP_DIR=\"/usr/share/fityk/fityk\"   -Wall -ftemplate-depth-50  -g -O2 -MT 
> other.o -MD -MP -MF ".deps/other.Tpo" -c -o other.o other.cpp; \
>   then mv -f ".deps/other.Tpo" ".deps/other.Po"; else rm -f 
> ".deps/other.Tpo"; exit 1; fi
> data.h:64: error: extra qualification 'Data::' on member 'get_load_cmd'
> make[4]: *** [other.o] Error 1

--- ./src/data.h~   2006-03-11 15:19:24.0 +
+++ ./src/data.h2006-03-11 15:19:30.0 +
@@ -61,7 +61,7 @@
 //return points at x (if any) or (usually) after it.
 std::vector::const_iterator get_point_at(fp x) const;
 void export_to_file (std::string filename, bool append);
-std::string Data::get_load_cmd();
+std::string get_load_cmd();
 void export_as_script (std::ostream& os);
 fp get_x_min() { return p.front().x; }
 fp get_x_max() { return p.back().x; } 
--- ./src/wx_plot.h~2006-03-11 15:24:06.0 +
+++ ./src/wx_plot.h 2006-03-11 15:24:12.0 +
@@ -52,7 +52,7 @@
  
 ~FPlot() {}
 wxColour get_bg_color() { return backgroundBrush.GetColour(); }
-void FPlot::draw_crosshair(int X, int Y);
+void draw_crosshair(int X, int Y);
 virtual void save_settings(wxConfigBase *cf) const;
 virtual void read_settings(wxConfigBase *cf);
 virtual void Draw(wxDC &dc) = 0;

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


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



Bug#356375: Please include a better description

2006-03-11 Thread Anthony DeRobertis
Package: fullquottel
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Long descriptions are supposed to stand on their own, w/o the short
description. Please explain the term 'tofu mail' in the long
description.

Second, the short description is confusing:

Tool for recognizing mails/postings in tofu/top-posting style

'mails/postings' seems to actually mean 'mails and postings', one would
assume then that 'tofu/top-posting' means 'tofu and top-posting'.

So, what exactly is tofu mail? I've never heard of it, and Google (with
all of 271 results, the first one being your ITP) seems not have have
heard either.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (130, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

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

iD8DBQFEEu3z+z+IwlXqWf4RAkN8AJ0XtOMR+7IO0N5XdxcxGAy8IDCsFwCfeGtY
vC3YDIP0fMMg+Vhwi4PAm5g=
=ZQHz
-END PGP SIGNATURE-


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



Bug#356376: freepwing: New Upsteam Release is available

2006-03-11 Thread OHURA Makoto
Package: freepwing
Version: 1.4.3-1
Severity: wishlist

  Hi.

  New Upstream Release 1.4.4 is available at

ftp://ftp.sra.co.jp/pub/misc/freepwing/

  Please upgrade Debian package.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/

-- 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
Locale: LANG=ja_JP.ujis, LC_CTYPE=ja_JP.ujis (charmap=EUC-JP)

Versions of packages freepwing depends on:
ii  make 3.80+3.81.rc1-1 The GNU version of the "make" util
ii  perl 5.8.8-2 Larry Wall's Practical Extraction

freepwing recommends no packages.

-- no debconf information


pgp5Ln80OkT7m.pgp
Description: PGP signature


Bug#356377: fsck.vfat segfaults

2006-03-11 Thread Bas Zoetekouw
Package: dosfstools
Version: 2.11-2.1
Severity: important

fsck.vfat segfault while trying to repair my disk:

/System Volume Information/_restore{C36A998D-E208-4886-A1F2-FC6AE0222614}/RP5
  Has a large number of bad entries. (58/117)
Drop directory ? (y/n) Invalid input.
Drop directory ? (y/n) y
fsck.vfat[3114]: segfault at 2a8aac12a010 rip 00404f16 rsp 
7f91b2e0 error 4
Segmentation fault


-- 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.4
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages dosfstools depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an

dosfstools recommends no packages.

-- no debconf information


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



Bug#259829: seesat5 0.90.10-1.1 NMU

2006-03-11 Thread Matej Vela
Hello,

I'm doing an NMU of seesat5 to fix #259829; diff attached.

Thanks,

Matej
diff -Nru /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/changelog 
/tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/changelog
--- /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/changelog2004-04-18 
20:44:20.0 +0200
+++ /tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/changelog2006-03-11 
16:35:11.0 +0100
@@ -1,3 +1,13 @@
+seesat5 (0.90.10-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix build failure with gcc 3.4.  Thanks to Andreas Jochens for the
+preliminary patch.  Closes: #259829.
+  * Change section/priority to science/optional in accordance with the
+override file.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Sat, 11 Mar 2006 16:35:11 +0100
+
 seesat5 (0.90.10-1) unstable; urgency=low
 
   * new maintainer Closes: #235300
diff -Nru /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/control 
/tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/control
--- /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/control  2004-04-18 
20:26:35.0 +0200
+++ /tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/control  2006-03-11 
16:34:37.0 +0100
@@ -1,6 +1,6 @@
 Source: seesat5
-Section: math
-Priority: extra
+Section: science
+Priority: optional
 Maintainer: Patrick Ouellette <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
 
diff -Nru /tmp/FEJpjUPCVV/seesat5-0.90.10/driver.c 
/tmp/5wpxTKBrLJ/seesat5-0.90.10/driver.c
--- /tmp/FEJpjUPCVV/seesat5-0.90.10/driver.c2004-04-11 19:21:56.0 
+0200
+++ /tmp/5wpxTKBrLJ/seesat5-0.90.10/driver.c2006-03-11 16:31:52.0 
+0100
@@ -1593,7 +1593,7 @@
LONGJMP(reset, 1);
 
 exit:
-
+   return;
 }
 
 static void reset_options()
@@ -1673,7 +1673,7 @@
LONGJMP(reset, 1);
 
 exit:
-
+   return;
 }
 
 static void rundbs()


Bug#339163: State of 339163 (C++ transition NMU seems to have been partially reverted)

2006-03-11 Thread Steve Langasek
On Sat, Mar 11, 2006 at 12:57:10PM +0100, KELEMEN Peter wrote:
> * Steve Langasek ([EMAIL PROTECTED]) [20060310 22:07]:

> > Only when the library ABI changes again.

> I fail to see how it is useful.  New packages that are introduced
> to the archive after the ABI change don't have any suffix, so it
> is impossible to tell just by looking at the package name what ABI
> it conforms to.  Hence, I don't see why the need for the suffix
> practically forever, because there will be packages conforming to
> the same ABI without suffix anyway.

Because the suffix is used to distinguish the library from *previous
versions* of the same library that were built for a previous ABI.  Given
that there was at least one version of this package in the Debian archive
(testing/unstable, but not stable) that was built against a different ABI
suffix, *not* using the ABI suffix on your package breaks upgrades if a user
has packages installed that are built against the old ABI.  If your library
had been present in sarge, this would be an RC bug.

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


signature.asc
Description: Digital signature


Bug#347809: whouploads could provide for dynamic keyring update

2006-03-11 Thread Justin Pryzby
Otherwise there could be an /usr/sbin/update-keyring which could be
suggested in the output of "whoupload" script when the users key
wasn't found in the current keyring.  The problem with this is that
the md5sum of the keyring isn't handled by dpkg; is that actually a
problem, though?

Justin


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



Bug#351337: More Info

2006-03-11 Thread Phil Dibowitz
I also get this problem. Here's some debug info. This was generated
going from one imap server to another. 100% reproducable. Unstable
version.

 DEBUG INFO FROM -d2

< * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
NAMESPACE UIDPLUE
Handling CAPABILITY
< a OK Completed
imap_authenticate: Using any available method.
local ip: 10.1.1.2;47722, remote ip:209.40.128.125;993
External SSF: 256
External authentication name: webmaster
SASL: No worthy mechs found
imap_auth_sasl: IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
NAMESPACE UIDPLe
Sending LOGIN command for webmaster...
< a0001 OK User logged in
Communication encrypted at 256 bits
...
< * 22 FETCH (FLAGS () UID 3839 INTERNALDATE "11-Mar-2006 06:52:32
-0600" RFC822.SIZ}
Handling FETCH
FETCH response ignored for this message
imap_read_literal: reading 288 bytes
< )
parse_parameters: `boundary="--=_4412C810.128C44A0"'
parse_parameter: `boundary' = `--=_4412C810.128C44A0'
< * 23 FETCH (FLAGS () UID 3840 INTERNALDATE "11-Mar-2006 07:02:20
-0600" RFC822.SIZ}
Handling FETCH
FETCH response ignored for this message
imap_read_literal: reading 180 bytes
< )
< * 24 FETCH (FLAGS () UID 3841 INTERNALDATE "11-Mar-2006 08:49:28
-0600" RFC822.SIZ}
Handling FETCH
FETCH response ignored for this message
imap_read_literal: reading 284 bytes
< )
parse_parameters: `boundary="--=_4412E378.5A30F9E4"'
parse_parameter: `boundary' = `--=_4412E378.5A30F9E4'
< a0009 OK Completed
imap_open_mailbox: msgcount is 24
> a0010 CLOSE
a0011 STATUS "INBOX" (UIDNEXT UIDVALIDITY UNSEEN)
< a0010 OK Completed
< * STATUS INBOX (UIDNEXT 35094 UIDVALIDITY 1133248551 UNSEEN 15)
INBOX (UIDVALIDITY: 1133248551, UIDNEXT: 35094) 0 messages, 0 recent, 15
unseen
Running default STATUS handler


 BACKTRACE FROM CORE FILE (not that useful, no debug symbols)

#0  0xb7ce9a98 in strncpy () from /lib/libc.so.6
#1  0x080d8943 in ?? ()
#2  0x in ?? ()


-- 
Phil Dibowitz [EMAIL PROTECTED]
Freeware and Technical Pages  Insanity Palace of Metallica
http://www.phildev.net/   http://www.ipom.com/

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
 - Benjamin Franklin, 1759



signature.asc
Description: Digital signature


Bug#356364: Debian Installer: Cannot access security updates

2006-03-11 Thread - -
I am installing to a machine with an AMD64 3000+ however the arch of the debian cd is i386.
On 3/11/06, Martin Michlmayr <[EMAIL PROTECTED]> wrote:
* - - <[EMAIL PROTECTED]> [2006-03-11 14:39]:> The Debian installer takes a long time to scan mirrors and then when on
> 'Scanning Security Updates' it says 'Cannot access security updates', this> behavior is the same with all of the mirrors I have tested. If I try to> contine from the error message the installer will hang on the blue screen
> with gray line at the bottom.What architecture are you installing on?  AMD64 by any chance?--Martin Michlmayrhttp://www.cyrius.com/



Bug#356364: Debian Installer: Cannot access security updates

2006-03-11 Thread Martin Michlmayr
* - - <[EMAIL PROTECTED]> [2006-03-11 14:39]:
> The Debian installer takes a long time to scan mirrors and then when on
> 'Scanning Security Updates' it says 'Cannot access security updates', this
> behavior is the same with all of the mirrors I have tested. If I try to
> contine from the error message the installer will hang on the blue screen
> with gray line at the bottom.

What architecture are you installing on?  AMD64 by any chance?

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


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



Bug#324555: more bugs with 4.1

2006-03-11 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin Michlmayr wrote:
> There are mor errors when compiling with 4.1, e.g:
> 
> gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith 
> -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
> -Wno-sign-compare -Wstrict-prototypes -Wmissing-prototypes 
> -Wmissing-declarations -Wmissing-noreturn -Wnested-externs -g -O2 
> -fomit-frame-pointer -Wno-trigraphs -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H -I. -I. -DFS_IS_minix -c -o 
> defrag.minix.o defrag.c
> cc1: warnings being treated as errors
> defrag.c: In function 'walk_zone_ind':
> defrag.c:297: warning: cast increases required alignment of target type
> defrag.c: In function 'walk_zone_dind':
> defrag.c:341: warning: cast increases required alignment of target type
> defrag.c: In function 'scan_used_inodes':
> defrag.c:530: warning: cast increases required alignment of target type
> defrag.c:534: warning: cast increases required alignment of target type
> defrag.c: In function 'read_priority_file':
> defrag.c:621: warning: cast increases required alignment of target type
> defrag.c: In function 'sort_inodes':
> defrag.c:683: warning: cast increases required alignment of target type
> defrag.c: In function 'main':
> defrag.c:795: warning: cast increases required alignment of target type
> defrag.c:801: warning: cast increases required alignment of target type
> defrag.c:815: warning: cast increases required alignment of target type
> make[1]: *** [defrag.minix.o] Error 1
> make[1]: Leaving directory `/build/tbm/defrag-0.73pjm1'
> 

When I build defrag, (with gcc 4.1) then I see these errors:
cc1: warnings being treated as errors
e2dump.c: In function ?dump_super?:
e2dump.c:474: warning: dereferencing type-punned pointer will break
strict-aliasing rules
e2dump.c:476: warning: dereferencing type-punned pointer will break
strict-aliasing rules
e2dump.c: In function ?dump_inode?:
e2dump.c:506: warning: dereferencing type-punned pointer will break
strict-aliasing rules
e2dump.c:507: warning: dereferencing type-punned pointer will break
strict-aliasing rules
e2dump.c:508: warning: dereferencing type-punned pointer will break
strict-aliasing rules
e2dump.c:516: warning: dereferencing type-punned pointer will break
strict-aliasing rules
make[1]: *** [e2dump.ext2.o] Error 1

After fixing them everything builds fine... (patch attached)

Regards,

Matthijs Mohlmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEEueL2n1ROIkXqbARAmZvAJ9X5Qx6GC84gjcj5QtBGnP6IRnRhwCggo5V
2xa7jy6oKqHfEGoX6u9xq6I=
=Q7FP
-END PGP SIGNATURE-
#! /bin/sh /usr/share/dpatch/dpatch-run
## e2dump-c.dpatch by Matthijs Mohlmann <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad defrag-0.73pjm1~/e2dump.c defrag-0.73pjm1/e2dump.c
--- defrag-0.73pjm1~/e2dump.c   2006-03-11 16:04:12.890598832 +0100
+++ defrag-0.73pjm1/e2dump.c2006-03-11 16:04:37.964786976 +0100
@@ -470,9 +470,9 @@
   printf("Inodes per group:%lu\n",
 (unsigned long) s.s_inodes_per_group);  /* # Inodes per group */
   printf("mount time:%s", 
-ctime ((time_t *) &s.s_mtime));/* Mount time */
+ctime ((time_t *) s.s_mtime));/* Mount time */
   printf("write time:%s", 
-ctime ((time_t *) &s.s_wtime));/* Write time */
+ctime ((time_t *) s.s_wtime));/* Write time */
   printf("magic:0x%X", s.s_magic);/* Magic signature */
   if (s.s_magic == EXT2_SUPER_MAGIC) printf(" (OK)\n");
   else printf(" (???) ");
@@ -502,9 +502,9 @@
printf("Owner Uid %d ",(uint) n.i_uid);
printf("Group Id %d\n",(uint) n.i_gid);
printf("File size %lu\n", (unsigned long) n.i_size);
-   printf("Access time  : %s", ctime ((time_t *) &n.i_atime));
-   printf("Creation time: %s", ctime ((time_t *) &n.i_ctime));
-   printf("Modification time: %s", ctime ((time_t *) &n.i_mtime));
+   printf("Access time  : %s", ctime ((time_t *) n.i_atime));
+   printf("Creation time: %s", ctime ((time_t *) n.i_ctime));
+   printf("Modification time: %s", ctime ((time_t *) n.i_mtime));
if (inode_is_busy(inode_no)) {
   if (n.i_dtime!=0) printf("ERROR: bitmap is 1  ");
}
@@ -512,7 +512,7 @@
   if (n.i_dtime==0 && n.i_ctime!=0) printf("ERROR: bitmap is 0\n ");
   
if (n.i_dtime!=0)
-  printf("Deletion time: %s", ctime ((time_t *) &n.i_dtime));
+  printf("Deletion time: %s", ctime ((time_t *) n.i_dtime));
printf("Links count: %d\n", (uint) n.i_links_count);
  /* in 512 byte blocks for some unknown reason */
printf("512-Blocks count: %lu\n", (unsigned long) n.i_blocks); 


Bug#356378: fcopy need -n, --dry-run flag

2006-03-11 Thread Thomas Lange

Package: fai-client
Version: 2.9.1
severity: wishlist

fcopy should have a flag (-n, like dry-run or simulate) for showing
what it would do, without really doing it. This will help many
sysadmin to see if something has to be changed on their system.


-- 
regards Thomas


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



Bug#356379: remove flag -P from fcopy

2006-03-11 Thread Thomas Lange

Package: fai-client
Version: 2.9.1
severity: wishlist

I like to remove flag -P from the command fcopy. Is somebody really
using it?

-- 
regards Thomas


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



Bug#356380: fai-chboot: add flag for initramfs support

2006-03-11 Thread Thomas Lange

Package: fai-server
Version: 2.9.1
severity: wishlist

fai-chboot needs a flag for specifying an initramfs image for the
kernel. This will be needed for future install kernels.
-- 
regards Thomas


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



  1   2   3   4   >