diff options
author | Olivier Blin <blino@mageia.org> | 2011-04-04 23:55:35 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-04-04 23:55:35 +0000 |
commit | 0d92b3daf96cdda22f865aa9f5820e3a4df6f162 (patch) | |
tree | cc599a93612551e27e0c6b9692598bfa7719e3e2 /modules/buildsystem/files | |
parent | 826118241735174cf8bf12a95e04711d39afc363 (diff) | |
download | puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar.gz puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar.bz2 puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.tar.xz puppet-0d92b3daf96cdda22f865aa9f5820e3a4df6f162.zip |
use mga-youri-submit (and rename files accordingly)
Diffstat (limited to 'modules/buildsystem/files')
-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"; } |