diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:46:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:46:57 +0000 |
commit | ff49fdb2c5e63bb1e7a0620ed3e80d42d313b04a (patch) | |
tree | 0d525f5d5d227d08c6012c3c25216e9586731b34 /debian/sbuild.NEWS | |
parent | Adding upstream version 0.85.6. (diff) | |
download | sbuild-ff49fdb2c5e63bb1e7a0620ed3e80d42d313b04a.tar.xz sbuild-ff49fdb2c5e63bb1e7a0620ed3e80d42d313b04a.zip |
Adding debian version 0.85.6.debian/0.85.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/sbuild.NEWS')
-rw-r--r-- | debian/sbuild.NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/sbuild.NEWS b/debian/sbuild.NEWS new file mode 100644 index 0000000..b42e80f --- /dev/null +++ b/debian/sbuild.NEWS @@ -0,0 +1,23 @@ +sbuild (0.60.4-1) unstable; urgency=low + + sbuild provides two build dependency resolvers, 'internal', which + is the default, and currently used by the build dæmons, and + 'aptitude' which uses aptitude. + + The 'aptitude' resolver has been available for nearly a year, and + is believed to be ready for everyday use, having a number of + advantages over the old 'internal' resolver. We are soliciting + feedback from users prior to making 'aptitude' the default. To + enable it, set "$build_dep_resolver='aptitude';" in your + configuration. Please report any discrepancies in its behaviour + compared with the 'internal' resolver. It is hoped that once it + has been shown to work reliably and correctly, it will become the + default resolver used on the buildd network; it is already in use + on buildds autobuilding experimental. + + The older 'internal' resolver is still used by the buildds, so + packages intended for upload should use + "$build_dep_resolver='internal';" to build using exactly the same + dependencies that should be used by the buildds. + + -- Roger Leigh <rleigh@debian.org> Tue, 09 Nov 2010 16:32:18 +0000 |