~ubuntu-branches/ubuntu/maverick/schroot/maverick-updates

« back to all changes in this revision

Viewing changes to bin/dchroot-dsa/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2008-01-20 22:51:04 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120225104-3zhs8gk9byqigato
Tags: 1.1.6-1
* New upstream development release.
* Acknowledge NMU.  Thanks to Lucas Nussbaum for fixing the Boost
  library names following another incompatible change in Boost
  (Closes: #439215).
* debian/control: Suggest lvm2 instead of lvm-common (Closes: #452263).
* debian/copyright:
  - Update with new GIT source code repository location.
  - Update licence to GPLv3.
* debian/schroot.init: Update licence to GPLv3.
* bin/schroot/setup/20network, bin/schroot/setup/30passwd: For files to
  copy, compare file device, inode and contents to avoid copying
  identical files (Closes: #428808).
* If unknown keys are present in the configuration file, print a warning
  message to alert the user (Closes: #459658).
* The filesystems to mount in the chroot may be customised by the system
  administrator through the use of an fstab file on a per-chroot basis,
  and a new helper utility, schroot-mount (Closes: #395062, #427047).
  Thanks for your patience while we took the time to implement this the
  right way.
* Update Vietnamese translation (Closes: #461531).  Thanks to Clytie
  Siddall.
* debian/schroot.preinst: Add rm_conffile function to remove
  /etc/schroot/setup.d/20network and /etc/schroot/setup.d/30passwd for
  versions prior to this.  These are replaced by
  /etc/schroot/setup.d/20copyfiles.
* debian/schroot.NEWS: Document conffile changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
21
21
#
22
 
# schroot is free software; you can redistribute it and/or modify it
 
22
# schroot is free software: you can redistribute it and/or modify it
23
23
# under the terms of the GNU General Public License as published by
24
 
# the Free Software Foundation; either version 2 of the License, or
 
24
# the Free Software Foundation, either version 3 of the License, or
25
25
# (at your option) any later version.
26
26
#
27
27
# schroot is distributed in the hope that it will be useful, but
30
30
# General Public License for more details.
31
31
#
32
32
# You should have received a copy of the GNU General Public License
33
 
# along with this program; if not, write to the Free Software
34
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
35
 
# MA  02111-1307  USA
 
33
# along with this program.  If not, see
 
34
# <http://www.gnu.org/licenses/>.
36
35
#
37
36
#####################################################################
38
37
 
41
40
#
42
41
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
43
42
#
44
 
# schroot is free software; you can redistribute it and/or modify it
 
43
# schroot is free software: you can redistribute it and/or modify it
45
44
# under the terms of the GNU General Public License as published by
46
 
# the Free Software Foundation; either version 2 of the License, or
 
45
# the Free Software Foundation, either version 3 of the License, or
47
46
# (at your option) any later version.
48
47
#
49
48
# schroot is distributed in the hope that it will be useful, but
52
51
# General Public License for more details.
53
52
#
54
53
# You should have received a copy of the GNU General Public License
55
 
# along with this program; if not, write to the Free Software
56
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
57
 
# MA  02111-1307  USA
 
54
# along with this program.  If not, see
 
55
# <http://www.gnu.org/licenses/>.
58
56
#
59
57
#####################################################################
60
58
 
220
218
SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
221
219
SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
222
220
SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
 
221
SED = @SED@
223
222
SET_MAKE = @SET_MAKE@
224
223
SHELL = @SHELL@
225
224
STRIP = @STRIP@