Mailinglist Archive: opensuse-buildservice (193 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] How to make a debian package ?
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Tue, 3 Apr 2007 12:56:32 +0200
- Message-id: <20070403105631.GD7401@xxxxxxx>
On Tue, Apr 03, 2007 at 07:37:04PM +0900, David Cournapeau wrote:
> I don't know how the build system works on the server side: does it
> use deboostrap and pbuilder, which are similar to build for Suse AFAIK
> (build a chroot env for building/testing packages) ? Or is the build
> environment built differently ? I couldn't get this information from the
> log of a successfull build.
Actually it uses neither. It calls dpkg to install the needed
packages and dpkg-source/dpkg-buildpackage to build the packages.
It's basically the same code used for rpms with just different
command calls.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
> I don't know how the build system works on the server side: does it
> use deboostrap and pbuilder, which are similar to build for Suse AFAIK
> (build a chroot env for building/testing packages) ? Or is the build
> environment built differently ? I couldn't get this information from the
> log of a successfull build.
Actually it uses neither. It calls dpkg to install the needed
packages and dpkg-source/dpkg-buildpackage to build the packages.
It's basically the same code used for rpms with just different
command calls.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |