Your message dated Wed, 11 Feb 2009 13:32:18 +0000
with message-id <e1lxfcm-0000bu...@ries.debian.org>
and subject line Bug#514772: fixed in hardlink 0.1.1
has caused the Debian Bug report #514772,
regarding hardlink remove some .bak file from filesystem
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.)
--
514772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514772
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hardlink
Version: 0.1
Severity: grave
Justification: causes non-serious data loss
*** Please type your report below this line ***
if foo file is duplicated and file foo.bak exist in same directory
hardlink remove .bak file.
You can reproduce this error this way:
% mkdir dir
% echo test >dir/foo
% cp -a dir dir2
% echo test2 > dir/foo.bak
% echo test3 > dir2/foo.bak
% hardlink -m -t .
Error: Comparing ./dir2/foo.bak to ./dir/foo.bak failed
[Errno 2] No such file or directory: './dir2/foo.bak'
% find
./dir
./dir/foo
./dir/foo.bak
./dir2
./dir2/foo
Error is in code:
def link(self, other):
'''Link the current file to another one'''
backup = other.path + '.bak'
[...] os.rename(other.path, backup)
hardlink not test if .bak file exist, overwrite, and remove file.
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash
Versions of packages hardlink depends on:
ii python 2.5.2-3 An interactive high-level object-o
hardlink recommends no packages.
hardlink suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: hardlink
Source-Version: 0.1.1
We believe that the bug you reported is fixed in the latest version of
hardlink, which is due to be installed in the Debian FTP archive:
hardlink_0.1.1.dsc
to pool/main/h/hardlink/hardlink_0.1.1.dsc
hardlink_0.1.1.tar.gz
to pool/main/h/hardlink/hardlink_0.1.1.tar.gz
hardlink_0.1.1_all.deb
to pool/main/h/hardlink/hardlink_0.1.1_all.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 514...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julian Andres Klode <j...@debian.org> (supplier of updated hardlink 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, 11 Feb 2009 14:02:15 +0100
Source: hardlink
Binary: hardlink
Architecture: source all
Version: 0.1.1
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode <j...@debian.org>
Changed-By: Julian Andres Klode <j...@debian.org>
Description:
hardlink - Hardlinks multiple copies of the same file
Closes: 514772
Changes:
hardlink (0.1.1) unstable; urgency=low
.
* Prevent overwriting already existing backup files (Closes: #514772)
* debian/control: Add ${misc:Depends} to dependencies
Checksums-Sha1:
1409e3e4d292f55e076ae0ae09f54872fe4a0259 875 hardlink_0.1.1.dsc
fb68c11fb2eaa68613818be7799fd84e3577f62a 6306 hardlink_0.1.1.tar.gz
c86aff1164c4225faf30fa78d3fd49517c818c59 6596 hardlink_0.1.1_all.deb
Checksums-Sha256:
f851678fdaf2f9fec53d94ef8aa6661ceb036322c7c65303c4e4ac0b81226670 875
hardlink_0.1.1.dsc
b6ecd4fee72b66054ed941e23177e46537abefd4cc71d9c05b1b587d766f8273 6306
hardlink_0.1.1.tar.gz
d8701d92ac08438b4eb140275fb23f93bf7420f533dd800b8358ad33f4dc5ebc 6596
hardlink_0.1.1_all.deb
Files:
061d7fb8bd0a9c172026dae13c2bca6c 875 utils optional hardlink_0.1.1.dsc
a5a7f3d78c15a1ee87b32d6304eec07a 6306 utils optional hardlink_0.1.1.tar.gz
2cf29088203b4dd9a2a6855a79acd326 6596 utils optional hardlink_0.1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEUEARECAAYFAkmS0YAACgkQrCpf/gCCPsLOIQCfbu8xRQCyebwsq+v4Cm+iwN8T
HoMAmOPKItyiINVARUuIEy+W7g87CDQ=
=ngRQ
-----END PGP SIGNATURE-----
--- End Message ---