skip all Description fields in apt-cache, not just first
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 18 Jul 2013 14:52:31 +0000 (16:52 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 18 Jul 2013 14:52:31 +0000 (16:52 +0200)
commit61843f539513b3e661dac55717e6d7cc0b8f9b0c
tree70a1b7656d67c98ae1a7729b4534d518ddb4a0a3
parentc7120bc4f8931463c497b9f4e63553cd306bf100
skip all Description fields in apt-cache, not just first

Given a Packages file like:
[…]
Description: foo bar baz
 moo moo moo
Multi-Arch: foreign
Description-md5: 97e204a9f4ad8c681dbd54ec7c505251
[…]

We have to display the Multi-Arch flag field as well as the fields
after the Description-md5, but not this field itself, as we already
have one printed alongside the Description we display.

Closes: 717254
cmdline/apt-cache.cc
test/integration/test-bug-712435-missing-descriptions