diff options
Diffstat (limited to 'dh_python')
-rwxr-xr-x | dh_python | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { $strong_dep = 1; my $pack = $package; $pack =~ s/^python/python$python_version/; - if (grep { "$_" eq "$pack" } GetPackages()) { + if (grep { "$_" eq "$pack" } getpackages()) { addsubstvar($package, "python:Depends", $pack); } } |