[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3807 - glibc-package/branches/multiarch/debian/rules.d



Author: aurel32
Date: 2009-09-07 18:46:12 +0000 (Mon, 07 Sep 2009)
New Revision: 3807

Modified:
   glibc-package/branches/multiarch/debian/rules.d/debhelper.mk
Log:
Fix missing files in biarch packages


Modified: glibc-package/branches/multiarch/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/multiarch/debian/rules.d/debhelper.mk	2009-09-07 18:44:59 UTC (rev 3806)
+++ glibc-package/branches/multiarch/debian/rules.d/debhelper.mk	2009-09-07 18:46:12 UTC (rev 3807)
@@ -198,7 +198,7 @@
 	esac ; \
 	for t in $$templates ; do \
 	  for s in debian/$$t$$pass.* ; do \
-	    t=`echo $$s | sed -e "s#libc#$(libc)#"`$$suffix ; \
+	    t=`echo $$s | sed -e "s#libc\(.*\)$$pass#$(libc)\1$$suffix#"` ; \
 	    if [ "$$s" != "$$t" ] ; then \
 	      cp $$s $$t ; \
 	    fi ; \


Reply to: