Changeset 228

Show
Ignore:
Timestamp:
08/09/07 09:08:06 (16 months ago)
Author:
free
Message:

releasing version 2.6.22-1

Location:
linux-latest/trunk/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • linux-latest/trunk/debian/control

    r223 r228  
    66Standards-Version: 3.7.2 
    77 
    8 Package: linux-image-2.6-amd64 
     8Package: linux-image-2.6-FLAV 
    99Architecture: amd64 
    1010Section: admin 
    1111Priority: optional 
    12 Depends: linux-image-2.6.22-1-multimedia-amd64 (= ${Source-Version}) 
     12Depends: linux-image-2.6.22-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

    r227 r228  
    22# -*- makefile -*- 
    33 
     4ARCH=$(shell dpkg --print-architecture) 
    45FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 486; fi) 
    56 
    67build: 
    7         sed -i -e "s/amd64/$(FLAV)/g" debian/control 
     8        sed -i -e "s/amd64/$(ARCH)/g" debian/control 
     9        sed -i -e "s/FLAV/$(FLAV)/g" debian/control 
    810clean: 
    911        dh_testdir