1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
schroot (0.2.2-1) unstable; urgency=low
* New upstream release.
* debian/control: Remove Glib from the build dependencies.
* debian/control: Add versioned depends on libpam0g-dev >= 0.79-3.1,
because earlier versions have broken headers, due to redefining
internal glibc/libstdc++ types.
-- Roger Leigh <rleigh@debian.org> Mon, 6 Feb 2006 23:21:07 +0000
schroot (0.2.1-1) unstable; urgency=low
* New upstream release.
-- Roger Leigh <rleigh@debian.org> Wed, 1 Feb 2006 11:30:43 +0000
schroot (0.2.0-1) unstable; urgency=low
* New upstream release.
* debian/control: Suggest unzip, for use with file chroots.
* debian/rules: Don't run the testsuite, which requires root to run
successfully.
-- Roger Leigh <rleigh@debian.org> Sat, 28 Jan 2006 18:32:23 +0000
schroot (0.1.8-1) unstable; urgency=low
* New upstream release.
* debian/rules: Use /usr/lib rather than ${prefix}/lib for
libexecdir, to avoid unexpanded shell vars in config.h.
* debian/schroot.init: Remove "function" bashism.
-- Roger Leigh <rleigh@debian.org> Mon, 7 Nov 2005 19:41:42 +0000
schroot (0.1.7-1) unstable; urgency=low
* New upstream release.
* debian/control: Add liblockdev to Build-Depends.
* debian/rules:
- Use --libexecdir when running configure
- Use dh_installinit to install init script.
* debian/schroot.init: New init script, used for session
recovery at system startup.
-- Roger Leigh <rleigh@debian.org> Fri, 4 Nov 2005 19:34:25 +0000
schroot (0.1.6-1) unstable; urgency=low
* New upstream release.
* Don't run setup scripts by default, because this can cause
data loss with custom chroot setups. A "run-setup" chroot
option has been added to configure the running of setup
scripts, which are disabled by default for safety
(Closes: #329403).
* Manual pages say "schroot" rather than "sbuild" (Closes: #331550).
* Preserve schroot.conf changes correctly when moving to
/etc/schroot/schroot.conf, by checking the md5sum to
detect local modifictions. If not modified, delete and
replace with the package version.
* debian/rules: Set $localstatedir when running configure.
-- Roger Leigh <rleigh@debian.org> Thu, 13 Oct 2005 00:16:06 +0100
schroot (0.1.5-1) unstable; urgency=low
* New upstream release.
* Compute the location of schroot.conf properly in schroot.1 and
schroot.conf.5 (Closes: #324914).
* debian/postinst: If present, move /etc/schroot.conf to
/etc/schroot/schroot.conf.
* debian/rules, debian/schroot.lintian-overrides: Install
lintian override for setuid-binary warning.
-- Roger Leigh <rleigh@debian.org> Sun, 11 Sep 2005 16:25:47 +0100
schroot (0.1.4-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Add gettext to Build-Depends.
-- Roger Leigh <rleigh@debian.org> Sun, 17 Jul 2005 18:14:32 +0100
schroot (0.1.3-1) unstable; urgency=low
* New upstream release.
-- Roger Leigh <rleigh@debian.org> Sun, 03 Jul 2005 19:49:59 +0100
schroot (0.1.2-1) unstable; urgency=low
* New upstream release.
* debian/control: Upgrade to Standards-Version 3.6.2.
-- Roger Leigh <rleigh@debian.org> Sat, 25 Jun 2005 21:46:24 +0100
schroot (0.1.1-1) unstable; urgency=low
* New upstream release.
* Initial Debian release (Closes: #315104).
* debian/control:
- Add buildd-tools developers to Uploaders.
- Remove unused ${misc:Depends}.
* Remove debian/conffiles, which is redundant with current versions of
debhelper.
* debian/copyright:
- Update the postal address of the FSF.
- Refer to /usr/share/common-licenses/GPL.
- Add new download location.
-- Roger Leigh <rleigh@debian.org> Tue, 21 Jun 2005 19:11:25 +0100
schroot (0.1.0-1) unstable; urgency=low
* Initial release.
-- Roger Leigh <rleigh@debian.org> Sun, 19 Jun 2005 15:11:58 +0100
|