Hi,
On 01/04/2013 01:32 AM, Timo Weingärtner wrote:
Package: apt-dater-host
Version: 0.9.0-3
Severity: normal
wheezy amd64 has a /proc/version with:
Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2
apt-dater-host sees that as selfbuilt (KERNELINFO: 2 3.2.0-4-amd64)
thanks for your report. I've applied a patch upstream fixing the detection:
diff --git a/debian/apt-dater-host b/debian/apt-dater-host
index 5bf1f79..fbd9aae 100755
--- a/debian/apt-dater-host
+++ b/debian/apt-dater-host
@@ -345,7 +345,9 @@ sub do_kernel() {
$vers = $1;
}
else {
- unless(`cat $verfile` =~ /^\S+ \S+ \S+ \(Debian ([^\)]+)\)/) {
+ my $vstr = `cat $verfile`;
+ unless($vstr =~ /^\S+ \S+ \S+ \(Debian ([^\)]+)\)/ ||
+ $vstr =~ /^\S+ \S+ \S+
\(debian-kernel\@lists\.debian\.org\) .+ Debian (\S+)$/) {
print "$infostr 2 $version\n";
return;
}
HTH,
Thomas
--
supp...@ibh.de Tel. +49 351 477 77 30
www.ibh.de Fax +49 351 477 77 39
-----------------------------------------------------------------------
Dipl.-Ing. Thomas Liske
Netzwerk- und System-Design
IBH IT-Service GmbH Amtsgericht Dresden
Gostritzer Str. 67a HRB 13626
D-01217 Dresden GF: Prof. Dr. Thomas Horn
Germany VAT DE182302907
-----------------------------------------------------------------------
Ihr Partner für: LAN, WAN IP-Quality, Security, VoIP, SAN, Backup, USV
-----------------------------------------------------------------------
professioneller IT-Service - kompetent und zuverlässig
-----------------------------------------------------------------------
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org