Re: Trabajo a tiempo parcial (salario alto)

2009-01-15 Thread jl . perez . reyes
¿Me puede informar detalladamente?.

Saludos. JL

Bug#511342: marked as done (does not check for file creation errors)

2009-01-15 Thread Debian Bug Tracking System

Your message dated Thu, 15 Jan 2009 10:02:04 +
with message-id 
and subject line Bug#511342: fixed in devtodo 0.1.20-4
has caused the Debian Bug report #511342,
regarding does not check for file creation errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
511342: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: devtodo
Version: 0.1.19-3
Severity: grave
Justification: causes data loss

Here's how to reproduce:

| mowsi...@beczulka:/$ strace -t -o /tmp/tda-write-fail.log tda
| Enter text for the item you are adding.
| text> foo
| 1. veryhigh   2. high   3. medium   4. low   5. verylow   
| Enter a priority from those listed above.
| priority> medium
| Index of new item is 1
| todo: warning, created database (.todo) has group or world permissions
| mowsi...@beczulka:/$ echo $?
| 0
| mowsi...@beczulka:/$ ls -l .todo
| ls: .todo: No such file or directory
| mowsi...@beczulka:/$ 

Here's the relevant snippet from the strace log:

| 18:44:52 write(1, "\33[0m\33[32mIndex of new item is 1\33"..., 36) = 36
| 18:44:52 open(".todo", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 
EACCES (Permission denied)
| 18:44:52 stat64(".todo", 0xbfe0b304)= -1 ENOENT (No such file or 
directory)
| 18:44:52 write(2, "todo: warning, created database "..., 33) = 33
| 18:44:52 write(2, ".todo", 5)   = 5
| 18:44:52 write(2, ") has group or world permissions", 32) = 32
| 18:44:52 write(2, "\n", 1)  = 1
| 18:44:52 exit_group(0)  = ?

Clearly the exit status nor the message do not reflect the fact that creating
the file failed, though apparently the program does pay attention to the fact
that open() failed, as there is no write() call visible.

Apart from the above, it would be good to check if the program correctly
detects write(), flush() and close() failures (e.g. when filesystem runs out of
space).

-- 
Marcin Owsiany  http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


--- End Message ---
--- Begin Message ---
Source: devtodo
Source-Version: 0.1.20-4

We believe that the bug you reported is fixed in the latest version of
devtodo, which is due to be installed in the Debian FTP archive:

devtodo_0.1.20-4.diff.gz
  to pool/main/d/devtodo/devtodo_0.1.20-4.diff.gz
devtodo_0.1.20-4.dsc
  to pool/main/d/devtodo/devtodo_0.1.20-4.dsc
devtodo_0.1.20-4_amd64.deb
  to pool/main/d/devtodo/devtodo_0.1.20-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 511...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur  (supplier of updated devtodo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Jan 2009 22:48:13 -0800
Source: devtodo
Binary: devtodo
Architecture: source amd64
Version: 0.1.20-4
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur 
Changed-By: Ryan Niebur 
Description: 
 devtodo- hierarchical, prioritised todo list manager
Closes: 470987 507418 511342
Changes: 
 devtodo (0.1.20-4) unstable; urgency=low
 .
   * Adopt package (Closes: #507418)
   * Check for errors when creating the file to prevent data loss
 (Closes: #511342)
   * Include copyright information (Closes: #470987)
   * add watch file
   * remove usr/share/man/man1 from debian/dirs, it's not needed
 (usr/share/devtodo is, however, as if it's not there it FTBFS)
   * upgrade policy to 3.8.0
 - add Homepage header
   * don't ignore errors from make distclean
Checksums-Sha1: 
 17cdc3852cd895c298a5ce2ebc603c02da49d16a 1041 devtodo_0.1.20-4.dsc
 2536d9d9024c555fc10ef3628d6583d612425071 40776 devtodo_0.1.20-4.diff.gz
 a8a88c228e36db590e1f151949b5990645694110 152380 devtodo_0.1.20-4_amd64.deb
Checksums-Sha256: 
 b14fd61396b37bf18f8707b0647d3759d001e877e4a3686238f904efd0698728 1041 
devtodo_0.1.20-4.dsc
 f0d119e8d524a1651cee0317984d8df37c5e6dc25d852a421d2ed9ec371feef8 40776 
devtodo_0.1.20-4.diff.gz
 1098ebe96aa50777bb962f554538f32758d3b90216562350a0910027d577010e 152380 
devtodo_0.1.20-4_amd64.deb
Files: 
 04fd65c6a76b07e333dff20323747f6e 1041 utils optional devtodo_0.1.20-4.dsc
 c7450dedada1a8ed7bd91d7b79b03a0b 40

Bug#470987: marked as done (devtodo: debian/copyright is incomplete)

2009-01-15 Thread Debian Bug Tracking System

Your message dated Thu, 15 Jan 2009 10:02:04 +
with message-id 
and subject line Bug#470987: fixed in devtodo 0.1.20-4
has caused the Debian Bug report #470987,
regarding devtodo: debian/copyright is incomplete
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
470987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: devtodo
Version: 0.1.20-2
Severity: important

Hi!

I am the upstream author of the todo2xhtml_css XSLT trasformation.
Current devtodo ships with todo2xhtml_css v0.6 (but I already requested
an update with wishlist bug #470705).

I noticed that the debian/copyright file of the package is rather
incomplete.  This file currently just states:

| This package was debianized by Arthur Korn  on
| Tue, 20 Mar 2001 20:24:53 +0100.
| 
| It was downloaded from http://swapoff.org/DevTodo
| 
| Upstream Author:
| Alec Thomas 
| 
| Copyright:
| GPL version 2, see /usr/share/common-licenses/GPL2 for the full licence text.

This does not comply with Debian Policy, which requires a complete
verbatim copy of copyright notices and distribution licenses.
See
http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile

The current debian/copyright misses copyright and license notices from
my todo2xhtml_css XSLT trasformation and its associated default CSS
stylesheet.
It possibly misses similar information from the other XSLT
transformations, as well.
Moreover it fails to properly quote the copyright and permission
notice for the devtodo program itself.

For a guide on debian/copyright file drafting, you may take a look at
http://lists.debian.org/debian-devel-announce/2003/12/msg7.html
http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html

In alternative, you may follow the new proposed machine-readable
format for debian/copyright files:
http://wiki.debian.org/Proposals/CopyrightFormat


Please fix the debian/copyright file, while you update my
XSLT trasformation to v0.9 (as requested in wishlist bug #470705).

Thanks for your attention.


--- End Message ---
--- Begin Message ---
Source: devtodo
Source-Version: 0.1.20-4

We believe that the bug you reported is fixed in the latest version of
devtodo, which is due to be installed in the Debian FTP archive:

devtodo_0.1.20-4.diff.gz
  to pool/main/d/devtodo/devtodo_0.1.20-4.diff.gz
devtodo_0.1.20-4.dsc
  to pool/main/d/devtodo/devtodo_0.1.20-4.dsc
devtodo_0.1.20-4_amd64.deb
  to pool/main/d/devtodo/devtodo_0.1.20-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 470...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur  (supplier of updated devtodo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Jan 2009 22:48:13 -0800
Source: devtodo
Binary: devtodo
Architecture: source amd64
Version: 0.1.20-4
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur 
Changed-By: Ryan Niebur 
Description: 
 devtodo- hierarchical, prioritised todo list manager
Closes: 470987 507418 511342
Changes: 
 devtodo (0.1.20-4) unstable; urgency=low
 .
   * Adopt package (Closes: #507418)
   * Check for errors when creating the file to prevent data loss
 (Closes: #511342)
   * Include copyright information (Closes: #470987)
   * add watch file
   * remove usr/share/man/man1 from debian/dirs, it's not needed
 (usr/share/devtodo is, however, as if it's not there it FTBFS)
   * upgrade policy to 3.8.0
 - add Homepage header
   * don't ignore errors from make distclean
Checksums-Sha1: 
 17cdc3852cd895c298a5ce2ebc603c02da49d16a 1041 devtodo_0.1.20-4.dsc
 2536d9d9024c555fc10ef3628d6583d612425071 40776 devtodo_0.1.20-4.diff.gz
 a8a88c228e36db590e1f151949b5990645694110 152380 devtodo_0.1.20-4_amd64.deb
Checksums-Sha256: 
 b14fd61396b37bf18f8707b0647d3759d001e877e4a3686238f904efd0698728 1041 
devtodo_0.1.20-4.dsc
 f0d119e8d524a1651cee0317984d8df37c5e6dc25d852a421d2ed9ec371feef8 40776 
devtodo_0.1.20-4.diff.gz
 1098ebe96aa50777bb962f554538f32758d3b90216562350a0910027d577010e 152380 
devtodo_0.1.20-4_amd64.deb
Files: 
 04fd65c6a76b07e333dff20323747f6e 1041 utils optional devtodo_0.1.20-4.dsc
 c7450dedada1a8ed7bd91d7b79b0

Pohotlivaya temnovolosaya mamochka

2009-01-15 Thread Enda Benjamin

Naedine so svejey kiskoy

washingtonggi.narod.ru



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



Bug#511945: fixed

2009-01-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  xmon |1.5.6-3 | source, alpha, amd64, arm, armel, hppa, i386, ia64, 
mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 511...@bugs.debian.org.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Frank Lichtenheld (the ftpmaster behind the curtain)


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



Bug#511946: fixed

2009-01-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

 mesademos |6.2.1-2 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 511...@bugs.debian.org.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Frank Lichtenheld (the ftpmaster behind the curtain)


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



Bug#388363: fixed

2009-01-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  feta | 1.4.16+nmu1 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 388...@bugs.debian.org.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Frank Lichtenheld (the ftpmaster behind the curtain)


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