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

Re: How to build .deb pkgs



On Thu, Sep 17, 2009 at 08:18:21AM +0300, Andrei Popescu wrote:
> http://www.debian.org/doc/maint-guide/

Maint-guide is the best place to start for practical
package building.

If you want to rebuild an existing package,

    # apt-get build-dep some-package devscripts
    $ apt-get source some-package
    $ cd some-package*
    <make adjustments>
    $ debuild

...should build binary (.deb) and source (.orig.tar.gz and
.diff.gz or .tar.gz for native packages) in the parent
directory.


-- 
Jon Dowland

Attachment: signature.asc
Description: Digital signature


Reply to: