[EMAIL PROTECTED] (Marco Giardini) wrote: >how do i make a deb file after having used the apt-get source filename >and the dpkg-source -x file.dsc?
Change into the directory apt-get source or dpkg-source created for the package and run 'debuild'. At least, that's the way I prefer to do it. There are other ways, such as 'dpkg-buildpackage -rfakeroot' and 'fakeroot debian/rules binary'; see what you find easiest. -- Colin Watson [EMAIL PROTECTED]