r3392 - branches/linux-kernel-2.6.12/debian

Jurij Smakov jurij-guest@costa.debian.org
Thu, 23 Jun 2005 00:27:35 +0000


Author: jurij-guest
Date: 2005-06-23 00:27:35 +0000 (Thu, 23 Jun 2005)
New Revision: 3392

Modified:
   branches/linux-kernel-2.6.12/debian/rules
Log:
Revert an earlier change which caused the 
inclusion of arch-specific control.in templates
in the master control file. This is not required
and will only clutter the control file unneccessarily.


Modified: branches/linux-kernel-2.6.12/debian/rules
===================================================================
--- branches/linux-kernel-2.6.12/debian/rules	2005-06-23 00:22:35 UTC (rev 3391)
+++ branches/linux-kernel-2.6.12/debian/rules	2005-06-23 00:27:35 UTC (rev 3392)
@@ -217,9 +217,8 @@
 # variable values into the template.
 #
 debian/control: debian/templates/control.main.in
-	cat debian/templates/control.source.in 		\
-	    debian/templates/control.main.in 			\
-	    debian/arch/*/control.in |            \
+	cat debian/templates/control.source.in		\
+	    debian/templates/control.main.in |		\
 	sed -e 's/@version@/$(version)/g'       	\
 	    -e 's/@major@/$(major)/g'			\
 	    -e 's/@ltver@/$(ltver)/g'           	\