Re: How to build .deb pkgs

2009-09-17 Thread shampavman
Jon Dowland wrote: 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

Re: How to build .deb pkgs

2009-09-17 Thread Jon Dowland
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-pa

Re: How to build .deb pkgs

2009-09-16 Thread Andrei Popescu
On Thu,17.Sep.09, 10:25:15, shampavman wrote: > Hi all, > > Im new to debian and want to rebuild a few packages for which i need > some info on how to buid .deb pkgs ... > I have been using solaris for quite some time and pretty familiar > with svr4 packaging.. > Can anyone point out links to star

Re: How-to build deb package from already installed package

2005-09-30 Thread Pollywog
On 09/30/2005 08:57 pm, Petr Mandys wrote: > Hello, > > is it possible to build deb package from package which is currently > installed in the system? > > How to? As another reply mentioned, the command is dpkg-repack That's just the name of the package, not the filename, so if I wanted to repac

Re: How-to build deb package from already installed package

2005-09-30 Thread Brian Nelson
Petr Mandys <[EMAIL PROTECTED]> writes: > is it possible to build deb package from package which is currently installed > in the system? > > How to? dpkg-repack -- Captain Logic is not steering this tugboat. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Re: how to build deb

2000-04-08 Thread Colin Watson
"indra wardhana" <[EMAIL PROTECTED]> wrote: >how to build debian package (*.bed) from source code programs (*.tar.gz) If they're already Debianized, then install the devscripts package and use 'debuild', or just use 'dpkg-buildpackage -rfakeroot', or whatever. If they're not, then you'll need to