[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian source package usage?



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                                  [cjwatson@flatline.org.uk]


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: