Changeset 306

Show
Ignore:
Timestamp:
11/06/07 09:57:41 (9 months ago)
Author:
free
Message:
  • Built for 2.6.23-1
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • linux-latest/trunk/debian/changelog

    r229 r306  
     1linux-latest (2.6.23-1) 64studio; urgency=low 
     2 
     3  * Built for 2.6.23-1 
     4 
     5 -- Free Ekanayaka <freee@debian.org>  Tue,  6 Nov 2007 10:43:18 +0100 
     6 
    17linux-latest (2.6.22-3) unstable; urgency=low 
    28 
  • linux-latest/trunk/debian/control

    r228 r306  
    1010Section: admin 
    1111Priority: optional 
    12 Depends: linux-image-2.6.22-1-multimedia-FLAV (= ${Source-Version}) 
     12Depends: linux-image-2.6.23-1-multimedia-FLAV (= ${Source-Version}) 
    1313Description: Linux kernel 2.6 image on amd64-class machines 
    1414 This package depends on the latest binary image for Linux kernel 2.6 on 
  • linux-latest/trunk/debian/rules

    r228 r306  
    33 
    44ARCH=$(shell dpkg --print-architecture) 
    5 FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 486; fi) 
     5FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 686; fi) 
    66 
    77build: