diff options
Diffstat (limited to 'modules/buildsystem/files/Mageia.pm')
-rw-r--r-- | modules/buildsystem/files/Mageia.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/files/Mageia.pm b/modules/buildsystem/files/Mageia.pm index ce4ed478..109aeb29 100644 --- a/modules/buildsystem/files/Mageia.pm +++ b/modules/buildsystem/files/Mageia.pm @@ -415,7 +415,7 @@ sub _get_section { if (!$section) { # debug packages should be found by previous specific version search # NOTE: as above, should/need we search here and add the 'debug_' prefix? - # ... probably... as at least mdv-youri-submit-force will process debug packages + # ... probably... as at least mga-youri-submit-force will process debug packages if ($package->is_debug() && $self->{_verbose}) { print "Warning: debug package $name with version $version-$release not found.\n"; } |