From a32efd722823bd2610ec31b5f4cd29609c353de1 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Mon, 10 Sep 2007 11:30:22 +0000 Subject: [PATCH] debian/bin/gencontrol.py, debian/rules.real: Remove unused image postproc. svn path=/dists/trunk/linux-2.6/; revision=9489 --- debian/bin/gencontrol.py | 1 - debian/rules.real | 5 ----- 2 files changed, 6 deletions(-) diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py index 9bb07f345..8a2caa8e7 100755 --- a/debian/bin/gencontrol.py +++ b/debian/bin/gencontrol.py @@ -87,7 +87,6 @@ class Gencontrol(Base): for i in ( ('cflags', 'CFLAGS'), ('compiler', 'COMPILER'), - ('image-postproc', 'IMAGE_POSTPROC'), ('initramfs', 'INITRAMFS',), ('kernel-arch', 'KERNEL_ARCH'), ('kernel-header-dirs', 'KERNEL_HEADER_DIRS'), diff --git a/debian/rules.real b/debian/rules.real index 795d0320b..f2006acf3 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -371,11 +371,6 @@ install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_$(TYPE): DH_OPTIONS = -p$(PACKAGE 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 \