Bug#308973: Correction of copyright file

2005-05-16 Thread Nelson A. de Oliveira
severity 308973 minor
tags 308973 pending
thanks

I am downgrading this bug, as Ethan (upstream author said):

On Monday 16 May 2005 09:23 am, Nelson A. de Oliveira wrote:

 Ethan, have you saw the patches that I applied on Raster3D?

I am OK with it so long as

(1) The set of diffs you sent me is itself included in the binary
distro, e.g. in /usr/share/doc/raster3d, and mentioned in
changelog.Debian

(2) You correct the non-license statement.
I have never restricted this code to non-commercial use.
Commercial use is fine.
*Selling* a commercial version is not permitted.

Please include the following text:

Copyright to the Raster3D code is held by Ethan Merritt and
other contributores.  The code may be used or modified without
restriction. Modified versions may only be redistributed with
prior permission and must be accompanied by source code patches
against a previous official release of the Raster3D source code.



I will contact my sponsor to upload the new Debian revision.

Thanks Göran ;-)

Nelson A. de Oliveira



Bug#309853: dh-make: CDBS option not working properly

2005-05-19 Thread Nelson A. de Oliveira
Package: dh-make
Version: 0.39
Severity: normal


Hi

With the new release supporting CDBS, I found some errors:

$ dh_make -c
Option c is ambiguous (cdbs, copyright)
(...)

But when looking on dh_make --help we see:

  -c, --copyright typeuse type of license in copyright file
(gpl|lgpl|artistic|bsd)
(...)
  -b, --cdbsset package class to cdbs

It's saying that -b is for CDBS, but in fact, it's using -c!

Also, when using the CDBS option, the gererated watch.ex is:

# Example watch control file for uscan
# Rename this file to watch and then you can run the uscan command
# to check for upstream updates and more.
# Site  Directory   Pattern Version Script
version=2
sunsite.unc.edu /pub/Linux/Incoming gifsicle-(.*)\.tar\.gz  debian  uupdate

This file is different from the file generated without using CDBS.
It should be the same.

Running fakeroot debian/rules clean as described on debian/control, generated 
by dh_make, leaves us with a control file with Architecture: empty.

Also, man dh_make don't have the new option of CDBS.

Sorry if something that I said isn't really a bug.

Thanks
Nelson

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

Versions of packages dh-make depends on:
ii  debhelper 4.2.36 helper programs for debian/rules
ii  dpkg-dev  1.10.27Package building tools for Debian
ii  make  3.80-9 The GNU version of the make util
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#300312: Reopening 300312

2005-05-19 Thread Nelson A. de Oliveira
reopen 300312
thanks

Hi

I am still getting missing files on my Apache's error log.

Some examples:

[Thu May 19 13:14:39 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//includes/jscalendar/calendar-setup.js
[Thu May 19 13:14:39 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//includes/jscalendar/calendar_stripped.js
[Thu May 19 13:14:39 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//includes/jscalendar/calendar-win2k-1.css
[Thu May 19 13:14:39 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//includes/jscalendar/lang/calendar-en.js
[Thu May 19 13:14:39 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//themes//percent-10.png
[Thu May 19 21:03:02 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//themes//percent-20.png
[Thu May 19 21:03:12 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//themes//percent-0.png
[Thu May 19 21:03:20 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//themes//percent-30.png

Flyspray version is 0.9.7-3

Thanks

Nelson A. de Oliveira


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



Bug#300312: Reopening 300312

2005-05-20 Thread Nelson A. de Oliveira
Hi,

On Fri, 20 May 2005, Pierre Habouzit wrote:
 for the themes part, it's normal. Themes were removed upstream's in
 0.9.7 and there is only BLuey now, you have to setup your projects to
 use that one. for the jscalendar errors, it's insane : the files
 exists, and believe me apache knows how to deal with double brackets
 (unless you did some curious configuration)

 So please check it again, and I don't believe it's a flyspray problem at
 all

My project is already using Bluey theme.

I saw that errors like
[Fri May 20 21:00:34 2005] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /usr/share/flyspray/htdocs//themes//percent-20.png
are generated when clicking to see the details of a task.

The jscalendar errors I don't know... They happen because I see on the
error log, but I don't know when and where.

The file /etc/apache/conf.d/flyspray (that is a link to
/etc/flyspray/apache.conf) is this:


Alias /bugs /usr/share/flyspray/htdocs/

Directory /usr/share/flyspray/htdocs
Options FollowSymLinks MultiViews
Order allow,deny
Allow from all
IfModule mod_dir.c
DirectoryIndex index.php
/IfModule
IfModule mod_php4.c
php_value magic_quotes_gpc Off
php_value register_globals Off
/IfModule
IfModule sapi_apache2.c
php_value magic_quotes_gpc Off
php_value register_globals Off
/IfModule
/Directory

I am using Flyspray since 0.9.7-1. I didn't change anything, except the
alias on the above file.

I just changed the Alias now to
Alias /bugs /usr/share/flyspray/htdocs

But it still says about missing file.

Now:
/usr/share/flyspray/htdocs//themes//percent-20.png
Before:
/usr/share/flyspray/htdocs/themes//percent-20.png


Nelson


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



Bug#346171: gcc-4.0-base: Not installing changelog.Debian properly

2006-01-05 Thread Nelson A. de Oliveira
Package: gcc-4.0-base
Version: 4.0.2-6
Severity: serious
Justification: Non native packages must provide changelog.Debian (section 12.7)

Hi!

Today, after upgrading the packages cpp-4.0 g++-4.0 gcc-4.0 gcc-4.0-base
from version 4.0.2-5 to 4.0.2-6, I saw that there was no
changelog.Debian.gz file on /usr/share/doc/gcc-4.0-base

Discussing on #debian-devel (some people had the same issue) and after
some investigation, I saw this:

I downloaded the package gcc-4.0-base_4.0.2-6_i386.deb and saw that the
changelog.Debian.gz file is there.

aptitude reinstall gcc-4.0-base installed the missing
changelog.Debian.gz

Downgrading to revision 4.0.2-5 all the packages, I saw that there was a
changelog.Debian.gz there
(/usr/share/doc/gcc-4.0-base/changelog.Debian.gz)

Dist-upgraded again, installed all packages with version 4.0.2-6, and
again, no changelog.Debian.gz

Looking at this, it's clear that there is something not OK on the
upgrade 4.0.2-5 -- 4.0.2-6.

I don't know if the problem is on cpp-4.0, g++-4.0, gcc-4.0 or gcc-4.0-base,
so I am reporting it against gcc-4.0-base.

Thank you very much!
Nelson

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

-- no debconf information


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



Bug#346171: gcc-4.0-base: Not installing changelog.Debian properly

2006-01-06 Thread Nelson A. de Oliveira
Hi!

On 1/6/06, Matthias Klose [EMAIL PROTECTED] wrote:
 I'm unable to reproduce that. please could you send the log of your
 upgrade?

I think that I've found the problem:

Install happens in this way:

Preparing to replace cpp-4.0 4.0.2-5 (using cpp-4.0_4.0.2-6_i386.deb) ...
Unpacking replacement cpp-4.0 ...
Preparing to replace g++-4.0 4.0.2-5 (using g++-4.0_4.0.2-6_i386.deb) ...
Unpacking replacement g++-4.0 ...
Preparing to replace gcc-4.0-base 4.0.2-5 (using
gcc-4.0-base_4.0.2-6_i386.deb) ...
Unpacking replacement gcc-4.0-base ...
Preparing to replace gcc-4.0 4.0.2-5 (using gcc-4.0_4.0.2-6_i386.deb) ...
Unpacking replacement gcc-4.0 ...
Preparing to replace libstdc++6-4.0-dev 4.0.2-5 (using
libstdc++6-4.0-dev_4.0.2-6_i386.deb) ...
Unpacking replacement libstdc++6-4.0-dev ...
Preparing to replace libstdc++6 4.0.2-5 (using libstdc++6_4.0.2-6_i386.deb) ...
Unpacking replacement libstdc++6 ...
Setting up gcc-4.0-base (4.0.2-6) ...
Setting up libstdc++6 (4.0.2-6) ...

Setting up cpp-4.0 (4.0.2-6) ...
Setting up gcc-4.0 (4.0.2-6) ...
Setting up libstdc++6-4.0-dev (4.0.2-6) ...
Setting up g++-4.0 (4.0.2-6) ...

Good. Let see what happened.

It first installs gcc-4.0-base. This packages contains the
changelog.Debian.gz and also the copyright file (that is missing too,
when upgrading).

If we have all packages on version 4.0.2-5 and we install *just*
gcc-4.0-base from version 4.0.2-6, the changelog.Debian.gz is there.
So, the problem is not on this package.
The problem is on libstdc++6!

libstdc++6 from version 4.0.2-5 has the files (an other too):

-rw-r--r-- root/root 27904 2005-09-17 12:36:48 ./usr/share/doc/libstdc++6/co
pyright
-rw-r--r-- root/root53 2005-12-01 22:10:32 ./usr/share/doc/libstdc++6/RE
ADME.Debian
-rw-r--r-- root/root 62788 2005-12-01 17:08:04 ./usr/share/doc/libstdc++6/ch
angelog.Debian.gz

BUT:
# ls -l /usr/share/doc/libstdc++6
lrwxrwxrwx 1 root root 12 Jan  7 02:11 /usr/share/doc/libstdc++6 - gcc-4.0-base

So, actually, it installed the files on /usr/share/doc/gcc-4.0-base,
and not on /usr/share/doc/libstdc++6

I am doing all this on my machine, using packages from version 4.0.2-5

Going back to our analysis of what happens on the install:

gcc-4.0-base installs all the files correctly.
When libstdc++6 is going to be installed, it first removes the old
files (including changelog.Debian.gz and copyright), and after that,
installs the new ones, right?

So, it removes changelog.Debian.gz and copyright that was installed
from gcc-4.0-base.

Since libstdc++6 from version 4.0.2-6 doesn't include those files
anymore, we end with a system without changelog.Debian.gz and
copyright.

Am I right? (Or not?)

I hope I could help and that I was clear.

Best regards,
Nelson



Bug#344383: Patch for bug #344383 (cdbs-edit-patch should create debian/patches if necessary)

2006-01-06 Thread Nelson A. de Oliveira
tags 344383 + patch
thanks

Hi!

The above patch works for me:

--- cdbs-edit-patch 2006-01-07 03:26:07.350686304 -0200
+++ cdbs-edit-patch.new 2006-01-07 03:58:26.221933072 -0200
@@ -19,6 +19,9 @@
 ORIGDIR=$(basename $(pwd))
 NEWDIR=$ORIGDIR.new

+# create debian/patches dir if it doesn't exist
+[ -e debian/patches/ ] || mkdir -p debian/patches/
+
 # create clean source package in temporary dir
 cp -a . $TMP/$ORIGDIR
 cd $TMP/$ORIGDIR


Nelson



Bug#347618: RFP: cascadianfaq -- system designed to make it easy to administer websites frequently asked questions

2006-01-11 Thread Nelson A. de Oliveira
Package: wnpp
Severity: wishlist


* Package name: cascadianfaq
  Version : 4.1
  Upstream Author : Summer S. Wilson, Eclectic Designs [EMAIL PROTECTED]
* URL : http://eclectic-designs.com/cascadianfaq.php
* License : GNU GPL2
  Description : system designed to make it easy to administer websites 
frequently asked questions

CascadianFAQ is a PHP and database driven system designed to make it
easy to adminster a websites frequently asked questions.

Features

* Web-based administration
* Easily blends in with your site's current design
* Questions can be assigned to multiple categories
* Unlimited question category depth
* Multi-level administrators allowing for category editor and whole FAQ 
managers
* Works on servers with the open basedir restriction in effect
* Works with PHP safe mode turn on
* Works with register globals on or off!
* Searchable
* Most Popular and Most Recent lists available for use in the FAQ or
   elsewhere on your site
* HTML formatting allowed in questions, or you can let the system 
automatically
   convert your line breaks for you!
* Admins can view lists of orphaned and unanswered questions, and of
   orphaned categories
* Option to allow users to submit new questions for the FAQ!
* Upgrade script for users of previous versions, install script for new 
users


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


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



Bug#347624: DEHS: Error with a valid watch file

2006-01-11 Thread Nelson A. de Oliveira
Package: qa.debian.org
Severity: normal

Hi!

I was taking a look at my packages on qa.debian.org and I saw that on
the field Watch Unstable, of the package qsf, there was an Error Details.

However, that watch file is valid!

$ uscan --verbose
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   http://sf.net/qsf/qsf-(.*)\.tar\.gz
-- Found the following matching hrefs:
 qsf-0.2.1.tar.gz
(...)
 qsf-1.1.2.tar.gz
Newest version on remote site is 1.1.2, local version is 1.1.2
 = Package is up to date
-- Scan finished

At http://dehs.alioth.debian.org/maintainer.php?name=qsf, clicking to
view the watch file, it shows only this:

version=3

But the watch file has one more line:

version=3
http://sf.net/qsf/qsf-(.*)\.tar\.gz

Where is the other line? I think that it's this missing line that is
causing the erron on the watch file.

Thank you very much!
Nelson

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


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



Bug#347993: ITP: optipng -- advanced PNG optimizer

2006-01-13 Thread Nelson A. de Oliveira
Package: wnpp
Severity: wishlist
Owner: Nelson A. de Oliveira [EMAIL PROTECTED]


* Package name: optipng
  Version : 0.4.8
  Upstream Author : Cosmin Truta [EMAIL PROTECTED]
* URL : http://www.cs.toronto.edu/~cosmin/pngtech/optipng/
* License : zlib/libpng
  Description : advanced PNG optimizer

OptiPNG is a PNG optimizer that recompresses the image files to a
smaller size, without losing any information. The idea has been inspired
from pngcrush (http://pmt.sourceforge.net/pngcrush), and is explained in
detail in the PNG-Tech article A guide to PNG optimization
(http://www.cs.toronto.edu/~cosmin/pngtech/optipng.html). The
implementation is carried forward in OptiPNG, which offers a faster
execution per trial, and a wider search space.

Nelson

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


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



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

2005-12-17 Thread Nelson A. de Oliveira
Package: mozilla-firefox-locale-all
Version: 1.0.4lang20050515-1
Severity: wishlist


Hi!

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

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

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

Thank you very much
Nelson

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

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

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

-- no debconf information


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



Bug#344106: ValueError: invalid Debian version string

2005-12-19 Thread Nelson A. de Oliveira
Package: debsecan
Version: 0.2
Severity: normal

Hi!

While running debsecan, it's finishing with this error:

$ debsecan --suite sid
FAKE-0321447 xserver-common (low urgency)
(...)
FAKE-0024706 xfonts-scalable (low urgency)
Traceback (most recent call last):
  File /usr/bin/debsecan, line 753, in ?
rate_system(target, options, fetch_data(options), history)
  File /usr/bin/debsecan, line 698, in rate_system
pkg_version = Version(contents)
  File /usr/bin/debsecan, line 92, in __init__
self.__parsed = self.__parse(version)
  File /usr/bin/debsecan, line 111, in __parse
raise ValueError, invalid Debian version string
ValueError: invalid Debian version string

This error happens using any of the suites as option (woody, sarge,
etch, sid).

Thank you
Nelson

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

Versions of packages debsecan depends on:
ii  python2.3.5-3An interactive high-level object-o

debsecan recommends no packages.

-- no debconf information


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



Bug#341521: #341521: maybe using dh-make package?

2005-12-25 Thread Nelson A. de Oliveira
Hi!

I think that you should use the dh_make command (from the package
dh-make) with the flag --cdbs (or -b). That command will create a
package using CDBS for you, with all the files included.

I hope this can help you.

Nelson



Bug#341521: Closing #341521

2005-12-27 Thread Nelson A. de Oliveira
reassign 341521 dh-make 0.38
close 341521 0.39
thanks

If I played correctly with those tags above, this bug was reassigned
to dh-make (where it belongs) and is now closed (this feature was
implemented on version 0.39 of dh-make).

Cheers,
Nelson



Bug#344976: syntax error on /var/lib/dpkg/info/debsecan.config

2005-12-27 Thread Nelson A. de Oliveira
Package: debsecan
Version: 0.3.2
Severity: normal

Hi!

Today while upgrading debsecan to version 0.3.2, I saw this error:

Setting up debsecan (0.3.2) ...
/var/lib/dpkg/info/debsecan.config: 30: arith: syntax error: STATE + 1
dpkg: error processing debsecan (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 debsecan

Line 30 of /var/lib/dpkg/info/debsecan.config is just a done. I don't know 
what could be...

Thank you
Nelson

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

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0] 1.4.66 Debian configuration management sy
ii  python2.3.5-3An interactive high-level object-o

Versions of packages debsecan recommends:
ii  cron  3.0pl1-92  management of regular background p
ii  postfix [mail-transport-agent 2.2.7-1A high-performance mail transport 

-- debconf information:
  debsecan/suite: GENERIC
  debsecan/report: true


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



Bug#331193: aptitude: Asking the same question forever

2005-10-03 Thread Nelson A. de Oliveira
Hi!

On 10/3/05, Daniel Burrows [EMAIL PROTECTED] wrote:

   As you can see above, it does; however, I think the textual placement
 of the message should be improved (maybe I can put some
 ** big ** flags ** around ** it **), as I myself often overlook it at
 first glance.

Yes, now I saw that it really shows when there is no more options left.
Well, as I tagged before, this is just a wishlist. Your program is
great! When there aren't more important things to do, thinking on a
way to better display this message could improve aptitude a little,
right? :-)

Thank you for your attention!

Nelson



Bug#332213: www.debian.org: http://ftp-master.debian.org/reject.html - small typo

2005-10-05 Thread Nelson A. de Oliveira
Package: www.debian.org
Severity: minor


Hi!

There is a small typo at http://ftp-master.debian.org/reject.html
At the end of the page there is a sepcifed

s/sepcifed/specified :-)

Thank you!
Nelson


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



Bug#333248: libnet-ssh-perl: Must not depend on a transitional package (ssh)

2005-10-10 Thread Nelson A. de Oliveira
Package: libnet-ssh-perl
Version: 0.08-1
Severity: minor

Hi!

I was going to remove the package ssh from my system, since it's a
transitional package.
However, libnet-ssh-perl depends on ssh:

Depends: perl (= 5.6.0-16), ssh

I think that this should be changed to openss-client and/or
openssh-server, since ssh package was split in two new packages.

Changing this makes possible to remove the transitional package ssh
without problems.

Thank you
Nelson

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

Versions of packages libnet-ssh-perl depends on:
ii  perl  5.8.7-5Larry Wall's Practical Extraction 
ii  ssh   1:4.2p1-5  Secure shell client and server (tr

libnet-ssh-perl recommends no packages.

-- no debconf information


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



Bug#335596: flyspray: Undefined index errors

2005-10-24 Thread Nelson A. de Oliveira
Package: flyspray
Version: 0.9.8-1
Severity: normal

Hi!

Today I have upgraded to version 0.9.8 perfectly. It's working OK.
However, when I click on Open a new Task anonymously, I see two
warning messages:

Notice: Undefined index: open_new_tasks in
/usr/share/flyspray/htdocs/scripts/newtask.php on line 12

Notice: Undefined index: modify_all_tasks in
/usr/share/flyspray/htdocs/scripts/newtask.php on line 127

You can see this by accessing
http://biolinux.df.ibilce.unesp.br/bugs/
and clicking on Open a new Task anonymously.

This wasn't happening on previous version.

Thank you
Nelson

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

Versions of packages flyspray depends on:
ii  apache [httpd]1.3.33-8   versatile, high-performance HTTP s
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  libapache-mod-php4 [phpapi-20 4:4.4.0-4  server-side, HTML-embedded scripti
ii  libphp-adodb  4.64-4 The 'adodb' database abstraction l
ii  php4-cli [phpapi-20050606]4:4.4.0-4  command-line interpreter for the p
ii  php4-mysql4:4.4.0-4  MySQL module for php4
ii  ucf   2.003  Update Configuration File: preserv
ii  wwwconfig-common  0.0.44 Debian web auto configuration

Versions of packages flyspray recommends:
pn  graphviz  none (no description available)

-- debconf information:
* flyspray/databasemgr_type: MySQL
* flyspray/welcome:
* flyspray/database_upgrade:
  flyspray/webuser: www-data
* flyspray/database_name: flyspray
  flyspray/webgroup: www-data
  flyspray/database_downgrade:
* flyspray/database_user: flyspray
* flyspray/purge_removes_data: false
  flyspray/cookie: jZ
* flyspray/dbmyadmin: root
* flyspray/webserver_type: Apache
* flyspray/databasemgr_server: localhost


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



Bug#335596: flyspray: Undefined index errors

2005-10-24 Thread Nelson A. de Oliveira
Hi!

On 10/24/05, Pierre Habouzit [EMAIL PROTECTED] wrote:
  Notice: Undefined index: open_new_tasks in
  /usr/share/flyspray/htdocs/scripts/newtask.php on line 12
 
  Notice: Undefined index: modify_all_tasks in
  /usr/share/flyspray/htdocs/scripts/newtask.php on line 127

 upstream does not support flyspray without notices. you have to setup
 your php so that php has its error_reporting set to E_ALL ^ E_NOTICE.

 I'll let the bug open and force it into the flyspray apache.conf so that
 the bug won't show up again. but you can fix it yourself either :
  * setting up the right confing in /etc/php4/*/php.ini
  * or adding into /etc/flyspray/apache.conf :
 php_value error_reporting 2039
 2039 == E_ALL  (~E_NOTICE) see http://php.net/error_reporting

Thank you for your quick reply.
However, it still is not working.

On /etc/php4/apache/php.ini and /etc/php4/cli/php.ini there is:

;   - Show all errors except for notices
;
error_reporting  =  E_ALL  ~E_NOTICE

I didn't changed any of those files. They already had that line.

I added php_value error_reporting 2039 to /etc/flyspray/apache.conf
too, but the notices are still there.

On PHP config file and also on flyspray config file, there is a line
saying to don't display notice messages. I even restarted Apache
(thinking maybe apache didn't see the new config), but without
sucess.

I don't know what could be wrong :-/

Thank you again!
Nelson



Bug#335596: flyspray: Undefined index errors

2005-10-25 Thread Nelson A. de Oliveira
On 10/25/05, Pierre Habouzit [EMAIL PROTECTED] wrote:
  On PHP config file and also on flyspray config file, there is a line
  saying to don't display notice messages. I even restarted Apache
  (thinking maybe apache didn't see the new config), but without
  sucess.
 
  I don't know what could be wrong :-/

 I don't know either. but the warning you have are definitely Notices
 (see their prefix). what do you use for php ? php4 or 5 ? mod_php or
 cgi ? apache or apache2 ?

I am using mod_php (package libapache-mod-php4 version 4.4.0-4), php4
(4.4.0-4) and apache (1.3.33-8).

 for mod_php4 with apache2 the directory for php.ini
 is /etc/php4/apache2/php.ini. and then you must *RESTART* apache to
 take the modifications into account.

I already verified the config file (it was OK) and even restarted
apache, but notices are still there.

--
Nelson A. de Oliveira



Bug#335596: flyspray: Undefined index errors

2005-10-25 Thread Nelson A. de Oliveira
Hi!

On 10/25/05, Pierre Habouzit [EMAIL PROTECTED] wrote:
  I already verified the config file (it was OK) and even restarted
  apache, but notices are still there.

 this is *really* odd

 could you hack for the sake of the test
 e.g. /usr/share/flyspray/htdocs/index.php make it begin with :

 ?php echo error_reporting(); exit; ?

 and tell me what number it says.

It printed 2039.
2039 is the right number, right? However it isn't working.
Could it be a bug on PHP4?

Thank you!
--
Nelson A. de Oliveira



Bug#335786: etc/init.d/xprint: 531: Syntax error: Bad substitution

2005-10-25 Thread Nelson A. de Oliveira
Package: xprint-common
Version: 1:0.1.0.alpha1-12
Severity: minor

Hi!

Always when I have a terminal open (rxvt, xterm, etc) and I run
mozilla-thunderbird, I get this message:

$ mozilla-thunderbird  
selected locale: pt-BR
/etc/init.d/xprint: 531: Syntax error: Bad substitution
DOUBLE-CLICK: 250 -- -1 THRESHOLD: 8 -- -1

Looking at line 531 of /etc/init.d/xprint I see:

if [ ${xpstart_remote_server[$curr]} !=  ] ; then

I don't know if there is something wrong with this line.

Thank you
Nelson

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

Versions of packages xprint-common depends on:
ii  debconf [debconf-2.0]  1.4.58Debian configuration management sy
ii  xbase-clients  6.8.2.dfsg.1-9miscellaneous X clients
ii  xprint 1:0.1.0.alpha1-12 Xprint - the X11 print system (bin

Versions of packages xprint-common recommends:
ii  xfonts-base   6.8.2.dfsg.1-9 standard fonts for X

-- debconf information excluded


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



Bug#335787: Not identifying ISO file

2005-10-25 Thread Nelson A. de Oliveira
Package: file
Version: 4.15-2
Severity: normal

Hi!

Today I have tried to run file on several ISO files.
However file didn't show anything:

$ file lindowslive-4.5.246-2004.02.10_13.48.158260.iso 
lindowslive-4.5.246-2004.02.10_13.48.158260.iso:

$ file biolinux-1.0.iso
biolinux-1.0.iso: 

$ file KANOTIX-2005-04-LITE-RC13.iso
KANOTIX-2005-04-LITE-RC13.iso: 

Using the -i switch, it shows:

$ file -i KANOTIX-2005-04-LITE-RC13.iso
KANOTIX-2005-04-LITE-RC13.iso: application/x-iso9660

On another machine, with file version 4.12-1 installed, it shows
perfectly the ISO information:

[EMAIL PROTECTED]:~$ file biolinux-1.0.iso 
biolinux-1.0.iso: ISO 9660 CD-ROM filesystem data 'BIOLINUX-BR
' (bootable)

Thank you

Nelson

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

Versions of packages file depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libmagic1 4.15-2 File type determination library us
ii  zlib1g1:1.2.3-6  compression library - runtime

file recommends no packages.

-- no debconf information


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



Bug#334655: tetex-base: Missing changelog.Debian.experimental.gz

2005-10-18 Thread Nelson A. de Oliveira
Package: tetex-base
Version: 3.0-9
Severity: minor

Hi

Today after upgrading tetex-base and reading the changelog.Debian.gz I
saw:

  * Upload new upstream release to unstable.  The changelog of the
versions in experimental is available in
changelog.Debian.experimental.gz.

However I didn't find that file.
It should be included on the package.

Thank you!
Nelson

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

Versions of packages tetex-base depends on:
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  tex-common   0.8 Common infrastructure for using an
ii  ucf  2.002   Update Configuration File: preserv

Versions of packages tetex-base recommends:
ii  tetex-doc 3.0-9  The documentation component of the

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.15   Miscellaneous utilities specific t
ii  dpkg  1.13.11.0.1package maintenance system for Deb
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   6.8.2.dfsg.1-9 Inter-Client Exchange library
ii  libkpathsea4  3.0-9  path search library for teTeX (run
ii  libpaper1 1.1.14-3   Library for handling paper charact
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.8.2.dfsg.1-9 X Window System Session Management
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  6.8.2.dfsg.1-9 X Window System protocol client li
ii  libxaw8   6.8.2.dfsg.1-9 X Athena widget set library
ii  libxext6  6.8.2.dfsg.1-9 X Window System miscellaneous exte
ii  libxmu6   6.8.2.dfsg.1-9 X Window System miscellaneous util
ii  libxp66.8.2.dfsg.1-9 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-9 X pixmap library
ii  libxt66.8.2.dfsg.1-9 X Toolkit Intrinsics
ii  mime-support  3.35-1 MIME files 'mime.types'  'mailcap
ii  perl  5.8.7-7Larry Wall's Practical Extraction 
ii  sed   4.1.4-4The GNU sed stream editor
ii  ucf   2.002  Update Configuration File: preserv
ii  xlibs 6.8.2.dfsg.1-9 X Window System client libraries m
ii  zlib1g1:1.2.3-6  compression library - runtime

Versions of packages tetex-extra depends on:
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  tetex-bin3.0-9   The teTeX binary files
ii  ucf  2.002   Update Configuration File: preserv

-- debconf information excluded


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



Bug#334779: ITP: pngnq -- tool for optimizing PNG (Portable Network Graphics) images

2005-10-19 Thread Nelson A. de Oliveira
Package: wnpp
Severity: wishlist
Owner: Nelson A. de Oliveira [EMAIL PROTECTED]


* Package name: pngnq
  Version : 0.3
  Upstream Author : Stuart Coyle [EMAIL PROTECTED]
* URL : http://www.cybertherial.com/pngnq/pngnq.html
* License : BSD like(?)
  Description : tool for optimizing PNG (Portable Network Graphics) images

 Pngnq is a tool for quantizing 32-bit RGBA PNG images to 8-bit RGBA pallete
 PNG. It's is an adaptation by Stuart Coyle of Greg Roelf's pnqquant. While
 pngquant uses a median cut algorithm, Pngnq uses Anthony Dekker's neuquant
 algorithm (http://members.ozemail.com.au/~dekker/NEUQUANT.HTML), generally
 resulting in better looking results than pngquant.
 .
 Optimizers (like pngcrush and optipng) optimize the compression, usually
 losslessly. pngnq quantizes colors down to 256 (or fewer) distinct RGBA
 combinations, which is quite lossy. Optimized PNGs are usually two to four
 times smaller than the 32-bit versions.
 .
 Homepage: http://www.cybertherial.com/pngnq/pngnq.html

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


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



Bug#339045: PTS: it's missing a news about the package

2005-11-14 Thread Nelson A. de Oliveira
Package: qa.debian.org
Severity: minor

Hi

I was taking a look at the PTS of biofox (a package that I maintain).
http://packages.qa.debian.org/b/biofox.html

It's missing a news about revision 1.1-2, that is on unstable and on
testing. (On the changelog
http://packages.debian.org/changelogs/pool/main/b/biofox/biofox_1.1-2/changelog
it's possible to see that there is really a revision 1.1-2, however on 
Latest News there is only [2005-10-05] Accepted 1.1-1 in unstable (low)
(Nelson A. de Oliveira).

Thank you
Nelson

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


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



Bug#340222: lintian: Update debhelper compat test

2005-11-21 Thread Nelson A. de Oliveira
Package: lintian
Version: 1.23.13
Severity: normal


Hi!

The recommended compatibility level of a package is now 5 and version
3 is now deprecated.
However, lintian doesn't issue a
package-uses-deprecated-debhelper-compat-version warning with packages
using version compat level 3.

Thank you
Nelson


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



Bug#340223: dh-make: Update to new compat level 5

2005-11-21 Thread Nelson A. de Oliveira
Package: dh-make
Version: 0.40
Severity: wishlist

Hi!

Since the recommended compatibility level is now 5, and not 4, it would
be good if dh-make creates the compat file with 5 inside it and also,
the control file with debhelper (= 5), instead debhelper (= 4.1.0).

Thank you!

Nelson


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



Bug#340383: abntex: Conflict with float package.

2005-11-22 Thread Nelson A. de Oliveira
Package: abntex
Version: 0.8.2-2
Severity: important

Hi!

Today while using abntex with the float package, I saw one problem.
After doing a pdflatex test.tex (test.tex attached) I've got:

(...)
Writing index file test.idx
(./test.aux) (./test.toc) [1{/var/lib/texmf/dvips/config/pdftex.map}]
! TeX capacity exceeded, sorry [parameter stack size=5000].
[EMAIL PROTECTED] #1#2-
   \ifthenelse {\boolean {ABNTNextOutOfTOC}} {\markboth {\ABNTne...
l.17 \listof{code}{List of Codes}
 
!  == Fatal error occurred, the output PDF file is not finished!
Transcript written on test.log.

test.log is also attached.

Changing the line:
\documentclass[a4paper,12pt]{abnt}
to
\documentclass[a4paper,12pt]{report}
the PDF is generated perfectly (so the problem is not on report category
or on the float package, but on abntex).

At first time I thought that it was an internal error on Latex (I have
changed the stack size, but the error still happens).
It looks some kind of incompatibility with the float package.

The problem happens using tetex-base version 2.0.2c-7 and tetex-bin
version 2.0.2-28, also with versions 3.0-10 and 3.0-10.1.

Sorry but I don't understand the internals of abntex and tetex, so I
can't help more.

Thank you very much!

Nelson

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

Versions of packages abntex depends on:
ii  tetex-bin 3.0-10.1   The teTeX binary files
ii  tetex-extra   3.0-10 Additional library files of teTeX

abntex recommends no packages.

-- no debconf information
\documentclass[a4paper,12pt]{abnt}
\usepackage[brazil]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fancyvrb}
\usepackage{float}

\floatstyle{plain}
\newfloat{code}{tbp}{lop}[section]
\floatname{code}{Code}

\makeindex

\begin{document}

\tableofcontents
\listof{code}{List of Codes}
\chapter{Test}

Example.

\begin{code}[H]
\begin{Verbatim}[frame=single]
  int test();
\end{Verbatim}
\caption{An example.}
\end{code}

\end{document}
This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5) (format=pdflatex 2005.11.9)  23 NOV 2005 02:13
entering extended mode
**test.tex
(./test.tex{/usr/share/texmf/pdftex/config/pdftex.cfg}
LaTeX2e 2001/06/01
Babel v3.7h and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, catalan, croatian, czech, danish, dutch, finnish, greek, iceland
ic, irish, italian, latin, magyar, norsk, norsk, portuges, romanian, russian, s
lovak, slovene, spanish, swedish, turkish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/abntex/abnt.cls
(/usr/share/texmf/tex/latex/abntex/cvs-id.def)
Document Class: abnt 2004/11/02 v1.27.2.1 Classe abnt (NBR6024, NBR6027, NBR602
8, NBR14724)
(/usr/share/texmf/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/share/texmf/tex/latex/tools/calc.sty
Package: calc 1998/07/07 v4.1b Infix arithmetic (KKT,FJ)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \setlength on input line 59.
LaTeX Info: Redefining \addtolength on input line 60.
[EMAIL PROTECTED]
)
(/usr/share/texmf/tex/latex/tools/multicol.sty
Package: multicol 2000/07/10 v1.5z multicolumn formatting (FMi)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\multicoltolerance=\count86
\multicolpretolerance=\count87
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\premulticols=\dimen107
\postmulticols=\dimen108
\multicolsep=\skip43
\multicolbaselineskip=\skip44
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\multicolovershoot=\dimen110
\multicolundershoot=\dimen111
[EMAIL PROTECTED]@firstbox=\box50
[EMAIL PROTECTED]
)
(/usr/share/texmf/tex/latex/base/report.cls
Document Class: report 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size12.clo
File: size12.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\abovecaptionskip=\skip45
\belowcaptionskip=\skip46
\bibindent=\dimen112
)
(/usr/share/texmf/tex/latex/misc/setspace.sty

Bug#401935: tmsnc: New version available

2006-12-06 Thread Nelson A. de Oliveira

Package: tmsnc
Version: 0.3.1-1
Severity: wishlist

Hi!

There is a new version (0.3.2) of tmsnc available at
http://tmsnc.sourceforge.net/

Thanks!

Best regards,
Nelson

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


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



Bug#396239: gimp-resynthesizer: doesn't work with GIMP 2.3.13

2006-12-08 Thread Nelson A. de Oliveira
Package: gimp-resynthesizer
Version: 0.14-1
Followup-For: Bug #396239

Hi!

gimp-resynthesizer doesn't work with Gimp 2.3.13 from experimental:

Error while executing
(script-fu-smart-remove 1 2 100)

Error: eval: unbound variable: t 

Thanks!

Best regards,
Nelson

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

Versions of packages gimp-resynthesizer depends on:
ii  gimp2.3.13-1 The GNU Image Manipulation Program
ii  libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-9  GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1  generic font configuration library
ii  libgcc1 1:4.2-20060923-1 GCC support library
ii  libgimp2.0  2.3.13-1 Libraries necessary to run the GIM
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-2 Layout and rendering of internatio
ii  libstdc++6  4.2-20060923-1   The GNU Standard C++ Library v3
ii  libx11-62:1.1-2  X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

gimp-resynthesizer recommends no packages.

-- no debconf information


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



Bug#320842: Patch available

2006-12-09 Thread Nelson A. de Oliveira

tags 377790 + patch
tags 320842 + patch
tags 341875 + patch
thanks

Hi!

Attached is a patch that I would NMU, but I won't. Let me explain.
The package is building and installing OK. But I am unable to test if
it's working because I have TCL/TK 8.5 installed on my system (and
trying to run moodss it says that it can't run because verison 8.5
conflicts and 8.4 is needed).
Well, but the program seems to be working.
I won't NMU because I can't upload a package without testing.

Since bugs 320842 and 341875 are easy to fix, I am including them on the NMU.

Thank you!

Best regards,
Nelson


nmu-diff
Description: Binary data


Bug#396239: gimp-resynthesizer: doesn't work with GIMP 2.3.13

2006-12-13 Thread Nelson A. de Oliveira

Hi Bryan!

On 12/13/06, Bryan Donlan [EMAIL PROTECTED] wrote:

I don't know when these fixes will be able to get into sid, with the
etch freeze in place. I've rolled some unofficial packages (source and
binary for i386/amd64) at http://etc.uguu.us/resynth-unoff if you'd
like to use them in the meantime. Note that it's not a full APT
archive, just wget a deb file from there and run dpkg -i deb file.


I think that it's not necessary to update the package, since it's a
problem only with the experimental version of Gimp. However, you can
upload this new version to experimental if you want. When a new stable
version of Gimp is released, you just need to upload it to unstable.
Just a suggestion.

I have downloaded the source code and compiled here. But the plugin
isn't working properly.
You can see a test image here: http://naoliv.googlepages.com/original.png
And the result, after using gimp-resynthesizer, here:
http://naoliv.googlepages.com/withplugin.png

Best regards,
Nelson


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



Bug#396239: gimp-resynthesizer: doesn't work with GIMP 2.3.13

2006-12-13 Thread Nelson A. de Oliveira

Hi!


 I have downloaded the source code and compiled here. But the plugin
 isn't working properly.
 You can see a test image here: http://naoliv.googlepages.com/original.png
 And the result, after using gimp-resynthesizer, here:
 http://naoliv.googlepages.com/withplugin.png

I am unable to reproduce the behavior you indicate on my system with
gimp-resynthesizer 0.14-2~unofficial, and gimp versions 2.3.12-2 and
2.3.13-1. Are you using smart-remove? What exact settings are you
using?


I am using your gimp-resynthesizer 0.14-2~unofficial (compiled on an
unstable chroot, using pbuilder) and gimp 2.3.13-1.
And what I am doing (using my example):

- select the black spot
- Script-Fu - Enhance - Smart remove selection...

Without changing the radius and just clicking OK, I get the image that you saw.
Changing the radius seems to get the same result (teste with values:
1000, 100, 50, 10, 7).

Using my test image, even if I select a small spot on the light blue
(or the dark blue), without including the black color, I get the same
result.


My test results are here: http://etc.uguu.us/text-resynth.xcf - I just
ran smart-remove with the indicated selection.


404 Not Found :-)

Thanks and best regards,
Nelson


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



Bug#403294: Patch for 403294

2006-12-15 Thread Nelson A. de Oliveira
tags 403294 + patch
thanks

Hi!

Patch below.

Best regards,
Nelson

diff -urN aoetools-11.orig/debian/control aoetools-11/debian/control
--- aoetools-11.orig/debian/control 2006-12-16 00:06:17.0 -0200
+++ aoetools-11/debian/control  2006-12-16 00:06:03.0 -0200
@@ -9,7 +9,7 @@
 Architecture: any
 Section: admin
 Priority: optional
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, lsb-base
 Description: tools to assist in using ATA over Ethernet
  The aoetools are programs that assist in using ATA over Ethernet.  This
  tools are designed to work with the aoe driver for Linux 2.6 kernels;


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



Bug#365512: I can't reproduce #365512

2006-12-15 Thread Nelson A. de Oliveira

tags 365512 + unreproducible
thanks

Hi!

I have successfully compiled atlas3 on an updated amd64 chroot (using pbuilder).
Version compiled is 3.6.0-20.2
Could you verify if atlas3 is building fine for you too, please?

Thank you very much!

Best regards,
Nelson


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



Bug#243447: Only FTBFS on arm

2006-12-15 Thread Nelson A. de Oliveira

retitle 243447 FTBFS on arm
thanks

atlas3 version 3.6.0-20.2 has only failed on arm [1]. All other archs
seem to build atlas3 successfully [2]

[1]http://buildd.debian.org/fetch.cgi?pkg=atlas3ver=3.6.0-20.2arch=armstamp=1164057762file=log
[2]http://people.debian.org/~igloo/status.php?packages=atlas3

Best regards,
Nelson


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



Bug#402926: Can't reproduce bug #402926

2006-12-15 Thread Nelson A. de Oliveira

# downgrading, since it doesn't seem a FTBFS
severity 402926 important
thanks

Hi Mikkel!

Like Ana, I can't reproduce the problem that you said on bug #402926.
I have built successfully atlas3 on i386 and amd64.

Could you explain better what do you mean with Compilation using
atlas3 fails because there is no cblas.h file installed., please?

(if you are trying to compile a program that needs cblas.h, it's
included on the package refblas3-dev)

Thank you!

Best regards,
Nelson


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



Bug#402926: hmm...

2006-12-15 Thread Nelson A. de Oliveira

Nice...

How can we ask to the submitter if we receive this?

===
Hi. This is the qmail-send program at arco.cib.na.cnr.it.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
Sorry, no mailbox here by that name. vpopmail (#5.1.1)
(...)
===

The email seems to be from him, but it's unreachable...


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



Bug#392209: fgetty: Could not chown/chmod tty device

2006-11-10 Thread Nelson A. de Oliveira

Hi Gerrit!

On 11/10/06, Gerrit Pape [EMAIL PROTECTED] wrote:

unfortunately I cannot teproduce the problem.  On a current sid system,
your inittab entry works just fine for me.  Did you change anything
special on your system, such as security patches to the kernel, extended
access permissions/restrictions or similar?


The Kernel... the only thing that I change here is the Kernel. And
booting with Debian's Kernel fgetty works without problem. The guilty
is my 2.6.18-mm1 Kernel! :-)

The strange thing is that mingetty works here (and fgetty is derivated
from mingetty). But anyway, you can close this bug.

Thank you very much for your attention.

Best regards,
Nelson


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



Bug#392209: fgetty: Could not chown/chmod tty device

2006-11-13 Thread Nelson A. de Oliveira

Hi!

On 11/13/06, Gerrit Pape [EMAIL PROTECTED] wrote:

mingetty has a workaround for readonly /dev filesystems, maybe that's
the problem you have.  Could you try the attached patch?, I would apply
a similar workaround if it works for you:


No. It isn't working.
I don't know if it's good or bad, but now there aren't messages saying
that couldn't chow/chmod tty (using both the unpatched and the patched
version of fgetty).
I am using the same Kernel as before (but maybe some package was updated)
Everything runs fine and when fgetty is going to be started, it just
doesn't appear.

What is happening on tty1 is:

(...)
Checking battery state...
Running local boot scripts (/etc/rc.local).

And then nothing else (fgetty was supposed to start after rc.local, right?)

On other ttys they just stay black.

So I put some write to see where fgetty was stopping.
Running fgetty inside a terminal emulator:

***1***Segmentation fault

(1 is on line 266 of the patched fgetty.c)

And fgetty tty3, as normal user and inside the terminal emulator:

***1**2**3**4***could not chown/chmod tty device

So it looks that fgetty is working.
But rebooting the computer, nothing is displayed, as before. It looks
that fgetty isn't being called? (or it's dying before my write).

With Debian's Kernel if prints my numbers and works OK. mingetty is
always working (with any Kernel).

fgetty was compiled on an updated unstable chroot (using pbuilder) and
my system is an updated unstable too.

Thank you!

Best regards,
Nelson


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



Bug#388618: Seems to be unreproducible

2006-11-14 Thread Nelson A. de Oliveira

tags 388618 +unreproducible
thanks

Hi!

I am tagging this bug as unreproducible. Updating to latest Xorg it
seems that things are stable again (and not freezing anymore like 2
months ago).
If the system keeps stable for one week I will close this bug.

Thank you!

Nelson


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



Bug#392209: fgetty: Could not chown/chmod tty device

2006-11-15 Thread Nelson A. de Oliveira

Hi Gerrit!

On 11/15/06, Gerrit Pape [EMAIL PROTECTED] wrote:

On Tue, Nov 14, 2006 at 10:17:15PM -0200, Nelson A. de Oliveira wrote:
 I am just sending this email to say that what I have told you on the
 last email keeps the same with the updated fgetty (version 0.6-4).

Hmm, that's strange.  Can you please post the exact line from
your /etc/inittab for starting fgetty?


My full inittab is attached.
tty1 and tty2 is fgetty and there don't start (while tty3 works normally).

Thank you!

Regards,
Nelson


inittab.gz
Description: GNU Zip compressed data


Bug#390949: python-central is breaking my OpenOffice install

2006-10-16 Thread Nelson A. de Oliveira

severity 390949 critical
thanks

Hi!

I can't upgrade my OpenOffice because python-central isn't allowing it.
While upgrading OpenOffice, it also upgrades python-uno and python-uno
(like reportbug) depends on python-central.

Because there is something not OK with python-central (or the packages
depending on it), I can't upgrade my OpenOffice packages (and also
have reportbug correctly installed).

Output:

# aptitude install openoffice.org-core openoffice.org-impress openoffice.org-mat
h openoffice.org-draw openoffice.org-calc openoffice.org-writer
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
The following packages are BROKEN:
 openoffice.org-l10n-pt-br
The following packages have been kept back:
 cpp cpp-4.1 cupsys cupsys-client g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base
 libgfortran1 liblircclient0 libstdc++6-4.1-dev libx11-data
 python-elementtree ttf-opensymbol wmaker x11-common xfonts-100dpi
 xfonts-75dpi xfonts-base xfonts-scalable xfonts-utils xkb-data
 xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
 xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-i810
 xserver-xorg-video-vesa xutils xutils-dev
The following packages will be upgraded:
 openoffice.org-common openoffice.org-core python-uno
3 packages upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
Need to get 0B/62.8MB of archives. After unpacking 4624kB will be freed.
The following packages have unmet dependencies:
 openoffice.org-l10n-pt-br: Conflicts: openoffice.org-core (= 2.0.4~rc3.1) but
2.0.4-1 is to be installed.
Resolving dependencies...
The following actions will resolve these dependencies:

Upgrade the following packages:
openoffice.org-l10n-pt-br [2.0.4~rc3-1 (testing, now) - 2.0.4-1 (unstable)]

Score is 0

Accept this solution? [Y/n/q/?]
The following packages have been kept back:
 cpp cpp-4.1 cupsys cupsys-client g++ g++-4.1 gcc gcc-4.1 gcc-4.1-base
 libgfortran1 liblircclient0 libstdc++6-4.1-dev libx11-data
 python-elementtree ttf-opensymbol wmaker x11-common xfonts-100dpi
 xfonts-75dpi xfonts-base xfonts-scalable xfonts-utils xkb-data
 xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
 xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-i810
 xserver-xorg-video-vesa xutils xutils-dev
The following packages will be upgraded:
 openoffice.org-common openoffice.org-core openoffice.org-l10n-pt-br
 python-uno
4 packages upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
Need to get 0B/64.7MB of archives. After unpacking 4620kB will be freed.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 87401 files and directories currently installed.)
Preparing to replace python-uno 2.0.4~rc3-1 (using .../python-uno_2.0.4-1_i386.d
eb) ...
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1336, in ?
   main()
 File /usr/bin/pycentral, line 1330, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 933, in run
   pkg.remove(runtimes, remove_script_files=True)
 File /usr/bin/pycentral, line 693, in remove
   default_runtime.remove_byte_code(self.private_files)
AttributeError: 'NoneType' object has no attribute 'remove_byte_code'
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1336, in ?
   main()
 File /usr/bin/pycentral, line 1330, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 933, in run
   pkg.remove(runtimes, remove_script_files=True)
 File /usr/bin/pycentral, line 693, in remove
   default_runtime.remove_byte_code(self.private_files)
AttributeError: 'NoneType' object has no attribute 'remove_byte_code'
dpkg: error processing /var/cache/apt/archives/python-uno_2.0.4-1_i386.deb (--un
pack):
subprocess new pre-removal script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/python-uno_2.0.4-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of openoffice.org-impress:
openoffice.org-impress depends on openoffice.org-core (= 2.0.4-1); however:
 Version of openoffice.org-core on system is 2.0.4~rc3-1.
dpkg: error processing openoffice.org-impress (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openoffice.org-math:
openoffice.org-math depends on openoffice.org-core (= 2.0.4-1); however:
 Version of openoffice.org-core on system is 2.0.4~rc3-1.
dpkg: error processing openoffice.org-math (--configure):

Bug#390949: python-central is breaking my OpenOffice install

2006-10-16 Thread Nelson A. de Oliveira

On 10/16/06, Matthias Klose [EMAIL PROTECTED] wrote:

- which versions of python-central, python-minimal, python, python2.4
  python2.4-minimal are currently installed (dpkg -l)?


They are all the latest available:

python-central: 0.5.6
python-minimal: 2.4.3-11
python: 2.4.3-11
python2.4: 2.4.4~c1-1
python2.4-minimal: 2.4.4~c1-1


- please run a apt-cache show python-uno


# apt-cache show python-uno
Package: python-uno
Priority: optional
Section: python
Installed-Size: 868
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Architecture: i386
Source: openoffice.org
Version: 2.0.4-1
Replaces: openoffice.org-common ( 1.9.82)
Provides: python2.4-uno
Depends: openoffice.org-core (= 2.0.4-1), python ( 2.5), python-central (= 0.
5.6), python (= 2.4), libc6 (= 2.3.6-6), libgcc1 (= 1:4.1.1-12), libstdc++6 (

= 4.1.1-12), libstlport5.0 (= 5.0.2-7), python2.4 (= 2.3.90)

Filename: pool/main/o/openoffice.org/python-uno_2.0.4-1_i386.deb
Size: 350776
MD5sum: 230abd9db2b680461f4f32e1a950bbdd
SHA1: 748e065c467226dd026852a95011a48ceaa07cdf
SHA256: cc77a918875478ac0c482cf4bd6816896036e634cb7a5f88bb283d3e6b0fe49b
Description: Python interface for OpenOffice.org
The Python-UNO bridge allows use of the standard OpenOffice.org API
with the python scripting language. It additionally allows
others to develop UNO components in python, thus python UNO components
may be run within the OpenOffice.org process and can be called from C++
or the built in StarBasic scripting language.
.
You can more information about Pyuno at
http://udk.openoffice.org/python/python-bridge.html
.
For latest news on OpenOffice.org in Debian, see
http://openoffice.debian.net
Enhances: openoffice.org
Python-Version: 2.4

Package: python-uno
Priority: optional
Section: python
Installed-Size: 736
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Architecture: i386
Source: openoffice.org
Version: 2.0.4~rc3-1
Replaces: openoffice.org-common ( 1.9.82)
Provides: python2.4-uno
Depends: openoffice.org-core (= 2.0.4~rc3-1), python-central (= 0.5), python (
 2.5), python (= 2.4), libc6 (= 2.3.6-6), libgcc1 (= 1:4.1.1-12), libstdc++6
(= 4.1.1-12), libstlport5.0 (= 5.0.2-7), python2.4 (= 2.3.90)
Filename: pool/main/o/openoffice.org/python-uno_2.0.4~rc3-1_i386.deb
Size: 347114
MD5sum: a5fa108ccea2a67f2767143b89b36ec6
SHA1: b348e4e04fb1fa7e692c38a43b20bd1e360b7e3a
SHA256: 802321eb63f7a50b1ba8e1d1904f1905f555ba483e965fecdce1ac104f1541dd
Description: Python interface for OpenOffice.org
The Python-UNO bridge allows use of the standard OpenOffice.org API
with the python scripting language. It additionally allows
others to develop UNO components in python, thus python UNO components
may be run within the OpenOffice.org process and can be called from C++
or the built in StarBasic scripting language.
.
You can more information about Pyuno at
http://udk.openoffice.org/python/python-bridge.html
.
For latest news on OpenOffice.org in Debian, see
http://openoffice.debian.net
Enhances: openoffice.org
Python-Version: 2.4


- cat /usr/share/python/debian_defaults


# cat /usr/share/python/debian_defaults

[DEFAULT]
# the default python version
default-version = python2.4
# all supported python versions
supported-versions = python2.3, python2.4
# formerly supported python versions
#old-versions = python2.3


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



Bug#390949: python-central is breaking my OpenOffice install

2006-10-16 Thread Nelson A. de Oliveira

Hi Matthias!

On 10/16/06, Matthias Klose [EMAIL PROTECTED] wrote:

rechecked, and rechecked with the OOo maintainer; not
reproducible. Please could you rerun with the envvar PYCENTRAL set to
debug?


(...)
Preparing to replace python-uno 2.0.4~rc3-1 (using
.../python-uno_2.0.4-1_i386.deb) ...
pycentral: pycentral pkgremove python-uno
pycentral:  remove package python-uno
pycentral:  remove byte-code files (2)
pycentral:  unlink_shared_files python2.4/python-uno
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1336, in ?
   main()
 File /usr/bin/pycentral, line 1330, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 933, in run
   pkg.remove(runtimes, remove_script_files=True)
 File /usr/bin/pycentral, line 693, in remove
   default_runtime.remove_byte_code(self.private_files)
AttributeError: 'NoneType' object has no attribute 'remove_byte_code'
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
pycentral: pycentral pkgremove python-uno
pycentral:  remove package python-uno
pycentral:  remove byte-code files (2)
pycentral:  unlink_shared_files python2.4/python-uno
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1336, in ?
   main()
 File /usr/bin/pycentral, line 1330, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 933, in run
   pkg.remove(runtimes, remove_script_files=True)
 File /usr/bin/pycentral, line 693, in remove
   default_runtime.remove_byte_code(self.private_files)
AttributeError: 'NoneType' object has no attribute 'remove_byte_code'
dpkg: error processing
/var/cache/apt/archives/python-uno_2.0.4-1_i386.deb (--unpack):
subprocess new pre-removal script returned error exit status 1
pycentral: pycentral pkginstall python-uno
pycentral:  avail=['2.4'], pkg=2.4, install=['2.4']
pycentral:  install package python-uno
pycentral:  link shared files python2.4/python-uno
pycentral:  byte-compile files (2/2) python2.4
pycentral:  ['/usr/lib/python2.4/site-packages/uno.py',
'/usr/lib/python2.4/site-packages/unohelper.py']
pycentral:  byte-compile files (9/9) python2.4
pycentral:  ['/usr/lib/openoffice/program/libpyuno.so',
'/usr/lib/openoffice/program/pythonloader.uno.so', '...']
Errors were encountered while processing:
/var/cache/apt/archives/python-uno_2.0.4-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of openoffice.org-impress:
openoffice.org-impress depends on openoffice.org-core (= 2.0.4-1); however:
 Version of openoffice.org-core on system is 2.0.4~rc3-1.
dpkg: error processing openoffice.org-impress (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openoffice.org-math:
openoffice.org-math depends on openoffice.org-core (= 2.0.4-1); however:
 Version of openoffice.org-core on system is 2.0.4~rc3-1.
dpkg: error processing openoffice.org-math (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openoffice.org-draw:
openoffice.org-draw depends on openoffice.org-core (= 2.0.4-1); however:
 Version of openoffice.org-core on system is 2.0.4~rc3-1.
dpkg: error processing openoffice.org-draw (--configure):
dependency problems - leaving unconfigured
Setting up reportbug (3.30) ...
pycentral: pycentral pkginstall reportbug
pycentral:  avail=['2.4'], pkg=current, install=[]
pycentral:  install package reportbug
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1336, in ?
   main()
 File /usr/bin/pycentral, line 1330, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 876, in run
   self.options.exclude, byte_compile_default=True)
 File /usr/bin/pycentral, line 668, in install
   self.default_runtime.byte_compile(self.private_files,
AttributeError: 'NoneType' object has no attribute 'byte_compile'
dpkg: error processing reportbug (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of openoffice.org-calc:
openoffice.org-calc depends on openoffice.org-core (= 2.0.4-1); however:
 Version of openoffice.org-core on system is 2.0.4~rc3-1.
dpkg: error processing openoffice.org-calc (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openoffice.org-writer:
openoffice.org-writer depends on openoffice.org-core (= 2.0.4-1); however:
 Version of openoffice.org-core on system is 2.0.4~rc3-1.
openoffice.org-writer depends on python-uno (= 2.0.4); however:
 Version of python-uno on system is 2.0.4~rc3-1.
dpkg: error processing openoffice.org-writer (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openoffice.org-impress
openoffice.org-math

Bug#393616: wmbattery: Displaying wrong info

2006-10-16 Thread Nelson A. de Oliveira
Package: wmbattery
Version: 2.26
Severity: normal

Hi!

I saw that wmbaterry is displaying two things wrong:

The charging indicator is always turned on (when connected on the AC
adapter), even the battery already charged:

$ acpi -V
 Battery 1: charged, 100%
 Thermal 1: ok, 51.0 degrees C
  AC Adapter 1: on-line

Another thing (that I don't know if it's really a bug) is that when the
battery changes from 100% of the capacity to 99%, wmbattery shows that
there is 90% of the charge.

Thank you very much!

Best regards,
Nelson

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

Versions of packages wmbattery depends on:
ii  libapm1  3.2.2-8 Library for interacting with APM d
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.3-2   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxpm4  1:3.5.5-2   X11 pixmap library

wmbattery recommends no packages.

-- no debconf information


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



Bug#393617: wmacpi: Wrong data being displayed

2006-10-16 Thread Nelson A. de Oliveira
Package: wmacpi
Version: 2.1-6
Severity: normal

Hi!

wmacpi is displaying two wrong things here: it keeps saying BATTERY
CHARGING (with the power glyph blinking), even with the battery
charged:

$ acpi -V
 Battery 1: charged, 100%
 Thermal 1: ok, 41.0 degrees C
 AC Adapter 1: on-line

Also, when using the battery, it wrongly displays the remaining time of
the battery.

Thank you!

Best regards,
Nelson

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

Versions of packages wmacpi depends on:
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libdockapp2  1:0.5.0-1.3 Window Maker Dock App support (sha
ii  libx11-6 2:1.0.3-2   X11 client-side library

Versions of packages wmacpi recommends:
ii  wmaker0.92.0-5.3 NeXTSTEP-like window manager for X

-- no debconf information


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



Bug#390949: Confirming what Nikolai said

2006-10-17 Thread Nelson A. de Oliveira

Hi!

After reading what Nikolai said, I remembered that some time ago I
added an alternative of python. So pytho here is:

/usr/bin/python - /etc/alternatives/python
/etc/alternatives/python - /usr/bin/python2.4

And running pyversions -r 'current' I get:

$ pyversions -r 'current'
pythonlternatives/python

Changing the link to

/usr/bin/python - /usr/bin/python2.4

the versions is correct again:

# pyversions -r 'current'
python2.4

Maybe this version test needs to be redone, so cases like this won't fail again?

Thank you very much!

Nelson


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



Bug#393616: wmbattery: Displaying wrong info

2006-10-17 Thread Nelson A. de Oliveira

Hi Joey!

On 10/17/06, Joey Hess [EMAIL PROTECTED] wrote:


To try to debug this I would need a copy of all the files in
/proc/acpi/battery in each of the problimatic states.


I am sending a tar.gz containing 3 dirs.

For the first problem (wmbattery saying that it's charging while it's
already charged), I think that I know the problem. On line 331 of
acpi.c (of wmbattery), it says:

else if (state[0] == 'c'  state[1] == 'h') { /* charging */

if you see the file charged/BAT0/state that I am sending you, it has:

charging state:  charged

So wmbattery thinks that it's charging because it matches ch.

And for the other problem I am sending all the files again, separeted
in two dirs. One when acpi -V says that the battery is on 99% of the
capacity and another with 97% of the capacity.
I am sending both because when it's on 99%, wmbattery says that it's
with 90. With 97% it says 88%.

Thank you!

Nelson


battery.tar.gz
Description: GNU Zip compressed data


Bug#394046: flashplugin-nonfree: new beta version available

2006-10-18 Thread Nelson A. de Oliveira

Package: flashplugin-nonfree
Severity: wishlist

Hi!

There is a beta version of Flash Player 9 available on
http://labs.adobe.com/downloads/flashplayer9.html. Could the package
be updated to install this beta version? (and uploaded to
experimental, maybe)

Thank you!

Best regards,
Nelson


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



Bug#392943: wmaker: Broken keyboard shortcuts with new default theme

2006-10-19 Thread Nelson A. de Oliveira

Hi!

On 10/19/06, Hubert Chan [EMAIL PROTECTED] wrote:

The previous default keyboard shortcuts probably weren't a very good
choice as a default anyways, as a few of them had a pretty high chance
of conflicting with various applications.  (e.g. a lot of applications
use Alt+letter.)


Is Alt+number used by other programs?
I am using WindowMaker since one very old version of Red Hat (that I
don't remember the version) and always used Alt+number to switch
between the desktops. And I never needed to configure it to do this.
The same thing with Debian.

I don't think that it's a good choice to disable the keyboard
shortcuts. At least there could be a debconf question saying The new
WindowMaker package has no default keyboard shortcuts enabled by
default, but they can be enabled. Do you want to enable? (something
like that).

If yes then the old config is installed and everything remains the
same as before. If not, it will have the new behavior.

Is it a fair suggestion?

Best regards,
Nelson


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



Bug#317243: aMSN plugins

2006-10-21 Thread Nelson A. de Oliveira

Hi!

(Just now that I am seeing that there were answers on my bug report)

You wrote:
If i understand correctly, you said that there are plugins only to MacOS,
which means they wont work on debian (or not?). if so, i cant see any reason
why there should be a package amsn-plugins with no plugins in it :)

Actually, there are plugins for all plataforms and specific plugins
for Mac OS X.
So the amsn-plugins package will include plugins available for every
plataform (including Linux). Mac OS X plugins won't be included.

A list of plugins is available here:
http://amsn.sourceforge.net/plugins.php

Thank you!

Best regards,
Nelson


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



Bug#394596: Installing enigmail-locale-pt-br will also install mozilla-browser

2006-10-21 Thread Nelson A. de Oliveira
Package: enigmail-locale-pt-br
Version: 0.9x-20060108-1.1
Severity: normal

Hi!

# aptitude install icedove icedove-locale-pt-br enigmail
(...)
The following NEW packages will be installed:
  enigmail icedove icedove-locale-pt-br

This is right. But when also installing enigmail-locale-pt-br:

# aptitude install icedove icedove-locale-pt-br enigmail enigmail-locale-pt-br 
--without-recommends
(...)
The following NEW packages will be installed:
  enigmail enigmail-locale-pt-br icedove icedove-locale-pt-br libnspr4 
  mozilla-browser mozilla-locale-ptbr

So enigmail-locale-pt-br is making mozilla-browser being installed and I
don't want it to be installed (since it's not necessary).

(Using apt-get I get the same result, so it's not a problem with
aptitude)

Thank you!

Best regards,
Nelson

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


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



Bug#396239: gimp-resynthesizer: Deprecated procedure when using Gimp 2.3.12

2006-10-30 Thread Nelson A. de Oliveira
Package: gimp-resynthesizer
Version: 0.14-1
Severity: minor

Hi Bryan!

I am using gimp-resynthesizer with Gimp 2.3.12 (from experimental) and it\ 
always gives this message:

Plug-in script-fu
(/usr/lib/gimp/2.0/plug-ins/script-fu)
called deprecated procedure 'gimp-palette-get-background'.
It should call 'gimp-context-get-background' instead!

The plugin works perfectly, but it's annoying to always see this message
every time I use the plugin! :-)

Thank you!

Best regards,
Nelson

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

Versions of packages gimp-resynthesizer depends on:
ii  gimp2.3.12-2 The GNU Image Manipulation Program
ii  libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-7  GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libgcc1 1:4.2-20060923-1 GCC support library
ii  libgimp2.0  2.3.12-2 Libraries necessary to run the GIM
ii  libglib2.0-02.12.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.7-1 Layout and rendering of internatio
ii  libstdc++6  4.2-20060923-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-2X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

gimp-resynthesizer recommends no packages.

-- no debconf information


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



Bug#393617: wmacpi: Wrong data being displayed

2006-11-02 Thread Nelson A. de Oliveira

Hi Simon!

Sorry for the delay.

On 10/19/06, Simon Fowler [EMAIL PROTECTED] wrote:

Unfortunately I'll need some more details than that - can you send
me the contents of your /proc/acpi/battery/*/info and state files
while the batteries are charging, and when they're fully charged?
Just doing 'cat /proc/acpi/battery/*/* /tmp/batteries-charging' and
so forth should work. Also, the same for /proc/acpi/ac_adapter.


Attached.
I don't know how wmacpi reads the state of the battery, but I saw some
programs reading the charging state string and getting the first
char.
For example:

charging state: charging

Then they will get the first c of charging and do a test like
if char = 'c' then state = charging
But since charged also starts with c, it will wrongly thinks that
the battery is still charging, while it's already charged.

And about wmacpi displaying the wrong remaining time. If I unplug the
AC adapter, it takes 3 minutes (or a little more) to it starts
displaying the correct remaining time.
What happens is:

I unplug the power cord;
wmacpi displays a very high remaining time (something like 80 hours or more);
Time pass and the displayed remaining time keeps lowering (but always
displaying the wrong time);
After 3 minutes, it starts displaying the correct remaining time.

Using acpi -V I can get the remaining time correctly even after
unplugging the power cord.


Also, what kind of laptop is this?


It's a Dell D520.


Thanks for the bug report!


I that have to say thank you! :-)

If you need more info, please, ask me.

Best regards,
Nelson


battery.tar.gz
Description: GNU Zip compressed data


Bug#397333: mc: Displays nonexistent file inside .deb files

2006-11-06 Thread Nelson A. de Oliveira
Package: mc
Version: 1:4.6.1-6
Severity: normal
Tags: l10n

Hi!

Exploring a .deb file using mc I saw one file that doesn't exist on the
..deb, but mc says that it exists.
Using the zip package, for example (zip_2.32-1_i386.deb).

I run mc, enter on the .deb, enter on /DEBIAN and what I see is a file
called arquivo (arquivo means file, in Portuguese).
(picture available at: http://naoliv.googlepages.com/1.png)
Well, I can't see this file (pressing F3), neither copy it, nothing.
The strange is that it has the same size of the .deb file.

But using LC_ALL=C, with the same .deb, I don't see this nonexistent
file (http://naoliv.googlepages.com/2.png).

Any idea, please?

Thank you!

Best regards,
Nelson

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

Versions of packages mc depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libglib2.0-0 2.12.4-1The GLib library of C routines
ii  libgpmg1 1.19.6-22   General Purpose Mouse - shared lib
ii  libslang22.0.6-4 The S-Lang programming library - r

mc recommends no packages.

-- no debconf information


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



Bug#392209: fgetty: Could not chown/chmod tty device

2006-10-10 Thread Nelson A. de Oliveira
Package: fgetty
Version: 0.6-3
Severity: important

Hi!

I am trying to use fgetty here on my system, but without success.

The error messages that appear are:

could not chown/chmod tty device
(the above message is repeated a lot of times)
INIT: Id 2 respawning too fast: disabled for 5 minutes

And then I get an unusable console.

With mingetty and getty it's working normally.

The config on inittab is:

2:2345:respawn:/sbin/fgetty tty2

If changing to 2:2345:respawn:/sbin/mingetty tty2 or
2:2345:respawn:/sbin/getty 38400 tty2 it works.

Thank you very much!

Best regards,
Nelson

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

-- no debconf information


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



Bug#392253: anacron: I can confirm 392253

2006-10-10 Thread Nelson A. de Oliveira
Package: anacron
Version: 2.3-12
Followup-For: Bug #392253

Hi!

I can confirm this bug here. It's reproducible.

Thank you!

Nelson

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

Versions of packages anacron depends on:
ii  debianutils  2.17.3  Miscellaneous utilities specific t
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  lsb-base 3.1-17  Linux Standard Base 3.1 init scrip

Versions of packages anacron recommends:
ii  cron  3.0pl1-98  management of regular background p
ii  exim4 4.63-5 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.63-5 lightweight exim MTA (v4) daemon
ii  sysklogd [system-log-daemon]  1.4.1-20   System Logging Daemon

-- debconf information excluded


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



Bug#390260: xpad: Losing information if using bold, italic, etc.

2006-09-29 Thread Nelson A. de Oliveira

Package: xpad
Version: 2.11-2
Severity: grave
Justification: causes non-serious data loss

Hi!

Today I've lost some informations that were on some notes of xpad.
What I saw is that if using bold, italic or other kind of text format,
xpad will lose that information.

For example, a note with:

- info1
- info2
- info3
- info4
- info5

After formatting some infos:

- info1
bold- info2/bold
italic- info3/italic
strikethrough- info4/strikethrough
- info5

Then I quit from WindowMaker (I left the notes open).
I know that the text was written correctly, because I saw this by
opening the file on console, before starting WindowMaker again.
Entering on WindowMaker, xpad doesn't open automatically (if not using
any kind of formatting, it opens perfectly). Running manually xpad I
just see this on the note:

- info1
- info2

info2 is not bold anymore and I lost info3, info4 and info5.

Thank you very much!

Best regards,
Nelson

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

Versions of packages xpad depends on:
ii  libatk1.0-0  1.12.2-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.3-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-2The GTK+ graphical user interface
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libpango1.0-01.14.4-2Layout and rendering of internatio
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxcursor1  1.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  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

xpad recommends no packages.

-- no debconf information



Bug#389681: 389681is reproducible here

2006-10-02 Thread Nelson A. de Oliveira

Reproducible here too:

# LC_ALL=C aptitude install reportbug
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages have been kept back:
 cupsys openoffice.org-calc openoffice.org-common openoffice.org-core
 openoffice.org-draw openoffice.org-impress openoffice.org-l10n-pt-br
 openoffice.org-math openoffice.org-writer python-uno x11-common
 xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xkb-data
 xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
 xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-i810
 xserver-xorg-video-vesa
The following packages will be upgraded:
 reportbug
The following packages are RECOMMENDED but will NOT be installed:
 python-cjkcodecs python-iconvcodec
1 packages upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
Need to get 0B/138kB of archives. After unpacking 4096B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0% ... E: undefined local variable or method
`pkg' for Factory::BugsFactory:Module
E: Sub-process if dpkg -s apt-listbugs | grep -q '^Status: .* ok
installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 ||
exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key
to continue.' 12 ; read a  /dev/tty ); fi returned an error code
(10)
E: Failure running script if dpkg -s apt-listbugs | grep -q '^Status:
.* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10
|| exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter
key to continue.' 12 ; read a  /dev/tty ); fi
A package failed to install.  Trying to recover:
dpkg: error processing reportbug (--configure):
Package is in a very bad inconsistent state - you should
reinstall it before attempting configuration.
Errors were encountered while processing:
reportbug

Thank you!

Nelson


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



Bug#389681: 389681is reproducible here

2006-10-03 Thread Nelson A. de Oliveira

Hi again!

On 10/3/06, Nelson A. de Oliveira [EMAIL PROTECTED] wrote:

Also, I have installed apt-listbugs 0.0.58 from incoming and it's
still giving the same error.


Actually it's a different error:

# LC_ALL=C aptitude install reportbug
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages have been kept back:
 cupsys openoffice.org-calc openoffice.org-common openoffice.org-core
 openoffice.org-draw openoffice.org-impress openoffice.org-l10n-pt-br
 openoffice.org-math openoffice.org-writer python-uno x11-common
 xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xkb-data
 xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
 xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-i810
 xserver-xorg-video-vesa
The following packages will be upgraded:
 reportbug
The following packages are RECOMMENDED but will NOT be installed:
 python-cjkcodecs python-iconvcodec
1 packages upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
Need to get 0B/138kB of archives. After unpacking 4096B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0% ... E: no block given
E: Sub-process if dpkg -s apt-listbugs | grep -q '^Status: .* ok
installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 ||
exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key
to continue.' 12 ; read a  /dev/tty ); fi returned an error code
(10)
E: Failure running script if dpkg -s apt-listbugs | grep -q '^Status:
.* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10
|| exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter
key to continue.' 12 ; read a  /dev/tty ); fi
A package failed to install.  Trying to recover:
dpkg: error processing reportbug (--configure):
Package is in a very bad inconsistent state - you should
reinstall it before attempting configuration.
Errors were encountered while processing:
reportbug

Before it was giving E: undefined local variable or method`pkg' for
Factory::BugsFactory:Module and not it's E: no block given

Thank you again.

Nelson


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



Bug#389681: 389681is reproducible here

2006-10-03 Thread Nelson A. de Oliveira

Hi!

On 10/3/06, Junichi Uekawa [EMAIL PROTECTED] wrote:

 Reproducible here too:

are you all using proxies ?


There is just a NAT here on my network.

my box - NAT - world

I don't know if this is causing problem (it always worked).

Also, I have installed apt-listbugs 0.0.58 from incoming and it's
still giving the same error.

Thank you!

Best regards,
Nelson


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



Bug#390949: AttributeError: 'NoneType' object has no attribute 'byte_compile'

2006-10-03 Thread Nelson A. de Oliveira

Package: python-central
Version: 0.5.5
Severity: critical
Justification: makes unrelated software on the system break

Hi!

First, feel free to downgrade the severity or reassign it to reportbug
(if the problem is on it).

Today I have uninstalled apt-listbugs (see #389681) to install and
update some packages (there may be a way of disabling apt-listbugs
instead uninstalling it, but I didn't think on that).
With apt-listbugs not giving error anymore, I did an aptitude install
reportbug (to just update the reportbug package).

But without success:

(...)
Setting up reportbug (3.30) ...
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1325, in ?
   main()
 File /usr/bin/pycentral, line 1319, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 865, in run
   self.options.exclude, byte_compile_default=True)
 File /usr/bin/pycentral, line 657, in install
   self.default_runtime.byte_compile(self.private_files,
AttributeError: 'NoneType' object has no attribute 'byte_compile'
dpkg: error processing reportbug (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
reportbug
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

And I can't install or remove packages anymore, using apt-get or
aptitude (because it keeps giving this error above).

Nor uninstall reportbug:

(...)
Removing reportbug ...
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1325, in ?
   main()
 File /usr/bin/pycentral, line 1319, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 922, in run
   pkg.remove(runtimes, remove_script_files=True)
 File /usr/bin/pycentral, line 682, in remove
   default_runtime.remove_byte_code(self.private_files)
AttributeError: 'NoneType' object has no attribute 'remove_byte_code'
dpkg: error processing reportbug (--purge):
subprocess pre-removal script returned error exit status 1
Traceback (most recent call last):
 File /usr/bin/pycentral, line 1325, in ?
   main()
 File /usr/bin/pycentral, line 1319, in main
   rv = action.run(global_options)
 File /usr/bin/pycentral, line 865, in run
   self.options.exclude, byte_compile_default=True)
 File /usr/bin/pycentral, line 657, in install
   self.default_runtime.byte_compile(self.private_files,
AttributeError: 'NoneType' object has no attribute 'byte_compile'
dpkg: error while cleaning up:
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
reportbug
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

Basically I can't do anything with packages on my system (install,
remove, upgrade, etc).

Did I make something really bad with my system or is python-central
with problem?

Thank you very much!

Best regards,
Nelson


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



Bug#390949: Can't install just reportbug

2006-10-04 Thread Nelson A. de Oliveira

severity 390949 important
thanks

Hi!

Actually I can install or remove other packages. It just displays the
error already cited.
But I can't install reportbug here.

Thanks!

Best regards,
Nelson


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



Bug#389681: 389681is reproducible here

2006-10-04 Thread Nelson A. de Oliveira

Hi Junichi!

On 10/4/06, Junichi Uekawa [EMAIL PROTECTED] wrote:

Can you try with the following command-line options? It will produce more debug 
output:

ls -1 /var/cache/apt/archives/reportbug_*.deb | /usr/sbin/apt-listbugs -d apt


The output is attached.
At the end there is:

Exception `XMLParserError' at /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:31 -
unclosed token
Exception: XMLParserError
Exception `LocalJumpError' at /usr/sbin/apt-listbugs:1050 - no block given
... E: no block given

Error on the XML, the parser or apt-listbugs?


Also, have you read the manpage ?
did you try SOAP_USE_PROXY=on?


The same output as before.

Thank you!

Best regards,
Nelson


output
Description: Binary data


Bug#389681: 389681is reproducible here

2006-10-05 Thread Nelson A. de Oliveira

Hi!

On 10/5/06, Junichi Uekawa [EMAIL PROTECTED] wrote:

Is your machine
1. on a very slow link?


I think that not. It's an ADSL 600K downstream and 120K upstream.


2. served by a very broken web proxy server ?


Only of there is a proxy between my network and the server where
reportbug is getting the data.
Here at home there is no web proxy server.

I have made some tests here and it's giving this error only with the
reportbug package.

With a package that has no RC bugs:

$ ls optipng_0.5.4-1_i386.deb | /usr/sbin/apt-listbugs -d apt
false
http_proxy: false :
http://bugs.debian.org:80/
indexdir = /indices/
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0%fetching /indices/index.db-critical.gz..
Reading /indices/index.db-critical.gz...
fetching /indices/index.db-grave.gz..
Reading /indices/index.db-grave.gz...
fetching /indices/index.db-serious.gz..
Reading /indices/index.db-serious.gz...
No bugs to fetch
Retrieving bug reports... Done
Parsing Found/Fixed information... Don

With a package that have RC bugs (if you want the full log, I can send you):

(...)
Retrieving bug reports... Done
Parsing Found/Fixed information... 0%bug_number:#346958 -- apparently
closed with -done without version info
bug_number:#346958 greater:false less:false delete too new bug:true
... fixed_max is nil, too new or too old
comparing fixed: []-, found:[xpad/2.10-1 xpad/2.10-2]-2.10-2, and
new_ver:2.11-2 and removal:true
Parsing Found/Fixed information... 50%bug_number:#390260 greater:false
less:false delete too new bug:false
... fixed_max is nil, too new or too old
comparing fixed: []-, found:[xpad/2.11-2]-2.11-2, and new_ver:2.11-2
and removal:false
Parsing Found/Fixed information... Done
grave bugs of xpad (2.11-2 - 2.11-2) pending
#390260 - xpad: Losing information if using bold, italic, etc.
(Found: xpad/2.11-2)
Summary:
xpad(1 bug)
Are you sure you want to install/upgrade the above packages? [Y/n/?/...]

So it looks that apt-listbugs is working and there is no problem with
the network.
Something specific with the XML generated when asking for the bugs of reportbug?

Thank you!
Nelson


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



Bug#391523: pngcheck: New version available

2006-10-06 Thread Nelson A. de Oliveira

Package: pngcheck
Version: 2.0.0-1
Severity: wishlist

Hi Lucas!

A new release of pngcheck (2.1.0) is available on
http://www.libpng.org/pub/png/apps/pngcheck.html

Thank you!

Best regards,
Nelson


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



Bug#388638: pngquant: doesn't work

2006-09-21 Thread Nelson A. de Oliveira

retitle 388638 Missing explanation about ncolors on manpage
severity 388638 minor
tags 388638 +pending
thanks

Hi Dan!

On 9/21/06, Dan Jacobson [EMAIL PROTECTED] wrote:

$ ls
u.png
$ pngquant u.png
   usage:  pngquant [options] ncolors [pngfile [pngfile ...]]
[options] -map mapfile [pngfile [pngfile ...]]...
I tried everything. Yes, I have write permissions in the directory.


Actually it's working! :-)
You forgot to write the number of colors (ncolors).

Try this:

pngquant 256 u.png

It will use 256 colors on the new PNG file.
What I can do is explain better this option on pngquant manpage.

Thank you for your bug report!

Best regards,
Nelson


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



Bug#389503: cdbs-edit-patch --help shouldn't need to read debian/control

2006-09-25 Thread Nelson A. de Oliveira
Package: cdbs
Version: 0.4.46
Severity: normal

Hi!

Anywhere where there isn't a debian/control file:

$ cdbs-edit-patch --help
dh_testdir: cannot read debian/control: No such file or directory

And where there is a debian/control file:

$ cdbs-edit-patch --help
Usage: /usr/bin/cdbs-edit-patch patch name

Since cdbs-edit-patch is invoked only with --help, it shouldn't need to
have a debian/control file to display the help message.

Thank you!

Best regards,
Nelson

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

cdbs depends on no packages.

Versions of packages cdbs recommends:
ii  autotools-dev 20060702.1 Update infrastructure for config.{
ii  debhelper 5.0.37.3   helper programs for debian/rules

-- no debconf information


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



Bug#389508: cdbs: Not working properly (not using existing patch)

2006-09-25 Thread Nelson A. de Oliveira
Package: cdbs
Version: 0.4.46
Severity: normal

Hi!

(I hope that it's not a mistake that I am doing.)

From cdbs-edit-patch manpage:

SYNOPSIS
   cdbs-edit-patch patchname
(...)
   When  patchname exists, cdbs-edit-patch will set up a temporary working
   source tree, apply all patches up to and including patchname in lexico‐
   graphic  order,  and spawn an interactive shell for the developer.  The
   developer can then edit files in this working tree.  When the developer
   is  done  and  exits  the  shell,  cdbs-edit-patch updates patchname to
   reflect the changes made.  To abort the process  from  the  interactive
   shell, exit with a nonzero exit value.

If I understood correctly, if I call cdbs-edit-patch foo and foo
exists, it will apply foo, I will edit what I have to edit and then it
will save the new foo patch, right?

But it's not working as described:

$ ls debian/patches/Makefile.diff 
debian/patches/Makefile.diff

$ cdbs-edit-patch Makefile.diff
(...)
patches: debian/patches/Makefile.diff
(here it applies Makefile.diff)
(...)
You are now in a subshell in a cleaned copy of your source package.
Please make the changes necessary for the patch Makefile.diff.patch
in this directory and exit with status 0 to create/update the patch.
Exiting with a non-zero value will cancel the patch modification.

It should edit Makefile.diff instead Makefile.diff.patch!
If I modify something and exit, it will create a new patch
Makefile.diff.patch. This is wrong I think.

Thank you very much!

Best regards,
Nelson

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

cdbs depends on no packages.

Versions of packages cdbs recommends:
ii  autotools-dev 20060702.1 Update infrastructure for config.{
ii  debhelper 5.0.37.3   helper programs for debian/rules

-- no debconf information


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



Bug#389604: imagemagick: display uses too much memory to show a PNG image

2006-09-26 Thread Nelson A. de Oliveira
Package: imagemagick
Version: 7:6.2.4.5.dfsg1-0.10
Severity: normal

Hi!

Today doing a display image.png I saw display eating 248 MB of my RAM.
I don't know if it's correct in using memory like this.

Firefox with this image opened on one tab, plus a lot of pages opened
too, just consumes 125 MB of RAM.

The image has 1694774 bytes (1,7M) and is available at
http://naoliv.googlepages.com/image.png

Thank you very much.

Best regards,
Nelson

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

Versions of packages imagemagick depends on:
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjasper-1.701-1   1.701.0-2The JasPer JPEG-2000 runtime libra
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.15-1   Color management library
ii  libmagick9  7:6.2.4.5.dfsg1-0.10 Image manipulation library
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libtiff43.8.2-6  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxml2 2.6.26.dfsg-3GNOME XML library
ii  zlib1g  1:1.2.3-13   compression library - runtime

imagemagick recommends no packages.

-- no debconf information


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



Bug#138549: #138549: Please, split gs-gpl

2006-09-27 Thread Nelson A. de Oliveira

Hi!

Today while doing a dist-upgrade, I saw that gs-gpl will use more
9069kB of disk space.
Comparing previous version (8.50-1.1) with the new one (8.54.dfsg.1-1)
I saw that this space has increased because the documents and example
files are bigger now.

A split of gs-gpl in new packages gs-gpl and gs-gpl-doc would be
perfect, since users (like me) that don't need the examples (and other
things), won't waste space with unneeded docs.

A package split is also good to Debian mirrors! :-)

Thank you very much!

Best regards,
Nelson


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



Bug#383531: imagemagick: Same issue here

2006-11-27 Thread Nelson A. de Oliveira
Package: imagemagick
Version: 7:6.2.4.5.dfsg1-0.11
Followup-For: Bug #383531

Hi!

I am having this same issue here.
Attached are two files that are wrongly displayed using display from
ImageMagick.

Firefox, gqview, etc, they all display correct these files.

Thank you!

Best regards,
Nelson

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

Versions of packages imagemagick depends on:
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjasper-1.701-1   1.701.0-2The JasPer JPEG-2000 runtime libra
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.15-1   Color management library
ii  libmagick9  7:6.2.4.5.dfsg1-0.11 Image manipulation library
ii  libpng12-0  1.2.13-4 PNG library - runtime
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libtiff43.8.2-6  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.3-4X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxml2 2.6.27.dfsg-1GNOME XML library
ii  zlib1g  1:1.2.3-13   compression library - runtime

imagemagick recommends no packages.

-- no debconf information


t1_result.png
Description: PNG image


t2_result.png
Description: PNG image


Bug#400706: xserver-xorg-core: Wrong info on /etc/X11/xorg.conf

2006-11-27 Thread Nelson A. de Oliveira
Package: xserver-xorg-core
Version: 2:1.1.1-11
Severity: minor

Hi!

Sorry if this bug is already reported (or if I am reporting it to the
wrong package), but I saw at /etc/X11/xorg.conf this info:

(...)
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
(...)

Actually, it's man xorg.conf and not man /etc/X11/xorg.conf

Thank you!

Best regards,
Nelson

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

Versions of packages xserver-xorg-core depends on:
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libfontenc1 1:1.0.2-2X11 font encoding library
ii  libgcc1 1:4.2-20060923-1 GCC support library
ii  libxau6 1:1.0.1-2X11 authorisation library
ii  libxdmcp6   1:1.0.1-2X11 Display Manager Control Protoc
ii  libxfont1   1:1.2.2-1X11 font rasterisation library
ii  x11-common  1:7.1.0-7X Window System (X.Org) infrastruc
ii  xserver-xorg1:7.1.0-7the X.Org X server
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages xserver-xorg-core recommends:
ii  xkb-data  0.9-4  X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#401571: display: xcb_xlib.c:41: xcb_xlib_lock: Assertive `!c-xlib.lock' failed

2006-12-04 Thread Nelson A. de Oliveira
Package: libxcb1
Version: 0.9.92-1
Severity: normal

Hi!

Today I was viewing an image on display, from imagemagick, and when I
clicked to move the window, display was aborted with the folowwing
message:

$ display IMG_0414.JPG 
display: xcb_xlib.c:41: xcb_xlib_lock: Assertive `!c-xlib.lock' failed.
Aborted

Thanks!

Best regards,
Nelson

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

Versions of packages libxcb1 depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libxau6  1:1.0.1-2   X11 authorisation library
ii  libxdmcp61:1.0.1-2   X11 Display Manager Control Protoc

libxcb1 recommends no packages.

-- no debconf information


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



Bug#401647: f-spot: Should depends on dbus?

2006-12-04 Thread Nelson A. de Oliveira
Package: f-spot
Version: 0.2.1-1.1
Severity: important

Hi!

Today after an aptitude install f-spot --without-recommends and trying
to run f-spot, I saw this:

$ LC_ALL=C f-spot
process 13023: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open /var/lib/dbus/machine-id: No such file or 
directory
See the manual page for dbus-uuidgen to correct this issue.
process 13023: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open /var/lib/dbus/machine-id: No such file or 
directory
See the manual page for dbus-uuidgen to correct this issue.
process 13023: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open /var/lib/dbus/machine-id: No such file or 
directory
See the manual page for dbus-uuidgen to correct this issue.
DBus.DBusException: Failed to execute dbus-launch to autolaunch D-Bus session
  at DBus.Bus.GetBus (BusType busType) [0x0] 
  at DBus.Bus.GetSessionBus () [0x0] 
  at FSpot.Core.get_Connection () [0x0] 
  at FSpot.Core.get_Service () [0x0] 
  at FSpot.Core.AssertOwnership () [0x0] 
  at FSpot.Driver.Main (System.String[] args) [0x0]

And a screen of F-Spot:

F-Spot Encountered a Fatal Error
Failed to execute dbus-launch autolaunch D-Bus session
Error Details:
An unhandled exception was thrown: Failed to execute dbus-launch to autolaunch 
D-Bus session

  at DBus.Bus.GetBus (BusType busType) [0x0] 
  at DBus.Bus.GetSessionBus () [0x0] 
  at FSpot.Core.get_Connection () [0x0] 
  at FSpot.Core.get_Service () [0x0] 
  at FSpot.Core.AssertOwnership () [0x0] 
  at FSpot.Driver.Main (System.String[] args) [0x0] 
..NET Version: 1.1.4322.2032

Assembly Version Information:

System.Data (1.0.5000.0)
Mono.Data.SqliteClient (1.0.5000.0)
gdk-sharp (2.8.0.0)
gnome-vfs-sharp (2.8.0.0)
dbus-sharp (0.60.0.0)
System (1.0.5000.0)
Mono.Posix (1.0.5000.0)
atk-sharp (2.8.0.0)
gtk-sharp (2.8.0.0)
glib-sharp (2.8.0.0)
gnome-sharp (2.8.0.0)
f-spot (0.2.1.0)
mscorlib (1.0.5000.0)

Platform Information: Linux 2.6.18-mm1 i686 unknown GNU/Linux

Disribution Information:

[/etc/debian_version]
4.0

So shouldn't f-spot depends on dbus?

Thanks!

Best regards,
Nelson

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

Versions of packages f-spot depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libbonobo2-0 2.14.0-3Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-5The Bonobo UI library
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libdbus-1-cil0.63.git.20060719-4 CLI binding for D-BUS interprocess
ii  libexif120.6.13-5library to parse EXIF files
ii  libfontconfig1   2.4.2-1 generic font configuration library
ii  libgconf2-4  2.16.0-3GNOME configuration database syste
ii  libgconf2.0-cil  2.8.3-2 CLI binding for GConf 2.12
ii  libglade2.0-cil  2.8.3-2 CLI binding for the Glade librarie
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libglib2.0-cil   2.8.3-2 CLI binding for the GLib utility l
ii  libgnome-keyring00.6.0-2 GNOME keyring services library
ii  libgnome2-0  2.16.0-2The GNOME 2 library - runtime file
ii  libgnome2.0-cil  2.8.3-2 CLI binding for GNOME 2.12
ii  libgnomecanvas2-02.14.0-2A powerful object-oriented display
ii  libgnomeui-0 2.14.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.2-3GNOME virtual file-system (runtime
ii  libgphoto2-2 2.2.1-12gphoto2 digital camera library
ii  libgphoto2-port0 2.2.1-12gphoto2 digital camera port librar
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libgtk2.0-cil2.8.3-2 CLI binding for the GTK+ toolkit 2
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  liblcms1 1.15-1  Color management library
ii  libmono-corlib1.0-ci 1.1.18-3Mono core library (1.0)
ii  libmono-sharpzip0.84 1.1.18-3Mono SharpZipLib library
ii  libmono-sqlite1.0-ci 1.1.18-3Mono Sqlite library
ii  libmono-system-data1 1.1.18-3Mono System.Data library
ii  libmono-system-web1. 1.1.18-3Mono 

Bug#382409: Recommends unavailable hmmer ( 2.1.4)

2006-08-10 Thread Nelson A. de Oliveira

tags 382409 +pending
thanks

Hi!

On 8/10/06, Luk Claes [EMAIL PROTECTED] wrote:

Your package recommends hmmer ( 2.1.4) which is not yet available as
unstable has hmmer 2.1.4


I know this.
I am updating hmmer to the latest version (2.3.2) and it soon will be uploaded.

Thank you!

Best regards,
Nelson


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



Bug#382323: rater3d depends on libgfortran0 which is not installable in sid

2006-08-10 Thread Nelson A. de Oliveira

Hi!

On 8/10/06, Patrick Winnertz [EMAIL PROTECTED] wrote:

raster3d depends on the nonexistend package libgfortran0. Please
change the dependency to libgfortran1.

I've rebuild it with libfortran1 installed and it works. So a rebuild of
the package should do the job.


Thank you for reporting the bug, Patrick.

A rebuilt Raster3D will be uploaded soon to fix this.

Best regards,
Nelson


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



Bug#502052: closed by Nelson A. de Oliveira [EMAIL PROTECTED] (#502052 isn't a bug)

2008-10-14 Thread Nelson A. de Oliveira
Hi!

On Tue, Oct 14, 2008 at 05:27:18AM +, Laxminarayan Kamath wrote:
 Isn't there a way to mask gimp-data-2.6.1-1 from i386 ? That would at
 least make 2.6.0-1 installable. No?

gimp-data version 2.6.0-1 isn't available anymore.

 Any package uninstallable on the corresponding architecture and
 distribution is a Debian Packaging bug. No?

Not in every case (like this one).
The package is installable, but it's temporarily unavailable for
i386 right now (it's waiting on incoming.debian.org and soon it should
hit the Debian mirror that you are using).

 I thought this was the right place to report. But this seems to be a
 place where GIMP installed through Debian itself has bugs. Where do I
 report packaging mistakes ?

The Debian BTS is the right place to report problems that you find.
But not every problem is a real problem :-)

Packages uploaded to unstable and experimental may have a delay to
be fully available (since they need to be built and uploaded).
You are hitting this problem because gimp-data is an arch all package
(it doesn't need to be built for every arch that Debian supports), while
gimp needs to be built.

Best regards,
Nelson



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



Bug#502384: Can't reproduce #502384

2008-10-16 Thread Nelson A. de Oliveira
tags 502384 + unreproducible moreinfo
severity 502384 important
thanks

Hi!

What is the exact error message that you are seeing when building brasero,
please?
I can't reproduce your problem building it on an updated pbuilder environment.

Thank you!

Best regards,
Nelson


signature.asc
Description: Digital signature


Bug#502384: Reassigning to apt

2008-10-16 Thread Nelson A. de Oliveira
reassign 502384 apt 0.7.16
retitle 502384 'apt-get build-dep brasero' can't find build-dependencies
thanks

Hi!

I can confirm (on an updated Debian unstable system):

$ LC_ALL=C apt-get build-dep brasero
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Build-dependencies for brasero could not be satisfied.

But it seems to be a problem with apt, since the package can be built on
pbuilder (so the dependencies can be satisfied).

Reassigning it to apt.

Thank you very much!

Best regards,
Nelson


signature.asc
Description: Digital signature


Bug#503031: sdcv: FTBFS if built twice

2008-10-21 Thread Nelson A. de Oliveira
Package: sdcv
Version: 0.4.2-7
Severity: normal
Tags: patch

Hi!

sdcv fails to build twice:

(...)
dh clean
   dh_testdir
   dh_auto_clean
   dh_clean
rm po/*.gmo
rm: cannot remove `po/*.gmo': No such file or directory
make: *** [clean] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules clean gave error exit status 2

Fix:

diff -u debian/rules.bck debian/rules
--- debian/rules.bck2008-10-21 20:10:52.0 -0200
+++ debian/rules2008-10-21 20:13:50.0 -0200
@@ -17,7 +17,7 @@
 
 clean: unpatch
dh clean
-   rm po/*.gmo
+   rm -f po/*.gmo
 
 install: build-stamp
dh install


Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.27-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sdcv depends on:
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libgcc11:4.3.2-2~exp1GCC support library
ii  libglib2.0-0   2.18.2-1  The GLib library of C routines
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libstdc++6 4.3.2-2~exp1  The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

sdcv recommends no packages.

sdcv suggests no packages.

-- no debconf information



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



Bug#496818: imagemagick 7:6.4.3.2.dfsg1-1(amd64/experimental): FTBFS: make[1]: *** No rule to make target `j'. Stop

2008-08-27 Thread Nelson A. de Oliveira
forcemerge 496212 496818
thanks

Hi Chris!

On Wed, 27 Aug 2008 19:28:21 +0100
Chris Lamb [EMAIL PROTECTED] wrote:

 Imagemagick in experimental appears to FTBFS on non-i386
 architectures.
 
 (A quick glance at the log suggests that simply giving-back would not
 help, but I could be wrong.)

I know.
It's strange that on my machine it works. I need to get some free time
to investigate it.

Thank you!

Best regards,
Nelson


signature.asc
Description: PGP signature


Bug#494243: bug #494243: Is this the right fix?

2008-08-28 Thread Nelson A. de Oliveira
Hi Michael!

On Thu, 28 Aug 2008 16:05:16 +0200
Michael Biebl [EMAIL PROTECTED] wrote:

 I'm wondering if this is the right fix :
 
 -Build-Depends: debhelper ( 4), libgts-dev ( 0.7.3),
 libglib2.0-dev, autotools-dev
 +Build-Depends: debhelper ( 4), libgts-dev ( 0.7.3),
 libglib2.0-dev, autotools-dev, libgts-bin
 
 
 Shouldn't rather libgts-dev be fixed to include the gts-config binary?

This would be the better thing to do, yes. But while gts-config is
provided by libgts-bin and while we are on freeze (maybe the release
team thinks that it is a too disruptive change), it isn't all wrong
to depends on B-D on libtgs-bin (at least from my point of view).

Best regards,
Nelson


signature.asc
Description: PGP signature


Bug#500745: zsh-beta: Tab completion looking for /etc/init.d/program

2008-09-30 Thread Nelson A. de Oliveira
Package: zsh-beta
Version: 4.3.6-dev-0+20080929-1
Severity: important

Hi!

With the new zsh-beta package, the Tab completion seems to be broken:

$ reportbug z[TAB]
$ reportbug z
_init_d:17: no such file or directory: /etc/init.d/reportbug

$ ls [TAB]
$ ls 
_init_d:17: no such file or directory: /etc/init.d/ls

$ cd [TAB]
$ cd 
_init_d:17: no such file or directory: /etc/init.d/cd

Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.26.5-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages zsh-beta depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcap2   2.11-2 support for getting/setting POSIX.
ii  libncursesw5  5.6+20080925-1 shared libraries for terminal hand
ii  passwd1:4.1.1-5  change and administer password and

Versions of packages zsh-beta recommends:
ii  libpcre3  7.8-1  Perl 5 Compatible Regular Expressi

Versions of packages zsh-beta suggests:
pn  zsh-beta-doc  none (no description available)

-- no debconf information



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



Bug#501457: odt2txt fails to recognize legit .odt file

2008-10-07 Thread Nelson A. de Oliveira
Hi Arie!

On Tue, Oct 7, 2008 at 12:12 PM, Arie Skliarouk [EMAIL PROTECTED] wrote:
 Could well be that the problem is in the way the dokuwiki's plugin
 creates the file, but unfortunately I am not in the position to tell
 that.

I am almost sure that the problem is with the plugin that generates
the ODT file.
Using this ODF validator [1], from [2], it gives (there is an online
validator at [3], that seems to be more updated, but it's giving
internal server error now):

$ ./validator --file=a.odt
ERROR: missing required file settings.xml
0 warning(s), 1 error(s)
Document does not validate

file also doesn't recognize it:

$ file a.odt
a.odt: data

With a valid ODT file I have:

$ ./validator --file=a2.odt
0 warning(s), 0 error(s)
Document does validate

$ file a2.odt
a2.odt: OpenDocument Text

Is the plugin included in the package dokuwiki or it's installed separately?

What I can do is forward this problem to odt2txt upstream and ask, if
possible, for a better support of broken ODT files.

[1] http://opendocumentfellowship.com/~alex/odf-validator.tar.gz
[2] http://opendocumentfellowship.com/development/projects/odftools
[3] http://opendocumentfellowship.com/validator

Best regards,
Nelson



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



Bug#492424: aptitude: Should not install a package if a virtual package alternative is already installed

2008-07-25 Thread Nelson A. de Oliveira
Package: aptitude
Version: 0.4.11.8-1
Severity: normal

Hi!

When I try to upgrade phpldapadmin, aptitude always automatically
install some other unneeded packages to satisfy the dependencies.
See:

phpldapadmin depends on apache2 | httpd

I have lighttpd installed (that provides httpd).
So aptitude shouldn't install apache2-mpm-prefork, apache2-utils and
apache2.2-common

The same thing for php5. It depends on libapache2-mod-php5 (= 5.2.5-3)
| php5-cgi (= 5.2.5-3)

I have php5-cgi installed, but it tries to install libapache2-mod-php5

Is it a known problem with aptitude, something wrong on the package
dependencies or just another stupid user bug, please?

Thank you very much!

Best regards,
Nelson


-- Package-specific info:
aptitude 0.4.11.8 compilado em Jul  4 2008 16:43:39
Compilador: g++ 4.3.1
Compilado contra:
 versão apt 4.6.0
  Versão NCurses: 5.6
  versão libsigc++: 2.0.18
  Suporte a ept habilitado.

Versões atuais das bibliotecas:
  Versão NCurses: ncurses 5.6.20080531
  versão cwidget: 0.5.11
  Versão apt: 4.6.0
linux-gate.so.1 =  (0xb7fde000)
libapt-pkg-libc6.7-6.so.4.6 = /usr/lib/libapt-pkg-libc6.7-6.so.4.6 
(0xb7f0f000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7ed3000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb7ecc000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb7ddc000)
libept.so.0 = /usr/lib/libept.so.0 (0xb7d68000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0xb7bf5000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7be)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7bc7000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7ad9000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb7ab3000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb7aa6000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb794b000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xb7947000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb7942000)
/lib/ld-linux.so.2 (0xb7fdf000)
Terminal: rxvt-unicode
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.14+b1 Advanced front-end for dpkg
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcwidget30.5.11-1  high-level terminal interface libr
ii  libept00.5.21High-level library for managing De
ii  libgcc11:4.3.1-7 GCC support library
ii  libncursesw5   5.6+20080531-1Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.1-7   The GNU Standard C++ Library v3
ii  libxapian151.0.5-1   Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

-- no debconf information



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



Bug#492431: menu file for midori

2008-07-25 Thread Nelson A. de Oliveira
Package: midori
Version: 0.0.18-1
Severity: wishlist

Hi!

It would be good to have a menu file for midori, please.

Thank you very much!

Best regards,
Nelson

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages midori depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsexy2   0.1.11-2  collection of additional GTK+ widg
ii  libwebkit-1.0-11.0.1-2   Web content engine library for Gtk
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcb-render-util00.2+git36-1   utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

midori recommends no packages.

midori suggests no packages.

-- no debconf information



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



Bug#492438: Provide a menu file for debgtd

2008-07-25 Thread Nelson A. de Oliveira
Package: debgtd
Version: 1.2-1
Severity: wishlist

Hi!

It would be nice to have a menu file for it.

Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debgtd depends on:
ii  devscripts 2.10.34   scripts to make the life of a Debi
ii  dillo [www-browser]0.8.6-3   Small and fast web browser
ii  epiphany-gecko [www-browse 2.22.3-1  Intuitive GNOME web browser - Geck
ii  epiphany-webkit [www-brows 2.22.3-1  Intuitive GNOME web browser - webk
ii  iceape-browser [www-browse 1.1.11-1  Iceape Navigator (Internet browser
ii  iceweasel [www-browser]3.0.1-1   lightweight web browser based on M
ii  lynx-cur [www-browser] 2.8.7dev9-1.2 Text-mode WWW Browser with NLS sup
ii  opera [www-browser]9.50  The Opera Web Browser
ii  python 2.5.2-1   An interactive high-level object-o
ii  python-glade2  2.12.1-6  GTK+ bindings: Glade support
ii  python-gtk22.12.1-6  Python bindings for the GTK+ widge
ii  python-soappy  0.12.0-2  SOAP Support for Python
ii  python-support 0.8.5 automated rebuilding support for P
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent

debgtd recommends no packages.

debgtd suggests no packages.

-- no debconf information



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



Bug#492439: debgtd: Option to use more than one email address

2008-07-25 Thread Nelson A. de Oliveira
Package: debgtd
Version: 1.2-1
Severity: wishlist

Hi!

Some people can report bugs from more than one email address. Having an
option to specify the N addresses would be very good.

Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debgtd depends on:
ii  devscripts 2.10.34   scripts to make the life of a Debi
ii  dillo [www-browser]0.8.6-3   Small and fast web browser
ii  epiphany-gecko [www-browse 2.22.3-1  Intuitive GNOME web browser - Geck
ii  epiphany-webkit [www-brows 2.22.3-1  Intuitive GNOME web browser - webk
ii  iceape-browser [www-browse 1.1.11-1  Iceape Navigator (Internet browser
ii  iceweasel [www-browser]3.0.1-1   lightweight web browser based on M
ii  lynx-cur [www-browser] 2.8.7dev9-1.2 Text-mode WWW Browser with NLS sup
ii  opera [www-browser]9.50  The Opera Web Browser
ii  python 2.5.2-1   An interactive high-level object-o
ii  python-glade2  2.12.1-6  GTK+ bindings: Glade support
ii  python-gtk22.12.1-6  Python bindings for the GTK+ widge
ii  python-soappy  0.12.0-2  SOAP Support for Python
ii  python-support 0.8.5 automated rebuilding support for P
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent

debgtd recommends no packages.

debgtd suggests no packages.

-- no debconf information



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



Bug#492450: dpkg-divert: rename involves overwriting (...) not allowed

2008-07-26 Thread Nelson A. de Oliveira
Package: vim
Version: 2:7.2b.001-1
Severity: important

Hi!

While trying to upgrade from vim 1:7.1.314-3 to experimental's 2:7.2b.001-1,
I've got this error message:

(...)
Preparing to replace vim-runtime 1:7.1.314-3 (using 
.../vim-runtime_2%3a7.2b.001-1_all.deb) ...
Leaving `diversion of /usr/share/vim/vim72b/doc/help.txt to 
/usr/share/vim/vim72b/doc/help.txt.vim-tiny by vim-runtime'
Leaving `diversion of /usr/share/vim/vim72b/doc/tags to 
/usr/share/vim/vim72b/doc/tags.vim-tiny by vim-runtime'
Removing `diversion of /usr/share/vim/vim71/doc/help.txt to 
/usr/share/vim/vim71/doc/help.txt.vim-tiny by vim-runtime'
dpkg-divert: rename involves overwriting `/usr/share/vim/vim71/doc/help.txt' 
with
  different file `/usr/share/vim/vim71/doc/help.txt.vim-tiny', not allowed
dpkg: error processing 
/var/cache/apt/archives/vim-runtime_2%3a7.2b.001-1_all.deb (--unpack):
 subprocess pre-installation script returned error exit status 2
Processing /usr/share/vim/addons/doc
Selecting previously deselected package vim.
Unpacking vim (from .../vim_2%3a7.2b.001-1_i386.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/vim-runtime_2%3a7.2b.001-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of vim:
 vim depends on vim-runtime (= 2:7.2b.001-1); however:
  Version of vim-runtime on system is 1:7.1.314-3.
dpkg: error processing vim (--configure):
 dependency problems - leaving unconfigured
(...)

Purging vim and installing the experimental version is OK
Purging and installing the unstable is OK
Upgrading fails.

Can I do something to help, please?

Thank you!

Best regards,
Nelson


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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vim depends on:
ii  libacl1   2.2.47-2   Access control list shared library
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgpm2   1.20.4-2   General Purpose Mouse - shared lib
ii  libncurses5   5.6+20080713-1 shared libraries for terminal hand
ii  libselinux1   2.0.65-2   SELinux shared libraries
ii  vim-common2:7.2b.001-1   Vi IMproved - Common files
ii  vim-runtime   1:7.1.314-3Vi IMproved - Runtime files

vim recommends no packages.

Versions of packages vim suggests:
pn  ctags none (no description available)
pn  vim-doc   none (no description available)
pn  vim-scripts   none (no description available)

-- no debconf information



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



Bug#492452: abiword: Missing menu file

2008-07-26 Thread Nelson A. de Oliveira
Package: abiword
Version: 2.6.4-4
Severity: minor

Hi!

The latest version of abiword doesn't include a menu file, while the
version available on testing has one.
It would be good to have it back.

Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages abiword depends on:
ii  abiword-commo 2.6.4-4efficient, featureful word process
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre
ii  libaiksaurus- 1.2.1+dev-0.12-6   an English-language thesaurus (dev
ii  libaiksaurusg 1.2.1+dev-0.12-6   graphical interface to the Aiksaur
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D graphi
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libenchant1c2 1.4.2-3a wrapper library for various spel
ii  libexpat1 2.0.1-4XML parsing C library - runtime li
ii  libfontconfig 2.6.0-1generic font configuration library
ii  libfreetype6  2.3.7-1FreeType 2 font engine, shared lib
ii  libfribidi0   0.10.9-1   Free Implementation of the Unicode
ii  libgcc1   1:4.3.1-7  GCC support library
ii  libglade2-0   1:2.6.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libgnomecanva 2.20.1.1-1 A powerful object-oriented display
ii  libgnomeprint 2.18.4-1   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.18.2-1   GNOME 2.2 print architecture User 
ii  libgoffice-0- 0.4.2-4Document centric objects library -
ii  libgsf-1-114  1.14.8-1   Structured File Library - runtime 
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libidn11  1.9-1  GNU libidn library, implementation
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  libloudmouth1 1.4.0-1Lightweight C Jabber library
ii  libncurses5   5.6+20080713-1 shared libraries for terminal hand
ii  libots0   0.5.0-2Open Text Summarizer (library)
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libpixman-1-0 0.10.0-2   pixel-manipulation library for X a
ii  libpng12-01.2.27-1   PNG library - runtime
ii  libpopt0  1.14-4 lib for parsing cmdline parameters
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  librsvg2-22.22.2-2   SAX-based renderer library for SVG
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.3.1-7The GNU Standard C++ Library v3
ii  libwmf0.2-7   0.2.8.4-6  Windows metafile conversion librar
ii  libwpd8c2a0.8.14-1   Library for handling WordPerfect d
ii  libwpg-0.1-1  0.1.2-1WordPerfect graphics import/conver
ii  libwv-1.2-3   1.2.4-2Library for accessing Microsoft Wo
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxcb-render 0.2+git36-1utility libraries for X C Binding 
ii  libxcb-render 1.1-1.1X C Binding, render extension
ii  libxcb1   1.1-1.1X C Binding
ii  libxft2   2.1.12-3   FreeType-based font drawing librar
ii  libxml2   2.6.32.dfsg-2  GNOME XML library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages abiword recommends:
pn  abiword-helpnone   (no description available)
pn  abiword-plugin-grammar  none   (no description available)
pn  abiword-plugin-mathview none   (no description available)
ii  aspell-en [aspell-dictionar 6.0-0-5.1English dictionary for GNU Aspell
ii  aspell-pt-br [aspell-dictio 20080707.0-1 Brazilian Portuguese dictionary fo
ii  poppler-utils   0.8.4-1.1PDF utilitites (based on libpopple

Versions of packages abiword suggests:
pn  abiword-plugin-gofficenone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of 

Bug#492511: poedit: Fails to display some .po catalogs

2008-07-26 Thread Nelson A. de Oliveira
Package: poedit
Version: 1.4.1-2
Severity: important

Hi!

I am trying to open some .po files (attached) with poedit, but it isn't
displaying them.
It seems to open, doesn't show any error message, but it just doesn't
display the strings to translate (like if it was an empty file opened).

Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages poedit depends on:
ii  gettext   0.17-3 GNU Internationalization utilities
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libdb4.6  4.6.21-10  Berkeley v4.6 Database Libraries [
ii  libgcc1   1:4.3.1-8  GCC support library
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.13-1   a spell-checking addon for GTK's T
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libstdc++64.3.1-8The GNU Standard C++ Library v3
ii  libwxbase2.8-02.8.7.1-1  wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0 2.8.7.1-1  wxWidgets Cross-platform C++ GUI t

poedit recommends no packages.

poedit suggests no packages.

-- no debconf information


po.tar.gz
Description: GNU Zip compressed data


Bug#492660: vidir: Escape control characters

2008-07-27 Thread Nelson A. de Oliveira
Package: moreutils
Version: 0.31
Severity: wishlist
File: /usr/bin/vidir

Hi!

I was trying to run vidir on a dir with a file named ???, but it gave
this message:

$ vidir 
/usr/bin/vidir: control characters in filenames are not supported

Isn't possible to make it escape the special chars? (on my zsh shell,
for example, I can work with this file as $'\033'$'\033'$'\033')

Thank you very much!

Best regards,
Nelson

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages moreutils depends on:
ii  libc62.7-12  GNU C Library: Shared libraries
ii  perl 5.10.0-11.1 Larry Wall's Practical Extraction 

moreutils recommends no packages.

Versions of packages moreutils suggests:
pn  libtime-duration-perl none (no description available)
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl

-- debconf-show failed



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



Bug#492511: poedit: Fails to display some .po catalogs

2008-07-27 Thread Nelson A. de Oliveira
Hi!

On Sun, Jul 27, 2008 at 4:23 PM, Vaclav Slavik [EMAIL PROTECTED] wrote:
 This really ought to be reported in upstream bug tracker, BTW, would
 make tracking it easier.

Now it's reported at your bug tracker.

Thank you Vaclav!

Best regards,
Nelson



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



Bug#467185: Status of qtscrob package

2008-07-27 Thread Nelson A. de Oliveira
Hi Franz!

What is the status of this package, please?

Thank you!

Best regards,
Nelson



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



Bug#492682: FTBFS: build-depends on unavailable libdvdread3-dev

2008-07-28 Thread Nelson A. de Oliveira
Package: ogle
Version: 0.9.2-5.1
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi!

Your package build-depends on an unavailable package (libdvdread3-dev).

Fix is simple (replace libdvdread3-dev by libdvdread-dev):

--- control.old 2008-07-28 03:07:23.0 -0300
+++ control 2008-07-28 03:07:32.0 -0300
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Alan Woodland [EMAIL PROTECTED]
-Build-Depends: debhelper ( 5.0.0), libxml2-dev, liba52-0.7.4-dev, 
libdvdread3-dev, libjpeg62-dev, zlib1g-dev, libxml2-dev (= 2.4.5), chrpath, 
libmad0-dev, libasound2-dev (= 0.9.3) [!kfreebsd-i386 !kfreebsd-amd64 
!hurd-i386], libx11-dev, libxext-dev, libxinerama-dev, libxv-dev, 
libxxf86vm-dev, x-dev, libxt-dev, dpatch
+Build-Depends: debhelper ( 5.0.0), libxml2-dev, liba52-0.7.4-dev, 
libdvdread-dev, libjpeg62-dev, zlib1g-dev, libxml2-dev (= 2.4.5), chrpath, 
libmad0-dev, libasound2-dev (= 0.9.3) [!kfreebsd-i386 !kfreebsd-amd64 
!hurd-i386], libx11-dev, libxext-dev, libxinerama-dev, libxv-dev, 
libxxf86vm-dev, x-dev, libxt-dev, dpatch
 Standards-Version: 3.7.2

 Package: ogle

Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.26-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#492450: dpkg-divert: rename involves overwriting (...) not allowed

2008-07-28 Thread Nelson A. de Oliveira
Hi James!

On Mon, Jul 28, 2008 at 2:42 PM, James Vega [EMAIL PROTECTED] wrote:
 Could you post the output of dpkg-divert --list and
 ls -l /usr/share/vim/vim71/doc?

With 2:7.2b.001-1 installed:

$ dpkg-divert --list
local diversion of /usr/bin/urxvt to /usr/bin/urxvt.orig
diversion of /usr/lib/WebKit/GtkLauncher to
/usr/lib/WebKit/GtkLauncher.old by libwebkitgtk1d
diversion of /usr/share/dict/words to
/usr/share/dict/words.pre-dictionaries-common by dictionaries-common
diversion of /bin/sh to /bin/sh.distrib by dash
diversion of /usr/share/man/man1/sh.1.gz to
/usr/share/man/man1/sh.distrib.1.gz by dash
diversion of /usr/sbin/update-rc.d to /usr/sbin/update-rc.d.distrib by insserv
diversion of /usr/share/vim/vim72b/doc/help.txt to
/usr/share/vim/vim72b/doc/help.txt.vim-tiny by vim-runtime
diversion of /usr/share/vim/vim72b/doc/tags to
/usr/share/vim/vim72b/doc/tags.vim-tiny by vim-runtime

$ ls -l /usr/share/vim/vim71/doc
total 276
-rw-r--r-- 1 root root   8010 Mai  4 16:39 help.txt
-rw-r--r-- 1 root root 268893 Mai  4 16:39 tags

With 1:7.1.314-3+b1:

$ dpkg-divert --list
local diversion of /usr/bin/urxvt to /usr/bin/urxvt.orig
diversion of /usr/lib/WebKit/GtkLauncher to
/usr/lib/WebKit/GtkLauncher.old by libwebkitgtk1d
diversion of /usr/share/dict/words to
/usr/share/dict/words.pre-dictionaries-common by dictionaries-common
diversion of /bin/sh to /bin/sh.distrib by dash
diversion of /usr/share/man/man1/sh.1.gz to
/usr/share/man/man1/sh.distrib.1.gz by dash
diversion of /usr/sbin/update-rc.d to /usr/sbin/update-rc.d.distrib by insserv
diversion of /usr/share/vim/vim71/doc/help.txt to
/usr/share/vim/vim71/doc/help.txt.vim-tiny by vim-runtime
diversion of /usr/share/vim/vim71/doc/tags to
/usr/share/vim/vim71/doc/tags.vim-tiny by vim-runtime

$ ls -l /usr/share/vim/vim71/doc
total 5548
-rw-r--r-- 1 root root  18249 Jun 17 12:31 ada.txt
-rw-r--r-- 1 root root  11934 Jun 17 12:31 arabic.txt
-rw-r--r-- 1 root root  53399 Jun 17 12:31 autocmd.txt
-rw-r--r-- 1 root root  64458 Jun 17 12:31 change.txt
-rw-r--r-- 1 root root  42996 Jun 17 12:31 cmdline.txt
-rw-r--r-- 1 root root   5643 Jun 17 12:31 debugger.txt
-rw-r--r-- 1 root root   6253 Jun 17 12:31 debug.txt
-rw-r--r-- 1 root root  19971 Jun 17 12:31 develop.txt
-rw-r--r-- 1 root root  14871 Jun 17 12:31 diff.txt
-rw-r--r-- 1 root root  13442 Jun 17 12:31 digraph.txt
-rw-r--r-- 1 root root  64524 Jun 17 12:31 editing.txt
-rw-r--r-- 1 root root 293466 Jun 17 12:31 eval.txt
-rw-r--r-- 1 root root   9740 Jun 17 12:31 farsi.txt
-rw-r--r-- 1 root root  22189 Jun 17 12:31 filetype.txt
-rw-r--r-- 1 root root  22808 Jun 17 12:31 fold.txt
-rw-r--r-- 1 root root  41904 Jun 17 12:31 gui.txt
-rw-r--r-- 1 root root   7254 Jun 17 12:31 gui_w16.txt
-rw-r--r-- 1 root root  20731 Jun 17 12:31 gui_w32.txt
-rw-r--r-- 1 root root  25919 Jun 17 12:31 gui_x11.txt
-rw-r--r-- 1 root root   3076 Jun 17 12:31 hangulin.txt
-rw-r--r-- 1 root root   5738 Jun 17 12:31 hebrew.txt
-rw-r--r-- 1 root root   8010 Jun 17 12:31 help.txt
-rw-r--r-- 1 root root   8010 Mai  4 16:39 help.txt.vim-tiny
-rw-r--r-- 1 root root   2911 Jun 17 12:31 howto.txt
-rw-r--r-- 1 root root  19220 Jun 17 12:31 if_cscop.txt
-rw-r--r-- 1 root root  10191 Jun 17 12:31 if_mzsch.txt
-rw-r--r-- 1 root root   7404 Jun 17 12:31 if_ole.txt
-rw-r--r-- 1 root root  10354 Jun 17 12:31 if_perl.txt
-rw-r--r-- 1 root root  12827 Jun 17 12:31 if_pyth.txt
-rw-r--r-- 1 root root   6799 Jun 17 12:31 if_ruby.txt
-rw-r--r-- 1 root root   3679 Jun 17 12:31 if_sniff.txt
-rw-r--r-- 1 root root  22564 Jun 17 12:31 if_tcl.txt
-rw-r--r-- 1 root root  21674 Jun 17 12:31 indent.txt
-rw-r--r-- 1 root root  71776 Jun 17 12:31 index.txt
-rw-r--r-- 1 root root  77090 Jun 17 12:31 insert.txt
-rw-r--r-- 1 root root  37773 Jun 17 12:31 intro.txt
-rw-r--r-- 1 root root  57467 Jun 17 12:31 map.txt
-rw-r--r-- 1 root root  57291 Jun 17 12:31 mbyte.txt
-rw-r--r-- 1 root root  29682 Jun 17 12:31 message.txt
-rw-r--r-- 1 root root   7469 Jun 17 12:31 mlang.txt
-rw-r--r-- 1 root root  50096 Jun 17 12:31 motion.txt
-rw-r--r-- 1 root root  30042 Jun 17 12:31 netbeans.txt
-rw-r--r-- 1 root root 330869 Jun 17 12:31 options.txt
-rw-r--r-- 1 root root  12692 Jun 17 12:31 os_390.txt
-rw-r--r-- 1 root root   5381 Jun 17 12:31 os_amiga.txt
-rw-r--r-- 1 root root  12777 Jun 17 12:31 os_beos.txt
-rw-r--r-- 1 root root  11962 Jun 17 12:31 os_dos.txt
-rw-r--r-- 1 root root   4040 Jun 17 12:31 os_mac.txt
-rw-r--r-- 1 root root   1402 Jun 17 12:31 os_mint.txt
-rw-r--r-- 1 root root  13256 Jun 17 12:31 os_msdos.txt
-rw-r--r-- 1 root root   8596 Jun 17 12:31 os_os2.txt
-rw-r--r-- 1 root root   4071 Jun 17 12:31 os_qnx.txt
-rw-r--r-- 1 root root  11825 Jun 17 12:31 os_risc.txt
-rw-r--r-- 1 root root   2595 Jun 17 12:31 os_unix.txt
-rw-r--r-- 1 root root  27331 Jun 17 12:31 os_vms.txt
-rw-r--r-- 1 root root  16366 Jun 17 12:31 os_win32.txt
-rw-r--r-- 1 root root  52879 Jun 17 12:31 pattern.txt
-rw-r--r-- 1 root root  17593 Jun 17 12:31 pi_getscript.txt
-rw-r--r-- 1 root root 

  1   2   3   4   5   6   7   8   9   10   >