On Wed, Jun 12, 2002 at 03:46:55PM -0400, Rob Ransbottom wrote:
> I find the /usr/doc/debian/source-unpack.txt file
> and follow it.
> 
> Now, what do I do next?  That is: When/what do
> I do with a debian/rules file?

Low-level:

  debian/rules build
  fakeroot debian/rules binary

High-level:

  dpkg-buildpackage -rfakeroot -uc -us

  or:

  debuild -uc -us

(You need build-essential for all of these, and devscripts/fakeroot for
some. Remember to check the build-dependencies in debian/control first.)

-- 
Colin Watson                                  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to