Ubuntu Pastebin

Paste from cjwatson at Wed, 7 Jun 2017 11:01:17 +0000

Download as text
 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
=== 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.
Download as text