Changeset 228
- Timestamp:
- 08/09/07 09:08:06 (16 months ago)
- Location:
- linux-latest/trunk/debian
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
linux-latest/trunk/debian/control
r223 r228 6 6 Standards-Version: 3.7.2 7 7 8 Package: linux-image-2.6- amd648 Package: linux-image-2.6-FLAV 9 9 Architecture: amd64 10 10 Section: admin 11 11 Priority: optional 12 Depends: linux-image-2.6.22-1-multimedia- amd64(= ${Source-Version})12 Depends: linux-image-2.6.22-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
r227 r228 2 2 # -*- makefile -*- 3 3 4 ARCH=$(shell dpkg --print-architecture) 4 5 FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 486; fi) 5 6 6 7 build: 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 8 10 clean: 9 11 dh_testdir
