[elbe-devel] [PATCH] remove apt-listchanges from extra deboostrap pkgs
Manuel Traut
manut at linutronix.de
Tue Aug 8 14:32:46 CEST 2017
to find the reason why it was added once
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
elbepack/rfs.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/elbepack/rfs.py b/elbepack/rfs.py
index 239c2336..7f2a1f11 100644
--- a/elbepack/rfs.py
+++ b/elbepack/rfs.py
@@ -120,10 +120,10 @@ class BuildEnv ():
# seems to ignore /etc/apt/trusted.gpg.d/elbe-keyring.gpg
# 01/2017 manut
if self.xml.has("project/noauth") or self.xml.has("project/mirror/cdrom"):
- cmd = 'debootstrap --include=apt-listchanges --no-check-gpg --arch=%s "%s" "%s" "%s"' % (
+ cmd = 'debootstrap --no-check-gpg --arch=%s "%s" "%s" "%s"' % (
arch, suite, self.rfs.path, primary_mirror)
else:
- cmd = 'debootstrap --include=apt-listchanges --arch=%s "%s" "%s" "%s"' % (
+ cmd = 'debootstrap --arch=%s "%s" "%s" "%s"' % (
arch, suite, self.rfs.path, primary_mirror)
try:
--
2.14.0
More information about the elbe-devel
mailing list