
Originally Posted by
demon666_nl
How do you create a meta package (like ubuntu-desktop) yourself in an easy way ?
First install the package you need...
Code:
sudo apt-get install equivs
... run the following command to create ubuntu-desktop file...
Code:
equivs-control ubuntu-desktop
... edit it and tweak to fit your needs and finally build it...
Code:
equivs-build ubuntu-desktop
This way I've created gaim-plugins metapackage on which depends all the plugins I have built.
Maybe there's more elegant way...