Your message dated Thu, 26 Aug 2021 16:52:33 +0000
with message-id <[email protected]>
and subject line Bug#985375: fixed in vmdb2 0.24-1
has caused the Debian Bug report #985375,
regarding vmdb2: add option to 'apt' step for not installing recommends
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
985375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985375
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vmdb2
Version: 0.22-1
Severity: wishlist

I'm building a rock64 image using vmdb2, and I need to pull in
the u-boot-rockchip package for some prebuilt u-boot images. That
package has a Recommends on python3, which results in 300MB of bloat to
my install image AND python3-minimal is segfaulting.

Obviously the segfault is a separate problem, but the bloat is also an
issue. It would be nice if there was a way to tell vmdb2 not to install
recommends in the apt step.

Here's what I'm currently doing to work around it in the .yaml file:


  - apt: install
    packages:
    - ssh
    - parted
    - dosfstools
    - linux-image-arm64
    - grub-efi-arm64
    #- u-boot-rockchip
    tag: /
    unless: rootfs_unpacked

  # u-boot-rockchip recommends python3, which bloats the image by 300MB
  # *and* causes a segfault in python3-minimal (something in
  # py3compile?).
  - chroot: /
    shell: |
      apt-get install --no-install-recommends u-boot-rockchip
    unless: rootfs_unpacked

--- End Message ---
--- Begin Message ---
Source: vmdb2
Source-Version: 0.24-1
Done: Gunnar Wolf <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vmdb2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gunnar Wolf <[email protected]> (supplier of updated vmdb2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 26 Aug 2021 10:32:52 -0500
Source: vmdb2
Architecture: source
Version: 0.24-1
Distribution: unstable
Urgency: medium
Maintainer: Gunnar Wolf <[email protected]>
Changed-By: Gunnar Wolf <[email protected]>
Closes: 982354 985375 991532
Changes:
 vmdb2 (0.24-1) unstable; urgency=medium
 .
   * Add build-dependency on lmodern (Closes: #982354)
   * Incorporates option for not installing recommends (Closes: #985375)
   * Merges qemu-debootstrap into debootstrap (Closes: #991532)
Checksums-Sha1:
 18127eb989d43b5395b6ce2f4402550a67c90aa6 1378 vmdb2_0.24-1.dsc
 8ff7cbd230622f560e05d0a96aea0e529d2f6631 41436 vmdb2_0.24.orig.tar.xz
 0c36603242f0557bece9e69fa4ec040d8e7cf90c 4104 vmdb2_0.24-1.debian.tar.xz
 e3f3fb92631e04b1c14d2cea385f2afd0cbfead8 7964 vmdb2_0.24-1_source.buildinfo
Checksums-Sha256:
 49a463efdc32e0403070703b296bc7f58f5e3abd7352db42fd484ca2f0f6cb3c 1378 
vmdb2_0.24-1.dsc
 b90edc7cbd77a33ff0573ae57c31a80b07ce24d4a08f68d5ddda6918978b13a9 41436 
vmdb2_0.24.orig.tar.xz
 c1991c03458b17751a3769ce3afc4d4bd4a5bb9900043ed441344746fe6117f5 4104 
vmdb2_0.24-1.debian.tar.xz
 c3ce00c2df3e62ad6c35eff90da0e28d6c3d5e9e3805d981a53d37e72d4e2ab0 7964 
vmdb2_0.24-1_source.buildinfo
Files:
 e9692b52a4b3df7d74d5996b6a2aaa28 1378 admin optional vmdb2_0.24-1.dsc
 c339e69a748b717f8d20678acb6913d9 41436 admin optional vmdb2_0.24.orig.tar.xz
 638b6b76bbe9ffbf00bed7ce63b9be69 4104 admin optional vmdb2_0.24-1.debian.tar.xz
 f0137cdeeba14e20416bf5f98b68f5c7 7964 admin optional 
vmdb2_0.24-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQRgswk9lhCOXLlxQu/i9jtDU/RZiQUCYSfB9QAKCRDi9jtDU/RZ
iYMUAP949Ogk3xLNuTuWTCoB2puM+LFv6Qr3ngsDIIZVe+b8yAEAo/vwHI+YKzIf
EI1Tv2uW/fOBj/Zfmo4yfsInQyG5xQE=
=NH8u
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to