r3294 - branches/kernel-image-2.6.11/debian
Jurij Smakov
jurij-guest@costa.debian.org
Thu, 02 Jun 2005 00:22:13 +0000
Author: jurij-guest
Date: 2005-06-02 00:22:13 +0000 (Thu, 02 Jun 2005)
New Revision: 3294
Modified:
branches/kernel-image-2.6.11/debian/Makefile
Log:
Create stamp-debian in the kernel build directory before
building to workaround the kernel-package bug.
Modified: branches/kernel-image-2.6.11/debian/Makefile
===================================================================
--- branches/kernel-image-2.6.11/debian/Makefile 2005-06-01 02:30:17 UTC (rev 3293)
+++ branches/kernel-image-2.6.11/debian/Makefile 2005-06-02 00:22:13 UTC (rev 3294)
@@ -179,7 +179,11 @@
-e 's/@abiname@/$(abiname)/g' | \
sed '/^[[:space:]]*$$/d' | \
sed 's/^Package:/\n&/g' > $(tkdir)/debian/control
- touch $(tkdir)/debian/official
+ touch $(tkdir)/debian/official
+#
+# This is required to disable some buggy checks.
+#
+ touch $(tkdir)/stamp-debian
if [ -n '$(patches)' ]; then \
cd $(tkdir); \
cat $(addprefix ../,$(patches)) | patch -p1; \