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

« back to all changes in this revision

Viewing changes to debian/copyright

  • 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:
3
3
 
4
4
schroot is maintained by the Debian buildd-tools project.  It was
5
5
downloaded from
6
 
  svn://svn.debian.org/svn/buildd-tools/trunk/schroot
7
 
and
8
 
  https://alioth.debian.org/project/showfiles.php?group_id=30471
 
6
  git://git.debian.org/git/buildd-tools/schroot.git
9
7
 
10
8
Copyright Holder: Roger Leigh <rleigh@debian.org>
11
9
 
12
10
License: GPL
13
11
 
14
 
schroot is free software; you can redistribute it and/or modify it
 
12
schroot is free software: you can redistribute it and/or modify it
15
13
under the terms of the GNU General Public License as published by the
16
 
Free Software Foundation; either version 2 of the License, or (at your
 
14
Free Software Foundation, either version 3 of the License, or (at your
17
15
option) any later version.
18
16
 
19
17
schroot is distributed in the hope that it will be useful, but WITHOUT
22
20
for more details.
23
21
 
24
22
You should have received a copy of the GNU General Public License
25
 
along with this program; if not, write to the Free Software
26
 
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
27
 
USA.
 
23
along with this program.  If not, see <http://www.gnu.org/licenses/>.
28
24
 
29
25
 
30
26
On Debian systems, the complete text of the GNU General Public