[kernel] r14594 - dists/trunk/linux-2.6/debian

Maximilian Attems maks at alioth.debian.org
Tue Nov 10 14:06:27 UTC 2009


Author: maks
Date: Tue Nov 10 14:06:18 2009
New Revision: 14594

Log:
remove sed replacement for useless things that got axed in postinst

one was empty and the other a sane default anyway.

Modified:
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Tue Nov 10 09:05:10 2009	(r14593)
+++ dists/trunk/linux-2.6/debian/rules.real	Tue Nov 10 14:06:18 2009	(r14594)
@@ -384,7 +384,6 @@
 	for i in $(wildcard debian/templates/temp.image.plain/*); do \
 	  sed \
 	    -e 's,=D,/boot,g' \
-	    -e 's/=OF/YES/g' \
 	    -e 's/=ST/linux/g' \
 	    -e 's@=A@$(DEB_HOST_ARCH)@g' \
 	    -e 's@=B@$(KERNEL_ARCH)@g' \
@@ -395,7 +394,6 @@
 	    -e 's@=MK@$(INITRD_CMD)@g' \
 	    -e 's/=V/$(REAL_VERSION)/g' \
 	    -e 's/=M//g' \
-	    -e 's/=MD//g' \
 	    -e 's/=S//g' \
 	    $$i > $(PACKAGE_DIR)/DEBIAN/$$(basename $$i); \
 	done



More information about the Kernel-svn-changes mailing list