~siretart/sbuild/bug.940410

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-06-23 22:27:58 UTC
  • mfrom: (8.1.24) (3.3.23 sid)
  • Revision ID: package-import@ubuntu.com-20120623222758-48ljspppdh7xzu9i
Tags: 0.63.1-1ubuntu1
* Resynchronize with Debian testing. 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
* Drop run-lintian-inside-chroot.patch: It hasn't been picked up
  by Debian and doesn't work quite right (LP: #940410)

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.6.  Please read these release notes carefully.
 
4
Welcome to sbuild 0.63.1.  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.63.1:
 
11
 
 
12
  None.
 
13
 
 
14
* Major changes in 0.63.0:
 
15
 
 
16
  1) Support for cross-compiling has been added.  This includes the
 
17
     addition of $host and $build configuration variables, with
 
18
     corresponding --host and --build command-line options.  This
 
19
     includes the addition of a new 'xapt' dependency resolver.
 
20
 
 
21
  2) The deprecated 'internal' dependency resolver has been removed,
 
22
     along with the configuration variables $apt_policy,
 
23
     $check_depends_algorithm and $resolve_virtual, and the
 
24
     command-line option --check-depends-algorithm.  The 'apt'
 
25
     resolver is the default replacement for 'internal'.
 
26
 
 
27
  3) Support for watches has been removed.  The configuration
 
28
     variables $check_watches, $ignore_watches_no_build_deps and
 
29
     $watches (and obsolete variables @ignore_watches_no_build_deps
 
30
     and %watches) have also been removed.
 
31
 
 
32
  3) sbuild-stats and support for build time and space statistics
 
33
     recording has been removed.  These statistics are recorded in
 
34
     both the build log and are available as build metadata
 
35
     internally.  The statistics recorded in the database were not
 
36
     particularly informative; storing the statistics in a proper
 
37
     relational database is recommended.  The configuration variables
 
38
     $avg_time_db and $avg_space_db have been removed.
 
39
 
10
40
* Major changes in 0.62.6:
11
41
 
12
42
  1) The use of alternatives in Build-Depends and Build-Depends-Indep