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 ; \ -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org