Changeset 223
- Timestamp:
- 08/09/07 08:42:11 (1 year ago)
- Files:
-
- linux-latest/trunk/debian/changelog (modified) (1 diff)
- linux-latest/trunk/debian/control (modified) (1 diff)
- linux-latest/trunk/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
linux-latest/trunk/debian/changelog
r182 r223 1 linux-latest (2.6.22-1) unstable; urgency=low 2 3 * Built for 2.6.22-1 4 5 -- Free Ekanayaka <freee@debian.org> Thu, 9 Aug 2007 08:38:54 +0100 6 1 7 linux-latest (2.6.21-2) unstable; urgency=low 2 8 linux-latest/trunk/debian/control
r151 r223 10 10 Section: admin 11 11 Priority: optional 12 Depends: linux-image-2.6.2 1-1-multimedia-amd64 (= ${Source-Version})12 Depends: linux-image-2.6.22-1-multimedia-amd64 (= ${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
r1 r223 2 2 # -*- makefile -*- 3 3 4 ARCH=$(shell dpkg --print-architecture) 5 4 6 build: 7 sed -i -e "s/amd64/$(ARCH)/g" debian/control 5 8 clean: 6 9 dh_testdir
