r3295 - branches/kernel-image-2.6.11/debian

Jurij Smakov jurij-guest@costa.debian.org
Thu, 02 Jun 2005 00:57:40 +0000


Author: jurij-guest
Date: 2005-06-02 00:57:40 +0000 (Thu, 02 Jun 2005)
New Revision: 3295

Modified:
   branches/kernel-image-2.6.11/debian/Makefile
Log:
Revert the last change as it does not help.


Modified: branches/kernel-image-2.6.11/debian/Makefile
===================================================================
--- branches/kernel-image-2.6.11/debian/Makefile	2005-06-02 00:22:13 UTC (rev 3294)
+++ branches/kernel-image-2.6.11/debian/Makefile	2005-06-02 00:57:40 UTC (rev 3295)
@@ -180,10 +180,6 @@
         sed '/^[[:space:]]*$$/d' |		\
         sed 's/^Package:/\n&/g' > $(tkdir)/debian/control
 	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;	\