[kernel] r9489 - in dists/trunk/linux-2.6/debian: . bin
Bastian Blank
waldi at alioth.debian.org
Mon Sep 10 11:30:22 UTC 2007
Author: waldi
Date: Mon Sep 10 11:30:22 2007
New Revision: 9489
Log:
debian/bin/gencontrol.py, debian/rules.real: Remove unused image postproc.
Modified:
dists/trunk/linux-2.6/debian/bin/gencontrol.py
dists/trunk/linux-2.6/debian/rules.real
Modified: dists/trunk/linux-2.6/debian/bin/gencontrol.py
==============================================================================
--- dists/trunk/linux-2.6/debian/bin/gencontrol.py (original)
+++ dists/trunk/linux-2.6/debian/bin/gencontrol.py Mon Sep 10 11:30:22 2007
@@ -87,7 +87,6 @@
for i in (
('cflags', 'CFLAGS'),
('compiler', 'COMPILER'),
- ('image-postproc', 'IMAGE_POSTPROC'),
('initramfs', 'INITRAMFS',),
('kernel-arch', 'KERNEL_ARCH'),
('kernel-header-dirs', 'KERNEL_HEADER_DIRS'),
Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real (original)
+++ dists/trunk/linux-2.6/debian/rules.real Mon Sep 10 11:30:22 2007
@@ -371,11 +371,6 @@
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_$(TYPE): $(STAMPS_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_$(TYPE)
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_kernel-package:
-ifdef IMAGE_POSTPROC
-# Install the postproc script into the hook directory
- install -d '$(DIR)/debian/image.d'
- install 'debian/bin/$(IMAGE_POSTPROC)' '$(DIR)/debian/image.d'
-endif
cd '$(DIR)'; $(kpkg_image) kernel-image
cat '$(DIR)/debian/files' >> debian/files
@for i in $$(awk '{ print $$1; }' '$(DIR)/debian/files'); do \
More information about the Kernel-svn-changes
mailing list