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:20:42 +0200
- Message-id: <20070403102042.GB7401@xxxxxxx>
On Tue, Apr 03, 2007 at 05:30:00PM +0900, David Cournapeau wrote:
> - I found that the names of the deb files that build was looking for
> were not standard (for example, the separator between name and version,
> as well as between revision and arch, is _ and not - for debian, so we
> do not have libncurses5-5.5-5.i386.deb, but libncurses5_5.5-5_i386.deb).
> Am I missing something, or is this a bug ?
(CC Peter Poeml, the author of osc)
Looks like a bug in osc. Peter, you have to use '_' for deb packages
when reconstructing the package name. Also, some deb packages have no
release, so make sure not to add a trailing "_" when there is no
release entry.
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 found that the names of the deb files that build was looking for
> were not standard (for example, the separator between name and version,
> as well as between revision and arch, is _ and not - for debian, so we
> do not have libncurses5-5.5-5.i386.deb, but libncurses5_5.5-5_i386.deb).
> Am I missing something, or is this a bug ?
(CC Peter Poeml, the author of osc)
Looks like a bug in osc. Peter, you have to use '_' for deb packages
when reconstructing the package name. Also, some deb packages have no
release, so make sure not to add a trailing "_" when there is no
release entry.
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 > |