diff --git a/elbepack/rfs.py b/elbepack/rfs.py index a150661a51..67ba7a42b6 100644 --- a/elbepack/rfs.py +++ b/elbepack/rfs.py @@ -117,10 +117,10 @@ def debootstrap (self): if not self.xml.is_cross (host_arch): if self.xml.has("project/noauth"): - cmd = 'debootstrap --no-check-gpg --arch=%s "%s" "%s" "%s"' % ( + cmd = 'debootstrap --include=apt-listchanges --no-check-gpg --arch=%s "%s" "%s" "%s"' % ( arch, suite, self.rfs.path, primary_mirror) else: - cmd = 'debootstrap --arch=%s "%s" "%s" "%s"' % ( + cmd = 'debootstrap --include=apt-listchanges --arch=%s "%s" "%s" "%s"' % ( arch, suite, self.rfs.path, primary_mirror) try: