Author: daniel Date: 2003-07-03 06:41:59 -0500 (Thu, 03 Jul 2003) New Revision: 282
Modified: trunk/debian/rules Log: rules: seeing as LC_COLLATE is now so braindead as to stupidly break every convention ever, force it to C, stomping all over whatever the user had. yeah glibc, i love you too. Modified: trunk/debian/rules ============================================================================== --- trunk/debian/rules 2003-07-03 11:25:52 UTC (rev 281) +++ trunk/debian/rules 2003-07-03 11:41:59 UTC (rev 282) @@ -26,6 +26,9 @@ # oh my God, this is a gross hack ELSE:=else +# horrific hack to work around LC_COLLATE braindamage: ensure that patches +# actually get applied in the right order. +LC_COLLATE=C # This is a horrendous kludge to ensure that some scripts we need are executable. DUMMY:=$(shell if [ ! -x debian/setperms ]; then chmod 755 debian/setperms; fi)