Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-01 Thread Steve Kemp
Package: wnpp
Version: N/A; reported 2004-07-01
Severity: wishlist

* Package name: debian-builder
  Version : 0.3
  Upstream Author : Steve Kemp <[EMAIL PROTECTED]>
* URL : http://www.steve.org.uk/Software/debian-builder
* License : (GPL)
  Description : Rebuild Debian packages from Source

  This is a simple system which is designed to allow a system
  administrator to rebuild Debian packages from their source.
  .
  The package correctly installs any required dependencies for
  the rebuild, and cleans them up afterwards.
  .
  Whilst it is not expected to be used to gain a speed improvement
  offered by recompiling packages with arch specific optimizations
  it could be used for that with a sufficiently modifed compiler.


  Suggests:  gcc-ssp, pentium-builder, athlon-builder.
  

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux skx.vm.bytemark.co.uk 2.4.22-physmem-patch3-5um #1 Fri Feb 20 
11:46:53 GMT 2004 i686
Locale: LANG=C, LC_CTYPE=C




Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-01 Thread Martin Michlmayr
* Steve Kemp <[EMAIL PROTECTED]> [2004-07-01 18:32]:
> * Package name: debian-builder
>   This is a simple system which is designed to allow a system
>   administrator to rebuild Debian packages from their source.

How's this different from e.g. apt-src?
-- 
Martin Michlmayr
[EMAIL PROTECTED]



Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-01 Thread Goswin von Brederlow
Steve Kemp <[EMAIL PROTECTED]> writes:

> Package: wnpp
> Version: N/A; reported 2004-07-01
> Severity: wishlist
>
> * Package name: debian-builder
>   Version : 0.3
>   Upstream Author : Steve Kemp <[EMAIL PROTECTED]>
> * URL : http://www.steve.org.uk/Software/debian-builder
> * License : (GPL)
>   Description : Rebuild Debian packages from Source
>
>   This is a simple system which is designed to allow a system
>   administrator to rebuild Debian packages from their source.
>   .
>   The package correctly installs any required dependencies for
>   the rebuild, and cleans them up afterwards.
>   .
>   Whilst it is not expected to be used to gain a speed improvement
>   offered by recompiling packages with arch specific optimizations
>   it could be used for that with a sufficiently modifed compiler.
>
>
>   Suggests:  gcc-ssp, pentium-builder, athlon-builder.

This ITP seems to overlap with sbuild or apt-src and maybe you would
rather join one of them (or take over).

MfG
Goswin



Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-01 Thread Steve Kemp
On Thu, Jul 01, 2004 at 01:58:03PM -0400, Martin Michlmayr wrote:
> > * Package name: debian-builder
> >   This is a simple system which is designed to allow a system
> >   administrator to rebuild Debian packages from their source.
> 
> How's this different from e.g. apt-src?

  apt-src is a package which allows you to keep local changes to 
 your system by tracking the newer versions of packages available
 in the archive.  In that respect it's really focussed upon giving
 a source-based installation.

  This package isn't that complex, it will purely take a package
 named and rebuild it from source - allowing you to transform the
 package at the same time.  Versioning is handled intelligently
 so that you can keep your rebuilt package even if a newer 
 unstable releae comes out (or choose not to).

  Really the biggest difference is that apt-src is an ongoing
 package, allowing you to run 'apt-src update; apt-src upgrade'
 to rebuild your system.  debian-builder by contrast allows you
 to rebuild a package and install it.  That's all.

Steve
-



Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-01 Thread Pierre Machard
Hi,

On Thu, Jul 01, 2004 at 06:32:38PM +0100, Steve Kemp wrote:
> Package: wnpp
> Version: N/A; reported 2004-07-01
> Severity: wishlist
> 
> * Package name: debian-builder
>   Version : 0.3
>   Upstream Author : Steve Kemp <[EMAIL PROTECTED]>
> * URL : http://www.steve.org.uk/Software/debian-builder
> * License : (GPL)
>   Description : Rebuild Debian packages from Source

What difference with apt-build ?


Cheers,
-- 
Pierre Machard
<[EMAIL PROTECTED]> http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-02 Thread Steve Kemp
On Thu, Jul 01, 2004 at 09:16:06PM +0200, Goswin von Brederlow wrote:
> 
> This ITP seems to overlap with sbuild or apt-src and maybe you would
> rather join one of them (or take over).

  This does a similar job to sbuild agreed - however it is much much
 much simpler to setup, install, and use and that's part of the reason
 it was created.

  It doesn't really overlap with apt-src as much though, this is really
 a one-time builder much like sbuild.  It won't keep a system up to
 date via source packages, and I don't wish it to.

Steve
--



Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-02 Thread Steve Kemp
On Fri, Jul 02, 2004 at 01:43:20AM +0200, Pierre Machard wrote:
> 
> What difference with apt-build ?
> 

  It makes no attempt to optimize, although that may well be a side
 effect of the building process.

  Neither does it keep an apt repository, it simply takes a named
 package and rebuilds it.  It does seem to overlap a little with
 apt-build, apart from handling the queuing.

Steve
--



Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-02 Thread Junichi Uekawa

Hi,


>   This is a simple system which is designed to allow a system
>   administrator to rebuild Debian packages from their source.
>   .
>   The package correctly installs any required dependencies for
>   the rebuild, and cleans them up afterwards.

By only reading the description it's unclear if it just builds a package
or its dependencies also.

i.e. is it just a variation of 

 apt-get build-dep, apt-get source --compile
 pbuilder
 sbuild

or something else which rebuilds many Debian packages recursively.


regards,
junichi



Bug#257167: ITP: debian-builder -- Rebuild Debian packages from Source

2004-07-03 Thread Steve Kemp
On Sat, Jul 03, 2004 at 10:14:57AM +0900, Junichi Uekawa wrote:

> By only reading the description it's unclear if it just builds a package
> or its dependencies also.
> 
> i.e. is it just a variation of 
> 
>  apt-get build-dep, apt-get source --compile
>  pbuilder
>  sbuild
> 
> or something else which rebuilds many Debian packages recursively.

  It will build a single package, by default.  However it comes with 
 a script which will call it to handle recursive builds properly.

Steve
--