~ubuntu-branches/ubuntu/natty/sbuild/natty-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2011-02-14 20:37:05 UTC
  • mfrom: (0.3.12 upstream)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20110214203705-i22yr900x0e26nkc
Tags: 0.60.9-1
* New release.
* sbuild:
  - Don't automatically generate local archive signing key if
    missing (Closes: #607945).  If missing, abort build with an error
    message and instructions for how to generate the key.
  - Do not filter out environment variables starting with DEBIAN_ by
    default (Closes: #608659).  Thanks to Modestas Vainius.
  - Do not filter out PATH environment variable (Closes: #610997).
    Note this is not the user's PATH, but the $path in sbuild.conf.
  - Aptitude resolver defines a custom SolutionCost in order to
    improve resolver behaviour (Closes: #608789).  Thanks to
    Modestas Vainius.
  - When running apt-get, use "-o APT::Install-Recommends=false"
    rather than "--no-install-recommends" in order to support older
    releases (Closes: #609811).  Thanks to Marc Deslauriers.
  - Purging the package removes generated files in /etc/sbuild/chroot
    and /var/lib/sbuild (Closes: #608412).
  - The architecture specified with --arch (defaulting to the host
    system architecture) must match the chroot architecture
    (Closes: #609151).  This was previously allowed to be superceded
    by the chroot architecture.  This change is to avoid any abiguity
    regarding the host/build architecture for the package being built.
  - Add --no-arch-all option to force not building arch-all packages
    (Closes: #613401).  Thanks to Sebastian Harl for this patch.
* sbuild-createchroot:
  - Use less restrictive permissions on chroot directory and schroot
    configuration file (Closes: #608414).  The chroot now has 0755
    permissions, and the schroot configuration 0644.
  - Don't require sudo access (Closes: #608429).  The
    Sbuild::ChrootPlain module used to run commands inside the newly-
    created chroot was using sudo to run commands when already
    running as root.  sudo is no longer used when root.
  - Remove use statement which prevented command-line options being
    registered (Closes: #610007, #607606).  Command-line options now
    work correctly.
* sbuild.conf:
  - $environment filter is syntactically correct (Closes: #610997).
    Thanks to Jakub Wilk.
  - $apt_allow_unauthenticated is documented to use apt-secure(8)
    (Closes: #608971).
* sbuild.1:
  - Document the temporary local archive used by the apt and aptitude
    build dependency resolvers to store and install dummy dependency
    packages (Closes: #608972).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.67 for sbuild 0.60.8.
 
3
# Generated by GNU Autoconf 2.67 for sbuild 0.60.9.
4
4
#
5
5
# Report bugs to <buildd-tools-devel@lists.alioth.debian.org>.
6
6
#
569
569
# Identity of this package.
570
570
PACKAGE_NAME='sbuild'
571
571
PACKAGE_TARNAME='sbuild'
572
 
PACKAGE_VERSION='0.60.8'
573
 
PACKAGE_STRING='sbuild 0.60.8'
 
572
PACKAGE_VERSION='0.60.9'
 
573
PACKAGE_STRING='sbuild 0.60.9'
574
574
PACKAGE_BUGREPORT='buildd-tools-devel@lists.alioth.debian.org'
575
575
PACKAGE_URL=''
576
576
 
1226
1226
  # Omit some internal or obsolete options to make the list less imposing.
1227
1227
  # This message is too long to be a string in the A/UX 3.1 sh.
1228
1228
  cat <<_ACEOF
1229
 
\`configure' configures sbuild 0.60.8 to adapt to many kinds of systems.
 
1229
\`configure' configures sbuild 0.60.9 to adapt to many kinds of systems.
1230
1230
 
1231
1231
Usage: $0 [OPTION]... [VAR=VALUE]...
1232
1232
 
1296
1296
 
1297
1297
if test -n "$ac_init_help"; then
1298
1298
  case $ac_init_help in
1299
 
     short | recursive ) echo "Configuration of sbuild 0.60.8:";;
 
1299
     short | recursive ) echo "Configuration of sbuild 0.60.9:";;
1300
1300
   esac
1301
1301
  cat <<\_ACEOF
1302
1302
 
1375
1375
test -n "$ac_init_help" && exit $ac_status
1376
1376
if $ac_init_version; then
1377
1377
  cat <<\_ACEOF
1378
 
sbuild configure 0.60.8
 
1378
sbuild configure 0.60.9
1379
1379
generated by GNU Autoconf 2.67
1380
1380
 
1381
1381
Copyright (C) 2010 Free Software Foundation, Inc.
1410
1410
This file contains any messages produced by compilers while
1411
1411
running configure, to aid debugging if configure makes a mistake.
1412
1412
 
1413
 
It was created by sbuild $as_me 0.60.8, which was
 
1413
It was created by sbuild $as_me 0.60.9, which was
1414
1414
generated by GNU Autoconf 2.67.  Invocation command line was
1415
1415
 
1416
1416
  $ $0 $@
2231
2231
 
2232
2232
# Define the identity of the package.
2233
2233
 PACKAGE='sbuild'
2234
 
 VERSION='0.60.8'
 
2234
 VERSION='0.60.9'
2235
2235
 
2236
2236
 
2237
2237
cat >>confdefs.h <<_ACEOF
2364
2364
esac
2365
2365
AM_BACKSLASH='\'
2366
2366
 
2367
 
RELEASE_DATE='12 Dec 2010'
2368
 
RELEASE_DATE_S='1292112000'
 
2367
RELEASE_DATE='14 Feb 2011'
 
2368
RELEASE_DATE_S='1297641600'
2369
2369
 
2370
2370
cat >>confdefs.h <<_ACEOF
2371
2371
#define RELEASE_DATE "$RELEASE_DATE_S"
3434
3434
# report actual input values of CONFIG_FILES etc. instead of their
3435
3435
# values after options handling.
3436
3436
ac_log="
3437
 
This file was extended by sbuild $as_me 0.60.8, which was
 
3437
This file was extended by sbuild $as_me 0.60.9, which was
3438
3438
generated by GNU Autoconf 2.67.  Invocation command line was
3439
3439
 
3440
3440
  CONFIG_FILES    = $CONFIG_FILES
3496
3496
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3497
3497
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3498
3498
ac_cs_version="\\
3499
 
sbuild config.status 0.60.8
 
3499
sbuild config.status 0.60.9
3500
3500
configured by $0, generated by GNU Autoconf 2.67,
3501
3501
  with options \\"\$ac_cs_config\\"
3502
3502