~ubuntu-branches/debian/wheezy/dpkg/wheezy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Guillem Jover, Raphaël Hertzog, Guillem Jover
  • Date: 2011-10-14 07:08:31 UTC
  • Revision ID: package-import@ubuntu.com-20111014070831-xr40eptvu78078u2
Tags: 1.16.1.1
[ Raphaël Hertzog ]
* Fix dpkg-source to not ignore the automatic patch when checking
  for unrecorded changes. Closes: #643148
* Let dpkg-source --commit create debian/patches when required.
  Closes: #643037
* Fix dpkg-buildflags --dump to return 0 as exit code and not 1.
* Update dpkg-buildflags(1) to not include quotes in the examples
  setting DEB_BUILD_MAINT_OPTIONS.
* Stop outputting build flags in dpkg-buildpackage as it confuses
  maintainers who are overriding them in debian/rules and who
  are not seeing the expected value in the build log.
* Fix trigger setup code to not reset the status of packages
  when they are in a status different from triggers-awaited,
  triggers-pending or installed. Closes: #644492
* Fix dpkg-source to ignore changes on debian/patches/.dpkg-source-applied
  when building a "2.0" source package. Closes: #642656
* Fix buildflags.mk to re-export the environment variables that
  the maintainer can use to change the build flags. Closes: #644412

[ Guillem Jover ]
* Change dpkg-buildflags to set preprocessor option -D_FORTIFY_SOURCE=2
  in CPPFLAGS, instead of CFLAGS and CXXFLAGS. Closes: #642521, #643632
* Fix typo to correctly set DEB_*_ARCH_BITS instead of DEB_*_ARCH in
  architecture.mk. Thanks to Thorsten Glaser <tg@mirbsd.org>.
* Make dpkg-buildflags disable full relro (bindnow) if relro is not enabled.

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.68 for dpkg 1.16.1.
 
3
# Generated by GNU Autoconf 2.68 for dpkg 1.16.1.1.
4
4
#
5
5
# Report bugs to <debian-dpkg@lists.debian.org>.
6
6
#
560
560
# Identity of this package.
561
561
PACKAGE_NAME='dpkg'
562
562
PACKAGE_TARNAME='dpkg'
563
 
PACKAGE_VERSION='1.16.1'
564
 
PACKAGE_STRING='dpkg 1.16.1'
 
563
PACKAGE_VERSION='1.16.1.1'
 
564
PACKAGE_STRING='dpkg 1.16.1.1'
565
565
PACKAGE_BUGREPORT='debian-dpkg@lists.debian.org'
566
566
PACKAGE_URL=''
567
567
 
1372
1372
  # Omit some internal or obsolete options to make the list less imposing.
1373
1373
  # This message is too long to be a string in the A/UX 3.1 sh.
1374
1374
  cat <<_ACEOF
1375
 
\`configure' configures dpkg 1.16.1 to adapt to many kinds of systems.
 
1375
\`configure' configures dpkg 1.16.1.1 to adapt to many kinds of systems.
1376
1376
 
1377
1377
Usage: $0 [OPTION]... [VAR=VALUE]...
1378
1378
 
1442
1442
 
1443
1443
if test -n "$ac_init_help"; then
1444
1444
  case $ac_init_help in
1445
 
     short | recursive ) echo "Configuration of dpkg 1.16.1:";;
 
1445
     short | recursive ) echo "Configuration of dpkg 1.16.1.1:";;
1446
1446
   esac
1447
1447
  cat <<\_ACEOF
1448
1448
 
1578
1578
test -n "$ac_init_help" && exit $ac_status
1579
1579
if $ac_init_version; then
1580
1580
  cat <<\_ACEOF
1581
 
dpkg configure 1.16.1
 
1581
dpkg configure 1.16.1.1
1582
1582
generated by GNU Autoconf 2.68
1583
1583
 
1584
1584
Copyright (C) 2010 Free Software Foundation, Inc.
2263
2263
This file contains any messages produced by compilers while
2264
2264
running configure, to aid debugging if configure makes a mistake.
2265
2265
 
2266
 
It was created by dpkg $as_me 1.16.1, which was
 
2266
It was created by dpkg $as_me 1.16.1.1, which was
2267
2267
generated by GNU Autoconf 2.68.  Invocation command line was
2268
2268
 
2269
2269
  $ $0 $@
4394
4394
 
4395
4395
# Define the identity of the package.
4396
4396
 PACKAGE='dpkg'
4397
 
 VERSION='1.16.1'
 
4397
 VERSION='1.16.1.1'
4398
4398
 
4399
4399
 
4400
4400
cat >>confdefs.h <<_ACEOF
11338
11338
# report actual input values of CONFIG_FILES etc. instead of their
11339
11339
# values after options handling.
11340
11340
ac_log="
11341
 
This file was extended by dpkg $as_me 1.16.1, which was
 
11341
This file was extended by dpkg $as_me 1.16.1.1, which was
11342
11342
generated by GNU Autoconf 2.68.  Invocation command line was
11343
11343
 
11344
11344
  CONFIG_FILES    = $CONFIG_FILES
11404
11404
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11405
11405
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11406
11406
ac_cs_version="\\
11407
 
dpkg config.status 1.16.1
 
11407
dpkg config.status 1.16.1.1
11408
11408
configured by $0, generated by GNU Autoconf 2.68,
11409
11409
  with options \\"\$ac_cs_config\\"
11410
11410