Bug#472790: More info.

2009-03-16 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

If yo go to Project/Distribution  Publishing/Package Information, you
will see a buttons (Build Source Package, Build Binary package...). If
you clic on them you will see they fail because it want to use rpmbuild.

The best option, of course would be change it to make deb packaging...
but In my opinion this is an innecessary/huge effort that will not
generate a good quality package... But It fails, so at least add
rpmbuild suggest/recommends or disable that option in kdevelop Debian
package.

Thanks!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkm+JIIACgkQNTNQylgICMT/5ACfbAfxWv5GrUtXSJULrg7nzs4c
zfgAn1gd4pZacOBAyMHFRvOsS7lIOW96
=+3Sk
-END PGP SIGNATURE-



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



Bug#516140: keep et131x-source out of testing

2009-02-19 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

En/na Luk Claes ha escrit:
 maximilian attems wrote:
 Package: et131x-source
 Version: 1.2.3-2-1
 Severity: serious
 Justification: code duplication

 2.6.28 added et131x to staging thus linux-2.6 builds
 that module in tree. there is no more need for another source
 package.

 so that package should be kept out of testing.
 (2.6.28 is currently in NEW but will hit soon unstable).

 once 2.6.28 is availabe this bug needs to be cloned
 to ftp.debian.org so that this package gets also kicked out
 of unstable.
 
 Should the existing version in testing be removed?

Yes, please. It's build in linux-modules-extra too. I'll contact with
the maintainer to remove the module build too.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmdxxEACgkQNTNQylgICMSmRACfezlbtIA2zzIbqai7qI5UitIn
JekAoJ2lJG9p+DXg4WkWS0T446gofZKZ
=puMO
-END PGP SIGNATURE-



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



Bug#493253: The batt plugin problem.

2009-01-26 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The problem with the applet is that it search always for
/proc/acpi/battery/BATx, but this is not always the correct name for the
battery. In my laptop the name is /proc/acpi/battery/CMB0, so It can't
find it. I don't know if it has a cannonical name,... I've changed in
batt.c file this:


while ((battery_name = g_dir_read_name(batteryDirectory))) {
if (battery_name[0] != '.'strncmp(battery_name, BAT, 3)==0) {


with this,


while ((battery_name = g_dir_read_name(batteryDirectory))) {
if (battery_name[0] != '.'strncmp(battery_name, CMB, 3)==0) {


and now it works for me... but as I said, it's not a a global solution.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkl+DYAACgkQNTNQylgICMQFAwCeIxpddWOEasRpmr46eqx/pjJs
45sAn1+n3eflO9/q5WobVLwRi/UwvNeb
=YYFP
-END PGP SIGNATURE-



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



Bug#500171: apertium: FTBFS in ia64

2008-09-25 Thread Miguel Gea Milvaques
Package: apertium
Version: 3.0.7+1-2
Severity: serious
Justification: no longer builds from source

While building in ia64, fails to build 
(http://buildd.debian.org/fetch.cgi?pkg=apertiumver=3.0.7%2B1-2arch=ia64stamp=1222148310file=log)
...
/usr/bin/xsltproc deformat.xsl rtf-format-cp1250.xml |/usr/bin/flex -Cfer -t 
apertium_desrtf_cp1250.cc
if ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. 
-I/usr/include/lttoolbox-3.0 -I/usr/lib/lttoolbox-3.0/include 
-I/usr/include/libxml2-I/usr/include/lttoolbox-3.0 
-I/usr/lib/lttoolbox-3.0/include -I/usr/include/libxml2-Wall -ansi -O3 
-Wall -g -O0 -MT apertium_desrtf_cp1250.o -MD -MP -MF 
.deps/apertium_desrtf_cp1250.Tpo -c -o apertium_desrtf_cp1250.o 
apertium_desrtf_cp1250.cc; \
then mv -f .deps/apertium_desrtf_cp1250.Tpo 
.deps/apertium_desrtf_cp1250.Po; else rm -f 
.deps/apertium_desrtf_cp1250.Tpo; exit 1; fi
apertium_desrtf_cp1250.cc:5: error: stray '\' in program
apertium_desrtf_cp1250.cc:5: error: stray '\' in program
apertium_desrtf_cp1250.cc:5: error: stray '\' in program
apertium_desrtf_cp1250.cc:5: error: stray '\' in program
apertium_desrtf_cp1250.cc:5:17: warning: missing terminating ' character


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

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

Versions of packages apertium depends on:
ii  libapertium3-3.0-0 3.0.7+1-2 Shared library for Apertium
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1 GCC support library
ii  liblttoolbox3-3.0-03.0.2+1-1 Shared library for the lttoolbox
ii  libpcre3   7.8-1 Perl 5 Compatible Regular Expressi
ii  libpcrecpp07.8-1 Perl 5 Compatible Regular Expressi
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  libxml2-utils  2.6.32.dfsg-4 XML utilities
ii  lttoolbox  3.0.2+1-1 Apertium lexical processing module

apertium recommends no packages.

apertium suggests no packages.

-- no debconf information



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



Bug#332782: License Change

2008-09-03 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I allow that my contribution to the Debian GNU/Linux release
notes can be distributed under any DFSG-free license.

Miguel Gea Milvaques
Debian Developer.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAki+yPEACgkQNTNQylgICMQNqwCgxdJTX1+AmVsppelbUjZsumeO
4CQAnjll2k3uGwnUadfQEvqcuxWaS7ek
=nGcl
-END PGP SIGNATURE-



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



Bug#489856: glibc: FTBFS on hppa

2008-07-08 Thread Miguel Gea Milvaques
Package: glibc
Version: 2.7-12
Severity: serious
Justification: no longer builds from source


It fails to build in hppa. See buildd logs [1].

[1]
http://buildd.debian.org/fetch.cgi?pkg=glibc;ver=2.7-12;arch=hppa;stamp=1213186288

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

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



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



Bug#484532: ITP: festcat -- Catalan voices for festival

2008-06-04 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]


* Package name: festcat
  Version : 20071213
  Upstream Author : Anotonio Bonafonte 
* URL : http://www.talp.upc.edu/festcat
* License : LGPL
  Programming Lang: lisp?
  Description : Catalan voices for festival

 The FestCat package consists of a library providing
 analysis of Catalan text, and the data to extend  
 Festival so that it can speak Catalan.

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

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



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



Bug#480897: udev: catalan debconf template updated

2008-05-12 Thread Miguel Gea Milvaques
/class/usb_endpoint/usbdev4.9_ep81/dev
/sys/class/usb_endpoint/usbdev5.1_ep00/dev
/sys/class/usb_endpoint/usbdev5.1_ep81/dev
/sys/class/usbmon/usbmon0/dev
/sys/class/usbmon/usbmon1/dev
/sys/class/usbmon/usbmon2/dev
/sys/class/usbmon/usbmon3/dev
/sys/class/usbmon/usbmon4/dev
/sys/class/usbmon/usbmon5/dev
/sys/devices/pci:00/:00:1d.0/usb1/dev
/sys/devices/pci:00/:00:1d.1/usb2/dev
/sys/devices/pci:00/:00:1d.2/usb3/3-1/dev
/sys/devices/pci:00/:00:1d.2/usb3/dev
/sys/devices/pci:00/:00:1d.3/usb4/4-1/dev
/sys/devices/pci:00/:00:1d.3/usb4/dev
/sys/devices/pci:00/:00:1d.7/usb5/dev
/sys/devices/pci:00/:00:1e.0/:06:00.1/fw0/dev

-- Kernel configuration:
 isapnp_init not present.


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

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

Versions of packages udev depends on:
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libselinux1   2.0.59-1   SELinux shared libraries
ii  libvolume-id0 0.114-2libvolume_id shared library
ii  lsb-base  3.2-12 Linux Standard Base 3.2 init scrip

udev recommends no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/reboot_needed:
# translation of ca.po to catalan
# Miguel Gea Milvaques [EMAIL PROTECTED], 2007, 2008.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-01 10:38+0200\n
PO-Revision-Date: 2008-05-12 16:48+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: Catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: error
#. Description
#: ../udev.templates:2001
msgid Reboot needed after this upgrade
msgstr Es necessari reiniciar després d'aquesta actualització

#. Type: error
#. Description
#: ../udev.templates:2001
#| msgid 
#| You are currently upgrading udev using an incompatible kernel version. A 
#| compatible version is installed or being installed on your system, but  
#| you need to reboot using this new kernel as soon as the upgrade is  
#| complete.
msgid 
You are currently upgrading udev using an incompatible kernel version. A 
compatible version is installed or being installed on the system, but you 
need to reboot using this new kernel as soon as the upgrade is complete.
msgstr 
Esteu actualitzant l'udev utilitzant una versió del nucli incompatible. 
S'està instal·lant o està instal·lada una versió compatible al vostre 
sistema, però necessiteu reiniciar per utilitzar aquest nou nucli en el 
moment que l'actualització estiga complerta.

#. Type: error
#. Description
#: ../udev.templates:2001
#| msgid 
#| Without a reboot with this new kernel version, your system may become  
#| UNUSABLE.
msgid 
Without a reboot with this new kernel version, the system may become 
UNUSABLE.
msgstr 
Si no reinicieu amb aquesta nova versió del nucli, el vostre sistema es 
podria quedar INUTILITZABLE.

#. Type: boolean
#. Description
#: ../udev.templates:3001
#| msgid Proceed with the upgrade nevertheless?
msgid Proceed with the udev upgrade despite the kernel incompatibility?
msgstr Voleu continuar amb l'actualització malgrat la incompatibilitat del nucli?

#. Type: boolean
#. Description
#: ../udev.templates:3001
msgid 
You are currently upgrading udev to a version that is not compatible with 
the currently running kernel.
msgstr Esteu actualitzant l'udev a una versió que no és compatible amb la versió del nucli que s'està executant.

#. Type: boolean
#. Description
#: ../udev.templates:3001
#| msgid 
#| You are currently upgrading udev using an incompatible kernel version. 
#| You MUST install a compatible kernel version (2.6.15 or more) before 
#| proceeding with the upgrade, otherwise your system may become UNUSABLE. 
#| Packages with a name starting with \linux-image-2.6-\ provide a kernel 
#| image usable with this new udev version.
msgid 
You MUST install a compatible kernel version (2.6.15 or more) before 
upgrading, otherwise the system may become UNUSABLE. Packages with a name 
starting with \linux-image-2.6-\ provide a kernel image usable with this 
new udev version.
msgstr 
HEU d'instal·lar una versió del nucli compatible (2.6.15 o posterior) abans de 
continuar amb l'actualització, si no, el vostre sistema es quedarà 
INUTILITZABLE. Els paquets que el seu nom comença per «linux-image-2.6-» 
proporcionen una imatge del nucli utilitzable amb aquesta nova versió de 
l'udev.

#. Type: boolean
#. Description
#: ../udev.templates:3001
#| msgid 
#| If you choose to upgrade udev nevertheless, you

Bug#477510: bluez-cups: it hangs the whole computer when trying to find a new printer

2008-04-23 Thread Miguel Gea Milvaques
Package: bluez-cups
Version: 3.30-3
Severity: critical
Justification: breaks the whole system


If this packages is installed and I'll try to acces to cups web frontend, 
Administration/Find New Printers, it makes the whole system hang.

It only happens with it installed, if I remove it the problem dissapear.

This could be a libbluetooth2 or kernel problem, but my bluetooth works
nice with other devices (telephone).

I didn't found any log in syslog, messages or kern.log.

lsusb shows my bluetooth as:
Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth
Dongle (HCI mode)

Contact me for more information.

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

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

Versions of packages bluez-cups depends on:
ii  cupsys1.3.7-1Common UNIX Printing System(tm) - 
ii  libbluetooth2 3.30-1 Library to use the BlueZ Linux Blu
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.1-1simple interprocess messaging syst
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines

bluez-cups recommends no packages.



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



Bug#472790: kdevelop: it must recommends/suggest rpm

2008-03-26 Thread Miguel Gea Milvaques
Package: kdevelop
Severity: normal

It try to use rpm when building packages. Please add it.

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

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



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



Bug#470345: (no subject)

2008-03-16 Thread Miguel Gea Milvaques
The attached patch solve the build problem partially. The problem was in 
french translation, but now seems that po4a hungs!


diff -urN 2/apt-proxy-1.9.36.1/doc/po/fr.po apt-proxy-1.9.36.1/doc/po/fr.po
--- 2/apt-proxy-1.9.36.1/doc/po/fr.po	2007-05-01 15:56:19.0 +0200
+++ apt-proxy-1.9.36.1/doc/po/fr.po	2008-03-16 20:47:58.0 +0100
@@ -533,7 +533,7 @@
 msgstr 
 Limite la bande passante à Ivaleur octets par seconde lors du 
 téléchargement sur un serveur. Veuillez remarquer que ceci s'applique 
-uniquement aux serveurs bhttp et Brsync. Par défaut : pas de limite.
+uniquement aux serveurs Bhttp et Brsync. Par défaut : pas de limite.
 
 # type: SH
 #: doc/apt-proxy.conf.5:99



Bug#470196: linux-modules-extra-2.6: add et131x modules

2008-03-09 Thread Miguel Gea Milvaques
Package: linux-modules-extra-2.6
Version: 2.6.24-4
Severity: wishlist


Please add et131x modules to autobuilt modules.

Attached the patch to enable it.

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

Kernel: Linux 2.6.23-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -urN 3/linux-modules-extra-2.6-2.6.24/defines 
linux-modules-extra-2.6-2.6.24/defines
--- 3/linux-modules-extra-2.6-2.6.24/defines2008-02-16 22:04:03.0 
+0100
+++ linux-modules-extra-2.6-2.6.24/defines  2008-03-05 22:31:41.0 
+0100
@@ -4,6 +4,7 @@
  aufs
  btrfs
  drbd8
+ et131x
  gspca
  kqemu
  loop-aes
diff -urN 3/linux-modules-extra-2.6-2.6.24/et131x/copyright 
linux-modules-extra-2.6-2.6.24/et131x/copyright
--- 3/linux-modules-extra-2.6-2.6.24/et131x/copyright   1970-01-01 
01:00:00.0 +0100
+++ linux-modules-extra-2.6-2.6.24/et131x/copyright 2008-03-05 
22:33:00.0 +0100
@@ -0,0 +1,56 @@
+This package was debianized by Miguel Gea Milvaques [EMAIL PROTECTED] on
+Sat, 10 Feb 2007 19:40:08 +0100.
+
+It was downloaded from http://dadams1969.googlepages.com/et131x-1.2.3.tar.gz
+
+Upstream Author:  [EMAIL PROTECTED] 
+
+Copyright: 2005 Agere Systems Inc.
+
+License:
+
+The Debian packaging is (C) 2007, Miguel Gea Milvaques [EMAIL PROTECTED] and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+
+SOFTWARE LICENSE:
+ 
+ * This software is provided subject to the following terms and conditions,
+ * which you should read carefully before using the software.  Using this
+ * software indicates your acceptance of these terms and conditions.  If you do
+ * not agree with these terms and conditions, do not use the software.
+ *
+ * Copyright © 2005 Agere Systems Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source or binary forms, with or without
+ * modifications, are permitted provided that the following conditions are met:
+ *
+ * . Redistributions of source code must retain the above copyright notice, 
this
+ *list of conditions and the following Disclaimer as comments in the code 
as
+ *well as in the documentation and/or other materials provided with the
+ *distribution.
+ *
+ * . Redistributions in binary form must reproduce the above copyright notice,
+ *this list of conditions and the following Disclaimer in the documentation
+ *and/or other materials provided with the distribution.
+ *
+ * . Neither the name of Agere Systems Inc. nor the names of the contributors
+ *may be used to endorse or promote products derived from this software
+ *without specific prior written permission.
+ *
+ * Disclaimer
+ *
+ * THIS SOFTWARE IS PROVIDED 93AS IS94 AND ANY EXPRESS OR IMPLIED 
WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  ANY
+ * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS 
OWN
+ * RISK. IN NO EVENT SHALL AGERE SYSTEMS INC. OR CONTRIBUTORS BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ * DAMAGE.
+
diff -urN 3/linux-modules-extra-2.6-2.6.24/et131x/defines 
linux-modules-extra-2.6-2.6.24/et131x/defines
--- 3/linux-modules-extra-2.6-2.6.24/et131x/defines 1970-01-01 
01:00:00.0 +0100
+++ linux-modules-extra-2.6-2.6.24/et131x/defines   2008-03-05 
22:33:00.0 +0100
@@ -0,0 +1,5 @@
+[base]
+desc: Driver for et131x chipset
+longdesc:
+ This package contains the set of loadable kernel modules for the
+ Agere Systems ET-131x PCI-E Ethernet Controller.


Bug#466968: Uploaded

2008-02-27 Thread Miguel Gea Milvaques

Thanks for your patch
I've uploaded it!



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



Bug#452235: Please, reconsider severity.

2008-01-08 Thread Miguel Gea Milvaques

Hi,

This bug is affecting qemuctl package seriously, making it unusable in
actual state.

Please, reconsider the the severity of this bug to RC level.

Thanks.



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



Bug#419929: Wrong bug.

2008-01-08 Thread Miguel Gea Milvaques
Please forget last entry. I choose a wrong bug number. This must be 
applied to #452235, not #419929.




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



Bug#419929: Please, reconsider severity.

2008-01-07 Thread Miguel Gea Milvaques

Hi,

This bug is affecting qemuctl package seriously, making it unusable in 
actual state.


Please, reconsider the the severity of this bug to RC level.

Thanks.



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



Bug#435039: Mention that qemuctl is not a gui

2007-12-02 Thread Miguel Gea Milvaques
En/na Eduard Bloch ha escrit:
 Package: qemuctl
 Version: 0.2-2
 Followup-For: Bug #435039

 Hello,

 from my POV, the manpage of qemuctl sucks. If I understood
 correctly, qemuctl is not a GUI itself but only a helper tool for
 qemu-launcher. But the manpage, and package description, both say that
 qemuctl IS THE GUI. This is simply missleading (carefully speaking),
 there is not even one word saying that qemu-launcher is the real GUI which
 the user looks for.

 Regards,
 Eduard.
   
That is not correct.
qemuctl can be integrated in qemu-launcher in easy manner but it can
work independen for it.
Moreover, it has a little gui that you can use without use
qemu-launcher. If you want to try it, exec this

qemuctl -qemu qemu -cdrom aIsoImageFile.iso




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



Bug#435039: Mention that qemuctl is not a gui

2007-12-02 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

En/na Eduard Bloch ha escrit:
 #include hallo.h
 * Miguel Gea Milvaques [Sun, Dec 02 2007, 07:14:27PM]:
 En/na Eduard Bloch ha escrit:

 from my POV, the manpage of qemuctl sucks. If I understood
 correctly, qemuctl is not a GUI itself but only a helper tool for
 qemu-launcher. But the manpage, and package description, both say that
 qemuctl IS THE GUI. This is simply missleading (carefully speaking),
 there is not even one word saying that qemu-launcher is the real GUI
which
 the user looks for.

 Regards,
 Eduard.
  
 That is not correct.
 qemuctl can be integrated in qemu-launcher in easy manner but it can
 work independen for it.
 Moreover, it has a little gui that you can use without use
 qemu-launcher. If you want to try it, exec this

 qemuctl -qemu qemu -cdrom aIsoImageFile.iso

 So, which part of qemuctl(1) provides the knowledge needed to set up
 this command? Or which part of qemuctl's help output?
This:

   qemu-options
  Use  qemu-options for the launch of qemu. See qemu(1) for
  further details.


 When I start a GUI, I expect a GUI to appear and not just quickly
 terminate without giving me any clue why or at least having a manpage
This is true. When you give it incorrect options to qemuctl is not too
friendly...
 which does provide something directly useful to change this fact (and
 no, just refering to some other manpages is not userfriendly).
qemuctl is a frontend for qemu/kvm and it sends its options to
qemu/kvm, So it need to refer to qemu/kvm other manpages.

 Regards,
 Eduard.

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

iD8DBQFHUx+LNTNQylgICMQRAsoUAJ9Rq25W3OIjojER8PwbiLWoRH8hrwCfYiqv
/XB2ilNPp6Jq3nqk2nJnjRc=
=IT21
-END PGP SIGNATURE-




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



Bug#445432: unconditional modprobe unwanted

2007-11-24 Thread Miguel Gea Milvaques
En/na Kel Modderman ha escrit:
 Package: et131x-source

 The claim that modprobing the module unconditionally for the sake of 
 usability 
 is not really strong. The best thing for a user is automatic installation of 
 this module via the conglomerate module packages, along with the linux-image 
 package. In this case it would be ridiculous to have every out of tree driver 
 that is part of the conglomerate to modprobe itself.
   
This module is *not* part of main kernel tree. This is why it's not in
linux-image package.

The Debian Social Contract in its point 4 says:

*4.- Our priorities are our users and free software
*
Only a few users doesn't like this behaviour. If you install the built
module is in order to use it.
And if you install it in a chroot, again, I supose you are going to use
it. If you want to debug or
other things, then this package is not for you.
 Another use case is installation of module binary package in a live debian cd 
 chroot, automatic modprobe of module makes no sense in the build chroot.
   
 Unconditional modprobe of out of tree kernel drivers does not scale to all 
 possible uses of the module source package, so I could only plead with you 
 that you could change your mind about this cheap, one-time executed, small 
 piece of code.
   
It does not scale to all possible uses, but it do it for most users.
 Thanks, Kel.



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



Bug#448216: apt-get doesn't support 3 letters codes for descriptions translations.

2007-10-27 Thread Miguel Gea Milvaques
Package: apt
Version: 0.7.6
Severity: minor


The ISO 639-2 and ISO 639-3 contains 3 letters codes. But the
translations downloaded with apt tools always do it suposing it have 2
letters (If I try to use a private ISO 639-3 code Translations-qcx it
cuts as Translations-qc)

Thanks.

-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture amd64;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends 0;
APT::Install-Suggests 0;
APT::Authentication ;
APT::Authentication::TrustCDROM true;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^linux-image.*;
APT::NeverAutoRemove:: ^linux-restricted-modules.*;
APT::Periodic ;
APT::Periodic::Update-Package-Lists 1;
APT::Periodic::Download-Upgradeable-Packages 0;
APT::Acquire ;
APT::Acquire::Translation environment;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::sourceparts sources.list.d;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
Unattended-Upgrade ;
Unattended-Upgrade::Allowed-Origins ;
Unattended-Upgrade::Allowed-Origins:: Debian stable;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

deb http://amparo/debian64/ sid main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ sid main contrib non-free

deb ftp://ftp.fr.debian.org/debian/ sid main contrib non-free
deb http://localhost/updates/ ./ 
deb http://ddtp.debian.net/debian/ lenny main
# deb http://www.virtualbox.org/debian etch non-free

# deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian unstable non-free

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

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

Versions of packages apt depends on:
ii  debian-archive-keyring2007.07.31 GnuPG archive keys of the Debian a
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information



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



Bug#445430: et131x-source: please add kernel 2.6.23 compatibility

2007-10-09 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'll update this when 2.6.23 enter unstable or when it's released as
stable in www.kernel.org.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHC2MWNTNQylgICMQRAlObAKCsXBML0CcxRYWAp0GJnQIORIdtfwCggFXi
FT3k9rTVrNHiU03TxQtIUrM=
=4dEp
-END PGP SIGNATURE-



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



Bug#445432: et131x-source: please remove custom postinst maintainer script

2007-10-09 Thread Miguel Gea Milvaques
Stefan Lippers-Hollmann wrote:
 Package: et131x-source
 Version: 1.2.3-4
 Severity: wishlist

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

 The custom postinst in et131x seems to be bogus:
   if [ -x /usr/sbin/update-devfsd ] ; then
   /usr/sbin/update-devfsd 2/dev/null || true
   fi
 It is not present in etch/ stable, lenny/ testing or unstable, and only 
 available in sarge/ oldstable, which might not be a prime candidate for 
 backports anymore:
   $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/sid/Contents-i386.gz | 
 zgrep update-devfsd
   $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/lenny/Contents-i386.gz 
 | zgrep update-devfsd
   $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/etch/Contents-i386.gz 
 | zgrep update-devfsd
   $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/sarge/Contents-i386.gz 
 | zgrep update-devfsd
   usr/sbin/update-devfsd  admin/devfsd
   usr/share/man/man8/update-devfsd.8.gz   admin/devfsd
   $
 Which is obvious, because etch doesn't ship with any devfs compatible kernel.

   

I agree with this.

 While modprobing
   modprobe et131x 2/dev/null || true
 the module might not be intended by merely installing a module package in 
 chroot (and similar) environments or even make debugging more difficult 
 (modprobing a 
 new module with debug parameters (et131x_debug_flags, et131x_debug_level, 
 ...).
 Other module packages (especially in the wlan arena) tend not to try this 
 and leave the insmod to the user or udev (on boot), especially given that it 
 fails quite often (installing new kernel and module package at the same time,
 yes I see that the return value is disregarded anyways).
   

Here, I don't agree. We must to do to the user to be installations as
easy as possible. If you want to do debug, then you know what are you
doing, so you don't need to use the built package for your kernel. The
target of this package is *users*.

As you said, the wlan modules have a lot of parameters (essid, wpa/wep
configuration, keys...) that do that it's very difficult it works, but
this works in 90% without touch anything (NetworkManager and DHCP helps).

 Besides this, there are no further custom modifications to postinst, besides
 the automatically added debhelper stanza for depmod.
   
 Feel free to close this bug report.
   
Thanks for you report bug! I'll modify the first one in next upload and
I'll close this bug then!






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



Bug#440404: squid: Catalan po-debconf template update

2007-09-01 Thread Miguel Gea Milvaques
Package: squid
Severity: wishlist

Hi,

Attached you have the updated po-debconf catalan template for squid as
you request. Please, include it in nex release.

Thanks


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

Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ca.po to catalan
#
#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.
#
# Miguel Gea Milvaques [EMAIL PROTECTED], 2006.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-09-01 01:49+0200\n
PO-Revision-Date: 2007-09-01 10:49+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Upgrade squid.conf automatically?
msgstr Voleu actualitzar l'squid.conf automàticament?

#. Type: boolean
#. Description
#: ../templates:2001
msgid Incompatible settings have been found in the existing squid.conf file.
msgstr S'han trobat paràmetres incompatibles al fitxer squid.conf actual.

#. Type: boolean
#. Description
#: ../templates:2001
msgid They will prevent Squid from starting or working correctly.
msgstr Aquests faran que l'Squid no s'engegue o que no funcione correctament.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
These settings can be corrected now. Please choose whether you want to apply 
the needed changes.
msgstr 
Aquests paràmetres es poden corregir ara. Trieu si voleu aplicar els canvis 
necessaris.

#. Type: boolean
#. Description
#: ../templates:3001
#| msgid Fix permissions of cache_dir?
msgid Fix permissions of 'cache_dir'?
msgstr Voleu establir els permisos de «cache_dir»?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
The values for 'cache_effective_user' and/or 'cache_effective_group' in 
Squid's configuration file are incompatible with the owner/group of the 
cache directories.
msgstr 
Els valors per «cache_effective_user» i/o «cache_effective_group» al vostre 
fitxer de configuració són incompatibles amb l'usuari/grup del directori de 
memòria cau. 

#. Type: boolean
#. Description
#: ../templates:3001
msgid Please choose whether this should be fixed automatically.
msgstr Trieu si s'hauria de corregir automàticament.

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
However, please note that if you specified a cache directory different from /
var/spool/squid (such as /tmp), this could affect any other programs using 
that directory.
msgstr 
Per altra banda, adoneu-vos que si especifiqueu un directori per la memòria 
cau diferent de /var/spool/squid (per exemple el /tmp), podria afectar a 
altres programes que utilitzen eixe directori.



Bug#439442: acx100: diff for NMU version 20070101-1

2007-08-25 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stanislav Kogut wrote:
 Package: acx100
 Version: 20060521-3
 Severity: normal
 Tags: patch
 
 Hi,
 
Please, do not follow it. It's being adopted. It will solve in one or
two days.

Thanks for your work.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGz/+/NTNQylgICMQRAvhpAKC76H20W0TevHr2F42wZezHd8DlzQCgyqLu
k7uo2Ut2pClFavdrghXrENQ=
=igMx
-END PGP SIGNATURE-


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



Bug#437303: laptop-netconf: Catalan po-debconf templates

2007-08-11 Thread Miguel Gea Milvaques
Package: laptop-netconf
Severity: wishlist

The debian-l10n-catalan has translated and reviewed the po-deboconf
template for laptop-netconf. It will be a good idea to include it in
your next upload of it.

Thanks!

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

Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ca.po to catalan
# Copyright (C) Miguel Gea Milvaques
# This file is distributed under the same license as the laptop-netconf package.
#
# Miguel Gea Milvaques [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-10-01 16:56+0200\n
PO-Revision-Date: 2007-07-02 22:23+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Proceed and activate laptop-netconf?
msgstr Voleu continuar i activar el laptop-netconf?

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../templates:1001
msgid DO NOT PROCEED UNLESS YOU HAVE ALREADY CONFIGURED LAPTOP-NETCONF
msgstr NO CONTINUEU A MENYS QUE JA TINGUEU CONFIGURAT EL LAPTOP-NETCONF

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
laptop-netconf does not yet appear to be active.  Activating it will bring 
the following network configuration files under its control:
msgstr 
Sembla que el laptop-netconf encara no està actiu.  Activar-lo deixarà els 
fitxers de configuració de xarxa següents baix el seu control:

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
  /etc/resolv.conf\n
  /etc/network/interfaces
msgstr 
  /etc/resolv.conf\n
  /etc/network/interfaces

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
If you do choose to activate laptop-netconf, then your existing files will 
be backed up automatically.  However, you are well advised to make your own 
copy of these files.
msgstr 
Si trieu activar el laptop-netconf, aleshores es farà una còpia dels fitxers 
de configuració automàticament.  Per altra banda, us aconsellem que també 
feu la vostra pròpia còpia d'aquests fitxers.



Bug#437308: mldonkey: Catalan po-debconf template update

2007-08-11 Thread Miguel Gea Milvaques
Package: mldonkey
Severity: wishlist

The debian-l10n-catalan has update the po-debconf template. 
Please, include it in your next upload.

Thanks!


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

Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ca.po to catalan
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Miguel Gea Milvaques [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-06-03 15:38+0200\n
PO-Revision-Date: 2007-08-11 19:18+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: note
#. Description
#: ../mldonkey-server.templates:1001
msgid Bug #200500
msgstr Error #200500

#. Type: note
#. Description
#: ../mldonkey-server.templates:1001
msgid 
Previous versions of mldonkey-server suffer from a serious DFSG policy 
violation.
msgstr 
Les versions anteriors del mldonkey-server contenen una violació seriosa 
de la política DFSG.

#. Type: note
#. Description
#: ../mldonkey-server.templates:1001
# No acabe d'entendre la expressió filtered
# out of your files.ini.

msgid 
The plugin for the fasttrack protocol (e.g. used by kazaa) of mldonkey-
server was made with illegal coding practice. This version fixes the problem 
by removing this plugin from the MLDonkey package. Any fasttrack sources 
will be filtered out of your files.ini.
msgstr 
El connector del protocol fasttrack (p.e. que utilitza el kazaa) del mldonkey- 

server es va fer utilitzant una pràctica de codificació il·legal. Aquesta 
versió 
resol el problema eliminant aquest connector del paquet MLDonkey. Qualsevol 
font 
fasttrack es filtrarà del vostre fitxer files.ini.

#. Type: note
#. Description
#: ../mldonkey-server.templates:1001
msgid 
Your entire fasttrack upload will disappear with the next restart of the 
mldonkey server.
msgstr 
Totes les pujades de fasttrack desapareixeran la pròxima vegada que reinicieu 
el servidor mldonkey.

#. Type: note
#. Description
#: ../mldonkey-server.templates:1001
msgid See /usr/share/doc/mldonkey-server/README.Debian for more information.
msgstr Per a més informació, llegiu el 
/usr/share/doc/mldonkey-server/README.Debian.

#. Type: boolean
#. Description
#: ../mldonkey-server.templates:2001
msgid Launch MLDonkey at startup?
msgstr Voleu que el MLDonkey s'engegue a l'arrencada?

#. Type: boolean
#. Description
#: ../mldonkey-server.templates:2001
msgid 
If enabled, each time your machine starts, the MLDonkey server will be 
started.
msgstr 
Si s'activa, cada vegada que arrenqueu la màquina, s'engegarà el servidor 
MLDonkey.

#. Type: boolean
#. Description
#: ../mldonkey-server.templates:2001
msgid 
Otherwise, you will need to launch MLDonkey yourself each time you want to 
use it.
msgstr 
En altre cas, necessitareu arrencar el MLDonkey server cada vegada que el 
vulgueu 
utilitzar.

#. Type: string
#. Description
#: ../mldonkey-server.templates:3001
msgid MLDonkey user:
msgstr Usuari del MLDonkey:

#. Type: string
#. Description
#: ../mldonkey-server.templates:3001
msgid Define the user who will run the MLDonkey server process.
msgstr Definiu quin serà l'usuari que executarà el procés del servidor 
MLDonkey.

#. Type: string
#. Description
#: ../mldonkey-server.templates:3001
msgid 
Please do not choose a real user. For security reasons it is better if this 
user does not own any other data than the MLDonkey share.
msgstr 
Si us plau, no escolliu un usuari real. Per raons de seguretat, és millor si 
aquest usuari no posseeix cap altra dada excepte els recursos compartits del 
MLDonkey.

#. Type: string
#. Description
#: ../mldonkey-server.templates:3001
msgid 
You will use this user account to share and get data from the peer-to-peer 
networks.
msgstr 
Utilitzareu aquest compte d'usuari per compartir i descarregar dades des de 
les 
xarxes igual-a-igual.

#. Type: string
#. Description
#: ../mldonkey-server.templates:3001
msgid 
This user will be a system user (if created). You won't be able to login 
into your system with this user name.
msgstr 
Aquest usuari serà un usuari del sistema (si es crea). No podreu accedir al 
sistema amb aquest usuari.

#. Type: string
#. Description
#: ../mldonkey-server.templates:4001
msgid MLDonkey group:
msgstr Grup del MLDonkey:

#. Type: string
#. Description
#: ../mldonkey-server.templates:4001
msgid Define the group which will run the MLDonkey server process.
msgstr Definiu quin grup serà el que execute el procés de servidor de 
MLDonkey.

#. Type: string
#. Description
#: ../mldonkey-server.templates:4001
msgid 
Please

Bug#436898: translate-toolkit: manpages

2007-08-09 Thread Miguel Gea Milvaques
Package: translate-toolkit
Version: 1.0.1-1
Severity: wishlist

Hi,
Please include man pages for each program in translate-toolkit

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

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

Versions of packages translate-toolkit depends on:
ii  gettext   0.16.1-2   GNU Internationalization utilities
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.14 register and build utility for Pyt

translate-toolkit recommends no packages.

-- no debconf information


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



Bug#435039: closed by Miguel Gea Milvaques [EMAIL PROTECTED] (qemuctl: fails to start)

2007-08-09 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ivan Zaera Avellon wrote:
 Hi Miguel:
 
 I'm sorry, I didn't explain the problem correctly. I'm not launching qemuctl 
 from the command line, I'm launching qemu-launcher from a terminal, and then 
 it launches qemuctl when I start the virtual machine. 
 
 I run qemu-launcher from a terminal to see the stdout/err output of 
 qemu-launcher and qemuctl (which is the one I pasted in the bug). 
 
 By the way, I have the same distro in a laptop (Debian testing) based on i386 
 and qemuctl works fine. It only fails in my AMD64 distro. I can't figure out 
 why this difference.

I have AMD64 and I have no problems using qemu-launcher with qemuctl.
Maybe you have any configuration problem in your qemu-launcher? Which
config do you have?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGu3VUNTNQylgICMQRAqG/AKDHehtcxD+AHy9/6tthG7tM3BQMkwCeO0AT
Gmez2M71QQ/CZjjELBghzLY=
=7b03
-END PGP SIGNATURE-


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



Bug#431278: po-debconf catalan translation

2007-07-01 Thread Miguel Gea Milvaques
 Debian configuration management sy
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libselinux1   2.0.15-2   SELinux shared libraries
ii  libvolume-id0 0.105-4libvolume_id shared library
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

udev recommends no packages.

-- debconf information excluded
# translation of udev.po to catalan
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Miguel Gea Milvaques [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: udev\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-11-15 15:13+\n
PO-Revision-Date: 2007-07-01 03:23+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: note
#. Description
#: ../udev.templates:1001
msgid Reboot needed after this upgrade
msgstr Es necessari reiniciar després d'aquesta actualització

#. Type: note
#. Description
#: ../udev.templates:1001
msgid 
You are currently upgrading udev using an incompatible kernel version. A 
compatible version is installed or being installed on your system, but  you 
need to reboot using this new kernel as soon as the upgrade is  complete.
msgstr 
Esteu actualitzant l'udev utilitzant una versió del nucli incompatible. S'està 

instal·lant o està instal·lada una versió compatible al vostre sistema, però 
necessiteu reiniciar per utilitzar aquest nou nucli en el moment que 
l'actualització 
estiga complerta.

#. Type: note
#. Description
#: ../udev.templates:1001
msgid 
Without a reboot with this new kernel version, your system may become  
UNUSABLE.
msgstr 
Si no reinicieu amb aquesta nova versió del nucli, el vostre sistema es 
podria quedar INUTILITZABLE.

#. Type: boolean
#. Description
#: ../udev.templates:2001
msgid Proceed with the upgrade nevertheless?
msgstr Voleu continuar amb l'actualització igualment?

#. Type: boolean
#. Description
#: ../udev.templates:2001
msgid 
You are currently upgrading udev using an incompatible kernel version. You 
MUST install a compatible kernel version (2.6.15 or more) before proceeding 
with the upgrade, otherwise your system may become UNUSABLE. Packages with a 
name starting with \linux-image-2.6-\ provide a kernel image usable with 
this new udev version.
msgstr 
Esteu actualitzant l'udev utlitzant una versió incompatible del nucli. HEU 
d'instal·lar 
una versió del nucli compatible (2.6.15 o posterior) abans de continuar amb 
l'actualització, 
si no, el vostre sistema es quedarà INUTILITZABLE. Els paquets que el seu nom 
comença 
per «linux-image-2.6-» proporcionen una imatge del nucli utilitzable amb 
aquesta nova 
versió de l'udev.

#. Type: boolean
#. Description
#: ../udev.templates:2001
msgid 
If you choose to upgrade udev nevertheless, you should install a  compatible 
kernel and reboot on it as soon as possible. You have been  warned.
msgstr 
Si trieu d'actualitzar l'udev de totes maneres, hauríeu d'instal·lar un nucli 
compatible 
i reiniciar tan prompte com siga possible. Esteu avisats.



Bug#430766: anjuta devstudio 2.2.0 (stable) is available

2007-06-27 Thread Miguel Gea Milvaques
Package: anjuta
Version: 1:1.2.4a-5+b1
Severity: wishlist

Upstream has released a new stable Anjuta Devstudio version 2.2.0.
Please, consider to package it!

Thanks!

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

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

Versions of packages anjuta depends on:
ii  anjuta-common   1:1.2.4a-5   Data files for Anjuta
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libcairo2   1.4.8-1  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.1-1library to load .glade files at ru
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.0-2 GNOME 2.2 print architecture User 
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpcre36.7-1Perl 5 Compatible Regular Expressi
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libvte9 1:0.16.6-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.0-2X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  scrollkeeper0.3.14-13A free electronic cataloging syste
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages anjuta recommends:
ii  autoconf 2.61-4  automatic configure script builder
ii  autogen  1:5.9.1-2   an automated text file generator
pn  automake1.4  none  (no description available)
ii  cvs  1:1.12.13-8 Concurrent Versions System
ii  devhelp  0.15-1  A GNOME developers help program
ii  exuberant-ctags [ctags]  1:5.6-1 build tag file indexes of source c
ii  g++  4:4.1.2-2   The GNU C++ compiler
ii  gcc  4:4.1.2-2   The GNU C compiler
ii  gdb  6.6.dfsg-1  The GNU Debugger
pn  gnome-devel  none  (no description available)
ii  gnome-terminal   2.18.1-1The GNOME 2 terminal emulator appl
ii  indent   2.2.9-8 C language source code formatting 
ii  libtool  1.5.22-4Generic library support script
ii  make 3.81-3  The GNU version of the make util
ii  yelp 2.18.1-1Help browser for GNOME 2

-- no debconf information


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



Bug#428721: Catalan po-debconf update

2007-06-13 Thread Miguel Gea Milvaques
Package: squid
Version: 2.6.12-4
Severity: wishlist
Tags: l10n

Hi,
squid debconf templated has been updated and checked by Debian L10n
Catalan Team. Pleas include the attached .po file in the new squid
package.

Thanks!

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

Kernel: Linux 2.6.21-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ca.po to catalan
#
#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.
#
# Miguel Gea Milvaques [EMAIL PROTECTED], 2006.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-06-06 05:56+0200\n
PO-Revision-Date: 2007-06-13 19:53+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Upgrade squid.conf automatically?
msgstr Voleu actualitzar l'squid.conf automàticament?

#. Type: boolean
#. Description
#: ../templates:2001
msgid Incompatible settings have been found in the existing squid.conf file.
msgstr S'han trobat paràmetres incompatibles al fitxer squid.conf actual.

#. Type: boolean
#. Description
#: ../templates:2001
msgid They will prevent Squid from starting or working correctly.
msgstr Aquests faran que l'Squid no s'engegue o que no funcione correctament.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
These settings can be corrected now. Please choose whether you want to apply 
the needed changes.
msgstr 
Aquests paràmetres es poden corregir ara. Trieu si voleu aplicar els canvis 
necessaris.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Fix permissions of cache_dir?
msgstr Voleu establir els permissos de cache_dir?

#. Type: boolean
#. Description
#: ../templates:3001
#| msgid 
#| Values for cache_effective_user and/or cache_effective_group in config 
#| file  are incompatible with owner/group of cache directories. Do you want 
#| to automatically fix permissions on cache directory?
msgid 
The values for 'cache_effective_user' and/or 'cache_effective_group' in 
Squid's configuration file are incompatible with the owner/group of the 
cache directories.
msgstr 
Els valors per «cache_effective_user» i/o «cache_effective_group» al vostre 
fitxer de configuració són incompatibles amb l'usuari/grup del directori de 
memòria cau. 

#. Type: boolean
#. Description
#: ../templates:3001
msgid Please choose whether this should be fixed automatically.
msgstr Trieu si s'hauria de corregir automàticament.

#. Type: boolean
#. Description
#: ../templates:3001
#| msgid 
#| WARNING: If you specified a cache directory different from /var/spool/
#| squid and selected some other directory used by other programs (e.g. /
#| tmp), this could affect those programs.
msgid 
However, please note that if you specified a cache directory different from /
var/spool/squid (such as /tmp), his could affect any other programs using 
that directory.
msgstr 
Per altra banda, adoneu-vos que si especifiqueu un directori per la memòria 
cau 
diferent de /var/spool/squid (per exemple el /tmp), podria afectar a altres 
programes 
que utilitzen eixe directori.



Bug#412248: More info.

2007-06-03 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

The fvs software has been released under GPL!!! So, now It will go to
main and will be the base of FingerForce works. As we are going our own
vaporware (a daemon and a pam module to use with all fingerprint
scanners) and fvs will be a module in the daemon, we will wait to get it
ready.

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

iD8DBQFGYwQsNTNQylgICMQRAmVjAJ0bQRdbEUxEoloyB7Og8AhDiJdOQACeKokh
Q1fVzwJoXLj43kT4+GtnbPE=
=Mwok
-END PGP SIGNATURE-


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



Bug#426926: aes2501-wy: testing it in Notebook HP Compaq nx6320

2007-06-01 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

josx rote:
 Package: aes2501-wy
 Version: unstable
 Severity: wishlist
 
 I am testing it on my Notebook HP Compaq nx6320 and it seems to be
 working ok.

Thanks! I'll add to the list of supported models!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYDBJNTNQylgICMQRAsEfAJ958GBAAmVPcLntMUSV1/gHWAki+gCfdlDi
b8k9Xx2S0QbuWVwejzQvDLg=
=Mxl5
-END PGP SIGNATURE-


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



Bug#419900: Does not compile anymore form kernel 2.6.20

2007-06-01 Thread Miguel Gea Milvaques
Georg Colle wrote:
 Hi everybody,
 
 just failed to compile the module on a amd64 machine using kernel
 2.6.21-1-amd64. The contents of the log file are equivalent.
 
 The compiler ist missing the header file linux/config.h specified in the
 include file #include linux/config.h of source file wlan.c. But it
 does not exist! Files like 
 /usr/src/linux-headers-2.6.21-1-amd64/include/linux/config.h or
 /usr/src/linux-headers-2.6.21-1/include/linux/config.h
 are missing even though the headers are installed.
 
 Is it a fault of the new kernel headers or should the acx100 module be
 updated?

The config.h header is obsolete, and the package must to be updated, but
I can't test it, because I haven't that card (It's broken). So I've
decided not to upload modifications. (The packages has been offered to
be adopted).

Sorry for the inconvenience.


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



Bug#424800: New version.

2007-05-20 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
There are a new upstream version that works with php5 (current version
doesn't work with php5). Now I'm working on it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGUJflNTNQylgICMQRAkJyAKDJkOcFAAWZaoQZe+MKvnh6dFzS1ACcDPMX
xQU5sXFiKmVS2ClkJHRcg1g=
=Aju1
-END PGP SIGNATURE-


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



Bug#399514: (no subject)

2007-05-20 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As last mail asserts, It's true, SEEM is as Motorola named it. So I'll
close this bug.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGUMQXNTNQylgICMQRAnaoAJ9WXSBYkKiXjkT3LdUtTnPcladRWwCdE9DP
OccShA0ttudNQS7mtGhmJ/k=
=85rb
-END PGP SIGNATURE-


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



Bug#412566: ITP: aes2501-wy -- userspace software for usb aes2501 fingerprint scanner

2007-03-01 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

En/na Reinhard Tartler ha escrit:
 Miguel Gea Milvaques [EMAIL PROTECTED] writes:
 
   Description : userspace software for usb aes2501 fingerprint scanner

  Command line scanning sofware for AES2501B usb fingerprint reader. The 
 ouput 
  are gray pnm files with quite good quality.
 
 I also have such an fingerprint scanner, and was looking for software
 for that. Can I somehow assist you with co-maintenance and/or writing
 code?
 

Of course!!! I've begin a alioth project (FingerForce) to get all this
works. It's in first stages yet, but all hands are welcome :)

I've looked for information on this subject and I've collected all in
http://wiki.debian.org/FingerForce

The state of the project is that the scanning software works but, the
fingerprint scanner has images with non-linear deformation that has
difficult to match with templates.

At this moment, I'm trying fvs (Fingerprint Verification System), that
is a software released under MPL that I have upstream permission to
release it under GPL, but the matching algorism is has problems matching
images with deformations. It could be used with other scanners.

There are other software as NBIS that could be partially dowloaded out
of USA and completely in USA because has exportation problems. It's a
high quality software in public domain. There are two parts that can't
be exported, the matching and the segmentation programs. I've found them
out of USA, but I'm not sure if it's legal to use them. This is the
software used by FBI.

The last part of this puzzle is the pam module, but first I must
enhace fvs software, or write the NBIS software that is unavailable out
of USA or find other software that could be used.

As I said this project is in first stages, and there are not too
software available...

You could find me in oftc with nick xerakko.

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

iD8DBQFF50tGNTNQylgICMQRAj+uAJ9obClr9GWH58Pn2N0+sZOOs3/PpgCgnh/A
nKm+2PXPpdPZtcNcs9wGqXc=
=MiJq
-END PGP SIGNATURE-


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



Bug#412566: ITP: aes2501-wy -- userspace software for usb aes2501 fingerprint scanner

2007-02-27 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

En/na Evgeni Golov ha escrit:
 On Mon, 26 Feb 2007 21:28:28 +0100 Miguel Gea Milvaques wrote:
 
  Command line scanning sofware for AES2501B usb fingerprint reader.
 The ouput are gray pnm files with quite good quality.
 
 Please mention Authentec (the vendor) and the places where you
 can find this reader (Medion MD85264 USB sensor, HP nx6125 notebook) in
 the long description, so the users can find them easily.

Thanks, I'll do it.

 And where does the B in AES2501B come from? The device is called
 aes2501 by his vendor.
 
 By the way: is there any pam-module which is able to use this scaner?

Not yet, but I'm planning to write one based on thinkfinger pam module
and using fvs (Fingerprint Verification System) to get the
authentication working.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF5AkqNTNQylgICMQRAlL6AKDPQyssp8ZmfEFQw+kuD9XF5buTsQCgzpSA
1m6cZfXwid6pujAfT5kBY5M=
=0M3J
-END PGP SIGNATURE-


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



Bug#412566: ITP: aes2501-wy -- userspace software for usb aes2501 fingerprint scanner

2007-02-26 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

* Package name: aes2501-wy
  Version : ?
  Upstream Author : Wittawat Yamwong
* URL : http://www.example.org/
* License : BSD like
  Programming Lang: C
  Description : userspace software for usb aes2501 fingerprint scanner

 Command line scanning sofware for AES2501B usb fingerprint reader. The ouput 
 are gray pnm files with quite good quality.

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


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



Bug#412248: ITP: fvs -- Fingerprint Verification System

2007-02-24 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

* Package name: fvs
  Version : 0.1.1
  Upstream Author : Jaap de Haan  Shivang Patel
* URL : http://fvs.sourceforge.net
* License : MPL
  Programming Lang: C
  Description : Fingerprint Verification System

 Fingerprint Verification System; an easy to use library that allows
 programmers to integrate fingerprint technology into their software
 without specific know-how. Fast, easy to use, and small; great for
 embedded systems.

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


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



Bug#370459: #370459 synfigstudio is not suitable for testing (yet)

2007-02-19 Thread Miguel Gea Milvaques
En/na Lior Kaplan ha escrit:
 Hi,
 
 Back on July you wrote isn't ready for testing. Is there any change with
 your opinion?
 
 (just checking if this RC bug is still relevant).

A few bugs (RC and non RC) in debian and upstream has been closed, but
the software is not still ready to be into etch.


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



Bug#410510: ITP: et131x -- Source for et131x Ethernet Controller driver from Agere Systems

2007-02-11 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

* Package name: et131x
  Version : 1.2.2
  Upstream Author : [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/et131x/
* License : BSD liki
  Programming Lang: C
  Description : Source for et131x Ethernet Controller driver from Agere 
Systems

 This package provides the source code for the et131x kernel modules.
 The et131x package is also required in order to make use of these
 modules. Kernel source or headers are required to compile these
 modules.
 .
 This works with Agere Systems ET-131x PCI-E Ethernet Controller.

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


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



Bug#405109: still present in 1.1.3

2007-02-07 Thread Miguel Gea Milvaques
Package: ipw3945-source
Followup-For: Bug #405109

This problem is still in version 1.1.3 and seems to be solved in 1.2.0,
so I'll reopen it.


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

Versions of packages ipw3945-source depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  debhelper 5.0.42 helper programs for debian/rules
ii  dpatch2.0.21 patch maintenance system for Debia
ii  make  3.81-2 The GNU version of the make util
ii  module-assistant  0.10.8 tool to make module package creati

ipw3945-source recommends no packages.

-- no debconf information


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



Bug#408264: mydms: unsatisfiable depends by apt

2007-01-24 Thread Miguel Gea Milvaques
-BEGUIN PGP SIGNED MESSAGE-
Hash: SHA1

Lucas Nussbaum wrote:
 Package: mydms
 Version: 1.4.4+1-4
 Severity: serious
 
 Hi,
 
 mydms depends on libapache2-mod-php4 and libphp-adodb. It seems that to
 install those two together, one has to specify that the solution is to
 install php4 and not php5, by using:
 
  apt-get install mydms libapache2-mod-php4 libphp-adodb php4

I'll upload this night it with php4 depenndence.

 
 This works, but it clearly suboptimal. Couldn't mydms be tweaked to
 support php5 (via libapache2-mod-php5) ?

mydms 1.4.4 doesn't support php5 yet. The upstream version supporting
php5 is still in beta, so It will not be ready for Etch.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFt5iCNTNQylgICMQRAm8qAJ4ytE4IAyWzb+j0zm/geMLPVqbIeACePDJ+
FG8SVFN1Bx5Bz6riyWkfAbo=
=au4f
-END PGP SIGNATURE-


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



Bug#405988: ITP: dmaths -- easy mathematical/phisical formula edit system

2007-01-07 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

* Package name: dmaths
  Version : 3.0.0
  Upstream Author : ?
* URL : http://www.dmaths.org/
* License : GPL
  Programming Lang: Openoffice.org Basic
  Description : easy mathematical/phisical formula edit system

 Dmaths is a software which is integrated into OpenOffice 
 which facilitates the edition of mathematical and/or scientific
 formulas. It also makes it possible to use your preferred drafting
 package directly and to incorporate graphs of functions in a document.

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


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



Bug#405795: RFA: acx100 -- ACX100/ACX111 wireless network drivers source

2007-01-06 Thread Miguel Gea Milvaques
Package: wnpp
Severity: normal

I request an adopter for the acx100 package. 

The package is in good shape, (only an irreproducible old bug) and there
are a new version (2007/1/1) that must be uploaded to experimental, and
another one that it's based in dscape that it's trying to enter in
kernel mainline.

My wireless card was broken yesterday, so I can't test it anymore.

I'll sponsor this package if you need it.

PopCon: 132
The package description is:
 This package provides the source code of the Linux drivers for wireless
 network cards using TI ACX100/ACX111 chips. This includes DWL-[G]520+
 PCI, DWL-[G]650+ CardBus, GL-2422MP mini-PCI, DWL-120+ USB, USR5410, etc.
 See http://acx100.sourceforge.net/ for information about your wireless
 device.
 .
 In order to compile the kernel modules you need the kernel sources (or
 the kernel-headers for the kernel-image packages from Debian). For
 compile instructions look into usr/share/doc/acx100-source/README.Debian
 or simply use the module-assistant utility.
 .
 Please also note that the ACX100/111 chips need a firmware to be
 operational. You can get this firmware from the Microsoft Windows or
 from homepage.
 .
  Homepage: http://www.ilport.com.ua/linux/acx_patches/

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


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



Bug#405205: ITP: manpages-ca -- Catalan man pages

2007-01-01 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

* Package name: manpages-ca
  Version : 2.39.1
  Upstream Author : Multiple authors
* URL : Multiple sites (Translated from manpages package)
* License : Multiple licences 
  Programming Lang: groff
  Description : Catalan man pages

 This package contains the Linux man pages for all chapters
 translated into Catalan. It's very incomplete (at the moment).

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


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



Bug#401096: Wrong name field

2006-11-30 Thread Miguel Gea Milvaques
Package: release-notes
Severity: minor
Tags: patch

The devfs deprecated section has a url with wrong name. It shows #351152
instead #341152.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
? patch.dif
Index: release-notes.en.sgml
===
RCS file: 
/cvs/debian-doc/ddp/manuals.sgml/release-notes/en/release-notes.en.sgml,v
retrieving revision 1.108
diff -r1.108 release-notes.en.sgml
909c909
   url id=http://bugs.debian.org/341152; name=#351152./p
---
   url id=http://bugs.debian.org/341152; name=#341152./p


Bug#399282: OO.O exits when it's called from firefox

2006-11-18 Thread Miguel Gea Milvaques
Package: openoffice.org
Version: 2.0.4-7
Severity: normal

If you open a document from a web page with firefox, and when the
document is open with ooo, you close the web page, then ooo exits. 



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

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.0.4-7OpenOffice.org office suite - data
ii  openoffice.org-calc   2.0.4-7OpenOffice.org office suite - spre
ii  openoffice.org-core   2.0.4-7OpenOffice.org office suite archit
ii  openoffice.org-draw   2.0.4-7OpenOffice.org office suite - draw
ii  openoffice.org-impress2.0.4-7OpenOffice.org office suite - pres
ii  openoffice.org-java-common2.0.4-7OpenOffice.org office suite Java s
ii  openoffice.org-math   2.0.4-7OpenOffice.org office suite - equa
ii  openoffice.org-writer 2.0.4-7OpenOffice.org office suite - word

openoffice.org recommends no packages.

-- no debconf information


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



Bug#392481: qemu-make-debian-root fails to create image

2006-10-11 Thread Miguel Gea Milvaques
Package: qemu
Version: 0.8.2-1
Severity: normal

When exec qemu-make-debian-root, fails to create the image, because
libsigc++-1.2-5c102 is not on archive:

...
I: Resolving dependencies of base packages...
I: Found additional base dependencies: tasksel update-inetd
I: Checking component main on http://ftp.debian.org...
E: Couldn't find these debs: libsigc++-1.2-5c102
Cleaning up...


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

Versions of packages qemu depends on:
ii  bochsbios2.3-2   BIOS for the Bochs emulator
ii  libasound2   1.0.13-1ALSA library
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libsdl1.2debian  1.2.11-4Simple DirectMedia Layer
ii  openhackware 0.4.1-2 OpenFirmware emulator for PowerPC
ii  proll18-2JavaStation PROM 2.x compatible re
ii  vgabios  0.6a-1  VGA BIOS software for the Bochs an
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap   0.3.3  Bootstrap a basic Debian system
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode
ii  vde   1.5.11-1   virtual distributed ethernet

-- no debconf information


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



Bug#392051: catalan debconf template translation

2006-10-09 Thread Miguel Gea Milvaques
Package: cvs
Version: 1:1.12.13-4
Severity: wishlist
Tags: patch l10n

Hi, 
The debian-l10n-catalan group has translated and revised the debconf
template for cvs. Please include it in next cvs upload.

Thanks!

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

Versions of packages cvs depends on:
ii  debconf [debconf-2.0]1.5.5   Debian configuration management sy
ii  libc62.3.6.ds1-5 GNU C Library: Shared libraries
ii  libpam-runtime   0.79-3.2Runtime support for the PAM librar
ii  libpam0g 0.79-3.2Pluggable Authentication Modules l
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages cvs recommends:
ii  info [info-browser] 4.8.dfsg.1-2 Standalone GNU Info documentation 
ii  konqueror [info-browser]4:3.5.5-1KDE's advanced file manager, web b
ii  netbase 4.26 Basic TCP/IP networking system

-- debconf information excluded
# translation of ca.po to catalan
# translation of ca-1.po to
# translation of ca.po to
#
#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.
#
# Miguel Gea Milvaques, 2005.
# Joan Sanz i Rabadan [EMAIL PROTECTED], 2005.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-09-30 19:23+0200\n
PO-Revision-Date: 2006-10-05 21:28+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan debian-l10n-catalan@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: string
#. Description
#: ../cvs.templates:1001
msgid Repository directories:
msgstr Directoris dels repositoris:

#. Type: string
#. Description
#: ../cvs.templates:1001
msgid 
Please list the directories that are the roots of your repositories, 
separated by colons.
msgstr 
Escriviu la llista dels directoris arrel dels vostres repositoris, 
separats per signes de dos punts.

#. Type: string
#. Description
#: ../cvs.templates:1001
msgid 
These repositories can be exported by the pserver, have their history files 
rotated automatically every week, and general repository security checks 
will be performed on them.
msgstr 
Aquests repositoris es poden exportar a través del pserver, els seus fitxers 
d'historial es poden arxivar automàticament cada setmana, i també s'hi faran 
comprovacions generals de seguretat.

#. Type: string
#. Description
#: ../cvs.templates:1001
msgid 
If you wish to create a new repository, enter the path where you wish to 
create it. You will then be given the option of creating it later.
msgstr 
Si voleu crear un repositori nou, introduïu el camí on voleu crear-lo. També 
podreu crear-lo després.

#. Type: select
#. Choices
#: ../cvs.templates:2001
msgid create, ignore, reenter
msgstr crea, ignora, torna a introduir

#. Type: select
#. Description
#: ../cvs.templates:2002
msgid Method to fix invalid repositories:
msgstr Mètode per corregir els repositoris invàlids:

#. Type: select
#. Description
#: ../cvs.templates:2002
msgid 
The following items you entered are not directories or do not contain a 
CVSROOT subdirectory:
msgstr 
Els elements següents que heu introduït no són directoris o no contenen cap 
subdirectori CVSROOT:

#. Type: select
#. Description
#: ../cvs.templates:2002
msgid 
If you have not yet created these repositories, they can be created by 
selecting 'create'. You could also select 'ignore' and use the 'cvs-
makerepos' command to create them, or create them individually using 'cvs 
init'.
msgstr 
Si no heu creat encara aquests repositoris, podeu crear-los seleccionant 
«crea» ací. Podeu també seleccionar «ignora» i utilitzar l'ordre «cvs-
makerepos» per crear-los, o bé crear-los un per un amb «cvs init».

#. Type: select
#. Description
#: ../cvs.templates:2002
msgid You can also choose to 'reenter' your repositories list.
msgstr Podeu escollir també «torna a introduir» la vostra llista de 
repositoris.

#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../cvs.templates:3001 ../cvs.templates:5001
msgid yes, no, individual
msgstr si, no, individual

#. Type: select
#. Description
#: ../cvs.templates:3002
msgid Weekly rotation for history files

Bug#391650: bug reproduced

2006-10-08 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've reproduced this bug on my machine.

The problem is in templates file. The Choices line contains GNOME
instead Gnome.

Attached patch solve it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFKXhrNTNQylgICMQRAvrZAKCllH5g165Kw51S3I4h33qlrHH8wACfWrn3
T2UgQKrjUF9UaAp3OGuTbnM=
=1iQc
-END PGP SIGNATURE-
--- debconf-1.5.5/debian/templates	2006-09-13 19:33:59.0 +0200
+++ ../debconf-1.5.5/debian/templates	2006-10-08 22:58:10.0 +0200
@@ -1,7 +1,7 @@
 Template: debconf/frontend
 Type: select
 #flag:translate!:3,4
-__Choices: Dialog, Readline, GNOME, KDE, Editor, Noninteractive
+__Choices: Dialog, Readline, Gnome, KDE, Editor, Noninteractive
 Default: Dialog
 _Description: Interface to use:
  Packages that use debconf for configuration share a common look and feel.


Bug#390430: acx100-source: does not compile against 2.6.18

2006-10-01 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Prokop wrote:
 Package: acx100-source
 Version: 20060521-2
 Severity: important
 
 
 # cat /var/cache/modass/acx100-source.buildlog.2.6.18-grml.1159692407
 [...]
   CC [M]  /usr/src/modules/acx100/pci.o
 /usr/src/modules/acx100/pci.c: In function 'acxpci_e_probe':
 /usr/src/modules/acx100/pci.c:1653: error: 'UTS_RELEASE' undeclared (first 
 use in this function)
 /usr/src/modules/acx100/pci.c:1653: error: (Each undeclared identifier is 
 reported only once
 /usr/src/modules/acx100/pci.c:1653: error: for each function it appears in.)
 make[3]: *** [/usr/src/modules/acx100/pci.o] Error 1
 [...]

This problem was solved in version 20060521-3 that was uploaded yesterday.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFH+bpNTNQylgICMQRAsKAAJ4pXs9Bs/szyOp1AL6YF2bCfuo5SwCgncYt
K9090/b8bC5sl8jG0WB7Ycg=
=YgOM
-END PGP SIGNATURE-


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



Bug#390123: Reproducible crash changing keyboard language code

2006-09-29 Thread Miguel Gea Milvaques
Package: grdesktop
Version: 0.23-2+b1
Severity: normal

Under the Resources tab, if you select a keyboart code and press e it
crash.

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

Versions of packages grdesktop depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.2-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-4  The Bonobo UI library
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgconf2-42.14.0-4  GNOME configuration database syste
ii  libglib2.0-0   2.12.3-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-3  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-2  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-2  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.4-2  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.0-9 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  rdesktop   1.4.1-1.1 RDP client for Windows NT/2000 Ter
ii  scrollkeeper   0.3.14-11 A free electronic cataloging syste
ii  zlib1g 1:1.2.3-13compression library - runtime

grdesktop recommends no packages.

-- no debconf information


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



Bug#389069: [driAllocateTexture:636] unable to allocate texture

2006-09-23 Thread Miguel Gea Milvaques
Package: 3ddesktop
Version: 0.2.9-5.1
Severity: grave

When there are more than one window acquired, it slowdown showing
repeteadly the error:

[driAllocateTexture:636] unable to allocate texture



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

Versions of packages 3ddesktop depends on:
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries

ii  libgcc1   1:4.1.1-13 GCC support library
ii  libgl1-mesa-glx [ 6.5.0.cvs.20060524-1.1 A free implementation of the OpenG
ii  libglu1-mesa [lib 6.5.0.cvs.20060524-1.1 The OpenGL utility library (GLU)
ii  libimlib2 1.2.1-2powerful image loading and renderi
ii  libstdc++64.1.1-13   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxxf86vm1   1:1.0.1-2  X11 XFree86 video mode extension l

3ddesktop recommends no packages.

-- no debconf information


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



Bug#387709: Fonts

2006-09-21 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The xfonts-* installed/non-installed in my system:

[EMAIL PROTECTED]:~$ COLUMNS=120 dpkg -l xfonts-*
Desitjat=Desconegut(u)/Instal·la(i)/Elimina(r)/Neteja(p)/Atura(h)
| Estat=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Estat,Err:
majúsc.=dolent)
||/ Nom  Versió  Descripció
+++---
ii  xfonts-100dpi1.0.0-2  100 dpi fonts for X
ii  xfonts-75dpi 1.0.0-2  100 dpi fonts for X
ii  xfonts-artwiz1.3-5x11 fonts created
by Artwiz, TigerT, and Daniel Erat
ii  xfonts-base  1.0.0-3  standard fonts for X
un  xfonts-base-transcoded   cap(no hi ha cap
descripció disponible)
un  xfonts-cyrillic  cap(no hi ha cap
descripció disponible)
ii  xfonts-dosemu1.2.2-5  VGA font for the
DOS Emulator
ii  xfonts-encodings 1.0.0-6  Encodings for
X.Org fonts
un  xfonts-gimpers   cap(no hi ha cap
descripció disponible)
un  xfonts-misc  cap(no hi ha cap
descripció disponible)
ii  xfonts-scalable  1.0.0-4  scalable fonts for X
un  xfonts-scalable-nonfree  cap(no hi ha cap
descripció disponible)
ii  xfonts-utils 1.0.0-6  X Window System
font utility programs
un  xfonts-xfree86-nonfree   cap(no hi ha cap
descripció disponible)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFEuoMNTNQylgICMQRAi5lAKChNclR3E5VkfsbpvnPYfvk+H0vVwCfV6DZ
k8dHzniWGmGGf4V8GoTmc5Q=
=09sy
-END PGP SIGNATURE-




Bug#387709: fails to start

2006-09-16 Thread Miguel Gea Milvaques
Package: freeciv-client-xaw3d
Version: 2.0.8-3
Severity: grave

The package fails to start with this message:

1: No s'ha trobat el fitxer spec de so stdsounds.
1: Per tenir so has de descarregar un conjunt de sons.
1: Pots obtenir sons de
ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets.
1: Es continuarà amb els sons desactivats.
2: Usant recursos anteriors - és correcte
0: Unable to open fontset: -*-*-*-*-*--14-*


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

Versions of packages freeciv-client-xaw3d depends on:
ii  freeciv-data2.0.8-3  Civilization turn based strategy g
ii  libasound2  1.0.12-1 ALSA library
ii  libaudiofile0   0.2.6-6  Open-source version of SGI's audio
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libesd0 0.2.36-3 Enlightened Sound Daemon - Shared 
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libsdl-mixer1.2 1.2.6-1.1+b1 mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-3 Simple DirectMedia Layer
ii  libsm6  1:1.0.1-2X11 Session Management library
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxmu6 1:1.0.2-2X11 miscellaneous utility library
ii  libxpm4 1:3.5.5-2X11 pixmap library
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  xaw3dg  1.5+E-14 Xaw3d widget set
ii  zlib1g  1:1.2.3-13   compression library - runtime

freeciv-client-xaw3d recommends no packages.

-- no debconf information


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



Bug#385824: package build-depends on g++-4.0, which is not available on hppa

2006-09-04 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthias Klose wrote:
 Package: synfig
 Version: 0.61.05-7
 Severity: serious

 the package build-depends on g++-3.4 or g++-4.0, which is not
 available on hppa. Please build using g++-4.1.

 If the package cannot be built using g++-4.1, please make sure that a
 bug report is filed against the g++-4.1 package.

This was a temporal workaround. The next upload will solve it.



 ___
 pkg-synfig-devel mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-synfig-devel


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

iD8DBQFE/Ac5NTNQylgICMQRAoumAKCo06tIbsVCzm4rsXOIaVn7e12+eQCffz8J
O9fPG1x95GoH35tAK7ftWXY=
=IEvs
-END PGP SIGNATURE-


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



Bug#385872: qemuctl: Failed to initialize

2006-09-03 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Fabio Pugliese Ornellas wrote:
 Package: qemuctl
 Version: 0.2-1
 Severity: normal
 
 Right after calling qemuctl, it opens a small window (all gray) and
 after a few miliseconds, it is closed, and qemuctl exits with status 0.

You must to use it providing it the same options you need for qemu. You
could launch it with something like:

/usr/bin/qemuctl -boot c -hda 'image.raw'

This is not a bug, so I'll close it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE+wm4NTNQylgICMQRAtEgAJwJX4vTjRuoWw3//ZLxtinyuCDqagCgqp1B
1KGGXSRIpoaYrc3wstokQ9w=
=I2qN
-END PGP SIGNATURE-


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



Bug#384957: libfl.a with -fPIC at amd64

2006-08-29 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm trying to solve the bug #384957: libmatheval: FTBFS (amd64):
libfl.a(libyywrap.o): relocation R_X86_64_32 against `a local symbol'
can not be used when making a shared object; recompile with -fPIC.

libmatheval is a shared library and needs libfl.a (flex) at build time,
but it's compiled without -fPIC (as usual) and there aren't a shared
library. Could you provide the shared library or the libfl.a built with
- -fPIC for amd64 at least to solve this bug?

Thant you on advanced.

PD: There are other package affected with this bug ( #373170
setools: FTBFS (amd64): libfl.a(libyywrap.o): ...)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE9IbxNTNQylgICMQRAjynAJkBIxKbOBaqG3hpvqI8OFzlqX+DHwCgk4Vs
LqQKdDBfThQYuHm8GJMuDgE=
=oOGA
-END PGP SIGNATURE-


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



Bug#384586: ITP: qemuctl -- a controlling gui for qemu

2006-08-25 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

* Package name: qemuctl
  Version : 0.2
  Upstream Author : Peter Rustler [EMAIL PROTECTED]
  URL : http://sourceforge.net/project/showfiles.php?group_id=155120
* License : GPL
  Programming Lang: Perl
  Description : a controlling GUI for qemu

  This is a controlling GUI for the emulator qemu. It is not for
  configuring devices or starting qemu, no it's for changing media,
  reset the vm, suspend and so on at runtime. You can start it out of your
  favorite configuring GUI like you would do with qemu.

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


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



Bug#384586: ITP: qemuctl -- a controlling gui for qemu

2006-08-25 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alexander Schmehl wrote:
 Hi!
 
 * Miguel Gea Milvaques [EMAIL PROTECTED] [060825 11:18]:
 
 * Package name: qemuctl
 [..]
   Description : a controlling GUI for qemu

   This is a controlling GUI for the emulator qemu. It is not for
   configuring devices or starting qemu, no it's for changing media,
   reset the vm, suspend and so on at runtime. You can start it out of your
   favorite configuring GUI like you would do with qemu.
 
 If it doesn't control qemu, could you avoid calling it so in the short
 description? 

It controls qemu, but it doesn't configure it in.

 And maybe shou should also describe the difference to
 qemu-launcher, so it is easier for our users to decide which of those
 they want to install.

It's used from qemu-launcher, allowing suspend or reseting the vm. It's
*not* a qemu-launcher substitute, it works as a plugin for qemu-launcher.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE7t8UNTNQylgICMQRAp9LAJ9yPNk9XefcRV2E2ACGYQ2rqphadwCfUUjO
mT1mMqONI1mAKtqZpSkHTSE=
=u072
-END PGP SIGNATURE-


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



Bug#384541: small typo in templates (watch.ex file)

2006-08-24 Thread Miguel Gea Milvaques
Package: dh-make
Version: 0.41
Severity: minor
Tags: patch

At watch.ex file says debscripts =2.9, no devscripts.
There are 3 files with the typo.

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

Versions of packages dh-make depends on:
ii  debhelper 5.0.37.3   helper programs for debian/rules
ii  dpkg-dev  1.13.22package building tools for Debian
ii  make  3.81-2 The GNU version of the make util
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

dh-make recommends no packages.

-- no debconf information
diff -urN dh-make-0.41/lib/debianb/watch.ex ../dh-make-0.41/lib/debianb/watch.ex
--- dh-make-0.41/lib/debianb/watch.ex   2006-06-02 13:02:45.0 +0200
+++ ../dh-make-0.41/lib/debianb/watch.ex2006-08-25 01:18:16.0 
+0200
@@ -16,7 +16,7 @@
 # Uncommment to examine a FTP server
 #ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
 
-# Uncomment to find new files on sourceforge, for debscripts = 2.9
+# Uncomment to find new files on sourceforge, for devscripts = 2.9
 # http://sf.net/#PACKAGE#/#PACKAGE#-(.*)\.tar\.gz
 
 
diff -urN dh-make-0.41/lib/debianl/watch.ex ../dh-make-0.41/lib/debianl/watch.ex
--- dh-make-0.41/lib/debianl/watch.ex   2006-06-02 13:02:45.0 +0200
+++ ../dh-make-0.41/lib/debianl/watch.ex2006-08-25 01:18:25.0 
+0200
@@ -16,7 +16,7 @@
 # Uncommment to examine a FTP server
 #ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
 
-# Uncomment to find new files on sourceforge, for debscripts = 2.9
+# Uncomment to find new files on sourceforge, for devscripts = 2.9
 # http://sf.net/#PACKAGE#/#PACKAGE#-(.*)\.tar\.gz
 
 
diff -urN dh-make-0.41/lib/debianm/watch.ex ../dh-make-0.41/lib/debianm/watch.ex
--- dh-make-0.41/lib/debianm/watch.ex   2006-06-02 13:02:45.0 +0200
+++ ../dh-make-0.41/lib/debianm/watch.ex2006-08-25 01:18:36.0 
+0200
@@ -16,7 +16,7 @@
 # Uncommment to examine a FTP server
 #ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
 
-# Uncomment to find new files on sourceforge, for debscripts = 2.9
+# Uncomment to find new files on sourceforge, for devscripts = 2.9
 # http://sf.net/#PACKAGE#/#PACKAGE#-(.*)\.tar\.gz
 
 


Bug#382580: Catalan debconf templates translation

2006-08-11 Thread Miguel Gea Milvaques
Package: apt-build
Severity: wishlist
Tags: patch l10n

I've updated the catalan debconf template for apt-build. Please include
it at your new release.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
# translation of ca.po to catalan
# translation of ca.po to
#
#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.
#
# Miguel Gea Milvaques, 2005.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2005.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-08-05 22:46+0200\n
PO-Revision-Date: 2006-08-11 23:33+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan debian-l10n-catalan@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.2\n

#. Type: string
#. Description
#: ../templates:1001
msgid Directory used by apt-build to download and build packages:
msgstr Directori que utilitzarà apt-build per descarregar i construir els 
paquets:

#. Type: string
#. Description
#: ../templates:2001
msgid Directory used to store packages built by apt-build:
msgstr Directori utilitzat per emmagatzemar els paquets construïts per 
apt-build:

#. Type: boolean
#. Description
#: ../templates:3001
msgid Add apt-build repository to sources.list?
msgstr Voleu afegir el repositori d'apt-build al sources.list?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
In order to install built package via APT, you must add a line like this to 
your sources.list:\n
  deb file:${repo} apt-build main
msgstr 
Per instal·lar amb APT els paquets que construïu, heu d'afegir com aquesta 
al vostre sources.list:\n
  deb file:${repo} apt-build main

#. Type: select
#. Choices
#: ../templates:4001
msgid Light, Medium, Strong
msgstr Baix, Mig, Agressiu

#. Type: select
#. Description
#: ../templates:4002
msgid Optimization level:
msgstr Nivell d'optimització:

#. Type: select
#. Description
#: ../templates:4002
msgid 
These are equivalent to -O1, -O2 and -O3. Optimization level is time 
dependant. The higher optimization level you choose, more time will be 
required for compiling, but the faster your programs will be. Warning: 
Strong optimization may lead to stability problems.
msgstr 
Són equivalents a -O1, -O2 y -O3. Els nivells d'optimització depenen del 
temps. Com més nivell d'optimització escolliu, més temps necessitareu per 
compilar, però més ràpids seran els programes que compileu. Avís: La 
optimització Agressiva pot comportar problemes d'estabilitat.

#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:5001 ../templates:6001 ../templates:7001 ../templates:8001
#: ../templates:9001 ../templates:10001
msgid Architecture:
msgstr Arquitectura:

#. Type: select
#. Description
#: ../templates:5001
msgid 
If your architecture is not here, choose one and edit your configuration 
file (/etc/apt/apt-build.conf) by hand, and please do a bugreport. (wishlist)
msgstr 
Si la vostra arquitectura no és ací, escolliu una qualsevol i editeu el 
fitxer de configuració (/etc/apt/apt-build.conf) a ma, i reporteu l'error. 
(whislist)

#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:6001 ../templates:7001 ../templates:8001 ../templates:9001
#: ../templates:10001
msgid 
If your architecture is not here, choose one and edit your configuration 
file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.
msgstr 
Si la vostra arquitectura no és ací, escolliu una qualsevol i editeu el 
fitxer de configuració (/etc/apt/apt-build.conf) a ma, i reporteu l'error. 
(whislist)

#. Type: string
#. Description
#: ../templates:11001
msgid Options to add to gcc:
msgstr Opcions per passar-li al gcc:

#. Type: string
#. Description
#: ../templates:12001
msgid Options to add to make:
msgstr Opcions per passar-li al make:



Bug#379979: dbconfig-common: Please do not end PHP config file with '?'

2006-07-28 Thread Miguel Gea Milvaques
sean finney wrote:
 hi thijs,
 
 On Wed, Jul 26, 2006 at 06:42:56PM +0200, Thijs Kinkhorst wrote:
 The generated include for file type PHP ends in '?'. I kindly request
 that that be removed.
 snip
 The closing tag is not needed and doesn't have a function: you switch
 the context from code to literal and right after it terminate the file,
 making the context irrelevant.
 
 aha, i didn't know that, actually.  will do as you suggest in the next
 release.

I think this is not a good idea. It's true that it switch from code to
literal, but it'll give problems with old packages that don't close this
tag. On other hand the problem reported by thisjs it's a problem that
has to be resolved by the packager. It's usual in a php file mix code
and literal parts and it's important!.
 
 
   sean


-- 
e-mail: Miguel Gea Milvaques [EMAIL PROTECTED]
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4



signature.asc
Description: OpenPGP digital signature


Bug#379979: dbconfig-common: Please do not end PHP config file with '?'

2006-07-28 Thread Miguel Gea Milvaques
Thijs Kinkhorst wrote:
 Hello Miguel,

 On Fri, July 28, 2006 10:30, Miguel Gea Milvaques wrote:
 I think this is not a good idea.

 Thanks for your comments, but I'm afraid I disagree.

 It's true that it switch from code to literal, but it'll give
problems with
 old packages that don't close this tag.

 I have been working with PHP since the late 1990's and I've never seen a
 problem with not closing an open ?php at EOF. Can you give a concrete
 example where this will fail?

I was wrong. I was thinking at this example, not including the config file:

*With* ?:
html
body
?
echo hello;
?
a href=www.debian.orgDebian/a

/body
/html

*without* ?:
html
body
?
echo hello;

a href=www.debian.orgDebian/a

/body
/html

-- 
e-mail: Miguel Gea Milvaques [EMAIL PROTECTED]
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4



signature.asc
Description: OpenPGP digital signature


Bug#361331: one more

2006-05-19 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This problem has been added in last upstream. Thanks.
- --
e-mail: Miguel Gea Milvaques [EMAIL PROTECTED]
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEblA5NTNQylgICMQRArB1AJ4qtHyh7LmWFFYrA0+T6QIjOTeVugCeKGfH
eOjRcRR65kM9ulkXrRJ2nfw=
=G8YK
-END PGP SIGNATURE-


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



Bug#291807: Bug #291807: status check

2006-05-14 Thread Miguel Gea Milvaques
En/na Øystein Gisnås ha escrit:
 Hi,
 
 some time ago you reported, and discussed
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291807
 
 Are you still able to reproduce this problem with the latest version? If
 so, I'd like to pick up the discussion again. If not, I'll close the
 bug.

I've installed evolution new version and seems that new signed messages
with wrong signatures are shown correctly. But old messages with the
problem, continue without show the message body. I could think that that
message was (incorrectly) modified in any part of the message sending
and evolution don't show correctly.

So, the problem is reproducible in this message, but I think It's
unreproducible on other ones. I think now it could be closed.

 
 Thanks,
 Øystein Gisnås


-- 
e-mail: Miguel Gea Milvaques [EMAIL PROTECTED]
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4



signature.asc
Description: OpenPGP digital signature


Bug#366199: ITP: supertuxkart -- a kart racing game

2006-05-06 Thread Miguel Gea Milvaques

   whole bunch of new bugs, in its current state its not really playable

If this sentence is true, supertuxkart must not to go into Debian yet.
-- 
e-mail: Miguel Gea Milvaques [EMAIL PROTECTED]
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4



signature.asc
Description: OpenPGP digital signature


Bug#365323: typo in debian-policy

2006-04-29 Thread Miguel Gea Milvaques
Package: debian-policy
Version: 3.7.0.0
Severity: minor

In 10.9.1. The use of `dpkg-statoverride'
Says:
 Care must be taken during upgrades to not iverride an existing setting.
And must say override

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

-- no debconf information


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



Bug#365412: Catalan debconf templates translation

2006-04-29 Thread Miguel Gea Milvaques
Package: squid
Version: 2.5.13-1
Severity: wishlist
Tags: l10n

squid debconf templates have been translated and checked by
Debian L10n Catalan Team. It would be fantastic if you could add
attached .po file in squid package.

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

Versions of packages squid depends on:
ii  adduser   3.86   Add and remove users and groups
ii  coreutils 5.94-1 The GNU core utilities
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  logrotate 3.7.1-3Log rotation utility
ii  lsb-base  3.1-4  Linux Standard Base 3.1 init scrip
ii  netbase   4.25   Basic TCP/IP networking system
ii  squid-common  2.5.13-1   Internet Object Cache (WWW proxy c

squid recommends no packages.

-- debconf information excluded
# translation of ca.po to catalan
#
#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.
#
# Miguel Gea Milvaques [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-10-22 17:50+0200\n
PO-Revision-Date: 2006-04-29 22:39+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan debian-l10n-catalan@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.2\n

#. Type: note
#. Description
#: ../templates:3
msgid 
The http_anonymizer directive has been replaced with header_replace and 
header_access.
msgstr 
S'ha reemplaçat la directiva http_anonymizer per header_replace i 
header_access.

#. Type: note
#. Description
#: ../templates:3
msgid 
The http_anonymizer directive that was present in squid 2.1 and 2.2 doesn't 
exist anymore in squid 2.3 and up. It has been replaced with header_replace 
and header_access that provide more fine-grained control over HTTP headers. 
Right now, your squid doesn't anonymize the HTTP headers anymore so you 
probably want to fix this. The new format is explained in the new 2.5 config 
file, of which you probably have a copy in /usr/share/doc/squid/examples/
squid.conf.
msgstr 
La directiva http_anonymizer  que ha estat present al squid 2.1 i 2.2 ja no 
estarà al 
squid 2.3 i posteriors. Ha estat reemplaçada per header_replace i 
header_access, que donen una major control de les capçaleres HTTP. 
És més, ara el vostre squid ja no farà anònimes les capçaleres HTTP i 
segurament 
voldreu corregir-ho. El nou format està explicat al fitxer de configuració nou 
2.5, del que 
tindreu una còpia a /usr/share/doc/squid/examples/squid.conf.

#. Type: note
#. Description
#: ../templates:14
msgid 
The anonymize_headers and fake_user_agent directives have been replaced with 
header_access and header_replace.
msgstr 
Les directives anonymize_headers i fake_user_agent s'han reemplaçat per 
header_access i header_replace.

#. Type: note
#. Description
#: ../templates:14
msgid 
The anonymize_headers and fake_user_agent directives that were present in 
squid 2.3 and 2.4 don't exist anymore in squid 2.5 and up. They have been 
replaced  with header_replace and header_access that provide more fine-
grained control  over HTTP headers. Right now, your squid doesn't anonymize 
the HTTP headers anymore so you probably want to fix this. The new format is 
explained in the new 2.5 config file, of which you probably have a copy in /
usr/share/doc/squid/examples/squid.conf.
msgstr 
Les directives anonymize_headers i fake_user_agent que són al 
squid 2.3 i 2.4 no les trobareu al squid 2.5 i posteriors. Han estat 
reemplaçades per 
header_replace i  header_access que donen un control més fi de les capçaleres 
HTTP. 
És més, el squid ja no farà anònimes les capçaleres HTTP, així que 
possiblement voldreu 
corregir-ho. El nou format està explicat al fitxer de configuració nou 2.5, 
del que probablement 
tindreu una còpia a /usr/share/doc/squid/examples/squid.conf.

#. Type: boolean
#. Description
#: ../templates:25
msgid There is no automatic upgrade path to squid 2.5.
msgstr No hi ha

Bug#365058: typo in debian policy section 10.9.1

2006-04-27 Thread Miguel Gea Milvaques
Package: debian-policy
Version: 3.7.0.0
Severity: minor

In 10.9.1. The use of `dpkg-statoverride'
Says:
 Care must be taken during upgrades to not iverride an existing
 setting.
 And must say override

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

-- no debconf information


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



Bug#364931: Cannot upload big file.

2006-04-26 Thread Miguel Gea Milvaques
Hi,

This is not a mydms problem. PHP has a limit uploading files. If you
need to raise it, change the in your php.ini file:

post_max_size = 8M

at your prefered max_size.
-- 
e-mail: Miguel Gea Milvaques [EMAIL PROTECTED]
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4



signature.asc
Description: OpenPGP digital signature


Bug#360370: It doesn't provide examples

2006-04-01 Thread Miguel Gea Milvaques
Package: klogic
Version: 1.62-6
Severity: wishlist
Tags: patch

The upstream package provide 3 or 4 examples. It could be a good idea to
include them in the Debian package.

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

Versions of packages klogic depends on:
ii  kdelibs4c2a   4:3.5.2-1  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-6  The Network Audio System (NAS). (s
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  libfam0   2.7.0-9Client library to control the FAM 
ii  libfontconfig12.3.2-5generic font configuration library
ii  libfreetype6  2.1.10-2   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libice6   6.9.0.dfsg.1-5 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-5 X Window System Session Management
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-5 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-5 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-5 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-5 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-5 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-5 X Toolkit Intrinsics
ii  zlib1g1:1.2.3-11 compression library - runtime

klogic recommends no packages.

-- no debconf information
diff -urN klogic-1.62/debian/rules pp/klogic-1.62/debian/rules
--- klogic-1.62/debian/rules2006-04-01 18:52:34.0 +0200
+++ pp/klogic-1.62/debian/rules 2006-04-01 18:54:25.0 +0200
@@ -71,7 +71,7 @@
dh_testroot
 #  dh_installdebconf   
dh_installdocs
-   dh_installexamples
+   dh_installexamples examples/*.circuit
dh_installmenu
 #  dh_installlogrotate
 #  dh_installemacsen


Bug#359110: PTS: Existing bugs not shown in PTS

2006-03-26 Thread Miguel Gea Milvaques
Package: qa.debian.org
Severity: normal

If you read:

http://packages.qa.debian.org/d/dacco.html

Shows that dacco has no errors, but this error:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358419
shows dacco-cat-users (build from dacco source) has a open bug.

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


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



Bug#358045: Catalan debconf translation

2006-03-20 Thread Miguel Gea Milvaques
Package: chkrootkit
Version: 0.46a-3
Severity: wishlist
Tags: patch l10n

chkrootkit debconf templates have been translated and checked by
Debian L10n Catalan Team. It would be fantastic if you could add
attached .po file in chkrootkit package.


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

Versions of packages chkrootkit depends on:
ii  binutils 2.16.1cvs20060117-1 The GNU assembler, linker and bina
ii  debconf [debconf-2.0 1.4.72  Debian configuration management sy
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  net-tools1.60-17 The NET-3 networking toolkit
ii  procps   1:3.2.6-2.1 /proc file system utilities

chkrootkit recommends no packages.

-- debconf information:
* chkrootkit/run_daily: true
* chkrootkit/run_daily_opts: -q
* chkrootkit/diff_mode: false
# translation of ca.po to
#
#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: ca\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-04-21 16:19-0700\n
PO-Revision-Date: 2006-03-14 23:16+0100\n
Last-Translator: Miguel Gea Milvaques\n
Language-Team:  [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.1\n

#. Type: boolean
#. Description
#: ../templates:4
msgid Would you like to run chkrootkit automatically every day?
msgstr Voleu que s'execute automàticament chkrootkit cada dia?

#. Type: boolean
#. Description
#: ../templates:4
msgid 
chkrootkit can be run automatically via cron.daily if you like.  If you 
answer yes to this question, you'll also be given the opportunity to specify 
options for the daily run.
msgstr 
Si voleu, el chkrootkit es pot executar diàriament via cron. Si contesteu 
sí a aquesta pregunta, tindreu l'oportunitat d'especificar les opcions per 
l'execució diària.

#. Type: string
#. Default
#: ../templates:11
msgid -q
msgstr -q

#. Type: string
#. Description
#: ../templates:12
msgid What arguments would you like to pass to the daily chkrootkit run?
msgstr Quins paràmetres voleu passar-li al chkrootkit quan s'execute 
diàriament?

#. Type: string
#. Description
#: ../templates:12
msgid 
The following are useful arguments to pass to chkrookit:\n
  * -r root specifies an alternate root directory\n
  * -n do not attempt to analyze nfs mounted files\n
  * -q run in quiet mode [highly recommended]
msgstr 
Els paràmetres següents són d'utilitat per passar-los al chkrootkit:\n
  * -r arrel especifica un directori arrel alternatiu\n
  * -n no intenta analitzar els fitxers muntats per nfs\n
  * -q executa en mode silenciós [molt recomanat]

#. Type: boolean
#. Description
#: ../templates:21
msgid Only report problems if they differ from yesterday's problems?
msgstr 
Voleu que s'informe dels problemes tan sols si són diferents dels 
del dia d'abans?

#. Type: boolean
#. Description
#: ../templates:21
msgid 
Choosing yes here instructs the cron.daily call of chkrootkit to only report 
problems if they differ from the previous day's run.
msgstr 
Si escolliu sí ací, prepararà el cron.daily per que l'execució del chkrootkit 
tan sols informe 
de problemes que són diferents des del dia anterior.

#. Type: boolean
#. Description
#: ../templates:21
msgid Use this option with care.
msgstr Utilitzeu aquesta opció amb cura.



Bug#357593: PTS: New package shown as old package

2006-03-18 Thread Miguel Gea Milvaques
Package: qa.debian.org
Severity: normal

Hi,
dacco package has gone into unstable yesterday (17/3/2006), today has
been updated its pts page (http://packages.qa.debian.org/d/dacco.html)
but it's shown as old package, it shows:

This package is no longer part of any Debian distribution. Thus you
won't find much information here. The old news is kept for historic
purpose only.

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


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



Bug#354351: fail to install

2006-02-26 Thread Miguel Gea Milvaques
Norbert Preining wrote:
 Dear Miguel!
 
 On Sam, 25 Feb 2006, Miguel Gea Milvaques wrote:
 
 
 
 Uuups, where did you got this from?
 
 Do you have teTeX or TeX live installed?

tetex

 
 You are running sid, but what is your version of tetex-bin? 
 
 Please send me the output of
   dpkg -l tetex-bin texlive-base-bin


ii  tetex-bin  2.0.2-31   The teTeX binary files
ii  tetex-base 2.0.2c-9   Basic library files of teTeX

 
 This is very strange. Did you NOT upgrade tetex to tetex3? In case you
 are running still tetex2, then I could explain this, but otherwise that
 would be strange.

I've upgrade regularly on sid but not dist-upgrade, so tetex3 was
waiting on my machine.

Maybe adding the dependences could be enought.
-- 
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4


signature.asc
Description: OpenPGP digital signature


Bug#354351: fail to install

2006-02-25 Thread Miguel Gea Milvaques
Package: texinfo
Version: 4.8-5
Severity: grave

When installing it, it fails like this:

[EMAIL PROTECTED]:~$ sudo apt-get -f install
S'està llegint la llista de paquets... Fet
S'està construint l'arbre de dependències... Fet
0 actualitzats, 0 nous a instal·lar, 0 a eliminar i 356 no actualitzats.
1 no instal·lats o eliminats completament.
Es necessita obtenir 0B d'arxius.
Després de desempaquetar s'usaran 0B d'espai en disc addicional.
S'està configurant texinfo (4.8-5) ...
Running mktexlsr. This may take some time. ... done.
kpsewhich: unrecognized option `-var-value'
dpkg: s'ha produït un error en processar texinfo (--configure):
el subprocés post-installation script retornà el codi d'eixida d'error 1
S'han trobat errors en processar:
texinfo
Updating Debian Packages of System Configurations (dpsyco).
E: Sub-process /usr/bin/dpkg returned an error code (1)
  

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

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

texinfo recommends no packages.

-- no debconf information


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



Bug#354351: fail to install

2006-02-25 Thread Miguel Gea Milvaques
Norbert Preining wrote:
 On Sam, 25 Feb 2006, Miguel Gea Milvaques wrote:
 
Package: texinfo
Version: 4.8-5
Severity: grave

kpsewhich: unrecognized option `-var-value'
 
 
 Please tell me the output of
   which kpsewhich

/usr/bin/kpsewhich

 and
   kpsewhich --version

[EMAIL PROTECTED]:/media/loop0$ kpsewhich --version
kpathsea version 3.4.5
Copyright (C) 1997 - 2002 K. Berry  O. Weber.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.

-- 
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4


signature.asc
Description: OpenPGP digital signature


Bug#349601: moto4lin in experimental

2006-02-16 Thread Miguel Gea Milvaques
Hi Lucas,

moto4lin is allready packaged, and you could found it at experimental
(http://ftp.debian.org/debian/pool/main/m/moto4lin/).

-- 
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4


signature.asc
Description: OpenPGP digital signature


Bug#352483: link broken on http://www.debian.org/ports/sparc/porting

2006-02-12 Thread Miguel Gea Milvaques
Package: www.debian.org
Severity: normal

The link the SPARC buildd web pages that points to
http://sparc.debian.org/ is broken.

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


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



Bug#346412: Catalan debconf templates translation

2006-01-07 Thread Miguel Gea Milvaques
Package: cvs
Version: 1:1.12.9-17
Severity: wishlist
Tags: patch l10n

cvs debconf templates have been translated and checked by
Debian L10n Catalan Team. It would be fantastic if you could add
attached .po file in cvs package.

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

Versions of packages cvs depends on:
ii  debconf [debconf-2.0] 1.4.67 Debian configuration management sy
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libpam-runtime0.79-3 Runtime support for the PAM librar
ii  libpam0g  0.79-3 Pluggable Authentication Modules l
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages cvs recommends:
ii  emacs21 [info-browser]21.4a-3The GNU Emacs editor
ii  info [info-browser]   4.8-2  Standalone GNU Info documentation 
ii  konqueror [info-browser]  4:3.4.2-4  KDE's advanced file manager, web b
ii  netbase   4.24   Basic TCP/IP networking system

-- debconf information:
  cvs/rotatekeep: 7
* cvs/badrepositories: create
  cvs/rotatekeep_nondefault: no
  cvs/rotate_individual: true
  cvs/pserver_repos_individual: true
* cvs/pserver_setspawnlimit: false
  cvs/rotatekeep_individual: 7
* cvs/pserver_repos: all
* cvs/pserver: false
  cvs/cvs_conf_is_dead:
* cvs/repositories: /var/lib/cvs
  cvs/pserver_spawnlimit: 400
* cvs/rotatehistory: no
# translation of ca-1.po to
# translation of ca.po to
#
#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.
# Miguel Gea Milvaques, 2005.
# Miguel Gea Milvaques, 2005.
# Joan Sanz i Rabadan [EMAIL PROTECTED], 2005.
# Miguel Gea Milvaques, 2005.
#
msgid 
msgstr 
Project-Id-Version: ca-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-02-09 23:30+\n
PO-Revision-Date: 2005-12-21 22:57+0100\n
Last-Translator: Miguel Gea Milvaques\n
Language-Team:  [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.10.2\n

#. Type: note
#. Description
#: ../cvs.templates:3
msgid /etc/cvs.conf is no longer used.
msgstr Ja no es fa servir /etc/cvs.conf.

#. Type: note
#. Description
#: ../cvs.templates:3
msgid 
Instead, either use cvs's Debconf interface or edit the files /etc/cvs-
pserver.conf and /etc/cvs-cron.conf
msgstr 
Utilitzeu en lloc seu la interfície Debconf del cvs o bé editeu els fitxers 
/etc/cvs-pserver.conf i /etc/cvs-cron.conf

#. Type: string
#. Description
#: ../cvs.templates:10
msgid Where are your repositories?
msgstr On són els vostres repositoris?

#. Type: string
#. Description
#: ../cvs.templates:10
msgid 
List the directories that are the roots of your repositories, separated by 
colons.
msgstr Escriviu la llista de directoris que són l'arrel dels vostres 
repositoris, separats per signes de dos punts.

#. Type: string
#. Description
#: ../cvs.templates:10
msgid 
These repositories can be exported by the pserver, have their history files 
rotated automatically every week, and general repository security checks 
will be performed on them.
msgstr Aquests repositoris es poden exportar a través del pserver, els seus 
fitxers d'historial es poden arxivar automàticament cada setmana, i també s'hi 
faran comprovacions generals de seguretat.

#. Type: string
#. Description
#: ../cvs.templates:10
msgid 
If you wish to create a new repository, enter the path where you wish to 
create it. You will then be given the option of creating it later.
msgstr Si voleu crear un repositori nou, introduïu el camí on voleu crear-lo. 
També podreu crear-lo després.

#. Type: select
#. Choices
#: ../cvs.templates:23
msgid create, ignore, reenter
msgstr crea, ignora, torna a introduir

#. Type: select
#. Description
#: ../cvs.templates:25
msgid Do you wish to fix invalid repositories?
msgstr Voleu corregir els repositoris invàlids?

#. Type: select
#. Description
#: ../cvs.templates:25
msgid 
The following items you entered are not directories or do not contain a 
CVSROOT subdirectory: ${badreps}.
msgstr 
Els elements següents que heu introduït no són directoris o no contenen cap 
subdirectori CVSROOT: ${badreps}.

#. Type: select
#. Description
#: ../cvs.templates:25
msgid 
If you have not yet created these repositories, you can create them by 
selecting 'create' here

Bug#345022: ITP: dacco -- catalan to english and english to catalan dictionary

2005-12-28 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

* Package name: dacco
  Version : 0.9
  Upstream Author : ?
* URL : http://www.ibiblio.org/dacco
* License : LGPL
  Description : catalan to english and english to catalan dictionary

an English Catalan dictionary and a Catalan English dictionary, it's
based on xml and is used by QDacco package to search. 

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


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



Bug#345023: ITP: qdacco -- little frontend to dacco english to catalan dictionary

2005-12-28 Thread Miguel Gea Milvaques
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: qdacco
  Version : x.y.z
  Upstream Author : Carles Pina i Estany [EMAIL PROTECTED]
* URL : http://www.catalandictionary.org/cat/?q=node/32
* License : GPL
  Description : little frontend to dacco english to catalan dictionary

 little frontend to dacco, an english to catalan and catalan to english 
 dictionary.

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

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

iD8DBQFDsq91NTNQylgICMQRAiddAJ9SEzy6HnwSSlS/Cng4x1vSJkXLVACfdsni
LGD0ekojkd8TXrawF7suSG0=
=nfJ9
-END PGP SIGNATURE-


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



Bug#337274: gtkgo: FTBFS: Unsatisfiable Build-Depends on imlib1

2005-12-25 Thread Miguel Gea Milvaques
Hi Marcela,

The problem was that the imlib package is not on testing/unstable now. I
add a patch that correct the problem.

-- 
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4
diff -urN orig/gtkgo-0.0.10/debian/control gtkgo-0.0.10/debian/control
--- orig/gtkgo-0.0.10/debian/control	2005-12-18 01:35:34.0 +0100
+++ gtkgo-0.0.10/debian/control	2005-12-19 14:30:39.0 +0100
@@ -1,7 +1,7 @@
 Source: gtkgo
 Section: games
 Priority: optional
-Build-Depends: libgtk1.2, libgnome-dev, debmake, imlib1, gdk-imlib1-dev, libzvt2, libzvt-dev, libdb3-dev
+Build-Depends: libgnome-dev, debmake, libzvt-dev
 Maintainer: Marcela Tiznado [EMAIL PROTECTED]
 Standards-Version: 3.6.1
 


signature.asc
Description: OpenPGP digital signature


Bug#341925: fails to install

2005-12-04 Thread Miguel Gea Milvaques
Package: debtags-edit
Version: 1.0.3
Severity: grave

debtags-edit fails to install due a dependence with libsigc++-2.0-0c2
thay has been renamed to libsigc++-2.0-0c2a.

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

Versions of packages debtags-edit depends on:
ii  debtags   1.5.1  Enables support for package tags
pn  libapt-pkg-libc6.3-5-3.9  none (no description available)
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-4  GCC support library
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libglibmm-2.4-1   2.6.1-1C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libgtkmm-2.4-11:2.4.11-2 C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libsigc++-2.0-0   2.0.10-1   type-safe Signal Framework for C++
ii  libstdc++51:3.3.6-10 The GNU Standard C++ Library v3
ii  libtdb1   1.0.6-13   Trivial Database - shared library
ii  zlib1g1:1.2.3-6  compression library - runtime

debtags-edit recommends no packages.


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



Bug#340152: Can't access wxmaxima help

2005-11-21 Thread Miguel Gea Milvaques
Package: wxmaxima
Version: 0.6.2-4
Severity: normal
Tags: patch

The help/help maxima menu shows that documentation is not available.
The attached patch correct it.

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

Versions of packages wxmaxima depends on:
ii  libc6 2.3.5-7GNU C Library: Shared
libraries an
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3
ii  libwxgtk2.6-0 2.6.1.2wxWidgets Cross-platform
C++ GUI t
ii  libxml2   2.6.22-2   GNOME XML library
ii  maxima5.9.2-1A fairly complete computer
algebra
ii  zlib1g1:1.2.3-6  compression library - runtime

wxmaxima recommends no packages.

-- no debconf information


patch.diff
Description: application/pgp-keys


Bug#338802: acx100-source: Should depend on fakeroot

2005-11-12 Thread Miguel Gea Milvaques
Hi,

You have a problem executing module-assistant, that is the program that
calls fakeroot. acx100 could be built without fakeroot. I'll reassign
this bug to module-assistant.

-- 
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4


signature.asc
Description: OpenPGP digital signature


Bug#336499: Catalan debconf templates translation

2005-10-30 Thread Miguel Gea Milvaques
Package: apt-build
Version: 0.12.13
Severity: wishlist
Tags: patch l10n

apt-build debconf templates have been translated and checked by
Debian L10n Catalan Team. It would be fantastic if you could add
attached .po file in apt-build package.


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

Versions of packages apt-build depends on:
ii  apt   0.6.42.1   Advanced front-end for dpkg
ii  apt-utils 0.6.42.1   APT utility programs
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  devscripts2.9.8  Scripts to make the life of a Debi
ii  dpkg-dev  1.13.11package building tools for Debian
ii  g++   4:4.0.2-1  The GNU C++ compiler
ii  gcc   4:4.0.2-1  The GNU C compiler
ii  libappconfig-perl 1.56-2 Perl module for configuration file
ii  libapt-pkg-perl   0.1.17 Perl interface to libapt-pkg
ii  perl  5.8.7-7Larry Wall's Practical Extraction 

Versions of packages apt-build recommends:
ii  build-essential   11.1   informational list of build-essent
ii  fakeroot  1.5.4  Gives a fake root environment

-- debconf information excluded
# translation of ca.po to catalan
# translation of ca.po to
#
#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.
# Miguel Gea Milvaques, 2005.
# Miguel Gea Milvaques, 2005.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2005-09-17 16:47+0200\n
PO-Revision-Date: 2005-10-16 13:08+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.10.2\n

#. Type: string
#. Description
#: ../templates:4
msgid Directory used by apt-build to download and build packages:
msgstr Directori que utilitzarà apt-build per descarregar i construir els 
paquets:

#. Type: string
#. Description
#: ../templates:9
msgid Directory used to store packages built by apt-build:
msgstr Directori utilitzat per emmagatzemar els paquets construïts per 
apt-build:

#. Type: boolean
#. Description
#: ../templates:14
msgid Add apt-build repository to sources.list?
msgstr Voleu afegir el repositori d'apt-build al sources.list?

#. Type: boolean
#. Description
#: ../templates:14
msgid 
In order to install built package via APT, you must add a line like this to 
your sources.list:\n
  deb file:${repo} apt-build main
msgstr 
Per instal·lar amb APT els paquets que construïu, heu d'afegir com aquesta al 
vostre sources.list:\n
  deb file:${repo} apt-build main

#. Type: select
#. Choices
#: ../templates:21
msgid Light, Medium, Strong
msgstr Baix, Mig, Agressiu

#. Type: select
#. Description
#: ../templates:23
msgid Which optimization level do you want?
msgstr Quin nivell d'optimització voleu?

#. Type: select
#. Description
#: ../templates:23
msgid 
These are equivalent to -O1, -O2 and -O3. Optimization level is time 
dependant. The higher optimization level you choose, more time will be 
required for compiling, but the faster your programs will be. Warning: 
Strong optimization may lead to stability problems.
msgstr 
Són equivalents a -O1, -O2 y -O3. Els nivells d'optimització depenen del 
temps. Com més nivell d'optimització escolliu, 
més temps necessitareu per compilar, però més ràpids seran els programes que 
compileu. Avís: 
La optimització Agressiva pot comportar problemes d'estabilitat.

#. Type: select
#. Description
#: ../templates:78
msgid What is your architecture?
msgstr Quina és la vostra arquitectura?

#. Type: select
#. Description
#: ../templates:78
msgid 
If your architecture is not here, choose one and edit your configuration 
file (/etc/apt/apt-build.conf) by hand, and please do a bugreport. (wishlist)
msgstr 
Si la vostra arquitectura no és ací, escolliu una qualsevol i editeu el fitxer 
de configuració 
(/etc/apt/apt-build.conf) a ma, i reporteu l'error. (whislist)

#. Type: string
#. Description
#: ../templates:85
msgid Options to add to gcc:
msgstr Opcions per passar-li al gcc:

#. Type: string
#. Description
#: ../templates:89

Bug#336384: Catalan debconf templates translation

2005-10-29 Thread Miguel Gea Milvaques
Package: apt-proxy
Version: 1.9.32
Severity: wishlist
Tags: patch l10n

apt-proxy debconf templates have been translated and checked by
Debian L10n Catalan Team. It would be fantastic if you could add
attached .po file in apt-proxy package.

-- 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.10
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
# translation of ca.po to catalan
#
#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.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-08-18 12:19-0300\n
PO-Revision-Date: 2005-10-16 13:41+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.10.2\n

#. Type: note
#. Description
#: ../templates:3
msgid Upgrading from pre-v1.9 packages.
msgstr Actualitzant des del paquet pre-v1.9.

#. Type: note
#. Description
#: ../templates:3
msgid You seem to be upgrading from a version of apt-proxy previous to v1.9.
msgstr Pareix que esteu actualitzant des d'una versió de apt-proxy prèvia a 
v1.9.

#. Type: note
#. Description
#: ../templates:3
msgid 
apt-proxy has been rewritten in python and the new configuration file format 
is incompatible with previous version. Hopefully you will like the new 
format better :)
msgstr 
el apt-proxy s'ha reescrit en python i el format del nou fitxer de 
configuració 
és incompatible amb al versió anterior. Esperem que us agrade el nou i
millor format :)

#. Type: note
#. Description
#: ../templates:3
msgid 
I will build /etc/apt-proxy/apt-proxy-v2.conf based on your old settings if 
you didn't already have such file. In any case, a backup file will be 
written to /etc/apt-proxy/apt-proxy-v2.conf.backup
msgstr 
Es construirà /etc/apt-proxy/apt-proxy-v2.conf basant-se en els paràmetres 
antics 
si no teniu encara aquest fitxer. En aquest cas, es farà una còpia de 
seguretat a 
 /etc/apt-proxy/apt-proxy-v2.conf.backup

#. Type: note
#. Description
#: ../templates:3
msgid There are also other issues documented in 
/usr/share/doc/apt-proxy/UPGRADING
msgstr Hi ha altres qüestions documentades a 
/usr/share/doc/apt-proxy/UPGRADING

#. Type: note
#. Description
#: ../templates:19
msgid Upgrading issues
msgstr Questions d'actualització

#. Type: note
#. Description
#: ../templates:19
msgid 
The upgrading script dumped some warnings and they have been mailed to 
[EMAIL PROTECTED]
msgstr 
El guió d'actualització ha volcat alguns avisos i s'enviaran per correu a
[EMAIL PROTECTED]

#. Type: note
#. Description
#: ../templates:19
msgid 
You should read those warnings and /usr/share/doc/apt-proxy/UPGRADING and 
revise your configuration (/etc/apt-proxy/apt-proxy-v2.conf)
msgstr Hauríeu de llegir aquestos avisos i /usr/share/doc/apt-proxy/UPGRADING 
i revisar la vostra configuració (/etc/apt-proxy/apt-proxy-v2.conf)



Bug#334199: catalan debconf templates translation

2005-10-16 Thread Miguel Gea Milvaques
Package: beep
Version: 1.2.2-14
Severity: wishlist
Tags: patch l10n

Hi,
I've attached the updated catalan debconf translations. Please include
them in the new package version.

Thank you

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

Versions of packages beep depends on:
ii  debconf   1.4.58 Debian configuration management sy
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

beep recommends no packages.
# translation of beep_1.2.2-12_templates.po to catalan
#
#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.
# Jordi Fernández Mora [EMAIL PROTECTED], 2004.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2004.
#
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2005-06-14 00:09+0200\n
PO-Revision-Date: 2005-10-10 15:34+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: Catalan debian-l10n-catalan@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit

#. Type: select
#. Choices
#: ../templates:3
msgid 
suid root for all, suid root with only group audio executable, not suid at 
all
msgstr 
suid root per a tothom, suid root només pel grup audio, suid per a ningú 

#. Type: select
#. Description
#: ../templates:5
msgid How do you want to handle suid root for the beep program?
msgstr Com voleu gestionar l'atribut suid root pel programa beep?

#. Type: select
#. Description
#: ../templates:5
msgid 
beep must be run as root since it needs to access the speaker hardware. 
There are several posibilities to make the program usable:  Either only for 
root (no suid bit at all), executable only by users of the group audio, or 
usable for all.
msgstr 
s'ha d'executar beep com a root ja que necessita accedir al maquinari del 
speaker. Hi ha varies possibilitats de fer el programa usable: Només per 
l'usuari root (no apareix el bit de suid), només executable pels usuaris del 
grup audio, o executable per a tothom.

#. Type: select
#. Description
#: ../templates:5
msgid 
Since each program set as suid root can be a security risk this is not done 
by default.  However, the program is quite small (~150 lines of code), so it 
is fairly easy to verify the safety of the code yourself, if you don't trust 
my judgement.
msgstr 
Ja que qualsevol programa amb el suid root pot ser un perill per la 
seguretat, no es fa per defecte. Tot i això el programa és petit (unes 150 
línies) i és en justícia fàcil verificar la seguretat del codi vosaltres 
mateixos, si no confieu en el meu criteri.



Bug#331055: Can't activate Eines menu with ALT+i

2005-10-01 Thread Miguel Gea Milvaques
Package: mozilla-thunderbird-locale-ca
Version: 1.0-1
Severity: normal
Tags: l10n

When ALT+i keys are pressed to activate Eines menu, it open
Visualitza pull down menu.

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

Versions of packages mozilla-thunderbird-locale-ca depends on:
ii  mozilla-thunderbird   1.0.6-3Mozilla Thunderbird standalone mai

mozilla-thunderbird-locale-ca recommends no packages.

-- no debconf information


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



Bug#328930: bugzilla catalan debconf templates

2005-09-18 Thread Miguel Gea Milvaques
Package: bugzilla
Severity: wishlist
Tags: l10n

bugzilla debconf templates have been actualized. Please include them in
new releas.


-- 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.10
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
# translation of bugzilla_2.16.4-1_templates.po to catalan
#
#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.
# Jordi Fernández Mora [EMAIL PROTECTED], 2004.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2004, 2005.
#
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-09-13 00:34+0200\n
PO-Revision-Date: 2005-09-13 22:47+0200\n
Last-Translator: Miguel Gea Milvaques\n
Language-Team:  [EMAIL PROTECTED]\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

#. Type: note
#. Description
#: ../bugzilla.templates:3
msgid New location for Bugzilla CGI scripts
msgstr Lloc nou pels fitxers de seqüència de Bugzilla

#. Type: note
#. Description
#: ../bugzilla.templates:3
msgid 
All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the script 
\bgz_query.cgi\ has been renamed as \query.cgi\.
msgstr 
Tots els fitxers de seqüència CGI s'han mogut a /usr/lib/cgi-bin/bugzilla i 
el fitxer de seqüència «bgz_query.cgi» ha canviat el nom a «query.cgi».

#. Type: note
#. Description
#: ../bugzilla.templates:3
msgid 
If you have made changes to /var/lib/bugzilla/web/index.html, the install 
process will not overwrite this file. You may thus need to update all links 
to the CGI scripts.
msgstr 
Si heu fet canvis a /var/lib/bugzilla/web/index.html el procés 
d'instal·lació no sobreescriurà aquests fitxer, per tant heu d'actualitzar 
tots els enllaços que fan referència als fitxers de seqüència CGI.

#. Type: note
#. Description
#: ../bugzilla.templates:13
msgid Template now used for the Bugzilla index
msgstr Plantilla utilitzada ara per a l'índex de Bugzilla

#. Type: note
#. Description
#: ../bugzilla.templates:13
msgid 
If you have made changes to /var/lib/bugzilla/web/index.html, you should 
report them in a copy of /usr/share/bugzilla/template/en/default/index.html.
tmpl and put it in /var/lib/bugzilla/template/en/custom/.
msgstr 
Si heu fet canvis a /var/lib/bugzilla/web/index.html, heu de fer-los constar 
a una còpia de /usr/share/bugzilla/template/en/default/index.html.tmpl que 
ha d'anar a /var/lib/bugzilla/template/en/custom/.

#. Type: note
#. Description
#: ../bugzilla.templates:13
msgid 
The /var/lib/bugzilla/web/index.html file will be saved as /var/lib/bugzilla/
web/index.html.dpkg-bak.
msgstr 
El fitxer /var/lib/bugzilla/web/index.html es desarà com /var/lib/bugzilla/
web/index.html.dpkg-bak.

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid No MySQL server found. Do you want to continue?
msgstr No s'ha trobat cap servidor MySQL. Voleu continuar?

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid A local or remote MySQL server is mandatory for using Bugzilla.
msgstr És obligatori tenir un servidor MySQL per utilitzar Bugzilla.

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid 
The Bugzilla package does not depend on the MySQL server package, since 
Bugzilla can use a remote MySQL database.  To complete Bugzilla 
configuration, access to a MySQL server is required.
msgstr 
El paquet Bugzilla no declara una dependència obligatòria al paquet MySQL 
server, ja que Bugzilla pot fer servir una base de dades MySQL de forma 
remota. Per completar la configuració de Bugzilla, es necessita accés al 
servidor MySQL.

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid If you do not continue, the Bugzilla package will not be configured.
msgstr Si no continueu, el paquet Bugzilla no serà configurat.

#. Type: boolean
#. Description
#: ../bugzilla.templates:37
msgid Do you need to create a new database or a new user?
msgstr Necessiteu crear una nova base de dades o un usuari nou?

#. Type: boolean
#. Description
#: ../bugzilla.templates:37
msgid If no MySQL database or no MySQL database user exist, they should be 
created.
msgstr 
Si no teniu una base de dades MySQL o un usuari de la base de dades que el 
pugui fer servir bugzilla heu de crear-ne un.

#. Type: boolean
#. Description
#: ../bugzilla.templates:37
msgid Both may however be created manually later.
msgstr Sense dubte tots dos haureu de crear-los manualment

Bug#328945: Please add suport for searches with mozilla-firefox

2005-09-18 Thread Miguel Gea Milvaques
Package: dwww
Version: 1.9.24
Severity: wishlist
Tags: patch

It will be interesting to enable local searches with mozilla Firefox
(like google, yahoo and others).

To enable them, add the attached files to:
/usr/lib/mozilla-firefox/searchplugins

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

Versions of packages dwww depends on:
ii  apache2-mpm-prefork [httpd-cg 2.0.54-4   traditional model for Apache2
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.14.2 Miscellaneous utilities specific t
ii  doc-base  0.7.18-0.1 utilities to manage online documen
ii  file  4.12-1 Determines file type using magic
ii  libc6 2.3.5-5GNU C Library: Shared libraries an
ii  man-db2.4.3-1The on-line manual pager
ii  menu  2.1.25 generates programs menu for all me
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  realpath  1.9.24 Return the canonicalized absolute 

Versions of packages dwww recommends:
ii  apt   0.6.40.1   Advanced front-end for dpkg
pn  dlocate   none (no description available)
pn  info2www  none (no description available)

-- debconf information:
* dwww/cgiuser: www-data
* dwww/cgidir: /usr/lib/cgi-bin
* dwww/docrootdir: /var/www
* dwww/serverport: 80
* dwww/servername: localhost.localdomain
* dwww/index_docs: true
  dwww/nosuchdir:
  dwww/nosuchuser:
  dwww/badport:
SEARCH
   version = 3.1
   name = dwww
   description = Debian Documentation on www
   method = GET
   action = http://localhost/cgi-bin/dwww;
   searchForm = http://localhost/cgi-bin/dwww;
   queryCharset=UTF-8
   queryEncoding=UTF-8


INPUT NAME=search user
INPUT NAME=searchtype VALUE=d


# searching all
INTERPRET
   browserResultType = result
   resultListStart = div align=right
   resultListEnd = 'table cellpadding=0 cellspacing=0'
   resultItemStart = p class=g
   resultItemEnd = /font/font


/SEARCH



dwww.gif
Description: GIF image


Bug#328947: typo in documentation

2005-09-18 Thread Miguel Gea Milvaques
Package: menu
Version: 2.1.25
Severity: minor

There are a little typo in /usr/share/doc/menu/html/ch2.html file:

 2.1 How/when do the window manger startup files get created?
   ^^
  

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

Versions of packages menu depends on:
ii  dpkg  1.13.11package maintenance system for Deb
ii  libc6 2.3.5-5GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libstdc++51:3.3.6-9  The GNU Standard C++ Library v3

menu recommends no packages.

-- no debconf information


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



Bug#318465: Progress?

2005-09-09 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Barak Pearlmutter wrote:
 Hi, I'm a Motorola V220 user and a Debian developer.  Was considering
 packaging moto4lin myself, and noticed your ITP.  Please let me know
 if you are still planning to package moto4lin, or if there are any
 difficulties I might be able to help with.
 
   --Barak.

Hi Barak,

I'll finish packaging it next week.

- --
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDIgJVNTNQylgICMQRAnJ1AJ4g1yDfbufzD16xDcbGusPx//O3pgCcDcPz
Wri3oJpuhNBBGoJ4Hj8hgP4=
=qIRY
-END PGP SIGNATURE-


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



Bug#326443: mydms: Please provide more database flexibility

2005-09-06 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The software supports ADOdb, but it doesn't exist sql init files for
other databases. I plan to add postgres and oracle support in the future.

Thanks.

- --
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDHVQ5NTNQylgICMQRAsYQAKCBZPnTAKIKcfT2Ku6CUTlVBsQ/DQCdHR33
+QtPfAUfbrvRJwT9yiqqErE=
=d4aj
-END PGP SIGNATURE-


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



Bug#325358: ca is not registered to use with aspell

2005-08-27 Thread Miguel Gea Milvaques
Package: aspell-ca
Version: 0.4-4
Severity: important
Tags: patch

You obtain an error if you execute:
[EMAIL PROTECTED]:~$ echo hola | aspell -a --sug-mode=ultra --lang ca_ES
Error: No word lists can be found for the language ca_ES.

It seems that ca lang is not registered to be used with aspell as you
could see executing aspell --help:

[EMAIL PROTECTED]:~$ aspell --help
(...)
Available Dictionaries:
Dictionaries can be selected directly via the -d or master
option.  They can also be selected indirectly via the lang,
variety, and size options.

  en
  en-variant_0
  en-variant_1
  en-variant_2

The attached patch solves it.

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

Versions of packages aspell-ca depends on:
ii  aspell0.60.3-5   GNU Aspell spell-checker
ii  dictionaries-common   0.49.2 Common utilities for spelling dict

aspell-ca recommends no packages.

-- no debconf information
diff -urN ispellcat-0.4/debian/aspell-ca.dirs 
../ispellcat-0.4/debian/aspell-ca.dirs
--- ispellcat-0.4/debian/aspell-ca.dirs 2005-08-28 00:51:06.599053840 +0200
+++ ../ispellcat-0.4/debian/aspell-ca.dirs  2005-08-28 00:26:04.0 
+0200
@@ -1 +1 @@
-usr/lib/aspell-0.60/
+usr/lib/aspell/
diff -urN ispellcat-0.4/debian/rules ../ispellcat-0.4/debian/rules
--- ispellcat-0.4/debian/rules  2005-08-28 00:51:06.600053688 +0200
+++ ../ispellcat-0.4/debian/rules   2005-08-28 00:25:06.0 +0200
@@ -60,13 +60,13 @@
install -m 644 catala.words.debian $(WORDS_DIR)/usr/share/dict/catala
 
# aspell-ca stuff
-   install -m 644 ca.dat $(ADICT_DIR)/usr/lib/aspell-0.60/ca.dat
-   install -m 644 ca.rws $(ADICT_DIR)/usr/lib/aspell-0.60/ca.rws
-   install -m 644 ca.multi $(ADICT_DIR)/usr/lib/aspell-0.60/ca.multi
-   install -m 644 catalan.alias 
$(ADICT_DIR)/usr/lib/aspell-0.60/catalan.alias
-   install -m 644 catala.alias 
$(ADICT_DIR)/usr/lib/aspell-0.60/catala.alias
-   install -m 644 català.alias 
$(ADICT_DIR)/usr/lib/aspell-0.60/català.alias
-#  install -m 644 ca_phonet.dat 
$(ADICT_DIR)/usr/lib/aspell-0.60/ca_phonet.dat
+   install -m 644 ca.dat $(ADICT_DIR)/usr/lib/aspell/ca.dat
+   install -m 644 ca.rws $(ADICT_DIR)/usr/lib/aspell/ca.rws
+   install -m 644 ca.multi $(ADICT_DIR)/usr/lib/aspell/ca.multi
+   install -m 644 catalan.alias $(ADICT_DIR)/usr/lib/aspell/catalan.alias
+   install -m 644 catala.alias $(ADICT_DIR)/usr/lib/aspell/catala.alias
+   install -m 644 català.alias $(ADICT_DIR)/usr/lib/aspell/català.alias
+#  install -m 644 ca_phonet.dat $(ADICT_DIR)/usr/lib/aspell/ca_phonet.dat
 
# myspell-ca stuff
install -m 644 catalan-m.dic 
$(MDICT_DIR)/usr/share/myspell/dicts/ca_ES.dic
@@ -93,7 +93,7 @@
dh_testroot -a  
dh_installdocs -a
installdeb-ispell -picatalan
-#  installdeb-aspell -paspell-ca
+   installdeb-aspell -paspell-ca
dh_link -a
dh_installchangelogs -a
dh_compress -a


Bug#318559: stow: FTBFS: Error running texi2html

2005-08-04 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I've attached a patch to solve the texi2html problem.
- --
e-mail: Miguel Gea Milvaques debian(@nospam)miguelgea.com
Blog: http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC8qNtNTNQylgICMQRAp9LAJ94tvoGWcY/O740MWS5kcsGGJn6zACgtAHd
wZ3G63/3zQU/rhAW3w8sWEo=
=oZ0W
-END PGP SIGNATURE-


patch.diff
Description: application/pgp-keys


  1   2   >