I am trying to install grsecurity as per http://kernelsec.cr0.org/
The sources.list file is as follows.
root@debian:/etc/apt# cat sources.list
#
# deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD Binary-1 20110322-15:11]/ squeeze contrib main
deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD Binary-1 20110322-15:11]/ squeeze contrib main
deb http://ftp.us.debian.org/debian/ squeeze main
deb-src http://ftp.us.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main contrib
deb-src http://security.debian.org/ squeeze/updates main contrib
# squeeze-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ squeeze-updates main contrib
deb-src http://ftp.us.debian.org/debian/ squeeze-updates main contrib
deb http://debian.cr0.org/repo/ kernel-security/
root@debian:/etc/apt#
****************************************
GPG key is correct.
root@debian:/etc/apt# apt-key list
/etc/apt/trusted.gpg
--------------------
pub 1024D/F42584E6 2008-04-06 [expires: 2012-05-15]
uid Lenny Stable Release Key <debian-release@lists.debian.org>
pub 4096R/55BE302B 2009-01-27 [expires: 2012-12-31]
uid Debian Archive Automatic Signing Key (5.0/lenny) <ftpmaster@debian.org>
pub 2048R/6D849617 2009-01-24 [expires: 2013-01-23]
uid Debian-Volatile Archive Automatic Signing Key (5.0/lenny)
pub 4096R/B98321F9 2010-08-07 [expires: 2017-08-05]
uid Squeeze Stable Release Key <debian-release@lists.debian.org>
pub 4096R/473041FA 2010-08-27 [expires: 2018-03-05]
uid Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>
pub 2048R/D17D426D 2007-06-17
uid kernel-security (Security packages for Debian/Ubuntu) <kernel-security@cr0.org>
root@debian:/etc/apt#
****************
Now when I try to install the package I get this message. What am I doing wrong?
root@debian:/home/abcd# apt-get install linux-image-2.6.32.15-1-grsec
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-2.6.32.15-1-grsec
E: Couldn't find any package by regex 'linux-image-2.6.32.15-1-grsec'