Files
alien/Alien/Package/Deb.pm
Anton Farygin de7aa3b0f8 fix: handle Description field with empty first line
Some packages (e.g. vk-messenger.deb) have Description with text
starting on the next line:

  Description:
   Actual description text here

The regex required at least one character after colon, causing
summary to be empty. This broke conversion to RPM with error
"Empty tag: Summary".

Now uses first line of extended description as summary when the
initial Description line is empty.
2025-12-25 12:49:40 +05:00

20 KiB