~ubuntu-branches/debian/jessie/sbuild/jessie

« back to all changes in this revision

Viewing changes to tools/sbuild-dumpconfig

  • Committer: Package Import Robot
  • Author(s): Roger Leigh, Wookey, Roger Leigh
  • Date: 2012-05-30 22:49:18 UTC
  • mfrom: (0.3.21)
  • Revision ID: package-import@ubuntu.com-20120530224918-6e7plzw0gl932qp8
Tags: 0.63.0-1
[ Wookey ]
* Support for cross-compiling has been added.  This includes the
  addition of $host and $build configuration variables, with
  corresponding --host and --build command-line options.  This
  includes the addition of a new 'xapt' dependency resolver.
  - Merge cross-build support (thanks to Hector Oron,
    Closes: #610689).
  - Add multiarch cross-build support.

[ Roger Leigh ]
* The deprecated 'internal' dependency resolver has been removed,
  along with the configuration variables $apt_policy,
  $check_depends_algorithm and $resolve_virtual, and the
  command-line option --check-depends-algorithm.  The 'apt'
  resolver is the default replacement for 'internal'.
  (Closes: #622788)
* Support for watches has been removed.  The configuration
  variables $check_watches, $ignore_watches_no_build_deps and
  $watches (and obsolete variables @ignore_watches_no_build_deps
  and %watches) have also been removed.
* sbuild-stats and support for build time and space statistics
  recording has been removed.  These statistics are recorded in
  both the build log and are available as build metadata
  internally.  The statistics recorded in the database were not
  particularly informative; storing the statistics in a proper
  relational database is recommended.  The configuration variables
  $avg_time_db and $avg_space_db have been removed.
* Drop 25nssdatabases schroot setup script used on compatibility
  mode (on buildds).  This has been replaced by the schroot
  20nssdatabases for many years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
                print ".BR $key\n";
124
124
                print "$type type.\n";
125
125
                if ($help) {
126
 
                    print wrap("", "", "$help\n");
 
126
                    print "$help\n";
 
127
#                   print wrap("", "", "$help\n");
127
128
                }
128
129
                my $example = $conf->_get_example($key);
129
130
                if ($example) {