Bug#716895: RFS: libhtml-fromtext-perl/2.06-1 - Mark up text as HTML (already in debian)

2013-07-15 Thread Francesco Cecconi
Hi Gregor

On Sunday 14 July 2013 14:25:57 gregor herrmann wrote:
 On Sun, 14 Jul 2013 12:33:17 +0200, Francesco Cecconi wrote:
 
  I am looking for a sponsor for my package libhtml-fromtext-perl
 
 Have you considered joining the Debian Perl Group?
 https://wiki.debian.org/Teams/DebianPerlGroup/Welcome is a good entry
 point.

many thanks for the suggestion, I'm reading the documentation. :)

  
 Cheers,
 gregor
 
 

Cheers,
Francesco

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


Bug#716895: RFS: libhtml-fromtext-perl/2.06-1 - Mark up text as HTML (already in debian)

2013-07-14 Thread Francesco Cecconi
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package libhtml-fromtext-perl

* Package name: libhtml-fromtext-perl
   Version  : 2.06-1

It builds those binary packages:

  libhtml-fromtext-perl - Mark up text as HTML

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/libhtml-fromtext-perl
  
  and

  http://packages.qa.debian.org/libh/libhtml-fromtext-perl.html


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/libh/libhtml-fromtext-perl/libhtml-fromtext-perl_2.06-1.dsc


New changelog entry:

 libhtml-fromtext-perl (2.06-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/control:
 + update Standard-Version to 3.9.4 (no changes).
   * debian/patch:
 + updated fix_text2html.diff.
   * debian/copyright:
 + updated to the new standard 1.0.
 + updated copyright information.


Best Regards,
Francesco Cecconi

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


Bug#716895: RFS: libhtml-fromtext-perl/2.06-1 - Mark up text as HTML (already in debian)

2013-07-14 Thread Francesco Cecconi

Package updated to version 2.07 [1].

[1]: http://mentors.debian.net/debian/pool/main/libh/libhtml-fromtext-perl/



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


Bug#498122: Wide character in print at /usr/share/perl5/Config/General.pm line 1118.

2013-07-12 Thread Francesco Cecconi
Hi Jeffrey,

many thanks for the report and I'm so sorry for the delayed response.

On Sunday 07 September 2008 11:33:40 you wrote:
 Package: libconfig-general-perl
 Version: 2.40-1
 Severity: normal
 
 OTF-8 characters produce warning
 
 Wide character in print at /usr/share/perl5/Config/General.pm line 1118.

enabling the UTF8 support in the constructor, removes the warning.

my $config = Config::General-new(-ConfigFile = $file, UTF8 = '1');

 
 e.g.
 
 #!/usr/bin/perl
 use warnings;
 use strict;
 use Config::General;
 my %h = ( key = \x{263A} );
 my $file = 'file';
 system(touch $file);
 my $config = Config::General-new(-ConfigFile = $file);
 $config-save_file($file, \%h);
 
 
 
 
Best Regards,
Francesco

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


Bug#498122: Wide character in print at /usr/share/perl5/Config/General.pm line 1118.

2013-07-12 Thread Francesco Cecconi
On Friday 12 July 2013 12:42:02 you wrote:
 Hi Jeffrey,
 
 many thanks for the report and I'm so sorry for the delayed response.
 
 On Sunday 07 September 2008 11:33:40 you wrote:
  Package: libconfig-general-perl
  Version: 2.40-1
  Severity: normal
  
  OTF-8 characters produce warning
  
  Wide character in print at /usr/share/perl5/Config/General.pm line 1118.
 
 enabling the UTF8 support in the constructor, removes the warning.
 
 my $config = Config::General-new(-ConfigFile = $file, UTF8 = '1');

from the documentation [1]:

-UTF8
If turned on, all files will be opened in utf8 mode. This may not work properly 
with older versions of Perl.


[1]: http://search.cpan.org/dist/Config-General/General.pm



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


Bug#709769: libconfig-general-perl: FTBFS with perl 5.18: regex warning

2013-05-27 Thread Francesco Cecconi
Hello,

On Monday 27 May 2013 16:58:35 you wrote:
 On Sat, 25 May 2013 10:51:56 +0100, Dominic Hargreaves wrote:
 
  Tags: sid jessie patch
  Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=85132
  
  This package FTBFS with perl 5.18 from experimental (in a clean sbuild
  session):
 
 Here's the patch from the CPAN RT as a quilt patch in a debdiff.
 
 Cheers,
 gregor
 
 

Many thanks for the report and the patch.

Best regards,
Francesco

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


Bug#698081: O: texi2html -- Convert Texinfo files to HTML

2013-01-13 Thread Francesco Cecconi
Package: wnpp
Severity: normal

I intend to orphan the texi2html package, because I have not more
spare time and do not use this package anymore.

Important info:
* New package version (5.0) on mentors.debian.net but with
  GFDL bug to fix. (#698073)

* sponsorship-requests: #661831

The package description is:
 texi2html is a Perl script that converts Texinfo files to HTML.
 .
 The program takes Texinfo files (not info ones) and produces a set of
 HTML files.  The quality of the output is close to the printed output
 and is much better than an info-HTML gateway.
 .
 Compared to the output of `makeinfo --html', texi2html's output is
 more customizable and (subjectively) produces better output by default.


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



Bug#661831: RFS: texi2html/5.0-1 -- Convert Texinfo files to HTML

2012-12-03 Thread Francesco Cecconi
Hi Bart,

sorry for the latency but I had a problems.

Well, I have uploaded a new version of the package and hope that the 
copyright file is complete.

On Wednesday 25 July 2012 19:48:19 you wrote:
 Hi Francesco,
 
 I had a look at your package at mentors uploaded there on 2012-07-25 08:17.
 The information in debian/copyright is yet not complete.
 
 Regards,
 
 Bart Martens

Best Regards,
Francesco Cecconi

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


Bug#661831: RFS: texi2html/5.0-1 -- Convert Texinfo files to HTML

2012-07-25 Thread Francesco Cecconi
Hi Bart,

many thanks for your time, updated.

On Monday 23 July 2012 11:59:55 Bart Martens wrote:
 On Mon, Jul 23, 2012 at 12:59:26PM +0200, Francesco Cecconi wrote:
  On Monday 23 July 2012 09:58:58 Bart Martens wrote:
   http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile
   
 |  Every package must be accompanied by a verbatim copy of its copyright
 |  information and distribution license in the file
 |  /usr/share/doc/package/copyright.
 
 I understand verbatim as using the same words.
 
   
   The copyright information and distribution license I find in
   test/manuals/res_all/mini_ker/Linking-rule.html is :
   
 |  Copyright (C) 2004, 2005, 2006, 2007 Alain Lahellec
 |  
 |  Copyright (C) 2004, 2005, 2006, 2007 Patrice Dumas
 |  
 |  Copyright (C) 2004, Ste'phane Hallegatte
 
 These copyright notices are the copyright information meant in 
 debian-policy.
 
 |  
 |  Permission is granted to copy, distribute and/or modify this document
 |  under the terms of the GNU Free Documentation License, Version 1.1 or
 |  any later version published by the Free Software Foundation; with no
 |  Invariant Sections, with no Front-Cover text and with no Back-Cover 
   Text.  
 |  A copy of the license is included in the section entitled GNU Free 
 |  Documentation License.
 
 This text plus the text in
 test/manuals/res_all/mini_ker/GNU-Free-Documentation-License.html are the
 distribution license meant in debian-policy.
 
   
   The related information I find in your debian/copyright file is :
   
 |  Upstream Authors:
 |test/manuals/res_all/mini_ker/*.html, 
   test/manuals/res_info/mini_ker/*.html
 |test/manuals/res/mini_ker/*.html:
 |Alain Lahellec, Patrice Dumas, Ste'phane Hallegatte
 
 The terms author and copyright holder are different terms with different
 meanings.
 
 |  Copyright:
 |test/manuals/res_all/mini_ker/*.html, 
   test/manuals/res_info/mini_ker/*.html
 |test/manuals/res/mini_ker/*.html are licensed under the GPL-1+, 
   wich in debian
 |system can be found in /usr/share/common-licenses/GPL-1.
 
 The terms copyright and license are different terms with different 
 meanings
 as well.
 
  
  I have updated the license to GFDL, but since the version 1.1 is not in 
  debian 
  common-licenses directory
 
 If the license text is not in /usr/share/common-licenses/ then you must 
 include
 it in debian/copyright.
 
  I'm using for copyright information:
  
  test/manuals/res_all/mini_ker/*.html, test/manuals/res_info/mini_ker/*.html
test/manuals/res/mini_ker/*.html are licensed under the GFDL-1.1+, we do
not have a copy of the GFDL 1.1, but you can find a copy of the GFDL 1.3
in /usr/share/common-licenses/GFDL
 
 Things like no Front-Cover text are essential for this license.
 
 Regards,
 
 Bart Martens

Regards,
-- 
Francesco Cecconi
nmapsi4 developer | www.nmapsi4.org
Key ID: 11F6E468


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


Bug#661831: RFS: texi2html/5.0-1 -- Convert Texinfo files to HTML

2012-07-23 Thread Francesco Cecconi
Hi Bart,


On Saturday 21 July 2012 16:41:15 Bart Martens wrote:
 Hi Francesco,
 
 I had a look at your package at mentors uploaded there on 2012-07-14 11:00.
 The information in debian/copyright is yet not complete.  One example is that
 the copyright and license of the file
 test/manuals/res_all/mini_ker/Linking-rule.html are not yet included in
 debian/copyright.

I have updated debian/copyright.

 
 Regards,
 
 Bart Martens

Regards,
-- 
Francesco Cecconi
nmapsi4 developer | www.nmapsi4.org
Key ID: 11F6E468


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


Bug#661831: RFS: texi2html/5.0-1 -- Convert Texinfo files to HTML

2012-07-23 Thread Francesco Cecconi
Hi Bart,

Sorry for the Mistake.

On Monday 23 July 2012 09:58:58 Bart Martens wrote:
 Hi Francesco,
 
 http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile
 
   |  Every package must be accompanied by a verbatim copy of its copyright
   |  information and distribution license in the file
   |  /usr/share/doc/package/copyright.
 
 The copyright information and distribution license I find in
 test/manuals/res_all/mini_ker/Linking-rule.html is :
 
   |  Copyright (C) 2004, 2005, 2006, 2007 Alain Lahellec
   |  
   |  Copyright (C) 2004, 2005, 2006, 2007 Patrice Dumas
   |  
   |  Copyright (C) 2004, Ste'phane Hallegatte
   |  
   |  Permission is granted to copy, distribute and/or modify this document
   |  under the terms of the GNU Free Documentation License, Version 1.1 or
   |  any later version published by the Free Software Foundation; with no
   |  Invariant Sections, with no Front-Cover text and with no Back-Cover 
 Text.  
   |  A copy of the license is included in the section entitled GNU Free 
   |  Documentation License.
 
 The related information I find in your debian/copyright file is :
 
   |  Upstream Authors:
   |test/manuals/res_all/mini_ker/*.html, 
 test/manuals/res_info/mini_ker/*.html
   |test/manuals/res/mini_ker/*.html:
   |Alain Lahellec, Patrice Dumas, Ste'phane Hallegatte
   |  Copyright:
   |test/manuals/res_all/mini_ker/*.html, 
 test/manuals/res_info/mini_ker/*.html
   |test/manuals/res/mini_ker/*.html are licensed under the GPL-1+, wich 
 in debian
   |system can be found in /usr/share/common-licenses/GPL-1.

I have updated the license to GFDL, but since the version 1.1 is not in debian 
common-licenses directory I'm using for copyright information:

test/manuals/res_all/mini_ker/*.html, test/manuals/res_info/mini_ker/*.html
  test/manuals/res/mini_ker/*.html are licensed under the GFDL-1.1+, we do
  not have a copy of the GFDL 1.1, but you can find a copy of the GFDL 1.3
  in /usr/share/common-licenses/GFDL


 
 Regards,
 
 Bart Martens

Regards,
-- 
Francesco Cecconi
nmapsi4 developer | www.nmapsi4.org
Key ID: 11F6E468


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


Bug#661831: RFS: texi2html/5.0-1 -- Convert Texinfo files to HTML

2012-07-21 Thread Francesco Cecconi
Hi Bart,

many thanks for your revision and for your time. 

I'll update debian/copyright soon.

On Saturday 21 July 2012 16:41:15 Bart Martens wrote:
 Hi Francesco,
 
 I had a look at your package at mentors uploaded there on 2012-07-14 11:00.
 The information in debian/copyright is yet not complete.  One example is that
 the copyright and license of the file
 test/manuals/res_all/mini_ker/Linking-rule.html are not yet included in
 debian/copyright.
 
 Regards,
 
 Bart Martens

Regards,
-- 
Francesco Cecconi
nmapsi4 core developer
www.nmapsi4.org | Key ID: 11F6E468


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


Bug#661831: RFS: texi2html/5.0-1

2012-07-14 Thread Francesco Cecconi
Hi,

texi2html updated in mentors.

Changes: 
 texi2html (5.0-1) unstable; urgency=low
 .
   * New upstream release (Closes: #615812).
   * debian/control:
 + updated Standard Version to 3.9.3.
 + add build-arch and build-indep.
 + remove build-depends on quilt.
   * debian/rules:
 + add call dh_lintian.
 + remove call dh_quilt*.
   * debian/copyright: update symlink from GPL to GPL-2.
   * add texi2html.lintian-overrides for unusual-interpreter warning.
   * Switch to 3.0 (quilt) source format.

Regards,
-- 
Francesco Cecconi
nmapsi4 core developer
www.nmapsi4.org | Key ID: 11F6E468


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


Bug#667298: nmapsi4: ftbfs with GCC-4.7

2012-04-20 Thread Francesco Cecconi
Hi,

the attacked patch fix the problem.

Best Regard,
-- 
Francesco Cecconi
nmapsi4 core developer
www.nmapsi4.org | Key ID: 11F6E468Author: Francesco Cecconi francesco.cecc...@gmail.com
Description: Add header missing.
--- nmapsi4-0.2.1.orig/nmapsi4/mainwin.h
+++ nmapsi4-0.2.1/nmapsi4/mainwin.h
@@ -32,6 +32,11 @@
 #include QtNetwork/QHostInfo
 #include QtNetwork/QHostAddress
 
+// system
+#ifndef Q_WS_WIN
+#include unistd.h
+#include sys/types.h
+#endif
 
 class QMainWindow;
 class QWebView;
--- nmapsi4-0.2.1.orig/nmapsi4/preference/profilemain.h
+++ nmapsi4-0.2.1/nmapsi4/preference/profilemain.h
@@ -23,6 +23,12 @@
 #include QtGui
 #include ui_profilemain.h
 
+// system
+#ifndef Q_WS_WIN
+#include unistd.h
+#include sys/types.h
+#endif
+
 class mainProfile : public QDialog, private Ui::ProfileMain
 {
 Q_OBJECT


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


Bug#667298: nmapsi4: ftbfs with GCC-4.7

2012-04-19 Thread Francesco Cecconi
Hi,

It is a header missing.

Many Thanks Matthias,
-- 
Francesco Cecconi
nmapsi4 core developer
www.nmapsi4.org | Key ID: 11F6E468


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


Bug#661831: RFS: texi2html/5.0-1

2012-03-01 Thread Francesco Cecconi
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package texi2html

 * Package name : texi2html
Version: 5.0-1
Upstream Author : Derek Price dpr...@cvshome.org
 * URL  : http://www.nongnu.org/texi2html/
 * License: GPLv2
   Section : text

It builds those binary packages:

  texi2html  - Convert Texinfo files to HTML

To access further information about this package:

  http://mentors.debian.net/package/texi2html
  http://packages.qa.debian.org/t/texi2html.html

Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/t/texi2html/texi2html_5.0-1.dsc

Changes since the last upload:
  * New upstream release (Closes: #615812).
  * debian/control:
+ updated Standard Version to 3.9.2.
+ add build-arch and build-indep.
+ remove build-depends on quilt.
  * debian/rules:
+ add call dh_lintian.
+ remove call dh_quilt*.
  * add texi2html.lintian-overrides for unusual-interpreter warning.
  * Switch to 3.0 (quilt) source format.


Regards,
-- 
Francesco Cecconi
nmapsi4 core developer
www.nmapsi4.org | Key ID: 11F6E468


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


Bug#618069: nmapsi4: FTBFS: loghistory.cpp:36:27: error: call of overloaded 'QString(NULL)' is ambiguous

2011-03-16 Thread Francesco Cecconi
Hi,

 nmapsi4 0.2.1 upstream version fix this bug.

Best regard,
-- 
Francesco cecconi
nmapsi4 core developer
www.nmapsi4.org | Key ID: 11F6E468


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


Bug#614572: nmap: fails with --script-updatedb

2011-02-22 Thread Francesco Cecconi
Hi,

with the new nmap 5.51 stable version, nmap developer have included many lua 
and nse script
and ihmo *.lua and *.nse on debian rules nmap.files is more suitable :)

Best Regard,
-- 
Francesco cecconi
nmapsi4 core developer
www.nmapsi4.org


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


Bug#485560: closed by Francesco Cecconi [EMAIL PROTECTED] (Bug#485560: fixed in libconfig-general-perl 2.39-1)

2008-06-21 Thread Francesco Cecconi
Hello Jeffrey,

I'm working to the new packages release, thanks for your report :)

Cheers,
-- 
Francesco Cecconi 
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | '|BrAnD|'
Nmapsi4 Core Developer | nmapsi4.netsons.org


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


Bug#485560: lib-config-general-perl: reads garbage if space in name of heredoc

2008-06-17 Thread Francesco Cecconi
Hi Jeffrey,

thanks for your report.

Cheers,
-- 
Francesco Cecconi 
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | '|BrAnD|'


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


Bug#467823: libemail-find-perl: FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone

2008-02-26 Thread Francesco Cecconi
Hello,

On Tuesday 26 February 2008, Niko Tyni wrote:
 Package: libemail-find-perl
 Version: 0.10-dfsg-1
 Severity: important
 User: [EMAIL PROTECTED]
 Usertags: perl-5.10-ftbfs-rmdir
 
 This package fails to build with Perl 5.10.0 (currently in
 experimental) because of a bug in debian/rules that has been
 uncovered by a change in ExtUtils::Install.
 
I'm looking a sponsor for update the package [1] with bug fix, and 
libhtml-fromtext-perl [2] :) 

[1]: http://mentors.debian.net/debian/pool/main/l/libemail-find-perl
[2]: http://mentors.debian.net/debian/pool/main/l/libhtml-fromtext-perl

Cheers,
Francesco
-- 
Francesco Cecconi 
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | '|BrAnD|'
Debian Pkg Maintainer | www.debian.org
Kde Italian team | www.kde-it.org 
Nmapsi4 Core Developer | nmapsi4.netsons.org


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


Bug#467908: libhtml-fromtext-perl: FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone

2008-02-26 Thread Francesco Cecconi
Hello,

On Tuesday 26 February 2008, Niko Tyni wrote:
 Package: libhtml-fromtext-perl
 Version: 2.05-5
 Severity: important
 User: [EMAIL PROTECTED]
 Usertags: perl-5.10-ftbfs-rmdir
 
 This package fails to build with Perl 5.10.0 (currently in
 experimental) because of a bug in debian/rules that has been
 uncovered by a change in ExtUtils::Install.
 
I'm looking a sponsor for update the package [1] with bug fix. :) 

[1]: http://mentors.debian.net/debian/pool/main/l/libhtml-fromtext-perl

Cheers,
Francesco
-- 
Francesco Cecconi 
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | '|BrAnD|'
Debian Pkg Maintainer | www.debian.org
Kde Italian team | www.kde-it.org 
Nmapsi4 Core Developer | nmapsi4.netsons.org


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


Bug#451654: texi2html: Please include a doc-base registration file

2007-11-17 Thread Francesco Cecconi
Hi Roberto,

On Saturday 17 November 2007, Roberto C. Sanchez wrote:
 Package: texi2html
 Version: 1.76-4
 Severity: minor
 
 This package ships HTML documentation:
 
 /usr/share/doc/texi2html/html/texi2html.html
 
 It should be registered with doc-base so that it is more easily found.

thanks for your report :)

 
 Regards,
 
 -Roberto
 
Cheers,
Francesco

-- 
Francesco Cecconi ' |BrAnD| '
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | Debian pkg Maintainer
Kde Italian team | www.kde-it.org
Nmapsi4 developer | nmapsi4.sourceforge.net



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


Bug#441786: Package Sources kopete-otr 0.7

2007-11-13 Thread Francesco Cecconi
Hi,

package sources for kopete-otr 0.7:

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/k/kopete-otr
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/k/kopete-otr/kopete-otr_0.7-1.dsc

-- 
Francesco Cecconi ' |BrAnD| '
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | Debian pkg Maintainer
Key fingerprint = A45A 59F0 15F8 BF5E 41AC  8478 D931 DAA2 11F6 E468



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


Bug#441786: Package Sources

2007-09-14 Thread Francesco Cecconi
Hi,

package sources for kopete-otr 0.6:

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/k/kopete-otr
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/k/kopete-otr/kopete-otr_0.6-1.dsc

-- 
Francesco Cecconi ' |BrAnD| '
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | Debian pkg Maintainer
Key fingerprint = A45A 59F0 15F8 BF5E 41AC  8478 D931 DAA2 11F6 E468



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


Bug#441786: ITP: kopete-otr - Off-the-Record Messaging plugin for kopete

2007-09-11 Thread Francesco Cecconi
Package: kopete-otr
Version: 0.6-1
Severity: wishlist

 * Package name : kopete-otr
   Version  : 0.6-1
 * URL  : http://kopete-otr.follefuder.org/
 * License  : GPL
   Section  : net
   Programming Lang : C++
   Description  : kopete-otr - Off-the-Record Messaging plugin for 
kopete

 OTR allows you to have private conversations over IM by providing:
 * Encryption - No one else can read your instant messages.
 * Authentication - You are assured the correspondent is who you think it is.
 * Deniability - The messages you send do _not_ have digital signatures that 
are checkable by a third party. Anyone can forge
   messages after a  conversation to make them look like they came from you. 
However, _during_ a conversation, your correspondent is
   assured the messages he sees are authentic and unmodified.
 * Perfect forward secrecy - If you lose control of your private keys, no 
previous conversation is compromised.


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

Kernel: Linux 2.6.22.6-cfs-v20.5-1-brand-k7 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)



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



Bug#427085: [Pkg-kde-extras] Bug#427085: Bug#427085: kaffeine: Kaffeine crashes after libxine upgrade

2007-06-02 Thread Francesco Cecconi
Hi, 

On Saturday 02 June 2007, Mark Purcell wrote:
 Richard,
 
 Thanks for the bug report, but from your description I suggest it maybe a 
 libxine issue.
 
 Could I ask you to install the kaffeine-dbg package and forward the crash 
 report to this bug. 
 
 Reinhard, Darren, Are you happy for me to reassign this bug to kaffeine?

install libxine1-plugins solved this problems

 
 Mark
Francesco
 
 On Fri, 1 Jun 2007, richard wrote:
  Package: kaffeine
  Version: 0.8.4-2
  Severity: important
  
  
  After upating libxine1 to 1.1.6-2 kaffeine crashes once it tries
  to start video.  Downgrading to 1.1.2+dfsg-4 fixes this.  Maybe
  kaffeine needs to be rebuilt against this version?
  
  -- System Information:
  Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
  Architecture: i386 (i686)
  
  Kernel: Linux 2.6.21-1-686 (SMP w/2 CPU cores)
  Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
  Shell: /bin/sh linked to /bin/bash
  
  Versions of packages kaffeine depends on:
  ii  hdparm7.3-1  tune hard disk parameters for 
  high
  ii  kdelibs4c2a   4:3.5.7.dfsg.1-1   core libraries and binaries 
  for al
  ii  libacl1   2.2.42-1   Access control list shared 
  library
  ii  libart-2.0-2  2.3.19-3   Library of functions for 2D 
  graphi
  ii  libattr1  1:2.4.32-1.1   Extended attribute shared 
  library
  ii  libaudio2 1.9-2  The Network Audio System 
  (NAS). (s
  ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
  ii  libcdparanoia03.10+debian~pre0-5 audio extraction tool for 
  sampling
  ii  libfam0   2.7.0-12   Client library to control the 
  FAM 
  ii  libfontconfig12.4.2-1.2  generic font configuration 
  library
  ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared 
  lib
  ii  libgcc1   1:4.2-20070528-1   GCC support library
  ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange 
  library
  ii  libidn11  0.6.5-1GNU libidn library, 
  implementation
  ii  libjpeg62 6b-13  The Independent JPEG Group's 
  JPEG 
  ii  libogg0   1.1.3-2Ogg Bitstream Library
  ii  libpcre3  6.7-1  Perl 5 Compatible Regular 
  Expressi
  ii  libpng12-01.2.15~beta5-2 PNG library - runtime
  ii  libqt3-mt 3:3.3.7-4+b1   Qt GUI Library (Threaded 
  runtime v
  ii  libsm62:1.0.3-1  X11 Session Management library
  ii  libstdc++64.2-20070528-1 The GNU Standard C++ Library v3
  ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio 
  Compressi
  ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio 
  Compressi
  ii  libx11-6  2:1.0.3-7  X11 client-side library
  ii  libxcursor1   1:1.1.8-2  X cursor management library
  ii  libxext6  1:1.0.3-2  X11 miscellaneous extension 
  librar
  ii  libxft2   2.1.12-2   FreeType-based font drawing 
  librar
  ii  libxi61:1.0.1-4  X11 Input extension library
  ii  libxine1  1.1.2+dfsg-4   the xine video/media player 
  librar
  ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
  ii  libxrandr22:1.2.1-1  X11 RandR extension library
  ii  libxrender1   1:0.9.2-1  X Rendering Extension client 
  libra
  ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
  ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource 
  extension 
  ii  zlib1g1:1.2.3-15 compression library - runtime
  
  kaffeine recommends no packages.
  
  -- no debconf information
  
  
  ___
  pkg-kde-extras mailing list
  [EMAIL PROTECTED]
  http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras
  
 
 
 



-- 
Francesco Cecconi ' |BrAnD| '
[EMAIL PROTECTED]
GPG Key ID: 11F6E468 | Debian pkg Maintainer
Key fingerprint = A45A 59F0 15F8 BF5E 41AC  8478 D931 DAA2 11F6 E468



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


Bug#421586: libconfig-general-perl: Undefined subroutine

2007-05-05 Thread Francesco Cecconi
On Tuesday 01 May 2007, Don Armstrong wrote:
 On Mon, 30 Apr 2007, Francesco Cecconi wrote:
  With the release = 2.32, for many code upgrade, you must specify a
  ParseConfig reference.
  
   perl -w -e 'use Config::General; my $conf = 
  Config::General::ParseConfig(/dev/null);'
  
  In the Config::General 2.32 Changelog the upstream Developer specify:
 
 Yeah, the POD example really needs to be changed to address this, though:
 
 SYNOPSIS ^
 
  #
  # the OOP way
  use Config::General;
  $conf = new Config::General(rcfile);
  my %config = $conf-getall;
 
  #
  # the procedural way
  use Config::General;
  my %config = ParseConfig(rcfile);
  
 [Should be use Config::General qw(ParseConfig); or 
 Config::General::ParseConfig]
 
 
 Don Armstrong
 

New packages for libconfig-general-perl
Release: 2.33-2

http://mentors.debian.net/debian/pool/main/l/libconfig-general-perl/


I'm looking a sponsor for update.

Cheers,
Francesco

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpAMKyFWUuN2.pgp
Description: PGP signature


Bug#421586: libconfig-general-perl: Undefined subroutine

2007-04-30 Thread Francesco Cecconi
On Monday 30 April 2007, Christopher Zimmermann wrote:
 Package: libconfig-general-perl
 Version: 2.33-1
 Severity: grave
 Justification: renders package unusable

 Hi!
Hi Christopher,

 I hope reporting a grave bug is appropriate. Maybe I missed an important
 point. Anyway here is what I experienced when upgrading:

thanks for your report


 I can reproduce this with 2.32-1 or 2.33-1 on amd64 testing and i386 etch.
 Using the 'OOP way' described in `perldoc Config::General` the behavior
 is similar.
 As you can see I could easily work around this bug by downgrading.

With the release = 2.32, for many code upgrade, you must specify a ParseConfig 
reference.

 perl -w -e 'use Config::General; my $conf = 
Config::General::ParseConfig(/dev/null);'

In the Config::General 2.32 Changelog the upstream Developer specify:


 - applied most hints Perl::Critic had about Config::General:
  o the functions ParseConfig SaveConfig SaveConfigString must
now imported implicitly. This might break existing code, but
is easily to fix.



 Kind Regards,

 Christopher Zimmermann

Cheers,
Francesco




-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpOZ5uNXd387.pgp
Description: PGP signature


Bug#421586: libconfig-general-perl: Undefined subroutine

2007-04-30 Thread Francesco Cecconi
Hi Don,

On Tuesday 01 May 2007, Don Armstrong wrote:
 On Mon, 30 Apr 2007, Francesco Cecconi wrote:
  With the release = 2.32, for many code upgrade, you must specify a
  ParseConfig reference.
  
   perl -w -e 'use Config::General; my $conf = 
  Config::General::ParseConfig(/dev/null);'
  
  In the Config::General 2.32 Changelog the upstream Developer specify:
 
 Yeah, the POD example really needs to be changed to address this, though:
 
 SYNOPSIS ^
 
  #
  # the OOP way
  use Config::General;
  $conf = new Config::General(rcfile);
  my %config = $conf-getall;
 
  #
  # the procedural way
  use Config::General;
  my %config = ParseConfig(rcfile);
  
 [Should be use Config::General qw(ParseConfig); or 
 Config::General::ParseConfig]

I have contacted a upstream developer for change this, and after I create a new 
package release for 
resolve the documentation problem.

 
 
 Don Armstrong
 
Francesco


-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpcr3AGJhK9O.pgp
Description: PGP signature


Bug#410298: (no subject)

2007-04-02 Thread Francesco Cecconi
On Monday 02 April 2007, Ville Skyttä wrote:
 FYI, this is fixed in upstream version 2.32.  Soon-to-be-released versions
 of W3C Markup Validator (http://validator.w3.org/) will require version
 2.32 for this fix; it'd be nice to have the Debian package updated so that
 it would satisfy the = 2.32 dependency.

I have created these packages, but I'll update it after the etch release.

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpp5i2Ps6MOv.pgp
Description: PGP signature


Bug#410298: (no subject)

2007-04-02 Thread Francesco Cecconi
Hi Don,

On Monday 02 April 2007, Don Armstrong wrote:
 On Mon, 02 Apr 2007, Francesco Cecconi wrote:
  On Monday 02 April 2007, Ville Skyttä wrote:
   FYI, this is fixed in upstream version 2.32.  Soon-to-be-released
   versions of W3C Markup Validator (http://validator.w3.org/) will
   require version 2.32 for this fix; it'd be nice to have the Debian
   package updated so that it would satisfy the = 2.32 dependency.
 
  I have created these packages, but I'll update it after the etch release.

 No need to wait; etch is frozen, and this package won't be making it
 in.

One DD has advised to me to wait for update the packages...

I had requested a sponsor :)


 [And in the unlikely event that there was an RC bug in it, it'd have
 to go through t-p-u anyway.]

Source of packages for 2.32 version:

http://mentors.debian.net/debian/pool/main/l/libconfig-general-perl/




 Don Armstrong
Cheers,
Francesco


-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpXeEi0S6kWk.pgp
Description: PGP signature


Bug#410298: (no subject)

2007-04-02 Thread Francesco Cecconi
On Monday 02 April 2007, Don Armstrong wrote:
 On Mon, 02 Apr 2007, Francesco Cecconi wrote:
  On Monday 02 April 2007, Don Armstrong wrote:
   On Mon, 02 Apr 2007, Francesco Cecconi wrote:
On Monday 02 April 2007, Ville Skyttä wrote:
 FYI, this is fixed in upstream version 2.32.  Soon-to-be-released
 versions of W3C Markup Validator (http://validator.w3.org/) will
 require version 2.32 for this fix; it'd be nice to have the Debian
 package updated so that it would satisfy the = 2.32 dependency.
   
I have created these packages, but I'll update it after the etch
release.
  
   No need to wait; etch is frozen, and this package won't be making it
   in.
 
  One DD has advised to me to wait for update the packages...
 
  I had requested a sponsor :)

 Ah, ok; I've looked over the packages, and they seem ok. Will upload
 shortly unless I find additional problems.

Thanks Don.



 Don Armstrong
Francesco Cecconi


-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpKvXvi2mqsr.pgp
Description: PGP signature


Bug#412541: texi2html: say if not a texinfo file

2007-03-01 Thread Francesco Cecconi
Hi,

On Tuesday 27 February 2007, Dan Jacobson wrote:
  Instead of saying
  $ texi2html recode.info
  ** empty document
  Why not say
  ** not a texinfo file

 FC texi2html convert a `.texi', `.txi', `.texinfo', or `.txinfo' file on
 html, FC `.info` isn't a correct format.

 OK, then say that instead. Please don't just say empty document.

yes, empty document because it doesn't find a texi tags.

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpoNNMCIfO7V.pgp
Description: PGP signature


Bug#412541: texi2html: say if not a texinfo file

2007-02-26 Thread Francesco Cecconi
Hi,

On Wednesday 21 February 2007, Dan Jacobson wrote:
 Package: texi2html
 Version: 1.76-4
 Severity: wishlist
 File: /usr/bin/texi2html

 Instead of saying
 $ texi2html recode.info
 ** empty document
 Why not say
 ** not a texinfo file

texi2html convert a `.texi', `.txi', `.texinfo', or `.txinfo' file on html, 
`.info` isn't a correct format.

Francesco

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpY0lYw6nyrp.pgp
Description: PGP signature


Bug#410298: libconfig-general-perl: A block that contain something 0 is discarded

2007-02-09 Thread Francesco Cecconi
Hello Sylvain,

On Friday 09 February 2007 14:29, Sylvain Rochet wrote:
 Package: libconfig-general-perl
 Version: 2.31-3
 Severity: normal


 Hi,

 Here is my source config file, the source code used, and the Data::Dumper
 output.

 - config file -
 plop world
 plip 0
 plup tag
 hophop  contenthophop
 /plup
 /plip
 /plop
 --

  code ---
 #!/usr/bin/perl -w

 use strict;
 use Config::General;
 use Data::Dumper;

 my $conf;
 $conf = new Config::General( -ConfigFile = ./essai.conf );
 print Dumper $conf-getall();
 ---

  output --
 $VAR1 = 'plop';
 $VAR2 = {
   'world' = {
  'plip' = {
 'plup' = {
'tag' = {
   'hophop' = 'contenthophop'
 }
   }
 }
  }
 };
 --

 == 0 disappeared


 Sylvain

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

 Versions of packages libconfig-general-perl depends on:
 ii  perl  5.8.8-6.1  Larry Wall's Practical
 Extraction

 libconfig-general-perl recommends no packages.

 -- no debconf information

Thanks for your report,

The problem is with integer values in the tag.

test one 
test 1 -- problem

Use a string value.

Cheers,
Francesco

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


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



Bug#410298: libconfig-general-perl: A block that contain something 0 is discarded

2007-02-09 Thread Francesco Cecconi
Hi,

On Friday 09 February 2007 20:00, you wrote:
 Hi,

 On Fri, Feb 09, 2007 at 04:23:11PM +0100, Francesco Cecconi wrote:
  test one
  test 1 -- problem

 You are completely wrong, it works with 1, there is
 somewhere a problem between a if ( block ) vs
 if ( defined $block )

yes, OK, but if your insert a 0 on label value not work because [if ( 0 )].

Is not a package bug, but a Config::General cod implementation.

:)

Many Thanks,
Francesco


 Sylvain

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


pgpa9jByL83aD.pgp
Description: PGP signature


Bug#403089: RFS: libemail-find-perl update for FTBFS tests failed bug

2006-12-16 Thread Francesco Cecconi
On Fri, Dec 15, 2006 at 10:53:37PM +0100, Raphael Hertzog wrote:
 Hi,
 
 On Fri, 15 Dec 2006, Francesco Cecconi wrote:
  Hi Florian,
  
   Looking good so far, but why do you edit in debian/changelog the date
   fields of 0.09-4 and 0.09-3? Removing the trailing space in
   0.09-dfsg-1 is acceptable, but why the other changes?
  
  I have fixed this problem.
 
 And I uploaded the package.

Excuse me Raphael, have you a problems with upload the package?

 
 Please when you request a sponsor for an upload which fixes a RC bug
 please record that in the BTS so that people actively trying to reduce the
 number of RC bugs can sponsor you.
 
 Cheers,
 -- 
 Raphaël Hertzog
 
 Premier livre français sur Debian GNU/Linux :
 http://www.ouaza.com/livre/admin-debian/
 

Cheers,
Francesco Cecconi
-- 
 

 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#403089: RFS: libemail-find-perl update for FTBFS tests failed bug

2006-12-16 Thread Francesco Cecconi
On Sat, Dec 16, 2006 at 03:25:36PM +0100, Raphael Hertzog wrote:
 Hi,
 
 On Sat, 16 Dec 2006, Francesco Cecconi wrote:
   And I uploaded the package.
  
  Excuse me Raphael, have you a problems with upload the package?
 
 Right, sorry, I was about to upload it and got distracted by something
 else. :-) It's uploaded now.
ok, many thanks Raphael. :-)
 
 Cheers,
 -- 
 Raphaël Hertzog
 
 Premier livre français sur Debian GNU/Linux :
 http://www.ouaza.com/livre/admin-debian/
Cheers,
Francesco

-- 
 

 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#403089: RFS: libemail-find-perl update for FTBFS tests failed bug

2006-12-15 Thread Francesco Cecconi
On Fri, Dec 15, 2006 at 10:53:37PM +0100, Raphael Hertzog wrote:
 Hi,
 
 On Fri, 15 Dec 2006, Francesco Cecconi wrote:
  Hi Florian,
  
   Looking good so far, but why do you edit in debian/changelog the date
   fields of 0.09-4 and 0.09-3? Removing the trailing space in
   0.09-dfsg-1 is acceptable, but why the other changes?
  
  I have fixed this problem.
 
 And I uploaded the package. 

Thanks Raphael.

 
 Please when you request a sponsor for an upload which fixes a RC bug
 please record that in the BTS so that people actively trying to reduce the
 number of RC bugs can sponsor you.

Ok 

 
 Cheers,

Cheers,
Francesco
 -- 
 Raphaël Hertzog
 
 Premier livre français sur Debian GNU/Linux :
 http://www.ouaza.com/livre/admin-debian/

-- 
 

 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#373123: php-elisp installation error

2006-06-19 Thread Francesco Cecconi
Hello,

The problem with the new emacs-snapshot, has been solved!

Excuse me for the delay!

Cheers,
Francesco

On Tue, 2006-06-13 at 22:21 +0200, Ola Lundqvist wrote:
 Hi
 
 Thanks for the report.
 
 Pontus: Can you take a look at this?
 
 Regards,
 
 // Ola
 
 On Mon, Jun 12, 2006 at 11:57:58PM +0200, Cecconi Francesco wrote:
  Package: php-elisp
  Version: 1.1.0-2
  Severity: grave
  Justification: renders package unusable
  
  installation error log:
  
  The following NEW packages will be installed:
php-elisp
0 packages upgraded, 1 newly installed, 0 to remove and 0 not
upgraded.
Need to get 0B/17.6kB of archives. After unpacking 147kB will be used.
Writing extended state information... Done
Selecting previously deselected package php-elisp.
(Reading database ... 111857 files and directories currently
installed.)
Unpacking php-elisp (from .../php-elisp_1.1.0-2_all.deb) ...
Setting up php-elisp (1.1.0-2) ...
install/php-elisp: Handling install for emacsen flavor emacs-snapshot
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50css-mode.el (source)...
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
Loading /etc/emacs/site-start.d/50emacs-intl-fonts.el (source)...
Loading /etc/emacs/site-start.d/50html-helper-mode.el (source)...
Loading /etc/emacs/site-start.d/50php-elisp.el (source)...
Loading /etc/emacs/site-start.d/50pymacs.el (source)...
Loading /etc/emacs/site-start.d/50python-mode.el (source)...
Loading /etc/emacs/site-start.d/51debian-el.el (source)...
  
In toplevel form:
php-mode.el:87:1:Error: Wrong type argument: stringp, nil
emacs-package-install:
/usr/lib/emacsen-common/packages/install/php-elisp emacs-snapshot
emacs-snapshot failed at /usr/lib/emacsen-common/emacs-package-install
line 30, TSORT line 1.
dpkg: error processing php-elisp (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  php-elisp
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  A package failed to install.  Trying to recover:
  Setting up php-elisp (1.1.0-2) ...
  install/php-elisp: Handling install for emacsen flavor
  emacs-snapshot
  Loading 00debian-vars...
  Loading /etc/emacs/site-start.d/50css-mode.el (source)...
  Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
  Loading /etc/emacs/site-start.d/50emacs-intl-fonts.el (source)...
  Loading /etc/emacs/site-start.d/50html-helper-mode.el (source)...
  Loading /etc/emacs/site-start.d/50php-elisp.el (source)...
  Loading /etc/emacs/site-start.d/50pymacs.el (source)...
  Loading /etc/emacs/site-start.d/50python-mode.el (source)...
  Loading /etc/emacs/site-start.d/51debian-el.el (source)...
  
  In toplevel form:
  php-mode.el:87:1:Error: Wrong type argument: stringp, nil
  emacs-package-install:
  /usr/lib/emacsen-common/packages/install/php-elisp emacs-snapshot
  emacs-snapshot failed at
  /usr/lib/emacsen-common/emacs-package-install line 30, TSORT line
  1.
  dpkg: error processing php-elisp (--configure):
   subprocess post-installation script returned error exit status 1
   Errors were encountered while processing:
php-elisp
  
  
  -- System Information:
  Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (800, 'unstable')
  Architecture: amd64 (x86_64)
  Shell:  /bin/sh linked to /bin/bash
  Kernel: Linux 2.6.17-rc6-amd64
  Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
  
  Versions of packages php-elisp depends on:
  ii  emacs-snapshot-gtk [emacsen 1:20060609-1 The GNU Emacs editor (with 
  GTK+ 2.
  
  php-elisp recommends no packages.
  
  
  
 
 -- 
  - Ola Lundqvist ---
 /  [EMAIL PROTECTED] Annebergsslingan 37  \
 |  [EMAIL PROTECTED] 654 65 KARLSTAD  |
 |  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
 |  http://www.opal.dhs.org UIN/icq: 4912500 |
 \  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
  ---


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


Bug#365740: nautilus: fails to start due to undefined symbol

2006-05-04 Thread Francesco Cecconi
Hi Gustavo,

Same Problem, same solution!

Arch: amd64
Solution: updated libnautilus-extension1

Cheers,
Francesco 

On Tue, 2006-05-02 at 23:33 -0300, Gustavo Franco wrote:
 Hi Vincent,
 
 The libnautilus-extension1 = 2.14.1 dependency exists, but just for two
 architectures: hurd-i386, kfreebsd-i386. Could you confirm that
 installing it in amd64 (it seems to be your arch, right?) solves the
 problem ?
 
 Thanks,
 Gustavo Franco - [EMAIL PROTECTED]
 
 



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


Bug#344453: libhtml-fromtext-perl Package Adoption!

2006-03-25 Thread Francesco Cecconi
Hello Florian,

I'm interested to adopt  libhtml-fromtext-perl and i have created a new package 
sources[1] 
for the next release. 

Many Thanks Florian!

[1]: http://mentors.debian.net/debian/pool/main/l/libhtml-fromtext-perl/


Cheers,
Francesco

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `


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


Bug#344462: New package Sources for libconfig-general-perl adoption!

2006-03-09 Thread Francesco Cecconi
Hello Florian,

I have created a new release of libconfig-general-perl!


The source is here:

http://mentors.debian.net/debian/pool/main/l/libconfig-general-perl/

Thanks for your time! ;)

Cheers,
Francesco   

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-


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


Bug#344462: Package Adoption!

2006-03-06 Thread Francesco Cecconi
Hello Florian,

I am interested to adopt  libconfig-general-perl!

I'm working to the next release!!

Francesco

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `


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


Bug#344452: New Package Source!!

2006-03-03 Thread Francesco Cecconi
Hi Florian,

I have created a new release of libemail-find-perl!

The source is here: 

  http://mentors.debian.net/debian/pool/main/l/libemail-find-perl/

Thanks,
Francesco


-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-| JID [EMAIL PROTECTED]


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


Bug#344452: Package Adoption!

2006-03-02 Thread Francesco Cecconi
Hello Florian,

I am interested to adopt libemail-find-perl, but i haven't a sponsor!

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `


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


Bug#290136: Package for Time::Unix

2006-02-28 Thread Francesco Cecconi
Hi all,

I have created the debian package for this perl module!

The source is here:

 http://mentors.debian.net/debian/pool/main/l/libtime-unix-perl/

I'm looking a sponsor for insert this package in Debian!

I,
Francesco

-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.| [EMAIL PROTECTED]
`. `'`  | GPG Key ID: 11F6E468
  `-| JID [EMAIL PROTECTED]


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


Bug#350787: quodlibet: Segmentation fault on start

2006-01-31 Thread Francesco Cecconi
Package: quodlibet
Version: 0.16-2
Severity: grave

[EMAIL PROTECTED]:~$ quodlibet
Segmentation fault


After python 2.3.5-5 upgrade, quodlibet fails to start for a
Segmentation Fault error!!


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

Versions of packages quodlibet depends on:
ii  gstreamer0.8-alsa [g 0.8.11-2ALSA plugin for GStreamer
ii  gstreamer0.8-esd [gs 0.8.11-2Enlightened Sound Daemon plugin fo
ii  gstreamer0.8-mad 0.8.11-2MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-vorbis  0.8.11-2Vorbis plugin for GStreamer
ii  libgtk2.0-0  2.8.10-1The GTK+ graphical user interface 
ii  python   2.3.5-5 An interactive high-level object-o
ii  python-ctypes0.9.6+cvs20051031-1 Python package to create and manip
ii  python-gst   0.8.3-1 generic media-playing framework (P
ii  python-gtk2  2.6.3-2 Python bindings for the GTK+ widge
ii  python-pymad 0.5.4-1 Python wrapper to the MPEG Audio D
ii  python-pyvorbis  1.3-1   A Python interface to the Ogg Vorb
ii  python2.3-pymad [pyt 0.5.4-1 Python wrapper to the MPEG Audio D

Versions of packages quodlibet recommends:
ii  gstreamer0.8-flac 0.8.11-2   FLAC plugin for GStreamer
pn  gstreamer0.8-mikmod | gstream none (no description available)
ii  gstreamer0.8-musepack 0.8.11-2   Musepack (MPC) audio decoder plugi
ii  libgstreamer-gconf0.8-0   0.8.11-2   GConf support for GStreamer
pn  python-feedparser none (no description available)
ii  python-flac   0.0.4-1Free Lossless Audio Codec [Python 
ii  python-gnome2-extras  2.10.2-1   Python bindings for the GNOME desk
ii  quodlibet-ext 0.16-2 extensions for the Quod Libet audi
ii  quodlibet-plugins 20051218-1 various contributed plugins for Qu

-- no debconf information


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