r3725 - trunk/kernel/source/linux-2.6/debian

Jurij Smakov jurij-guest at costa.debian.org
Sun Aug 7 21:18:29 UTC 2005


Author: jurij-guest
Date: 2005-08-07 21:18:29 +0000 (Sun, 07 Aug 2005)
New Revision: 3725

Modified:
   trunk/kernel/source/linux-2.6/debian/rules
Log:
Add a little informational message to the
debian/control target.


Modified: trunk/kernel/source/linux-2.6/debian/rules
===================================================================
--- trunk/kernel/source/linux-2.6/debian/rules	2005-08-07 21:01:54 UTC (rev 3724)
+++ trunk/kernel/source/linux-2.6/debian/rules	2005-08-07 21:18:29 UTC (rev 3725)
@@ -227,6 +227,12 @@
 #
 debian/control: debian/changelog $(wildcard debian/templates/control.*.in)
 	debian/bin/gencontrol.py
+	@echo
+	@echo This target is made to fail intentionally, to make sure
+	@echo that it is NEVER run during the automated build. Please
+	@echo ignore the following error, the debian/control file has
+	@echo been generated SUCCESSFULLY.
+	@echo
 	exit 1
 
 .PHONY: clean build unpack binary-indep binary-arch binary patch unpatch source tree




More information about the Kernel-svn-changes mailing list