From: Joey Hess Date: Fri, 25 Apr 2008 01:23:06 +0000 (-0400) Subject: typo X-Git-Tag: 7.0.2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=59953e7e455b7ccfbf553224253f0bce46c38972;p=debhelper.git typo --- diff --git a/dh b/dh index d4c4f9c..7c1f71a 100755 --- a/dh +++ b/dh @@ -255,7 +255,7 @@ $sequences{'binary-arch'} = [@{$sequences{binary}}]; # Third-party commands can be listed in the sequences, but should be # listed here as well. They will not be run if not present. my %thirdparty=map { $_ => 1 } qw{ - dh_pycompat + dh_pycentral dh_pysupport };