Your message dated Mon, 21 Jan 2008 01:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458225: fixed in checkgmail 1.13-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: checkgmail
Version: 1.12-1
Severity: minor
This bug was initially reported in Ubuntu (see
https://bugs.launchpad.net/ubuntu/+source/checkgmail/+bug/164187 ) but
your version seems affected too.
Attached patch should fix this bug report.
Thank you.
--- /usr/bin/checkgmail 2007-06-19 10:18:55.000000000 +0200
+++ checkgmail 2007-11-20 21:53:40.000000000 +0100
@@ -376,11 +376,11 @@
if (-e "$prefs_dir") {
print "Moving ~/.checkgmail to ~/.checkgmail/prefs ...\n\n";
rename("$HOME/.checkgmail", "$HOME/.checkgmailbak");
- mkdir($prefs_dir, 0777);
+ mkdir($prefs_dir, 0700);
rename("$HOME/.checkgmailbak", "$prefs_dir/prefs");
} else {
# User hasn't run an old version, just create the dir
- mkdir($prefs_dir, 0777);
+ mkdir($prefs_dir, 0700);
}
}
--- End Message ---
--- Begin Message ---
Source: checkgmail
Source-Version: 1.13-1
We believe that the bug you reported is fixed in the latest version of
checkgmail, which is due to be installed in the Debian FTP archive:
checkgmail_1.13-1.diff.gz
to pool/main/c/checkgmail/checkgmail_1.13-1.diff.gz
checkgmail_1.13-1.dsc
to pool/main/c/checkgmail/checkgmail_1.13-1.dsc
checkgmail_1.13-1_all.deb
to pool/main/c/checkgmail/checkgmail_1.13-1_all.deb
checkgmail_1.13.orig.tar.gz
to pool/main/c/checkgmail/checkgmail_1.13.orig.tar.gz
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Tosi <[EMAIL PROTECTED]> (supplier of updated checkgmail 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 20 Jan 2008 19:52:36 +0100
Source: checkgmail
Binary: checkgmail
Architecture: source all
Version: 1.13-1
Distribution: unstable
Urgency: low
Maintainer: Sandro Tosi <[EMAIL PROTECTED]>
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description:
checkgmail - Alternative Gmail Notifier for Linux via Atom feeds
Closes: 415133 457194 458225
Changes:
checkgmail (1.13-1) unstable; urgency=low
.
* New upstream release (Closes: #457194, #415133)
* debian/control
- added dpatch build dep
* debian/rules
- added dpatch stuff
- removed configure target since not needed
- moved script installation in install target
- added explicit destination dir creation in install target
- added explicit doc installation filenames
* debian/patches/10_bts-458225_fix_permission.dpatch
- added (Closes: #458225)
* debian/dirs
- removed
* debian/docs
- removed
Files:
5bdd5cb10692e89b96cd8c2d757ea3c8 619 mail optional checkgmail_1.13-1.dsc
de964edf577831de7714eda664a6bc25 64588 mail optional
checkgmail_1.13.orig.tar.gz
10cf93cd6b0db755173bf1f4a9a1c928 4537 mail optional checkgmail_1.13-1.diff.gz
27ff4b56fc45e73ba0b93b27eb63c319 63270 mail optional checkgmail_1.13-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHk/DkpdwBkPlyvgMRAtyoAJwI3Od6J4iTXPOlFkNCm5+G80V9wACcDsak
yC7KXvz+l9h9Fk9UeSp+Y/8=
=U87P
-----END PGP SIGNATURE-----
--- End Message ---