~ubuntu-branches/ubuntu/precise/sbuild/precise

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-06-26 13:59:34 UTC
  • mfrom: (8.1.21 upstream) (3.3.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110626135934-8blyh9rnoiiqflgt
Tags: 0.62.4-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/patches/do-not-install-debfoster-into-chroots.patch:
    do not install debfoster into the chroots because it is in universe and
    not needed for package building itself.
  - debian/patches/run-pre-build-hooks-as-root.patch:
    run pre-build hooks as root

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
NEWS                                                            -*- outline -*-
2
2
----
3
3
 
4
 
Welcome to sbuild 0.62.3.  Please read these release notes carefully.
 
4
Welcome to sbuild 0.62.4.  Please read these release notes carefully.
5
5
 
6
6
Full installation instructions are provided in the INSTALL file.  The
7
7
README file also contains more specific notes regarding building and
8
8
configuration.
9
9
 
 
10
* Major changes in 0.62.4:
 
11
 
 
12
  1) The distribution in the build summary is coloured yellow if it
 
13
     does not match the distribution in the changelog.  This is to
 
14
     indicate that there may be a potential problem, such as
 
15
     potentially uploading a package intended for experimental to
 
16
     unstable by building for unstable by accident.  Additionally,
 
17
     lintian test results are also coloured to highlight success and
 
18
     failure.  Log colouring may now be disabled using $log_colour.
 
19
 
 
20
  2) sbuild only permits building one source package at once.
 
21
     Previously sbuild would allow building of more than one package
 
22
     in a single invocation.  Making this change means that the exit
 
23
     status will always be the status of the build rather than the
 
24
     last build, and it also means the logging is simplified and may
 
25
     be started earlier.
 
26
 
 
27
  3) Added new directory /var/lib/sbuild/build to hold build trees for
 
28
     sbuild when building.  This will be bind mounted on /build inside
 
29
     the chroot following an update to the schroot sbuild and buildd
 
30
     fstab configuration for schroot.  This saves significant amounts
 
31
     of space when using LVM snapshot chroots, and it also makes it
 
32
     easier to preserve build trees for failing builds when using
 
33
     snapshots.
 
34
 
 
35
  4) Extra environment variables to be set when running
 
36
     dpkg-buildpackage may now be set using $build_environment; these
 
37
     will supplement the existing environment (e.g. PATH,
 
38
     LD_LIBRARY_PATH).  These variables will not be subject to
 
39
     filtering with $environment_filter.
 
40
 
10
41
* Major changes in 0.62.3:
11
42
 
12
43
  1) The apt and internal resolvers will resolve some alternatives