تو کد گذاشته بودم گفتم شاید خوب خونده نشه
How to create a God package (not recommended):
Create a temporary directory, e.g. "~/godpackage" and cd into it
Extract each .deb file using dpkg -x filename.deb .
Extract the control, postrm, ..., files using dpkg --control filename.deb tmpdeb. A new directory will be created, named tmpdeb. Adjust the control files like changing the name to avoid conflicts later. When done, move / merge the tmpdeb directory with the DEBIAN directory (create if needed). Repeat it for each deb file
Go away from the directory: cd ..
Create the new debfile from ~/godpackage and store the newly created .deb file in the current directory: dpkg-deb --build ~/godpackage .
در ضمن اینم لینک صفحه
http://askubuntu.com/questions/59094/create-final-deb-file-from-multiple-deb-files