~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to bin/dchroot/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2011-05-15 16:22:36 UTC
  • mfrom: (1.1.30 upstream) (2.2.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110515162236-cfpzkanx65sexo8c
* New upstream stable release.
* Large file support is enabled by default.  This enables the use
  of files over 2 GiB in size on 32 bit architectures
  (Closes: #619825).
* dchroot-dsa: Use current interface for loading dchroot.conf,
  rather than the old, which caused a fatal exception
  (Closes: #626503).
* schroot: Don't use rbind when mounting filesystems in the chroot
  (Closes: #622756).  Recursive bind mounting of /proc, /dev and
  /sys caused breakage with systemd due to its use of autofs mounts.
  autofs interacts badly with bind mounting, leading to unmountable
  mount points.  While rbind is still possible, it is not done by
  default, and instead only specific filesystems are mounted;
  additional mounts required must be added to the profile fstab file.
* man: Add missing newline for run-exec-scripts (Closes: #624303).
  Fix incorrectly terminated underlining of /proc (Closes: #624302).
  Also document the chroot types implementing specific additional
  options (Closes: #626221).  Thanks to Marc Haber and Brian May.
* Session metadata includes the original chroot name.  This is
  available in the user environment as SCHROOT_CHROOT_NAME and
  in the setup scripts as CHROOT_NAME (Closes: #623828).
* Include buildd profile.  This was previously included in the buildd
  and sbuild packages, but was not built for the specific host
  architecture due to the package being arch: all.  We therefore
  Replace: buildd and sbuild for versions prior to 0.62.3-1.
  This also involved moving some parts of the base "all" profile
  template into other profile templates in order to keep it
  sufficiently minimal for buildd, and a simplification of
  nssdatabases for the minimal and sbuild profiles.
* Drop obsolete Replaces: from schroot-common.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
CXXFLAGS = @CXXFLAGS@
190
190
CYGPATH_W = @CYGPATH_W@
191
191
DCHROOT_CONF = @DCHROOT_CONF@
192
 
DEFS = -DLOCALEDIR=\"$(localedir)\" -D_GNU_SOURCE
 
192
DEFS = $(LOCAL_DEFS) -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
193
193
DEPDIR = @DEPDIR@
 
194
DLLTOOL = @DLLTOOL@
194
195
DOXYGEN = @DOXYGEN@
195
196
DSYMUTIL = @DSYMUTIL@
196
197
DUMPBIN = @DUMPBIN@
228
229
LVCREATE = @LVCREATE@
229
230
LVREMOVE = @LVREMOVE@
230
231
MAKEINFO = @MAKEINFO@
 
232
MANIFEST_TOOL = @MANIFEST_TOOL@
231
233
MKDIR_P = @MKDIR_P@
232
234
MSGFMT = @MSGFMT@
233
235
MSGFMT_015 = @MSGFMT_015@
289
291
abs_srcdir = @abs_srcdir@
290
292
abs_top_builddir = @abs_top_builddir@
291
293
abs_top_srcdir = @abs_top_srcdir@
 
294
ac_ct_AR = @ac_ct_AR@
292
295
ac_ct_CC = @ac_ct_CC@
293
296
ac_ct_CXX = @ac_ct_CXX@
294
297
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
324
327
libexecdir = @libexecdir@
325
328
localedir = @localedir@
326
329
localstatedir = @localstatedir@
327
 
lt_ECHO = @lt_ECHO@
328
330
mandir = @mandir@
329
331
mkdir_p = @mkdir_p@
330
332
oldincludedir = @oldincludedir@
345
347
AM_CXXFLAGS = -I$(top_srcdir) $(LOCAL_CXXFLAGS) $(PTHREAD_CFLAGS) -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing
346
348
AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
347
349
LOCAL_CXXFLAGS = $(SCHROOT_CFLAGS) -I$(top_srcdir)/bin
 
350
LOCAL_DEFS = -DLOCALEDIR=\"$(localedir)\"
348
351
@BUILD_LIBDCHROOT_TRUE@noinst_LTLIBRARIES = libdchroot.la
349
352
@BUILD_DCHROOT_TRUE@dchroot = dchroot
350
353
libdchroot_la_SOURCES = \