[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682736: unblock: vmware-manager/0.2.0-2



On Wed, 2012-07-25 at 18:27 +1000, Alexander Zangerl wrote:
> Please unblock package vmware-manager
> 
> the version in unstable fixes rc bug #680481,
> which is a file name conflict between the
> packages vmm and vmware-manager: both
> provide a program named vmm, and the man page is
> causing the clash. the fix consists of vmware-manager 
> switching to use /usr/bin/vwm (note: w).

Are "vwm" and "vmm" supposed to be identical, other than the name
change?  The version of "vmm" shipped in -2 appears to include new
changes which are then not carried over in to "vmw":

+* Install all the required CPAN modules
+       
+       cpan Config::IniFiles Getopt::Long Number::Bytes::Human Term::ReadKey Text::Glob
- This requires the packages libclass-methodmaker-perl libcrypt-ssleay-perl 
- libsoap-lite-perl libuuid-perl libxml-libxml-perl.
 
+* Setup the config file. See either the CONFIG section above or use the sample file from /usr/share/doc/vmm
-* Setup the config file. See either the CONFIG section above or use the sample file from /usr/share/doc/vmware-manager.
[...]
+use Number::Bytes::Human qw/format_bytes/;
-use Number::Format qw/format_bytes/;
 use Term::ReadKey;
 use Text::Glob qw/match_glob glob_to_regex/;
+use VMware::VIRuntime;
-
-my $mod="VMware::VIRuntime";
-die "Couldn't load the VMware SDK: maybe you haven't installed it yet?\nPlease check the README file in /usr/share/doc/vmware-manager/ for details.\n"
-    if (!eval "require $mod"); 
-$mod->import();
[...]
 my $cfg = Config::IniFiles->new(
        -file => ($cfgfile ? $cfgfile : \*DATA), # Read defaults from __DATA__ section if we cant find a default file.
        -default => 'global',
+       -fallback => 'global',
        -nocase => 1,
        -allowempty => 1,
+       -handle_trailing_comment => 1,

What's going on with those?

Regards,

Adam


Reply to: