Your message dated Thu, 16 Jul 2009 12:02:03 +0000
with message-id <[email protected]>
and subject line Bug#173326: fixed in mdetect 0.5.2.3
has caused the Debian Bug report #173326,
regarding mdetect ignores symlinks
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 [email protected]
immediately.)
--
173326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=173326
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mdetect 0.5.1
I just tried mdetect on unstable with devfs ... and found it not to
be working ... the problem is easy to solve though ...
--- mdetect.c~ Mon Dec 16 16:40:49 2002
+++ mdetect.c Mon Dec 16 16:53:27 2002
@@ -439,7 +439,7 @@
temp.flags |= DEV_SERIAL_PORT;
} else {
- if (lstat(temp.name, &stb) < 0 || !S_ISCHR(stb.st_mode))
+ if (stat(temp.name, &stb) < 0 || !S_ISCHR(stb.st_mode))
return NULL;
switch (major(stb.st_rdev)) {
cheers
tobi
--
______ __ _
/_ __/_ / / (_) Oetiker, ETZ J97, ETH, CH-8092 Zurich, Switzerland
/ // _ \/ _ \/ / System Manager Coach Time Lord Developer Designer
/_/ \.__/_.__/_/ http://people.ee.ethz.ch/~oetiker +41(0)1-632-5286
--- End Message ---
--- Begin Message ---
Source: mdetect
Source-Version: 0.5.2.3
We believe that the bug you reported is fixed in the latest version of
mdetect, which is due to be installed in the Debian FTP archive:
mdetect_0.5.2.3.dsc
to pool/main/m/mdetect/mdetect_0.5.2.3.dsc
mdetect_0.5.2.3.tar.gz
to pool/main/m/mdetect/mdetect_0.5.2.3.tar.gz
mdetect_0.5.2.3_i386.deb
to pool/main/m/mdetect/mdetect_0.5.2.3_i386.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
LIU Qi <[email protected]> (supplier of updated mdetect 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.8
Date: Thu, 16 Jul 2009 11:41:01 +0800
Source: mdetect
Binary: mdetect
Architecture: source i386
Version: 0.5.2.3
Distribution: unstable
Urgency: low
Maintainer: LIU Qi <[email protected]>
Changed-By: LIU Qi <[email protected]>
Description:
mdetect - mouse device autodetection tool
Closes: 173326
Changes:
mdetect (0.5.2.3) unstable; urgency=low
.
* mdetect.c: Fix "mdetect ignores symlinks" by using stat() instead
of lstat(). (Closes: #173326)
* Upgrade the standard version.
Checksums-Sha1:
2d33abcfdda0349ea841dd5b4f54a167c84be05b 823 mdetect_0.5.2.3.dsc
8ed435f7a676797e7ffab353b4295fff0ce3f7d1 16415 mdetect_0.5.2.3.tar.gz
c46930f7cad858b0abeee54885c2ca26194040eb 16556 mdetect_0.5.2.3_i386.deb
Checksums-Sha256:
e2b204a01b710957f5b7a5af9bb467669c066c19b91abea10bb48228dfcd87fc 823
mdetect_0.5.2.3.dsc
07d1ccf28ab7ab70e3b7e264d1d8c16eb7c488d92d493118356b9edb2cdd6e1f 16415
mdetect_0.5.2.3.tar.gz
19314693d7fe29c6a1612bae0590028bd00899bffc197a263fa234adfddb3fdb 16556
mdetect_0.5.2.3_i386.deb
Files:
d9115f949009758c7b697826a53f7d39 823 utils optional mdetect_0.5.2.3.dsc
6c237a2951c3980b9df6c58a13232769 16415 utils optional mdetect_0.5.2.3.tar.gz
93ec3f79fe5e1b628d46db18b68c9d73 16556 utils optional mdetect_0.5.2.3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkpfE9YACgkQ5TUK4GCH0vho+gCeK4+F930uYZpcvMhyZRm1wV/v
Hk4An0eabP35gzKx4iR6GlckHAEFbZkS
=Oepl
-----END PGP SIGNATURE-----
--- End Message ---