Julien BLACHE <[EMAIL PROTECTED]> writes:

> * Package name    : debsync
>   Version         : 1.0
>   Upstream Author : Jerome ALET <[EMAIL PROTECTED]>
> * URL             : http://www.librelogiciel.com/software/debsync
>                     http://savannah.nongnu.org/projects/debsync
> * License         : GPL v2
>   Description     : installed packages synchronization tool

[...]

> A really useful tool (written in Python) that should have been written
> long ago already. If nobody opposes, I'll upload shortly (in the hope
> NEW will get unstuck soon).

What is the difference between your tool and do a

$ dpkg --get-selections > list-of-master-packages.txt
$ scp list-of-master-packages.txt [EMAIL PROTECTED]:/root/slave-packages.txt
$ ssh host -l root
# dpkg --set-selections < slave-packages.txt
# aptitude install

Cheers,

-- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-    

Reply via email to