Bug#624407: lcdproc: FTBFS on many arches

2011-04-28 Thread Xavier Oswald
On 18:41 04/28/11, Dominique Dumont wrote:
> Le jeudi 28 avril 2011 10:31:50, vous avez écrit :
> > Source: lcdproc
> > Version: 0.5.4-4
> > Severity: serious
> > 
> > https://buildd.debian.org/status/package.php?p=lcdproc&suite=unstable
> > 
> > and
> > 
> > http://buildd.debian-ports.org/status/package.php?p=lcdproc&suite=unstable
> > 
> > please fix this.
> 
> Already done.
> 
> The fixed package is waiting in mentors [1]. My AM is struggling to find time 
> to review and upload it.
> 
> All the best
> 
> [1] http://mentors.debian.net/debian/pool/main/l/lcdproc

Hi,

Ill review and upload it saturday. Sorry for the delay.

@Konstantinos: Im happy to see you back in Debian !!

Greetings,
-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3


signature.asc
Description: Digital signature


Bug#605218: apt-get dist-upgrade fails to install ia32-libs since version 20101117

2010-11-28 Thread Xavier Oswald
tags 605218 unreproducible

Hi,

The bugreport doesn't contain a lot of informaton. But well, I tried to
reproduce it.

Some test cases:

1) clean lenny chroot
   install ia32-libs
   doing an upgrade  of the package to squeeze
   OK.

2) clean lenny chroot
   install ia32-libs
   doing a dist-upgrade to squeeze
   OK.

3) clean lenny chroot
   install ia32-libs
   doing a package upgrade to sid
   OK.

4) clean lenny chroot
   install ia32-libs
   doing a dist-upgrade to sid
   OK.

5) clean squeeze chroot
   install ia32-libs
   OK

5) clean sid chroot
   install ia32-libs
   OK


Please provide us more information.


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

Kernel: Linux 2.6.36-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to 
fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ia32-libs depends on:
ii  dpkg1.15.8.6 Debian package management system
ii  lib32asound21.0.23-2.1   shared library for ALSA applicatio
ii  lib32bz2-1.01.0.5-6  high-quality block-sorting file co
ii  lib32gcc1   1:4.4.5-8GCC support library (32 bit Versio
ii  lib32ncurses5   5.7+20100313-4   shared libraries for terminal hand
ii  lib32stdc++64.4.5-8  The GNU Standard C++ Library v3 (3
ii  lib32v4l-0  0.8.1-1  Collection of video4linux support 
ii  lib32z1 1:1.2.3.4.dfsg-3 compression library - 32 bit runti
ii  libc6-i386  2.11.2-7 Embedded GNU C Library: 32-bit sha

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
pn  ia32-libs-gtk  (no description available)

-- no debconf information

-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3


signature.asc
Description: Digital signature


Bug#604053: nsca: diff for NMU version 2.7.2+nmu1

2010-11-28 Thread Xavier Oswald
tags 604053 + pending
thanks

Dear maintainer,

I've prepared an NMU for nsca (versioned as 2.7.2+nmu1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3
diff -Nru nsca-2.7.2/debian/changelog nsca-2.7.2+nmu1/debian/changelog
--- nsca-2.7.2/debian/changelog	2009-03-21 22:26:18.0 +0100
+++ nsca-2.7.2+nmu1/debian/changelog	2010-11-28 11:52:51.0 +0100
@@ -1,3 +1,11 @@
+nsca (2.7.2+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix nsca starting as daemon when disabled in debconf and using an unusual
+PID (Closes: #604053).
+
+ -- Xavier Oswald   Sun, 28 Nov 2010 10:59:05 +0100
+
 nsca (2.7.2) unstable; urgency=low
 
   * New upstream version (Closes: #466353)
diff -Nru nsca-2.7.2/debian/nsca.init nsca-2.7.2+nmu1/debian/nsca.init
--- nsca-2.7.2/debian/nsca.init	2009-03-12 05:53:50.0 +0100
+++ nsca-2.7.2+nmu1/debian/nsca.init	2010-11-28 13:32:59.0 +0100
@@ -19,10 +19,7 @@
 
 ###
 
-# obviously if the daemon doesn't exist we should stop now
-if [ ! -x $DAEMON ]; then
-	exit 0
-fi
+test -f $DAEMON || exit 0
 
 # grab an arbitrary config setting from nsca.cfg
 get_config(){
@@ -48,8 +45,8 @@
 	SSD_STOPOPTS="--pidfile $PIDFILE"
 fi
 
-SSD_START="/sbin/start-stop-daemon --oknodo -S $SSD_STARTOPTS --exec $DAEMON"
-SSD_STOP="/sbin/start-stop-daemon --oknodo -K $SSD_STOPOPTS --exec $DAEMON"
+SSD_START="start-stop-daemon --start  --chuid nobody --oknodo -S $SSD_STARTOPTS --exec $DAEMON"
+SSD_STOP="start-stop-daemon --stop --oknodo -K $SSD_STOPOPTS --exec $DAEMON"
 
 die(){
 	echo $@
diff -Nru nsca-2.7.2/debian/po/cs.po nsca-2.7.2+nmu1/debian/po/cs.po
--- nsca-2.7.2/debian/po/cs.po	2009-03-12 05:53:50.0 +0100
+++ nsca-2.7.2+nmu1/debian/po/cs.po	2010-11-28 12:28:20.0 +0100
@@ -19,6 +19,7 @@
 "PO-Revision-Date: 2006-08-10 21:39+0200\n"
 "Last-Translator: Martin Sin \n"
 "Language-Team: Czech \n"
+"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru nsca-2.7.2/debian/po/de.po nsca-2.7.2+nmu1/debian/po/de.po
--- nsca-2.7.2/debian/po/de.po	2009-03-12 05:53:50.0 +0100
+++ nsca-2.7.2+nmu1/debian/po/de.po	2010-11-28 12:28:20.0 +0100
@@ -10,6 +10,7 @@
 "PO-Revision-Date: 2007-03-10 18:06+0100\n"
 "Last-Translator: Helge Kreutzmann \n"
 "Language-Team: German \n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-15\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru nsca-2.7.2/debian/po/es.po nsca-2.7.2+nmu1/debian/po/es.po
--- nsca-2.7.2/debian/po/es.po	2009-03-21 21:26:43.0 +0100
+++ nsca-2.7.2+nmu1/debian/po/es.po	2010-11-28 12:28:20.0 +0100
@@ -36,6 +36,7 @@
 "PO-Revision-Date: 2009-02-01 12:13+0100\n"
 "Last-Translator: Fernando González de Requena \n"
 "Language-Team: Spanish \n"
+"Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -54,7 +55,10 @@
 "The nsca daemon is the process that handles results service checks sent via "
 "send_nsca on remote hosts.  Typically the nsca daemon is only needed on "
 "hosts that run the nagios daemon."
-msgstr "El demonio nsca es el proceso que maneja los resultados de la comprobación de servicios enviada a máquinas remotas a través de send_nsca. Normalmente sólo se necesita el demonio nsca en máquinas que ejecuten el demonio nagios."
+msgstr ""
+"El demonio nsca es el proceso que maneja los resultados de la comprobación "
+"de servicios enviada a máquinas remotas a través de send_nsca. Normalmente "
+"sólo se necesita el demonio nsca en máquinas que ejecuten el demonio nagios."
 
 #. Type: boolean
 #. Description
@@ -66,5 +70,10 @@
 "central nagios host, you should not choose this option.  If you wish to run "
 "nsca as a service through inetd/xinetd, you should also not choose this "
 "option."
-msgstr "Debería escoger esta opción si el sistema en el que está instalando nsca ejecuta tambien el demonio nagios. No debería escogerla si está instalando nsca en un sistema remoto «satélite» con la intención de enviar comprobaciones de servicios a un servidor central nagios. Tampoco debería escoger esta opción si desea ejecutar nsca como un servicio a través de inetd/xinetd."
-
+msgstr ""
+"Debería escoger esta opción si el sistema en el que está instalando nsca "
+"ejecuta tambien el demonio nagios. No debería escogerla si está instalando "
+"nsca en un si

Bug#602787: backuppc: diff for NMU version 3.2.0-1.1

2010-11-27 Thread Xavier Oswald
tags 602787 + pending
thanks

Dear maintainer,

I've uploaded an NMU for backuppc (versioned as 3.2.0-1.1) done by 
Adrian Friedli  and uploaded it to DELAYED/2. Please feel free
to tell me if I should delay it longer.

Regards.
-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3
diff -u backuppc-3.2.0/debian/changelog backuppc-3.2.0/debian/changelog
--- backuppc-3.2.0/debian/changelog
+++ backuppc-3.2.0/debian/changelog
@@ -1,3 +1,10 @@
+backuppc (3.2.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Depend on libwww-perl. (Closes: #602787)
+
+ -- Adrian Friedli   Sat, 27 Nov 2010 20:41:04 +0100
+
 backuppc (3.2.0-1) unstable; urgency=low
 
   * New upstream release
diff -u backuppc-3.2.0/debian/control backuppc-3.2.0/debian/control
--- backuppc-3.2.0/debian/control
+++ backuppc-3.2.0/debian/control
@@ -8,7 +8,7 @@
 
 Package: backuppc
 Architecture: all
-Depends: ${perl:Depends}, libdigest-md5-perl, libcompress-zlib-perl, libarchive-zip-perl, tar (>> 1.13), adduser (>=3.9), dpkg (>=1.8.3), apache2 | httpd, perl-suid, ${misc:Depends}, smbclient, samba-common-bin, bzip2, default-mta | exim4 | mail-transport-agent, iputils-ping, ucf, libtime-modules-perl
+Depends: ${perl:Depends}, libdigest-md5-perl, libcompress-zlib-perl, libarchive-zip-perl, tar (>> 1.13), adduser (>=3.9), dpkg (>=1.8.3), apache2 | httpd, perl-suid, ${misc:Depends}, smbclient, samba-common-bin, bzip2, default-mta | exim4 | mail-transport-agent, iputils-ping, ucf, libtime-modules-perl, libwww-perl
 Recommends: rsync, libfile-rsyncp-perl (>= 0.68), openssh-client | ssh-client, rrdtool, libio-dirent-perl
 Suggests: w3m | www-browser, par2
 Conflicts: libfile-rsyncp-perl (<< 0.68)
only in patch2:
unchanged:
--- backuppc-3.2.0.orig/httpd/BackupPC.conf
+++ backuppc-3.2.0/httpd/BackupPC.conf
@@ -0,0 +1,33 @@
+#
+# DESCRIPTION
+#
+#   This file controls access and configuration for the BackupPC CGI
+#   interface.
+#
+# Distributed with BackupPC version 3.1.1, released 22 Dec 2008.
+
+
+
+#
+# This section tells apache which machines can access the interface.
+# You can change the allow line to allow access from your local
+# network, or comment out this region to allow access from all
+# machines.
+#
+order deny,allow
+deny from all
+allow from 127.0.0.1
+
+#
+# You can change the authorization method to LDAP or another method
+# besides htaccess here if you are so inclined.
+#
+AuthType Basic
+AuthUserFile /etc/backuppc/BackupPC.users
+AuthName "BackupPC Community Edition Administrative Interface"
+require valid-user
+
+
+
+Alias   /backuppc/image /usr/share/backuppc/image
+ScriptAlias /BackupPC_Admin /usr/share/backuppc/cgi-bin/BackupPC_Admin


signature.asc
Description: Digital signature


Bug#595120: mysql-5.1: diff for NMU version 5.1.49-2.1

2010-11-27 Thread Xavier Oswald
tags 595120 + pending
tags 601152 + pending
thanks

Dear maintainer,

I've prepared an NMU for mysql-5.1 (versioned as 5.1.49-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3
diff -u mysql-5.1-5.1.49/debian/mysql-server-5.1.mysql.init mysql-5.1-5.1.49/debian/mysql-server-5.1.mysql.init
--- mysql-5.1-5.1.49/debian/mysql-server-5.1.mysql.init
+++ mysql-5.1-5.1.49/debian/mysql-server-5.1.mysql.init
@@ -4,8 +4,8 @@
 # Provides:  mysql
 # Required-Start:$remote_fs $syslog
 # Required-Stop: $remote_fs $syslog
-# Should-Start:  $network $named $time
-# Should-Stop:   $network $named $time
+# Should-Start:  $network $time
+# Should-Stop:   $network $time
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: Start and stop the mysql database server daemon
diff -u mysql-5.1-5.1.49/debian/changelog mysql-5.1-5.1.49/debian/changelog
--- mysql-5.1-5.1.49/debian/changelog
+++ mysql-5.1-5.1.49/debian/changelog
@@ -1,3 +1,14 @@
+mysql-5.1 (5.1.49-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * debian/mysql-server-5.1.mysql.init: Remove $named from
+Should-Start/Should-Stop (closes: #595120).
+Thanks for Clint Byrum  patch.
+  * Update Portuguese translation (closes: #601152).
+Thanks for Miguel Figueiredo  patch.
+
+ -- Xavier Oswald   Sat, 27 Nov 2010 17:43:13 +0100
+
 mysql-5.1 (5.1.49-2) unstable; urgency=low
 
   * Check for server binary before executing any script. (closes: #583611)
diff -u mysql-5.1-5.1.49/debian/po/pt.po mysql-5.1-5.1.49/debian/po/pt.po
--- mysql-5.1-5.1.49/debian/po/pt.po
+++ mysql-5.1-5.1.49/debian/po/pt.po
@@ -1,21 +1,23 @@
 # Portuguese translation for mysql-dfsg-5.1's debconf messages
 # Copyright (C) 2006 Miguel Figueiredo 
 # This file is distributed under the same license as the mysql-dfsg-5.1 package.
-# Miguel Figueiredo 
+# 2010, Miguel Figueiredo 
 #
+# Miguel Figueiredo , 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: mysql-dfsg-5.1\n"
 "Report-Msgid-Bugs-To: mysql-...@packages.debian.org\n"
 "POT-Creation-Date: 2010-07-31 12:35+0200\n"
-"PO-Revision-Date: 2010-10-10 19:47+0100\n"
+"PO-Revision-Date: 2010-10-23 10:05+0100\n"
 "Last-Translator: Miguel Figueiredo \n"
-"Language-Team: pt \n"
+"Language-Team: Portuguese \n"
 "Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. Type: boolean
 #. Description
@@ -36,7 +38,7 @@
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
 msgstr ""
-"Tal ficheiro significa que anteriormente foi instalado um pacote mysql-"
+"Tal ficheiro é uma indicação que anteriormente foi instalado um pacote mysql-"
 "server com um número de versão superior."
 
 #. Type: boolean
@@ -62,8 +64,8 @@
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
 msgstr ""
-"A utilização do MYSQL em NIS/YP requer que seja adicionada uma conta de "
-"utilizador mysql ao sistema local com:"
+"Utilizar MySQL sob NIS/YP necessita que seja acrescentada uma conta de "
+"utilizador de mysql ao sistema local com:"
 
 #. Type: note
 #. Description
@@ -72,7 +74,7 @@
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
 msgstr ""
-"Deve também verificar as permissões e o dono do directório /var/lib/mysql :"
+"Deve também verificar as permissões e o dono do directório /var/lib/mysql:"
 
 #. Type: boolean
 #. Description
@@ -131,15 +133,14 @@
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
 msgstr ""
-"Embora não seja mandatório, É fortemente recomendado que defina uma palavra-"
+"Embora não seja obrigatório, é fortemente recomendado que defina uma palavra-"
 "passe para o utilizador administrativo \"root\" do MySQL."
 
 #. Type: password
 #. Description
 #: ../mysql-server-5.1.templates:6001
 msgid "If this field is left blank, the password will not be changed."
-msgstr ""
-"Se este campo for deixado em branco, a palavra-passe não será alterada."
+msgstr "Se este campo for deixado vazio, a palavra-passe não irá ser alterada."
 
 #. Type: password
 #. Description
@@ -163,7 +164,7 @@
 

Bug#604053: nsca: starts as daemon although disabled in debconf

2010-11-27 Thread Xavier Oswald
Hi,

I can reproduce it too.

> Installing nsca and answering 'no' to the debcanf question which asks if
> you want to run the nsca daemon still results in a running daemon with a
> pretty unusual PID:
>
> 4294967295 12373   1  0 21:08 ?00:00:00 /usr/sbin/nsca --daemon -c 
> /etc/nsca.cfg
>
>
> I'm filing this as serious as I consider daemons which run and listen on
> tcp ports without being configured to do so as a security issue.
> Especially when they run with a UID which might b in use otherwise.
> I'd guess it tries to use -1 as UID as that was the UID of nobody some
> ancient times ago.

True. Let me know if I can help in any way.

Greetings,
-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3


signature.asc
Description: Digital signature


Bug#603375: doxygen: segfaults when building libxr documentation

2010-11-27 Thread Xavier Oswald
Hi,

I can reproduce it too on my debian sid.

As you have see the problem appers when parsing the include/ directory.

The strange point is that if I remove all .h files from this directory and only
let one of them in, doxygen works. So if upstream can have a look it could be a
starting point.

I think it's around a memory leak in doxygen.

Greetings,
-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3


signature.asc
Description: Digital signature


Bug#590361: mirage: diff for NMU 0.9.3-5.1

2010-08-08 Thread Xavier Oswald
On 00:13 Sat 07 Aug , Nobuhiro Iwamatsu wrote:
> tags 590361 + pending
> thanks
> 
> Dear maintainer,
> 
> I've prepared an NMU for mirage (version 0.9.3-5.1) and uploaded
> it to DELAYED/2.
> Please see changelog for more details.

Thanks.

I have uploaded a new version that include your modification and the new 
release.

Greetings,
-- 
Xavier Oswald 
GNU/Linux Debian Developer - http://www.debian.org/
GPG key IDs: 0x88BBB51E, 0x464B8DE3



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



Bug#583177: (no subject)

2010-07-01 Thread Xavier Oswald

Bcc: 
Subject: dvtm does not spawn a shell in new windows
Reply-To: 

Hi,

I did some test and it's not reproducible on my debian sid.

Im wondering which terminal emulator you are using ?

Im using gnome-terminal and AFAIK Albin is using rxvt.

Greetings,
-- 
 ,''`. Xavier Oswald (xosw...@debian.org)
: :' : GNU/LINUX Debian Developer <http://www.debian.org> 
`. `'  GPG Key: 1024D/88BBB51E
  `-   938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E



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



Bug#536285: half-selected images

2010-01-31 Thread Xavier Oswald
Hi,

It will be fixed soon.

Im about to upload a new version fixing 5-6 opened bugs.
It should be done middle of the next week.

Thanks all for investing this issue. I will apply evgeni's patch and contact
upstream.

Greetings,
-- 
 ,''`. Xavier Oswald (xosw...@debian.org)
: :' : GNU/LINUX Debian Developer <http://www.debian.org> 
`. `'  GPG Key: 1024D/88BBB51E
  `-   938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E


signature.asc
Description: Digital signature


Bug#566930: [Parted-maintainers] Bug#566930: Infos gathered

2010-01-27 Thread Xavier Oswald

Hello,

Im on it and can now reproduce it.

It seems that dpkg-divert store some infos in a cache so I was not able to
reproduce it.

I will ifix it and upload it today. (or in a bad case tomorow)

Thanks.
Greetings,
-- 
 ,''`. Xavier Oswald (xosw...@debian.org)
: :' : GNU/LINUX Debian Developer <http://www.debian.org> 
`. `'  GPG Key: 1024D/88BBB51E
  `-   938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E


signature.asc
Description: Digital signature


Bug#566930: [Parted-maintainers] Bug#566930: gnu-fdisk: fails to upgrade (diversion clash)

2010-01-26 Thread Xavier Oswald
On 17:32 Mon 25 Jan , Denis Laxalde wrote:
> Package: gnu-fdisk
> Version: 1.2.4-1
> Severity: grave
> Justification: renders package unusable
> 
> (Version pseudo-header manually corrected)
> 
> Hi,
> 
> Updrade of gnu-fdisk fails: 
> 
> Preparing to replace gnu-fdisk 1.2.3-2 (using 
> .../gnu-fdisk_1.2.4-1_amd64.deb) ...
> dpkg-divert: `diversion of /usr/share/man/man8/cfdisk.8.gz to 
> /usr/share/man/man8/cfdisk.distrib.8.gz by gnu-fdisk' clashes with `diversion 
> of /usr/share/man/man8/cfdisk.8.gz to /usr/share/man/man8/cfdisk.8.gz.distrib 
> by gnu-fdisk'
> dpkg: error processing /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb 
> (--unpack):
>  subprocess new pre-installation script returned error exit status 2
> Errors were encountered while processing:
>  /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:
> 
> Let me know if more info is needed.

I just tried it by installing the 1.2.3-2 version and replace it with the
1.2.4-1 version. It's in french but it's not that important.

=
─[~/dev/debian/gnu-fdisk/1.2.4]sudo dpkg -i gnu-fdisk_1.2.4-1_amd64.deb
(Lecture de la base de données... 247363 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de gnu-fdisk 1.2.3-2 (en utilisant 
gnu-fdisk_1.2.4-1_amd64.deb) ...
Conservation de « diversion of /usr/share/man/man8/cfdisk.8.gz to 
/usr/share/man/man8/cfdisk.distrib.8.gz by gnu-fdisk »
Conservation de « diversion of /usr/share/man/man8/fdisk.8.gz to 
/usr/share/man/man8/fdisk.distrib.8.gz by gnu-fdisk »
Dépaquetage de la mise à jour de gnu-fdisk ...
Paramétrage de gnu-fdisk (1.2.4-1) ...
Traitement des actions différées (« triggers ») pour « man-db »...
Traitement des actions différées (« triggers ») pour « install-info »...
=


If you could provide me more information, it would be nice.

Thanks,
Greetings,
-- 
 ,''`. Xavier Oswald (xosw...@debian.org)
: :' : GNU/LINUX Debian Developer <http://www.debian.org> 
`. `'  GPG Key: 1024D/88BBB51E
  `-   938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E



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



Bug#566930: [Parted-maintainers] Bug#566930: gnu-fdisk: fails to upgrade (diversion clash)

2010-01-25 Thread Xavier Oswald
On 17:32 Mon 25 Jan , Denis Laxalde wrote:
> Package: gnu-fdisk
> Version: 1.2.4-1
> Severity: grave
> Justification: renders package unusable
> 
> (Version pseudo-header manually corrected)
> 
> Hi,
> 
> Updrade of gnu-fdisk fails: 
> 
> Preparing to replace gnu-fdisk 1.2.3-2 (using 
> .../gnu-fdisk_1.2.4-1_amd64.deb) ...
> dpkg-divert: `diversion of /usr/share/man/man8/cfdisk.8.gz to 
> /usr/share/man/man8/cfdisk.distrib.8.gz by gnu-fdisk' clashes with `diversion 
> of /usr/share/man/man8/cfdisk.8.gz to /usr/share/man/man8/cfdisk.8.gz.distrib 
> by gnu-fdisk'
> dpkg: error processing /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb 
> (--unpack):
>  subprocess new pre-installation script returned error exit status 2
> Errors were encountered while processing:
>  /var/cache/apt/archives/gnu-fdisk_1.2.4-1_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:

Hmm :/

That's strange since I tested to upgrade from the older version

Ill investigate tomorow early.

Thanks for reporting this.
Greetings,
-- 
 ,''`. Xavier Oswald | xosw...@debian.org 
: :' :   |
`. `'  GNU/LINUX Debian Developer| http://www.debian.org

  `-   Isaac Project Developer   | http://www.lisaac.org 



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



Bug#543369: [Parted-maintainers] Bug#543369: gnu-fdisk: diff for NMU version 1.2.3-1.1

2009-09-14 Thread Xavier Oswald
On 10:22 Sat 12 Sep , Luk Claes wrote:
> Dear maintainer,
> 
> I've prepared an NMU for gnu-fdisk (versioned as 1.2.3-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

You could maybe have asked me before doing this.

But ok, Thanks! I was about to correct this info file mistake this night...

Feel free to keep this NMU.

Greetings,
-- 
  ,''`.  ** Xavier Oswald 
 : :' :  ** Research Engineer   
 `. `'   ** GNU/LINUX Debian Developer (http://debian.org)  
   `-** Isaac Project Developer (http://isaacproject.u-strasbg.fr/) 



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



Bug#484533: vym: Vym corrupts files when saving

2008-06-24 Thread Xavier Oswald
On 07:25 Tue 24 Jun , Dejan wrote:
> Hi,

Hi,

> I got this error when I make changes in .vym file and after that try to 
> reopen it, 

make changes ? You mean you save the file, or changes by editing the .vym file
with a text editor ?

> Fatal parsing error: error occurred while parsing content in line 134,
> column 3
> File is: /tmp/vym-fzFy1o/iskraemeco.xml
>  style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;">2. MT173 -
> prospekt HR (kaltenekar) + uzorak

Can you give me the procedure to reproduce it please ?

Greetings,
-- 
  ,''`.  Xavier Oswald <[EMAIL PROTECTED]>   
 : :' :  GNU/LINUX Debian Maintainer
 `. `'   GnuPG Key ID 0x88BBB51E
   `-938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E 




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



Bug#481083: Same Problem

2008-05-29 Thread Xavier Oswald
On 17:55 Wed 28 May , K. Gysin wrote:
> I can reproduce the exact same problem - Thanks for pointing out the
> core-problem!
> 
> My local cups-server was configured to forward printer-definitions found
> on other cups-servers. As this was my laptop, it could not access them
> while undocked, and vym would not start...
> 
> Changing the cups configuration helped:
> 
> http://localhost:631/admin 
> Show printers from other systems (or similar - it is in German on my
> machine) = OFF

I have asked upstream about this issue.

ANSWER:
--
Regarding the "saving mindmaps in some obscure binary format (instead
of some text format) is IMHO a stupidity." I am tempted to answer
"RTFM"...  vym saves its data as zipped XML, just like OpenOffice.org

I have never seen this before, not in 1.10 nor in 1.12. in CVS

Maybe a misconfigured Qt installation, I don't know.
--

Im to busy right now to have a deeper look, sorry.
If someone has enough free time to fix it, it would be nice.

Otherwise I will have time in about 2 weeks (after my Uni exam) so if it is not
fixed, I will investigate.

Greetings,
-- 
  ,''`.  Xavier Oswald <[EMAIL PROTECTED]>   
 : :' :  GNU/LINUX Debian Maintainer
 `. `'   GnuPG Key ID 0x88BBB51E
   `-938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E 




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



Bug#466487: libauthen-smb-perl: should this package be orphaned or removed?

2008-02-20 Thread Xavier Oswald
Hi,

I will take it.

Im maintaining libauthen-simple-smb-perl which depends on libauthen-smb-perl.

Thanks,
-- 
  ,''`.  Xavier Oswald <[EMAIL PROTECTED]>   
 : :' :  GNU/LINUX Debian Maintainer
 `. `'   GnuPG Key ID 0x88BBB51E
   `-938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E 


signature.asc
Description: Digital signature