Author: daniel Date: 2003-07-03 19:25:54 -0500 (Thu, 03 Jul 2003) New Revision: 289
Modified: branches/4.3.0/sid/debian/rules branches/4.3.0/sid/debian/scripts/patch.apply branches/4.3.0/sid/debian/scripts/patch.unapply Log: rules, patch.{,un}apply: Moving LC_COLLATE=C decl to the scripts, in line with trunk's #288 Modified: branches/4.3.0/sid/debian/rules ============================================================================== --- branches/4.3.0/sid/debian/rules 2003-07-03 16:24:34 UTC (rev 288) +++ branches/4.3.0/sid/debian/rules 2003-07-04 00:25:54 UTC (rev 289) @@ -26,8 +26,6 @@ # oh my God, this is a gross hack ELSE:=else -# oh my God, this is even worse -LC_COLLATE=C M4:=m4 # This is a horrendous kludge to ensure that some scripts we need are executable. Modified: branches/4.3.0/sid/debian/scripts/patch.apply ============================================================================== --- branches/4.3.0/sid/debian/scripts/patch.apply 2003-07-03 16:24:34 UTC (rev 288) +++ branches/4.3.0/sid/debian/scripts/patch.apply 2003-07-04 00:25:54 UTC (rev 289) @@ -1,5 +1,7 @@ #!/bin/sh +LC_COLLATE=C + . debian/scripts/vars [ ! -d debian/patches ] && exit Modified: branches/4.3.0/sid/debian/scripts/patch.unapply ============================================================================== --- branches/4.3.0/sid/debian/scripts/patch.unapply 2003-07-03 16:24:34 UTC (rev 288) +++ branches/4.3.0/sid/debian/scripts/patch.unapply 2003-07-04 00:25:54 UTC (rev 289) @@ -1,5 +1,7 @@ #!/bin/sh +LC_COLLATE=C + . debian/scripts/vars mkdir -p $STAMP_DIR/patches/