Re: install_packages and 'hold' in the PACKAGES

2010-10-10 Thread Michael Tautschnig
Hi Michael, Hello, Is it possible that the following is valid: Index: bin/install_packages === --- bin/install_packages(revision 6118) +++ bin/install_packages(working copy) @@ -184,7 +184,7 @@ my

Re: install_packages and 'hold' in the PACKAGES

2010-10-10 Thread michael log
Hello Michael. The erroneous extra hold at the end of the string piped as a command to dpkg --set-selections results in the rejection to perform the whole command by the dpkg. E.g. we have the following perl packages installed and selected for installation: debian:~# dpkg -l | grep ^perl ii

Re: install_packages and 'hold' in the PACKAGES

2010-10-07 Thread Edgar Fuß
With @a = ( 1, 2, 3 ), join x,@a gives 1x2x3, not 1x2x3x.