Package: lxc / 0.8.0~rc1-8+deb7u2

Metadata

Package Version Patches format
lxc 0.8.0~rc1-8+deb7u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 lxc directories.patch | (download)

configure | 2 1 + 1 - 0 !
configure.ac | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 setting template directory to /usr/share/lxc/templates.

02 lxc distclean.patch | (download)

config/Makefile.am | 2 1 + 1 - 0 !
config/Makefile.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 Temporarily renaming distclean target until fixed upstream,
 it removes too many files and causes FTBFS when build twice
 in a row (Closes: #615485).

03 lxc configuration path.patch | (download)

src/lxc/lxc-create.in | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 removing double check for configuration path in lxc-create (closes: #633996).

04 lxc create template name.patch | (download)

src/lxc/lxc-create.in | 21 1 + 20 - 0 !
1 file changed, 1 insertion(+), 20 deletions(-)

 Keeping creation of new containers without previously existing configuration
 non-interactive and trimm the warning message.

05 doc ip address.patch | (download)

doc/examples/lxc-complex.conf | 6 3 + 3 - 0 !
doc/examples/lxc-complex.conf.in | 6 3 + 3 - 0 !
doc/examples/lxc-macvlan.conf | 2 1 + 1 - 0 !
doc/examples/lxc-macvlan.conf.in | 2 1 + 1 - 0 !
doc/examples/lxc-phys.conf | 2 1 + 1 - 0 !
doc/examples/lxc-phys.conf.in | 2 1 + 1 - 0 !
doc/examples/lxc-veth.conf | 2 1 + 1 - 0 !
doc/examples/lxc-veth.conf.in | 2 1 + 1 - 0 !
doc/examples/lxc-vlan.conf | 2 1 + 1 - 0 !
doc/examples/lxc-vlan.conf.in | 2 1 + 1 - 0 !
doc/lxc.conf.sgml.in | 8 4 + 4 - 0 !
11 files changed, 18 insertions(+), 18 deletions(-)

 Use non-routed, private IPv4 address in documentation examples (Closes: #571525).

06 bash.patch | (download)

src/lxc/lxc-checkconfig.in | 85 40 + 45 - 0 !
src/lxc/lxc-clone.in | 2 1 + 1 - 0 !
src/lxc/lxc-create.in | 2 1 + 1 - 0 !
src/lxc/lxc-destroy.in | 4 2 + 2 - 0 !
src/lxc/lxc-ls.in | 2 1 + 1 - 0 !
src/lxc/lxc-netstat.in | 4 2 + 2 - 0 !
src/lxc/lxc-setcap.in | 2 1 + 1 - 0 !
src/lxc/lxc-setuid.in | 2 1 + 1 - 0 !
src/lxc/lxc-version.in | 2 1 + 1 - 0 !
9 files changed, 50 insertions(+), 55 deletions(-)

 avoid using bashisms in lxc commands.

07 lxc netstat.patch | (download)

src/lxc/lxc-netstat.in | 49 35 + 14 - 0 !
1 file changed, 35 insertions(+), 14 deletions(-)

 Allow to use -- as seperator in lxc-netstat, otherwise -n from
 lxc-netstat collides with netstats -n option (Closes: #641251).

08 lxc debconf.patch | (download)

src/lxc/lxc-create.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't list vendor specific example template.

09 lxc create trap name.patch | (download)

src/lxc/lxc-create.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 Adding patch to correct signal names in lxc-create trap (Closes: #655173).

10 lxc clone trap name.patch | (download)

src/lxc/lxc-clone.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 Adding patch to correct signal names in lxc-clone trap.

11 lxc console escape.patch | (download)

src/lxc/lxc_console.c | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 allow escape prefix to escape itself (closes: #659011).

12 lxc create rootfs.patch | (download)

src/lxc/lxc-create.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 Only create rootfs directory where required. In general, lxc-create
 should not mess with this and leave it entirely up to the templates
 to create it.

13 update lxc debian.patch | (download)

templates/lxc-debian.in | 245 175 + 70 - 0 !
1 file changed, 175 insertions(+), 70 deletions(-)

 update lxc-debian template script
 Use a newer upstream version of that script that correctly installs the
 current stable release.