=== modified file 'click/chroot.py'
--- click/chroot.py 2015-12-29 01:12:58 +0000
+++ click/chroot.py 2017-06-07 11:00:45 +0000
@@ -399,7 +399,7 @@ class ClickChroot:
# Not protocols or services see
# debian bug 557730
setup.nssdatabases=sbuild/nssdatabases
- union-type=overlayfs
+ union-type=overlay
directory={mount}
""").format(full_name=self.full_name,
target_arch=self.target_arch,
=== modified file 'click/tests/test_chroot.py'
--- click/tests/test_chroot.py 2015-12-29 01:12:58 +0000
+++ click/tests/test_chroot.py 2017-06-07 11:00:47 +0000
@@ -298,7 +298,7 @@ class TestClickChroot(TestCase):
# Not protocols or services see
# debian bug 557730
setup.nssdatabases=sbuild/nssdatabases
- union-type=overlayfs
+ union-type=overlay
directory={temp_dir}
""").format(user="meep", temp_dir=self.temp_dir))
=== modified file 'debian/control'
--- debian/control 2016-08-28 20:59:24 +0000
+++ debian/control 2017-06-07 11:01:13 +0000
@@ -29,7 +29,7 @@ Package: click-dev
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${perl:Depends}, python3-click-package (= ${binary:Version})
-Recommends: debootstrap, schroot, dpkg-dev
+Recommends: debootstrap, schroot (>= 1.6.10-2~), dpkg-dev
Description: build Click packages
Click is a simplified packaging format that installs in a separate part of
the file system, suitable for third-party applications.