gopasspw / gopass

The slightly more awesome standard unix password manager for teams
https://www.gopass.pw/
MIT License
5.95k stars 496 forks source link

`apt upgrade` fails with `gopass` due to `blank line in value of field 'Description'` #2734

Closed mRcSchwering closed 1 year ago

mRcSchwering commented 1 year ago

Summary

apt upgrade fails with gopass due to blank line in value of field 'Description' on Tuxedo OS (based on Ubuntu/Kubuntu).

The following packages will be upgraded:
  gopass
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
58 not fully installed or removed.
Need to get 0 B/7.408 kB of archives.
After this operation, 119 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: error processing archive /var/cache/apt/archives/gopass_1.15.10_amd64.deb (--unpack):
 parsing file '/var/lib/dpkg/tmp.ci/control' near line 11 package 'gopass':
 blank line in value of field 'Description'
Errors were encountered while processing:
 /var/cache/apt/archives/gopass_1.15.10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

from

https://packages.gopass.pw/repos/gopass stable/main amd64 gopass amd64 1.15.10

Environment

No LSB modules are available.
Distributor ID: Tuxedo
Description:    TUXEDO OS 2
Release:        22.04
Codename:       jammy

This OS is based on Ubuntu 22.04 LTS “Jammy Jellyfish”. The differences seem unrelated: Budgie, Snap for browsers, grub, mirrored Ubuntu’s mirror servers (see here).

dominikschulz commented 1 year ago

See #2728