Changeset 306 for linux-latest/trunk
- Timestamp:
- 11/06/07 09:57:41 (13 months ago)
- Location:
- linux-latest/trunk/debian
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
linux-latest/trunk/debian/changelog
r229 r306 1 linux-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 1 7 linux-latest (2.6.22-3) unstable; urgency=low 2 8 -
linux-latest/trunk/debian/control
r228 r306 10 10 Section: admin 11 11 Priority: optional 12 Depends: linux-image-2.6.2 2-1-multimedia-FLAV (= ${Source-Version})12 Depends: linux-image-2.6.23-1-multimedia-FLAV (= ${Source-Version}) 13 13 Description: Linux kernel 2.6 image on amd64-class machines 14 14 This package depends on the latest binary image for Linux kernel 2.6 on -
linux-latest/trunk/debian/rules
r228 r306 3 3 4 4 ARCH=$(shell dpkg --print-architecture) 5 FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 486; fi)5 FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 686; fi) 6 6 7 7 build:
