diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-24 10:10:28 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-24 10:10:28 +0000 |
commit | 1603ef687f7ea1e482e17d7d19747049a9653e08 (patch) | |
tree | 41497aa0f3ed6f8ec67a44a11a598794a9f1631b /URPM/Build.pm | |
parent | fe45349ca9cc1b3d0045cf832b75fc9d82ccf802 (diff) | |
download | perl-URPM-1603ef687f7ea1e482e17d7d19747049a9653e08.tar perl-URPM-1603ef687f7ea1e482e17d7d19747049a9653e08.tar.gz perl-URPM-1603ef687f7ea1e482e17d7d19747049a9653e08.tar.bz2 perl-URPM-1603ef687f7ea1e482e17d7d19747049a9653e08.tar.xz perl-URPM-1603ef687f7ea1e482e17d7d19747049a9653e08.zip |
0.91-13mdk
Diffstat (limited to 'URPM/Build.pm')
-rw-r--r-- | URPM/Build.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/URPM/Build.pm b/URPM/Build.pm index 8dcb893..d0daaa7 100644 --- a/URPM/Build.pm +++ b/URPM/Build.pm @@ -244,6 +244,7 @@ sub compute_deps { #- set new id. $pkg->set_id($remap_ids{$_}); + print STDERR "setting id of ".$pkg->name.":$remap_ids{$_}\n"; my ($id, $base, %requires_id, %not_founds); foreach (split ' ', $urpm->{requires}[$_]) { |