1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: debian-builder
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0
Build-Depends:
debhelper-compat (= 13),
Package: debian-builder
Architecture: all
Depends:
build-essential,
devscripts,
dpkg-dev,
perl,
${misc:Depends},
Description: Rebuild Debian packages from source code
This is a simple tool which is designed to allow a local
administrator to rebuild individual Debian packages from
their source code.
.
With the aid of a few included wrapper scripts this allows
automatically rebuilding a package and all its dependencies.
.
Note: This software is not designed to enhance your installation
by producing optimized binaries, however this may be achieved
with the aid of companion packages such as 'pentium-builder',
or 'athlon-builder'.
.
The prime purpose of this package is to ease the testing of
compiler patches such as the Stack Smashing Protection patch
available from IBM.
|