]> git.donarmstrong.com Git - debhelper.git/commitdiff
typo
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 25 Apr 2008 01:23:06 +0000 (21:23 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 25 Apr 2008 01:23:06 +0000 (21:23 -0400)
dh

diff --git a/dh b/dh
index d4c4f9cb6059f5d40569dc0477a8a54b53c618f2..7c1f71af3d53f6b8661d3fea190c108aed4f2cfe 100755 (executable)
--- 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
 };