summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-28 20:02:00 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-28 20:02:00 -0500
commite7ab4dca7d240f48a51960a6978c05d2f5aa7a97 (patch)
tree3ab2c39109276812d6c3550a94d1072ae6839911 /dh
parentbf969c1ca026433477c3578123b28e9829ba4e25 (diff)
parente7cb5caaf2e33147fcab83655a6d244b7636b65a (diff)
Merge branch 'dh_overrides'
Conflicts: debian/changelog
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 81160b84..7cba1561 100755
--- a/dh
+++ b/dh
@@ -515,7 +515,7 @@ sub rules_explicit_target {
if (! $rules_parsed) {
my $processing_targets = 0;
my $not_a_target = 0;
- open(MAKE, "make -Rrnpsf debian/rules debhelper-fail-me 2>/dev/null |");
+ open(MAKE, "LANG=C make -Rrnpsf debian/rules debhelper-fail-me 2>/dev/null |");
while (<MAKE>) {
if ($processing_targets) {
if (/^# Not a target:/) {